support hc32 on nuttx

This commit is contained in:
wlyu
2022-10-25 18:08:35 +08:00
parent f1515ba075
commit 3cddeb1985
80 changed files with 72692 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_HC32F4A0
config HC32F4A0_BOARD
bool "HDSC HC32F4A0 base board"
default n
---help---
Select if you are using the HC32F4A0 base board with the HC32F4A0.
endif