rtconfig.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. #ifndef RT_CONFIG_H__
  2. #define RT_CONFIG_H__
  3. /* Automatically generated file; DO NOT EDIT. */
  4. /* RT-Thread Configuration */
  5. #define SOC_C6678
  6. /* RT-Thread Kernel */
  7. #define RT_NAME_MAX 8
  8. #define RT_USING_ARCH_DATA_TYPE
  9. #define RT_ALIGN_SIZE 8
  10. #define RT_THREAD_PRIORITY_8
  11. #define RT_THREAD_PRIORITY_MAX 8
  12. #define RT_TICK_PER_SECOND 100
  13. //#define RT_USING_HOOK
  14. //#define RT_USING_IDLE_HOOK
  15. //#define RT_IDLE_HOOK_LIST_SIZE 4
  16. #define IDLE_THREAD_STACK_SIZE 4096
  17. //#define RT_DEBUG
  18. //#define RT_DEBUG_COLOR
  19. /* Inter-Thread communication */
  20. #define RT_USING_SEMAPHORE
  21. #define RT_USING_MUTEX
  22. #define RT_USING_EVENT
  23. #define RT_USING_MAILBOX
  24. #define RT_USING_MESSAGEQUEUE
  25. /* Memory Management */
  26. #define RT_USING_MEMPOOL
  27. #define RT_USING_SMALL_MEM
  28. #define RT_USING_HEAP
  29. /* Kernel Device Object */
  30. /* RT-Thread Components */
  31. /* C++ features */
  32. /* Command shell */
  33. /* Device virtual file system */
  34. /* Device Drivers */
  35. /* Using WiFi */
  36. /* Using USB */
  37. /* POSIX layer and C standard library */
  38. /* Network */
  39. /* Socket abstraction layer */
  40. /* light weight TCP/IP stack */
  41. /* Modbus master and slave stack */
  42. /* AT commands */
  43. /* VBUS(Virtual Software BUS) */
  44. /* Utilities */
  45. /* RT-Thread online packages */
  46. /* IoT - internet of things */
  47. /* Wi-Fi */
  48. /* Marvell WiFi */
  49. /* Wiced WiFi */
  50. /* IoT Cloud */
  51. /* security packages */
  52. /* language packages */
  53. /* multimedia packages */
  54. /* tools packages */
  55. /* system packages */
  56. /* peripheral libraries and drivers */
  57. /* miscellaneous packages */
  58. /* samples: kernel and components samples */
  59. #include "rtconfig_project.h"
  60. #endif