rtconfig.h 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. /* Memory Management */
  16. #define RT_USING_MEMPOOL
  17. #define RT_USING_SMALL_MEM
  18. #define RT_USING_SMALL_MEM_AS_HEAP
  19. #define RT_USING_HEAP
  20. /* Kernel Device Object */
  21. #define RT_VER_NUM 0x40004
  22. /* RT-Thread Components */
  23. /* C++ features */
  24. /* Command shell */
  25. /* Device virtual file system */
  26. /* Device Drivers */
  27. /* Using USB */
  28. /* POSIX layer and C standard library */
  29. /* Network */
  30. /* Socket abstraction layer */
  31. /* Network interface device */
  32. /* light weight TCP/IP stack */
  33. /* AT commands */
  34. /* VBUS(Virtual Software BUS) */
  35. /* Utilities */
  36. /* RT-Thread Utestcases */
  37. /* RT-Thread online packages */
  38. /* IoT - internet of things */
  39. /* Wi-Fi */
  40. /* Marvell WiFi */
  41. /* Wiced WiFi */
  42. /* IoT Cloud */
  43. /* security packages */
  44. /* language packages */
  45. /* JSON: JavaScript Object Notation, a lightweight data-interchange format */
  46. /* XML: Extensible Markup Language */
  47. /* multimedia packages */
  48. /* LVGL: powerful and easy-to-use embedded GUI library */
  49. /* u8g2: a monochrome graphic library */
  50. /* PainterEngine: A cross-platform graphics application framework written in C language */
  51. /* tools packages */
  52. /* system packages */
  53. /* enhanced kernel services */
  54. /* POSIX extension functions */
  55. /* acceleration: Assembly language or algorithmic acceleration packages */
  56. /* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  57. /* Micrium: Micrium software products porting for RT-Thread */
  58. /* peripheral libraries and drivers */
  59. /* AI packages */
  60. /* miscellaneous packages */
  61. /* project laboratory */
  62. /* samples: kernel and components samples */
  63. /* entertainment: terminal games and other interesting software packages */
  64. #define RT_USING_DEVICE
  65. #define RT_USING_PIN
  66. #define RT_USING_SEMAPHORE
  67. #define RT_USING_MUTEX
  68. #define RT_USING_EVENT
  69. #define RT_USING_MAILBOX
  70. #define RT_USING_MESSAGEQUEUE
  71. #define RT_USING_COMPONENTS_INIT
  72. #define RT_DEBUG_INIT 1
  73. #define RT_USING_SERIAL
  74. #define BSP_USING_UART1
  75. #endif