rtconfig.h 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. /**
  2. * RT-Thread RuiChing
  3. *
  4. * COPYRIGHT (C) 2024-2025 Shanghai Real-Thread Electronic Technology Co., Ltd.
  5. * All rights reserved.
  6. *
  7. * The license and distribution terms for this file may be
  8. * found in the file LICENSE in this distribution.
  9. */
  10. #ifndef __RTCONFIG_APP_H__
  11. #define __RTCONFIG_APP_H__
  12. /* Automatically generated file; DO NOT EDIT. */
  13. #include <kconfig.h>
  14. /* RuiChing Components Configure */
  15. /* Industrial Bus */
  16. /* end of Industrial Bus */
  17. /* Net Apps */
  18. /* end of Net Apps */
  19. /* Graphics */
  20. /* end of Graphics */
  21. /* AI */
  22. /* end of AI */
  23. /* Data Parsers */
  24. /* end of Data Parsers */
  25. /* Debug Tools */
  26. #define COMP_USING_RT_PERF
  27. #define RT_PERF_TIMER_FREQ 24000000
  28. #define RT_PERF_TIMER_BITS 32
  29. #define RT_PERF_ENABLE_IRQ_LATENCY
  30. #define RT_PERF_USING_TIMER_NAME "timer3"
  31. /* end of Debug Tools */
  32. /* Language */
  33. /* end of Language */
  34. /* Security */
  35. /* end of Security */
  36. /* end of RuiChing Components Configure */
  37. #define RT_USING_CPLUSPLUS
  38. /* RT-Thread online packages */
  39. /* IoT - internet of things */
  40. /* Wi-Fi */
  41. /* Marvell WiFi */
  42. /* end of Marvell WiFi */
  43. /* Wiced WiFi */
  44. /* end of Wiced WiFi */
  45. /* CYW43012 WiFi */
  46. /* end of CYW43012 WiFi */
  47. /* BL808 WiFi */
  48. /* end of BL808 WiFi */
  49. /* CYW43439 WiFi */
  50. /* end of CYW43439 WiFi */
  51. /* end of Wi-Fi */
  52. /* IoT Cloud */
  53. /* end of IoT Cloud */
  54. /* end of IoT - internet of things */
  55. /* security packages */
  56. /* end of security packages */
  57. /* language packages */
  58. /* JSON: JavaScript Object Notation, a lightweight data-interchange format */
  59. /* end of JSON: JavaScript Object Notation, a lightweight data-interchange format */
  60. /* XML: Extensible Markup Language */
  61. /* end of XML: Extensible Markup Language */
  62. /* end of language packages */
  63. /* multimedia packages */
  64. /* LVGL: powerful and easy-to-use embedded GUI library */
  65. /* end of LVGL: powerful and easy-to-use embedded GUI library */
  66. /* u8g2: a monochrome graphic library */
  67. /* end of u8g2: a monochrome graphic library */
  68. /* end of multimedia packages */
  69. /* tools packages */
  70. /* end of tools packages */
  71. /* system packages */
  72. /* enhanced kernel services */
  73. /* end of enhanced kernel services */
  74. /* acceleration: Assembly language or algorithmic acceleration packages */
  75. /* end of acceleration: Assembly language or algorithmic acceleration packages */
  76. /* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  77. /* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  78. /* Micrium: Micrium software products porting for RT-Thread */
  79. /* end of Micrium: Micrium software products porting for RT-Thread */
  80. /* end of system packages */
  81. /* peripheral libraries and drivers */
  82. /* HAL & SDK Drivers */
  83. /* STM32 HAL & SDK Drivers */
  84. /* end of STM32 HAL & SDK Drivers */
  85. /* Infineon HAL Packages */
  86. /* end of Infineon HAL Packages */
  87. /* Kendryte SDK */
  88. /* end of Kendryte SDK */
  89. /* WCH HAL & SDK Drivers */
  90. /* end of WCH HAL & SDK Drivers */
  91. /* AT32 HAL & SDK Drivers */
  92. /* end of AT32 HAL & SDK Drivers */
  93. /* HC32 DDL Drivers */
  94. /* end of HC32 DDL Drivers */
  95. /* NXP HAL & SDK Drivers */
  96. /* end of NXP HAL & SDK Drivers */
  97. /* NUVOTON Drivers */
  98. /* end of NUVOTON Drivers */
  99. /* GD32 Drivers */
  100. /* end of GD32 Drivers */
  101. /* end of HAL & SDK Drivers */
  102. /* sensors drivers */
  103. /* end of sensors drivers */
  104. /* touch drivers */
  105. /* end of touch drivers */
  106. /* end of peripheral libraries and drivers */
  107. /* AI packages */
  108. /* end of AI packages */
  109. /* Signal Processing and Control Algorithm Packages */
  110. /* end of Signal Processing and Control Algorithm Packages */
  111. /* miscellaneous packages */
  112. /* project laboratory */
  113. /* end of project laboratory */
  114. /* samples: kernel and components samples */
  115. /* end of samples: kernel and components samples */
  116. /* entertainment: terminal games and other interesting software packages */
  117. /* end of entertainment: terminal games and other interesting software packages */
  118. /* end of miscellaneous packages */
  119. /* Arduino libraries */
  120. /* Projects and Demos */
  121. /* end of Projects and Demos */
  122. /* Sensors */
  123. /* end of Sensors */
  124. /* Display */
  125. /* end of Display */
  126. /* Timing */
  127. /* end of Timing */
  128. /* Data Processing */
  129. /* end of Data Processing */
  130. /* Data Storage */
  131. /* Communication */
  132. /* end of Communication */
  133. /* Device Control */
  134. /* end of Device Control */
  135. /* Other */
  136. /* end of Other */
  137. /* Signal IO */
  138. /* end of Signal IO */
  139. /* Uncategorized */
  140. /* end of Arduino libraries */
  141. /* end of RT-Thread online packages */
  142. #endif /* __RTCONFIG_APP_H__ */