rtconfig.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. #ifndef RT_CONFIG_H__
  2. #define RT_CONFIG_H__
  3. /* Automatically generated file; DO NOT EDIT. */
  4. /* RT-Thread Configuration */
  5. /* RT-Thread Kernel */
  6. #define RT_NAME_MAX 8
  7. #define RT_ALIGN_SIZE 4
  8. #define RT_THREAD_PRIORITY_32
  9. #define RT_THREAD_PRIORITY_MAX 32
  10. #define RT_TICK_PER_SECOND 1000
  11. #define IDLE_THREAD_STACK_SIZE 256
  12. /* kservice optimization */
  13. /* Inter-Thread communication */
  14. #define RT_USING_SEMAPHORE
  15. #define RT_USING_MUTEX
  16. #define RT_USING_EVENT
  17. #define RT_USING_MAILBOX
  18. #define RT_USING_MESSAGEQUEUE
  19. /* Memory Management */
  20. #define RT_USING_MEMPOOL
  21. #define RT_USING_SMALL_MEM
  22. #define RT_USING_SMALL_MEM_AS_HEAP
  23. #define RT_USING_HEAP
  24. /* Kernel Device Object */
  25. #define RT_USING_DEVICE
  26. #define RT_VER_NUM 0x40101
  27. /* RT-Thread Components */
  28. #define RT_USING_COMPONENTS_INIT
  29. /* Device Drivers */
  30. #define RT_USING_DEVICE_IPC
  31. #define RT_USING_PIN
  32. /* Using USB */
  33. /* C/C++ and POSIX layer */
  34. #define RT_LIBC_DEFAULT_TIMEZONE 8
  35. /* POSIX (Portable Operating System Interface) layer */
  36. /* Interprocess Communication (IPC) */
  37. /* Socket is in the 'Network' category */
  38. /* Network */
  39. /* Utilities */
  40. /* RT-Thread Utestcases */
  41. /* RT-Thread online packages */
  42. /* IoT - internet of things */
  43. /* Wi-Fi */
  44. /* Marvell WiFi */
  45. /* Wiced WiFi */
  46. /* IoT Cloud */
  47. /* security packages */
  48. /* language packages */
  49. /* JSON: JavaScript Object Notation, a lightweight data-interchange format */
  50. /* XML: Extensible Markup Language */
  51. /* multimedia packages */
  52. /* LVGL: powerful and easy-to-use embedded GUI library */
  53. /* u8g2: a monochrome graphic library */
  54. /* PainterEngine: A cross-platform graphics application framework written in C language */
  55. /* tools packages */
  56. /* system packages */
  57. /* enhanced kernel services */
  58. /* acceleration: Assembly language or algorithmic acceleration packages */
  59. /* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  60. /* Micrium: Micrium software products porting for RT-Thread */
  61. /* peripheral libraries and drivers */
  62. /* AI packages */
  63. /* miscellaneous packages */
  64. /* project laboratory */
  65. /* samples: kernel and components samples */
  66. /* entertainment: terminal games and other interesting software packages */
  67. /* Hardware Drivers Config */
  68. #define SOC_ESP32_C3
  69. #define SOC_ESPRESSIF
  70. #define BSP_BOARD_LUATOS_ESP32C3
  71. /* Onboard Peripheral Drivers */
  72. #define RT_BSP_LED_PIN 12
  73. /* On-chip Peripheral Drivers */
  74. #define BSP_USING_GPIO
  75. #endif