rtconfig.h 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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_NOT_USE_TLS
  37. #define COMP_USING_WEBNET
  38. #define WEBNET_PORT 80
  39. #define WEBNET_CONN_MAX 16
  40. #define WEBNET_ROOT "/tmp"
  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. /* end of RuiChing Components Configure */
  90. #define RT_USING_CPLUSPLUS
  91. /* RT-Thread online packages */
  92. /* IoT - internet of things */
  93. /* Wi-Fi */
  94. /* Marvell WiFi */
  95. /* end of Marvell WiFi */
  96. /* Wiced WiFi */
  97. /* end of Wiced WiFi */
  98. /* CYW43012 WiFi */
  99. /* end of CYW43012 WiFi */
  100. /* BL808 WiFi */
  101. /* end of BL808 WiFi */
  102. /* CYW43439 WiFi */
  103. /* end of CYW43439 WiFi */
  104. /* end of Wi-Fi */
  105. /* IoT Cloud */
  106. /* end of IoT Cloud */
  107. /* end of IoT - internet of things */
  108. /* security packages */
  109. /* end of security packages */
  110. /* language packages */
  111. /* JSON: JavaScript Object Notation, a lightweight data-interchange format */
  112. /* end of JSON: JavaScript Object Notation, a lightweight data-interchange format */
  113. /* XML: Extensible Markup Language */
  114. /* end of XML: Extensible Markup Language */
  115. /* end of language packages */
  116. /* multimedia packages */
  117. /* LVGL: powerful and easy-to-use embedded GUI library */
  118. /* end of LVGL: powerful and easy-to-use embedded GUI library */
  119. /* u8g2: a monochrome graphic library */
  120. /* end of u8g2: a monochrome graphic library */
  121. /* end of multimedia packages */
  122. /* tools packages */
  123. /* end of tools packages */
  124. /* system packages */
  125. /* enhanced kernel services */
  126. /* end of enhanced kernel services */
  127. /* acceleration: Assembly language or algorithmic acceleration packages */
  128. /* end of acceleration: Assembly language or algorithmic acceleration packages */
  129. /* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  130. /* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  131. /* Micrium: Micrium software products porting for RT-Thread */
  132. /* end of Micrium: Micrium software products porting for RT-Thread */
  133. /* end of system packages */
  134. /* peripheral libraries and drivers */
  135. /* HAL & SDK Drivers */
  136. /* STM32 HAL & SDK Drivers */
  137. /* end of STM32 HAL & SDK Drivers */
  138. /* Infineon HAL Packages */
  139. /* end of Infineon HAL Packages */
  140. /* Kendryte SDK */
  141. /* end of Kendryte SDK */
  142. /* WCH HAL & SDK Drivers */
  143. /* end of WCH HAL & SDK Drivers */
  144. /* AT32 HAL & SDK Drivers */
  145. /* end of AT32 HAL & SDK Drivers */
  146. /* end of HAL & SDK Drivers */
  147. /* sensors drivers */
  148. /* end of sensors drivers */
  149. /* touch drivers */
  150. /* end of touch drivers */
  151. /* end of peripheral libraries and drivers */
  152. /* AI packages */
  153. /* end of AI packages */
  154. /* Signal Processing and Control Algorithm Packages */
  155. /* end of Signal Processing and Control Algorithm Packages */
  156. /* miscellaneous packages */
  157. /* project laboratory */
  158. /* end of project laboratory */
  159. /* samples: kernel and components samples */
  160. /* end of samples: kernel and components samples */
  161. /* entertainment: terminal games and other interesting software packages */
  162. /* end of entertainment: terminal games and other interesting software packages */
  163. /* end of miscellaneous packages */
  164. /* Arduino libraries */
  165. /* Projects and Demos */
  166. /* end of Projects and Demos */
  167. /* Sensors */
  168. /* end of Sensors */
  169. /* Display */
  170. /* end of Display */
  171. /* Timing */
  172. /* end of Timing */
  173. /* Data Processing */
  174. /* end of Data Processing */
  175. /* Data Storage */
  176. /* Communication */
  177. /* end of Communication */
  178. /* Device Control */
  179. /* end of Device Control */
  180. /* Other */
  181. /* end of Other */
  182. /* Signal IO */
  183. /* end of Signal IO */
  184. /* Uncategorized */
  185. /* end of Arduino libraries */
  186. /* end of RT-Thread online packages */
  187. #endif /* __RTCONFIG_APP_H__ */