rtconfig.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. #ifndef RT_CONFIG_H__
  2. #define RT_CONFIG_H__
  3. /* RT-Thread Kernel */
  4. /* klibc options */
  5. /* rt_vsnprintf options */
  6. /* end of rt_vsnprintf options */
  7. /* rt_vsscanf options */
  8. /* end of rt_vsscanf options */
  9. /* rt_memset options */
  10. /* end of rt_memset options */
  11. /* rt_memcpy options */
  12. /* end of rt_memcpy options */
  13. /* rt_memmove options */
  14. /* end of rt_memmove options */
  15. /* rt_memcmp options */
  16. /* end of rt_memcmp options */
  17. /* rt_strstr options */
  18. /* end of rt_strstr options */
  19. /* rt_strcasecmp options */
  20. /* end of rt_strcasecmp options */
  21. /* rt_strncpy options */
  22. /* end of rt_strncpy options */
  23. /* rt_strcpy options */
  24. /* end of rt_strcpy options */
  25. /* rt_strncmp options */
  26. /* end of rt_strncmp options */
  27. /* rt_strcmp options */
  28. /* end of rt_strcmp options */
  29. /* rt_strlen options */
  30. /* end of rt_strlen options */
  31. /* rt_strnlen options */
  32. /* end of rt_strnlen options */
  33. /* end of klibc options */
  34. #define RT_NAME_MAX 16
  35. #define RT_CPUS_NR 1
  36. #define RT_ALIGN_SIZE 8
  37. #define RT_THREAD_PRIORITY_32
  38. #define RT_THREAD_PRIORITY_MAX 32
  39. #define RT_TICK_PER_SECOND 1000
  40. #define RT_USING_OVERFLOW_CHECK
  41. #define RT_USING_HOOK
  42. #define RT_HOOK_USING_FUNC_PTR
  43. #define RT_USING_IDLE_HOOK
  44. #define RT_IDLE_HOOK_LIST_SIZE 4
  45. #define IDLE_THREAD_STACK_SIZE 2048
  46. /* kservice options */
  47. /* end of kservice options */
  48. #define RT_USING_DEBUG
  49. #define RT_DEBUGING_ASSERT
  50. #define RT_DEBUGING_COLOR
  51. #define RT_DEBUGING_CONTEXT
  52. /* Inter-Thread communication */
  53. #define RT_USING_SEMAPHORE
  54. #define RT_USING_MUTEX
  55. #define RT_USING_EVENT
  56. #define RT_USING_MAILBOX
  57. #define RT_USING_MESSAGEQUEUE
  58. #define RT_USING_SIGNALS
  59. /* end of Inter-Thread communication */
  60. /* Memory Management */
  61. #define RT_USING_MEMPOOL
  62. #define RT_USING_SMALL_MEM
  63. #define RT_USING_MEMHEAP
  64. #define RT_MEMHEAP_FAST_MODE
  65. #define RT_USING_SMALL_MEM_AS_HEAP
  66. #define RT_USING_MEMTRACE
  67. #define RT_USING_HEAP
  68. /* end of Memory Management */
  69. #define RT_USING_DEVICE
  70. #define RT_USING_CONSOLE
  71. #define RT_CONSOLEBUF_SIZE 256
  72. #define RT_CONSOLE_DEVICE_NAME "uart0"
  73. #define RT_VER_NUM 0x50201
  74. #define RT_BACKTRACE_LEVEL_MAX_NR 32
  75. /* end of RT-Thread Kernel */
  76. #define RT_USING_CACHE
  77. #define ARCH_MM_MMU
  78. #define ARCH_ARM
  79. #define ARCH_ARM_MMU
  80. #define ARCH_ARM_ARM9
  81. /* RT-Thread Components */
  82. #define RT_USING_COMPONENTS_INIT
  83. #define RT_USING_USER_MAIN
  84. #define RT_MAIN_THREAD_STACK_SIZE 2048
  85. #define RT_MAIN_THREAD_PRIORITY 20
  86. #define RT_USING_MSH
  87. #define RT_USING_FINSH
  88. #define FINSH_USING_MSH
  89. #define FINSH_THREAD_NAME "tshell"
  90. #define FINSH_THREAD_PRIORITY 20
  91. #define FINSH_THREAD_STACK_SIZE 4096
  92. #define FINSH_USING_HISTORY
  93. #define FINSH_HISTORY_LINES 5
  94. #define FINSH_USING_SYMTAB
  95. #define FINSH_CMD_SIZE 80
  96. #define MSH_USING_BUILT_IN_COMMANDS
  97. #define FINSH_USING_DESCRIPTION
  98. #define FINSH_ARG_MAX 10
  99. #define FINSH_USING_OPTION_COMPLETION
  100. /* DFS: device virtual file system */
  101. #define RT_USING_DFS
  102. #define DFS_USING_POSIX
  103. #define DFS_USING_WORKDIR
  104. #define RT_USING_DFS_MNTTABLE
  105. #define DFS_FD_MAX 64
  106. #define RT_USING_DFS_V1
  107. #define DFS_FILESYSTEMS_MAX 16
  108. #define DFS_FILESYSTEM_TYPES_MAX 16
  109. #define RT_USING_DFS_ELMFAT
  110. /* elm-chan's FatFs, Generic FAT Filesystem Module */
  111. #define RT_DFS_ELM_CODE_PAGE 437
  112. #define RT_DFS_ELM_WORD_ACCESS
  113. #define RT_DFS_ELM_USE_LFN_3
  114. #define RT_DFS_ELM_USE_LFN 3
  115. #define RT_DFS_ELM_LFN_UNICODE_0
  116. #define RT_DFS_ELM_LFN_UNICODE 0
  117. #define RT_DFS_ELM_MAX_LFN 255
  118. #define RT_DFS_ELM_DRIVES 8
  119. #define RT_DFS_ELM_MAX_SECTOR_SIZE 4096
  120. #define RT_DFS_ELM_REENTRANT
  121. #define RT_DFS_ELM_MUTEX_TIMEOUT 3000
  122. /* end of elm-chan's FatFs, Generic FAT Filesystem Module */
  123. #define RT_USING_DFS_DEVFS
  124. /* end of DFS: device virtual file system */
  125. /* Device Drivers */
  126. #define RT_USING_DEVICE_IPC
  127. #define RT_UNAMED_PIPE_NUMBER 64
  128. #define RT_USING_SYSTEM_WORKQUEUE
  129. #define RT_SYSTEM_WORKQUEUE_STACKSIZE 2048
  130. #define RT_SYSTEM_WORKQUEUE_PRIORITY 23
  131. #define RT_USING_SERIAL
  132. #define RT_USING_SERIAL_V1
  133. #define RT_SERIAL_USING_DMA
  134. #define RT_SERIAL_RB_BUFSZ 2048
  135. #define RT_USING_CAN
  136. #define RT_CAN_USING_HDR
  137. #define RT_CANMSG_BOX_SZ 16
  138. #define RT_CANSND_BOX_NUM 1
  139. #define RT_CANSND_MSG_TIMEOUT 100
  140. #define RT_CAN_NB_TX_FIFO_SIZE 256
  141. #define RT_USING_CPUTIME
  142. #define CPUTIME_TIMER_FREQ 0
  143. #define RT_USING_I2C
  144. #define RT_USING_I2C_BITOPS
  145. #define RT_USING_ADC
  146. #define RT_USING_PWM
  147. #define RT_USING_MTD_NAND
  148. #define RT_MTD_NAND_DEBUG
  149. #define RT_USING_RTC
  150. #define RT_USING_ALARM
  151. #define RT_ALARM_STACK_SIZE 2048
  152. #define RT_ALARM_TIMESLICE 5
  153. #define RT_ALARM_PRIORITY 10
  154. #define RT_USING_SPI
  155. #define RT_USING_QSPI
  156. #define RT_USING_WDT
  157. #define RT_USING_AUDIO
  158. #define RT_AUDIO_REPLAY_MP_BLOCK_SIZE 4096
  159. #define RT_AUDIO_REPLAY_MP_BLOCK_COUNT 2
  160. #define RT_AUDIO_RECORD_PIPE_SIZE 2048
  161. #define RT_USING_HWCRYPTO
  162. #define RT_HWCRYPTO_DEFAULT_NAME "hwcryto"
  163. #define RT_HWCRYPTO_IV_MAX_SIZE 16
  164. #define RT_HWCRYPTO_KEYBIT_MAX_SIZE 256
  165. #define RT_HWCRYPTO_USING_AES
  166. #define RT_HWCRYPTO_USING_AES_ECB
  167. #define RT_HWCRYPTO_USING_AES_CBC
  168. #define RT_HWCRYPTO_USING_AES_CFB
  169. #define RT_HWCRYPTO_USING_AES_CTR
  170. #define RT_HWCRYPTO_USING_AES_OFB
  171. #define RT_HWCRYPTO_USING_SHA1
  172. #define RT_HWCRYPTO_USING_SHA2
  173. #define RT_HWCRYPTO_USING_SHA2_224
  174. #define RT_HWCRYPTO_USING_SHA2_256
  175. #define RT_HWCRYPTO_USING_SHA2_384
  176. #define RT_HWCRYPTO_USING_SHA2_512
  177. #define RT_HWCRYPTO_USING_RNG
  178. #define RT_USING_PIN
  179. #define RT_USING_HWTIMER
  180. /* end of Device Drivers */
  181. /* C/C++ and POSIX layer */
  182. /* ISO-ANSI C layer */
  183. /* Timezone and Daylight Saving Time */
  184. #define RT_LIBC_USING_LIGHT_TZ_DST
  185. #define RT_LIBC_TZ_DEFAULT_HOUR 8
  186. #define RT_LIBC_TZ_DEFAULT_MIN 0
  187. #define RT_LIBC_TZ_DEFAULT_SEC 0
  188. /* end of Timezone and Daylight Saving Time */
  189. /* end of ISO-ANSI C layer */
  190. /* POSIX (Portable Operating System Interface) layer */
  191. #define RT_USING_POSIX_FS
  192. #define RT_USING_POSIX_POLL
  193. #define RT_USING_POSIX_SELECT
  194. #define RT_USING_POSIX_SOCKET
  195. /* Interprocess Communication (IPC) */
  196. /* Socket is in the 'Network' category */
  197. /* end of Interprocess Communication (IPC) */
  198. /* end of POSIX (Portable Operating System Interface) layer */
  199. /* end of C/C++ and POSIX layer */
  200. /* Network */
  201. #define RT_USING_SAL
  202. #define SOCKET_TABLE_STEP_LEN 4
  203. /* Docking with protocol stacks */
  204. #define SAL_USING_LWIP
  205. /* end of Docking with protocol stacks */
  206. #define SAL_USING_POSIX
  207. #define RT_USING_NETDEV
  208. #define NETDEV_USING_IFCONFIG
  209. #define NETDEV_USING_PING
  210. #define NETDEV_USING_NETSTAT
  211. #define NETDEV_USING_AUTO_DEFAULT
  212. #define NETDEV_IPV4 1
  213. #define NETDEV_IPV6 0
  214. #define RT_USING_LWIP
  215. #define RT_USING_LWIP212
  216. #define RT_USING_LWIP_VER_NUM 0x20102
  217. #define RT_LWIP_MEM_ALIGNMENT 4
  218. #define RT_LWIP_IGMP
  219. #define RT_LWIP_ICMP
  220. #define RT_LWIP_DNS
  221. #define RT_LWIP_DHCP
  222. #define IP_SOF_BROADCAST 1
  223. #define IP_SOF_BROADCAST_RECV 1
  224. /* Static IPv4 Address */
  225. #define RT_LWIP_IPADDR "192.168.31.55"
  226. #define RT_LWIP_GWADDR "192.168.31.1"
  227. #define RT_LWIP_MSKADDR "255.255.255.0"
  228. /* end of Static IPv4 Address */
  229. #define RT_LWIP_UDP
  230. #define RT_LWIP_TCP
  231. #define RT_LWIP_RAW
  232. #define RT_MEMP_NUM_NETCONN 16
  233. #define RT_LWIP_PBUF_NUM 256
  234. #define RT_LWIP_RAW_PCB_NUM 16
  235. #define RT_LWIP_UDP_PCB_NUM 16
  236. #define RT_LWIP_TCP_PCB_NUM 16
  237. #define RT_LWIP_TCP_SEG_NUM 64
  238. #define RT_LWIP_TCP_SND_BUF 16384
  239. #define RT_LWIP_TCP_WND 65535
  240. #define RT_LWIP_TCPTHREAD_PRIORITY 21
  241. #define RT_LWIP_TCPTHREAD_MBOX_SIZE 256
  242. #define RT_LWIP_TCPTHREAD_STACKSIZE 4096
  243. #define LWIP_NO_TX_THREAD
  244. #define RT_LWIP_ETHTHREAD_PRIORITY 22
  245. #define RT_LWIP_ETHTHREAD_STACKSIZE 4096
  246. #define RT_LWIP_ETHTHREAD_MBOX_SIZE 256
  247. #define RT_LWIP_REASSEMBLY_FRAG
  248. #define LWIP_NETIF_STATUS_CALLBACK 1
  249. #define LWIP_NETIF_LINK_CALLBACK 1
  250. #define RT_LWIP_NETIF_NAMESIZE 6
  251. #define SO_REUSE 1
  252. #define LWIP_SO_RCVTIMEO 1
  253. #define LWIP_SO_SNDTIMEO 1
  254. #define LWIP_SO_RCVBUF 1
  255. #define LWIP_SO_LINGER 1
  256. #define RT_LWIP_NETIF_LOOPBACK
  257. #define LWIP_NETIF_LOOPBACK 1
  258. #define RT_LWIP_STATS
  259. #define RT_LWIP_USING_PING
  260. /* end of Network */
  261. /* Memory protection */
  262. /* end of Memory protection */
  263. /* Utilities */
  264. #define RT_USING_UTEST
  265. #define UTEST_THR_STACK_SIZE 4096
  266. #define UTEST_THR_PRIORITY 20
  267. #define RT_UTEST_MAX_OPTIONS 64
  268. #define RT_USING_ADT
  269. #define RT_USING_ADT_AVL
  270. #define RT_USING_ADT_BITMAP
  271. #define RT_USING_ADT_HASHMAP
  272. #define RT_USING_ADT_REF
  273. /* end of Utilities */
  274. /* Memory management */
  275. #define RT_PAGE_AFFINITY_BLOCK_SIZE 0x1000
  276. #define RT_PAGE_MAX_ORDER 11
  277. /* Debugging */
  278. /* end of Debugging */
  279. /* end of Memory management */
  280. /* Using USB legacy version */
  281. #define RT_USING_USB
  282. #define RT_USING_USB_HOST
  283. #define RT_USBH_MSTORAGE
  284. #define UDISK_MOUNTPOINT "/mnt/udisk"
  285. #define RT_USING_USB_DEVICE
  286. #define RT_USBD_THREAD_STACK_SZ 4096
  287. #define USB_VENDOR_ID 0x0FFE
  288. #define USB_PRODUCT_ID 0x0001
  289. #define RT_USB_DEVICE_COMPOSITE
  290. #define RT_USB_DEVICE_CDC
  291. #define RT_USB_DEVICE_NONE
  292. #define RT_USB_DEVICE_MSTORAGE
  293. #define RT_VCOM_TASK_STK_SIZE 2048
  294. #define RT_CDC_RX_BUFSIZE 128
  295. #define RT_VCOM_SERNO "32021919830108"
  296. #define RT_VCOM_SER_LEN 14
  297. #define RT_VCOM_TX_TIMEOUT 1000
  298. #define RT_USB_MSTORAGE_DISK_NAME "ramdisk1"
  299. /* end of Using USB legacy version */
  300. /* end of RT-Thread Components */
  301. /* RT-Thread Utestcases */
  302. /* end of RT-Thread Utestcases */
  303. /* RT-Thread online packages */
  304. /* IoT - internet of things */
  305. /* Wi-Fi */
  306. /* Marvell WiFi */
  307. /* end of Marvell WiFi */
  308. /* Wiced WiFi */
  309. /* end of Wiced WiFi */
  310. /* CYW43012 WiFi */
  311. /* end of CYW43012 WiFi */
  312. /* BL808 WiFi */
  313. /* end of BL808 WiFi */
  314. /* CYW43439 WiFi */
  315. /* end of CYW43439 WiFi */
  316. /* end of Wi-Fi */
  317. /* IoT Cloud */
  318. /* end of IoT Cloud */
  319. /* end of IoT - internet of things */
  320. /* security packages */
  321. /* end of security packages */
  322. /* language packages */
  323. /* JSON: JavaScript Object Notation, a lightweight data-interchange format */
  324. /* end of JSON: JavaScript Object Notation, a lightweight data-interchange format */
  325. /* XML: Extensible Markup Language */
  326. /* end of XML: Extensible Markup Language */
  327. /* end of language packages */
  328. /* multimedia packages */
  329. /* LVGL: powerful and easy-to-use embedded GUI library */
  330. /* end of LVGL: powerful and easy-to-use embedded GUI library */
  331. /* u8g2: a monochrome graphic library */
  332. /* end of u8g2: a monochrome graphic library */
  333. /* end of multimedia packages */
  334. /* tools packages */
  335. /* end of tools packages */
  336. /* system packages */
  337. /* enhanced kernel services */
  338. /* end of enhanced kernel services */
  339. /* acceleration: Assembly language or algorithmic acceleration packages */
  340. /* end of acceleration: Assembly language or algorithmic acceleration packages */
  341. /* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  342. /* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
  343. /* Micrium: Micrium software products porting for RT-Thread */
  344. /* end of Micrium: Micrium software products porting for RT-Thread */
  345. /* end of system packages */
  346. /* peripheral libraries and drivers */
  347. /* HAL & SDK Drivers */
  348. /* STM32 HAL & SDK Drivers */
  349. /* end of STM32 HAL & SDK Drivers */
  350. /* Infineon HAL Packages */
  351. /* end of Infineon HAL Packages */
  352. /* Kendryte SDK */
  353. /* end of Kendryte SDK */
  354. /* WCH HAL & SDK Drivers */
  355. /* end of WCH HAL & SDK Drivers */
  356. /* AT32 HAL & SDK Drivers */
  357. /* end of AT32 HAL & SDK Drivers */
  358. /* HC32 DDL Drivers */
  359. /* end of HC32 DDL Drivers */
  360. /* NXP HAL & SDK Drivers */
  361. /* end of NXP HAL & SDK Drivers */
  362. /* NUVOTON Drivers */
  363. #define PKG_USING_NUVOTON_ARM926_LIB
  364. #define PKG_USING_NUVOTON_ARM926_LIB_LATEST_VERSION
  365. /* end of NUVOTON Drivers */
  366. /* GD32 Drivers */
  367. /* end of GD32 Drivers */
  368. /* end of HAL & SDK Drivers */
  369. /* sensors drivers */
  370. /* end of sensors drivers */
  371. /* touch drivers */
  372. /* end of touch drivers */
  373. /* end of peripheral libraries and drivers */
  374. /* AI packages */
  375. /* end of AI packages */
  376. /* Signal Processing and Control Algorithm Packages */
  377. /* end of Signal Processing and Control Algorithm Packages */
  378. /* miscellaneous packages */
  379. /* project laboratory */
  380. /* end of project laboratory */
  381. /* samples: kernel and components samples */
  382. /* end of samples: kernel and components samples */
  383. /* entertainment: terminal games and other interesting software packages */
  384. /* end of entertainment: terminal games and other interesting software packages */
  385. /* end of miscellaneous packages */
  386. /* Arduino libraries */
  387. /* Projects and Demos */
  388. /* end of Projects and Demos */
  389. /* Sensors */
  390. /* end of Sensors */
  391. /* Display */
  392. /* end of Display */
  393. /* Timing */
  394. /* end of Timing */
  395. /* Data Processing */
  396. /* end of Data Processing */
  397. /* Data Storage */
  398. /* Communication */
  399. /* end of Communication */
  400. /* Device Control */
  401. /* end of Device Control */
  402. /* Other */
  403. /* end of Other */
  404. /* Signal IO */
  405. /* end of Signal IO */
  406. /* Uncategorized */
  407. /* end of Arduino libraries */
  408. /* end of RT-Thread online packages */
  409. /* Hardware Drivers Config */
  410. /* On-chip Peripheral Drivers */
  411. #define SOC_SERIES_NUC980
  412. #define BSP_USE_STDDRIVER_SOURCE
  413. #define BSP_USING_MMU
  414. #define BSP_USING_PDMA
  415. #define NU_PDMA_MEMFUN_ACTOR_MAX 2
  416. #define BSP_USING_GPIO
  417. #define BSP_USING_EMAC
  418. #define BSP_USING_EMAC0
  419. #define BSP_USING_RTC
  420. #define NU_RTC_SUPPORT_IO_RW
  421. #define NU_RTC_SUPPORT_MSH_CMD
  422. #define BSP_USING_ADC
  423. #define BSP_USING_TMR
  424. #define BSP_USING_TIMER
  425. #define BSP_USING_TMR0
  426. #define BSP_USING_TIMER0
  427. #define BSP_USING_TMR1
  428. #define BSP_USING_TIMER1
  429. #define BSP_USING_TMR2
  430. #define BSP_USING_TIMER2
  431. #define BSP_USING_TMR3
  432. #define BSP_USING_TIMER3
  433. #define BSP_USING_TMR4
  434. #define BSP_USING_TIMER4
  435. #define BSP_USING_UART
  436. #define BSP_USING_UART0
  437. #define BSP_USING_UART1
  438. #define BSP_USING_UART1_TX_DMA
  439. #define BSP_USING_UART1_RX_DMA
  440. #define BSP_USING_I2C
  441. #define BSP_USING_I2C0
  442. #define BSP_USING_I2C2
  443. #define BSP_USING_SDH
  444. #define BSP_USING_SDH1
  445. #define NU_SDH_USING_PDMA
  446. #define NU_SDH_HOTPLUG
  447. #define BSP_USING_PWM
  448. #define BSP_USING_PWM0
  449. #define BSP_USING_SPI
  450. #define BSP_USING_SPI_PDMA
  451. #define BSP_USING_SPI0
  452. #define BSP_USING_SPI0_PDMA
  453. #define BSP_USING_SPI1_NONE
  454. #define BSP_USING_I2S
  455. #define NU_I2S_DMA_FIFO_SIZE 4096
  456. #define BSP_USING_QSPI
  457. #define BSP_USING_QSPI_PDMA
  458. #define BSP_USING_QSPI0
  459. #define BSP_USING_QSPI0_PDMA
  460. #define BSP_USING_CRYPTO
  461. #define BSP_USING_WDT
  462. #define BSP_USING_USBD
  463. #define BSP_USING_USBH
  464. /* end of On-chip Peripheral Drivers */
  465. /* On-board Peripheral Drivers */
  466. #define BSP_USING_CONSOLE
  467. #define BOARD_USING_IP101GR
  468. #define BOARD_USING_NAU8822
  469. #define BOARD_USING_STORAGE_SDCARD
  470. #define BOARD_USING_STORAGE_SPINAND
  471. #define BOARD_USING_USB0_DEVICE_HOST
  472. #define BOARD_USING_USB1_HOST
  473. /* end of On-board Peripheral Drivers */
  474. /* Board extended module drivers */
  475. /* end of Board extended module drivers */
  476. /* Nuvoton Packages Config */
  477. #define NU_PKG_USING_UTILS
  478. #define NU_PKG_USING_DEMO
  479. #define NU_PKG_USING_NAU8822
  480. #define NU_PKG_USING_SPINAND
  481. /* end of Nuvoton Packages Config */
  482. /* end of Hardware Drivers Config */
  483. #endif