We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1810 commit feb5837Copy full SHA for feb5837
bsp/hc32/ev_hc32f472_lqfp100/.config
@@ -1267,7 +1267,7 @@ CONFIG_SOC_SERIES_HC32F4=y
1267
#
1268
# Hardware Drivers Config
1269
1270
-CONFIG_SOC_HC32F472PE=y
+CONFIG_SOC_HC32F472MC=y
1271
1272
1273
# On-chip Drivers
bsp/hc32/ev_hc32f472_lqfp100/board/Kconfig
@@ -1,6 +1,6 @@
1
menu "Hardware Drivers Config"
2
3
-config SOC_HC32F472PE
+config SOC_HC32F472MC
4
bool
5
select SOC_SERIES_HC32F4
6
select RT_USING_COMPONENTS_INIT
bsp/hc32/ev_hc32f472_lqfp100/rtconfig.h
@@ -379,7 +379,7 @@
379
380
/* Hardware Drivers Config */
381
382
-#define SOC_HC32F472PE
+#define SOC_HC32F472MC
383
384
/* On-chip Drivers */
385
0 commit comments