Skip to content

Commit a098208

Browse files
committed
add bsp support for gd32e230-lckfb
1 parent f9564d4 commit a098208

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+16653
-25
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
"gd32/arm/gd32h759i-start",
304304
"gd32/arm/gd32e503v-eval",
305305
"gd32/arm/gd32527I-eval",
306+
"gd32/arm/gd32e230-lckfb",
306307
"n32/n32g43xcl-stb",
307308
"n32/n32g45xcl-stb",
308309
"n32/n32g45xml-stb",

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ vdso.lds
6565
# stm32cubemx
6666
**/CubeMX_Config/Drivers/
6767
**/CubeMX_Config/MDK-ARM/
68+
69+
# mac
70+
.DS_Store
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
kernel.tick:
2+
kconfig:
3+
- CONFIG_RT_TICK_PER_SECOND=100
4+
kernel.console_name:
5+
kconfig:
6+
- CONFIG_RT_CONSOLE_DEVICE_NAME="uart0"
7+
component.dev_drv.ipc.sys_workqueue:
8+
kconfig:
9+
- CONFIG_RT_USING_SYSTEM_WORKQUEUE=y
10+
hw_drv_onchip.uart0:
11+
kconfig:
12+
- CONFIG_BSP_USING_UART0=y
13+
hw_drv_onchip.adc0:
14+
kconfig:
15+
- CONFIG_BSP_USING_ADC=y
16+
- CONFIG_BSP_USING_ADC0=y

0 commit comments

Comments
 (0)