rtconfig.h 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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_CPUS_NR 1
  8. #define RT_ALIGN_SIZE 8
  9. #define RT_THREAD_PRIORITY_32
  10. #define RT_THREAD_PRIORITY_MAX 32
  11. #define RT_TICK_PER_SECOND 100
  12. #define RT_USING_OVERFLOW_CHECK
  13. #define RT_USING_HOOK
  14. #define RT_HOOK_USING_FUNC_PTR
  15. #define RT_USING_IDLE_HOOK
  16. #define RT_IDLE_HOOK_LIST_SIZE 4
  17. #define IDLE_THREAD_STACK_SIZE 256
  18. #define RT_USING_TIMER_SOFT
  19. #define RT_TIMER_THREAD_PRIO 4
  20. #define RT_TIMER_THREAD_STACK_SIZE 512
  21. /* kservice optimization */
  22. #define RT_USING_DEBUG
  23. #define RT_DEBUGING_COLOR
  24. #define RT_DEBUGING_CONTEXT
  25. /* Inter-Thread communication */
  26. #define RT_USING_SEMAPHORE
  27. #define RT_USING_MUTEX
  28. #define RT_USING_EVENT
  29. #define RT_USING_MAILBOX
  30. #define RT_USING_MESSAGEQUEUE
  31. /* Memory Management */
  32. #define RT_USING_MEMPOOL
  33. #define RT_USING_SMALL_MEM
  34. #define RT_USING_SMALL_MEM_AS_HEAP
  35. #define RT_USING_HEAP
  36. #define RT_USING_DEVICE
  37. #define RT_USING_CONSOLE
  38. #define RT_CONSOLEBUF_SIZE 128
  39. #define RT_CONSOLE_DEVICE_NAME "uart"
  40. #define RT_VER_NUM 0x50100
  41. #define RT_BACKTRACE_LEVEL_MAX_NR 32
  42. #define RT_USING_HW_ATOMIC
  43. /* RT-Thread Components */
  44. #define RT_USING_COMPONENTS_INIT
  45. #define RT_USING_USER_MAIN
  46. #define RT_MAIN_THREAD_STACK_SIZE 2048
  47. #define RT_MAIN_THREAD_PRIORITY 10
  48. #define RT_USING_MSH
  49. #define RT_USING_FINSH
  50. #define FINSH_USING_MSH
  51. #define FINSH_THREAD_NAME "tshell"
  52. #define FINSH_THREAD_PRIORITY 20
  53. #define FINSH_THREAD_STACK_SIZE 4096
  54. #define FINSH_USING_HISTORY
  55. #define FINSH_HISTORY_LINES 5
  56. #define FINSH_USING_SYMTAB
  57. #define FINSH_CMD_SIZE 80
  58. #define MSH_USING_BUILT_IN_COMMANDS
  59. #define FINSH_USING_DESCRIPTION
  60. #define FINSH_ARG_MAX 10
  61. #define FINSH_USING_OPTION_COMPLETION
  62. /* DFS: device virtual file system */
  63. #define RT_USING_DFS
  64. #define DFS_USING_POSIX
  65. #define DFS_USING_WORKDIR
  66. #define DFS_FD_MAX 16
  67. #define RT_USING_DFS_V1
  68. #define DFS_FILESYSTEMS_MAX 4
  69. #define DFS_FILESYSTEM_TYPES_MAX 4
  70. /* Device Drivers */
  71. #define RT_USING_DEVICE_IPC
  72. #define RT_UNAMED_PIPE_NUMBER 64
  73. #define RT_USING_SERIAL
  74. #define RT_USING_SERIAL_V1
  75. #define RT_SERIAL_USING_DMA
  76. #define RT_SERIAL_RB_BUFSZ 64
  77. #define RT_USING_PIN
  78. /* Using USB */
  79. /* C/C++ and POSIX layer */
  80. /* ISO-ANSI C layer */
  81. /* Timezone and Daylight Saving Time */
  82. #define RT_LIBC_USING_LIGHT_TZ_DST
  83. #define RT_LIBC_TZ_DEFAULT_HOUR 8
  84. #define RT_LIBC_TZ_DEFAULT_MIN 0
  85. #define RT_LIBC_TZ_DEFAULT_SEC 0
  86. /* POSIX (Portable Operating System Interface) layer */
  87. /* Interprocess Communication (IPC) */
  88. /* Socket is in the 'Network' category */
  89. /* Network */
  90. /* Memory protection */
  91. /* Utilities */
  92. /* RT-Thread Utestcases */
  93. /* RT-Thread online packages */
  94. /* IoT - internet of things */
  95. /* Wi-Fi */
  96. /* Marvell WiFi */
  97. /* Wiced WiFi */
  98. /* CYW43012 WiFi */
  99. /* BL808 WiFi */
  100. /* CYW43439 WiFi */
  101. /* IoT Cloud */
  102. /* security packages */
  103. /* language packages */
  104. /* JSON: JavaScript Object Notation, a lightweight data-interchange format */
  105. /* XML: Extensible Markup Language */
  106. /* multimedia packages */
  107. /* LVGL: powerful and easy-to-use embedded GUI library */
  108. /* u8g2: a monochrome graphic library */
  109. /* tools packages */
  110. /* system packages */
  111. /* enhanced kernel services */
  112. /* acceleration: Assembly language or algorithmic acceleration packages */
  113. /* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  114. /* Micrium: Micrium software products porting for RT-Thread */
  115. /* peripheral libraries and drivers */
  116. /* HAL & SDK Drivers */
  117. /* STM32 HAL & SDK Drivers */
  118. /* Kendryte SDK */
  119. /* sensors drivers */
  120. /* touch drivers */
  121. /* AI packages */
  122. /* Signal Processing and Control Algorithm Packages */
  123. /* miscellaneous packages */
  124. /* project laboratory */
  125. /* samples: kernel and components samples */
  126. /* entertainment: terminal games and other interesting software packages */
  127. /* Arduino libraries */
  128. /* Projects and Demos */
  129. /* Sensors */
  130. /* Display */
  131. /* Timing */
  132. /* Data Processing */
  133. /* Data Storage */
  134. /* Communication */
  135. /* Device Control */
  136. /* Other */
  137. /* Signal IO */
  138. /* Uncategorized */
  139. #define SOC_FE310
  140. #endif