rtconfig.h 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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. #define COMP_USING_CANFESTIVAL
  17. #define CANFESTIVAL_CAN_DEVICE_NAME "can0"
  18. #define CANFESTIVAL_TIMER_DEVICE_NAME "timer0"
  19. #define CANFESTIVAL_RECV_THREAD_PRIO 9
  20. #define CANFESTIVAL_TIMER_THREAD_PRIO 10
  21. #define COMP_USING_ETHERCAT
  22. #define COMP_USING_MODBUS
  23. /* end of Industrial Bus */
  24. /* Net Apps */
  25. #define COMP_USING_AGILE_FTP
  26. #define COMP_USING_PAHOMQTT
  27. #define _PAHOMQTT_PIPE_MODE
  28. #define MQTT_THREAD_STACK_SIZE 4096
  29. #define PAHOMQTT_SUBSCRIBE_HANDLERS 1
  30. #define MQTT_DEBUG
  31. #define COMP_USING_TELNET
  32. #define COMP_USING_TFTP
  33. #define NETUTILS_TFTP_PORT 69
  34. #define COMP_USING_WEBCLIENT
  35. #define WEBCLIENT_USING_FILE_DOWMLOAD
  36. #define COMPONENTS_WEBCLIENT_USING_MBED_TLS
  37. #define COMP_USING_WEBNET
  38. #define WEBNET_PORT 80
  39. #define WEBNET_CONN_MAX 16
  40. #define WEBNET_ROOT "/sdmmc/webnet"
  41. /* Select supported modules */
  42. #define WEBNET_USING_AUTH
  43. #define WEBNET_USING_CGI
  44. #define WEBNET_USING_ASP
  45. #define WEBNET_USING_SSI
  46. #define WEBNET_USING_INDEX
  47. #define WEBNET_USING_ALIAS
  48. #define WEBNET_USING_UPLOAD
  49. #define WEBNET_CACHE_LEVEL 0
  50. #define WEBNET_USING_SSI_VIRTUAL_HANDLER
  51. /* end of Select supported modules */
  52. /* end of Net Apps */
  53. /* Graphics */
  54. #define COMP_USING_LVGL
  55. #define RT_LVGL_THREAD_PRIO 20
  56. #define RT_LVGL_THREAD_STACK_SIZE 8192
  57. #define LV_DEF_REFR_PERIOD 33
  58. #define RT_LVGL_VER_NUM 0x090100
  59. #define RT_LVGL_VER "v9.1.0"
  60. #define LV_CONF_SKIP
  61. /* Color Settings */
  62. #define COLOR_DEPTH_16
  63. #define LV_COLOR_DEPTH 16
  64. /* end of Color Settings */
  65. /* RT-Thread rockchip rga driver */
  66. #define RT_USING_RGA
  67. /* end of RT-Thread rockchip rga driver */
  68. /* end of Graphics */
  69. /* AI */
  70. #define COMP_USING_NCNN
  71. /* end of AI */
  72. /* Data Parsers */
  73. #define COMP_USING_CJSON
  74. /* end of Data Parsers */
  75. /* Debug Tools */
  76. #define COMP_USING_BACKTRACE
  77. #define COMP_USING_COREDUMP
  78. #define COREDUMP_STORAGE_RAM
  79. #define COREDUMP_MAX_SIZE_KB 2048
  80. #define COREDUMP_FILE_SAVE_PATH "/sdmmc/core.dump"
  81. #define COMP_USING_IPERF2
  82. #define IPERF_THREAD_STACK_SIZE 16384
  83. #define COMP_USING_RT_PERF
  84. #define RT_PERF_TIMER_FREQ 24000000
  85. #define RT_PERF_TIMER_BITS 32
  86. #define RT_PERF_ENABLE_IRQ_LATENCY
  87. #define RT_PERF_USING_TIMER_NAME "timer3"
  88. /* end of Debug Tools */
  89. /* Language */
  90. #define COMP_USING_LUA
  91. /* end of Language */
  92. /* Security */
  93. #define COMP_USING_MBEDTLS
  94. /* Select Root Certificate */
  95. #define COMP_USING_MBEDTLS_USE_ALL_CERTS
  96. #define COMP_USING_MBEDTLS_USER_CERTS
  97. #define COMP_USING_MBEDTLS_THAWTE_ROOT_CA
  98. #define COMP_USING_MBEDTLS_VERSIGN_PBULIC_ROOT_CA
  99. #define COMP_USING_MBEDTLS_VERSIGN_UNIVERSAL_ROOT_CA
  100. #define COMP_USING_MBEDTLS_GEOTRUST_ROOT_CA
  101. #define COMP_USING_MBEDTLS_DIGICERT_ROOT_CA
  102. #define COMP_USING_MBEDTLS_GODADDY_ROOT_CA
  103. #define COMP_USING_MBEDTLS_COMODOR_ROOT_CA
  104. #define COMP_USING_MBEDTLS_DST_ROOT_CA
  105. #define COMP_USING_MBEDTLS_CLOBALSIGN_ROOT_CA
  106. #define COMP_USING_MBEDTLS_ENTRUST_ROOT_CA
  107. #define COMP_USING_MBEDTLS_AMAZON_ROOT_CA
  108. #define COMP_USING_MBEDTLS_CERTUM_TRUSTED_NETWORK_ROOT_CA
  109. /* end of Select Root Certificate */
  110. #define MBEDTLS_AES_ROM_TABLES
  111. #define MBEDTLS_ECP_WINDOW_SIZE 6
  112. #define MBEDTLS_SSL_MAX_CONTENT_LEN 16384
  113. /* end of Security */
  114. /* end of RuiChing Components Configure */
  115. #define RT_USING_CPLUSPLUS
  116. /* RT-Thread online packages */
  117. /* IoT - internet of things */
  118. /* Wi-Fi */
  119. /* Marvell WiFi */
  120. /* end of Marvell WiFi */
  121. /* Wiced WiFi */
  122. /* end of Wiced WiFi */
  123. /* CYW43012 WiFi */
  124. /* end of CYW43012 WiFi */
  125. /* BL808 WiFi */
  126. /* end of BL808 WiFi */
  127. /* CYW43439 WiFi */
  128. /* end of CYW43439 WiFi */
  129. /* end of Wi-Fi */
  130. /* IoT Cloud */
  131. /* end of IoT Cloud */
  132. /* end of IoT - internet of things */
  133. /* security packages */
  134. /* end of security packages */
  135. /* language packages */
  136. /* JSON: JavaScript Object Notation, a lightweight data-interchange format */
  137. /* end of JSON: JavaScript Object Notation, a lightweight data-interchange format */
  138. /* XML: Extensible Markup Language */
  139. /* end of XML: Extensible Markup Language */
  140. /* end of language packages */
  141. /* multimedia packages */
  142. /* LVGL: powerful and easy-to-use embedded GUI library */
  143. /* end of LVGL: powerful and easy-to-use embedded GUI library */
  144. /* u8g2: a monochrome graphic library */
  145. /* end of u8g2: a monochrome graphic library */
  146. /* end of multimedia packages */
  147. /* tools packages */
  148. /* end of tools packages */
  149. /* system packages */
  150. /* enhanced kernel services */
  151. /* end of enhanced kernel services */
  152. /* acceleration: Assembly language or algorithmic acceleration packages */
  153. /* end of acceleration: Assembly language or algorithmic acceleration packages */
  154. /* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  155. /* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  156. /* Micrium: Micrium software products porting for RT-Thread */
  157. /* end of Micrium: Micrium software products porting for RT-Thread */
  158. /* end of system packages */
  159. /* peripheral libraries and drivers */
  160. /* HAL & SDK Drivers */
  161. /* STM32 HAL & SDK Drivers */
  162. /* end of STM32 HAL & SDK Drivers */
  163. /* Infineon HAL Packages */
  164. /* end of Infineon HAL Packages */
  165. /* Kendryte SDK */
  166. /* end of Kendryte SDK */
  167. /* WCH HAL & SDK Drivers */
  168. /* end of WCH HAL & SDK Drivers */
  169. /* AT32 HAL & SDK Drivers */
  170. /* end of AT32 HAL & SDK Drivers */
  171. /* HC32 DDL Drivers */
  172. /* end of HC32 DDL Drivers */
  173. /* NXP HAL & SDK Drivers */
  174. /* end of NXP HAL & SDK Drivers */
  175. /* NUVOTON Drivers */
  176. /* end of NUVOTON Drivers */
  177. /* GD32 Drivers */
  178. /* end of GD32 Drivers */
  179. /* end of HAL & SDK Drivers */
  180. /* sensors drivers */
  181. /* end of sensors drivers */
  182. /* touch drivers */
  183. /* end of touch drivers */
  184. /* end of peripheral libraries and drivers */
  185. /* AI packages */
  186. /* end of AI packages */
  187. /* Signal Processing and Control Algorithm Packages */
  188. /* end of Signal Processing and Control Algorithm Packages */
  189. /* miscellaneous packages */
  190. /* project laboratory */
  191. /* end of project laboratory */
  192. /* samples: kernel and components samples */
  193. /* end of samples: kernel and components samples */
  194. /* entertainment: terminal games and other interesting software packages */
  195. /* end of entertainment: terminal games and other interesting software packages */
  196. /* end of miscellaneous packages */
  197. /* Arduino libraries */
  198. /* Projects and Demos */
  199. /* end of Projects and Demos */
  200. /* Sensors */
  201. /* end of Sensors */
  202. /* Display */
  203. /* end of Display */
  204. /* Timing */
  205. /* end of Timing */
  206. /* Data Processing */
  207. /* end of Data Processing */
  208. /* Data Storage */
  209. /* Communication */
  210. /* end of Communication */
  211. /* Device Control */
  212. /* end of Device Control */
  213. /* Other */
  214. /* end of Other */
  215. /* Signal IO */
  216. /* end of Signal IO */
  217. /* Uncategorized */
  218. /* end of Arduino libraries */
  219. /* end of RT-Thread online packages */
  220. #endif /* __RTCONFIG_APP_H__ */