Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ALL_BSP_COMPILE.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"at32/at32m416-start",
"hc32/ev_hc32f4a0_lqfp176",
"hc32/ev_hc32f4a8_lqfp176",
"hc32/ev_hc32f334_lqfp64",
"hc32/ev_hc32f448_lqfp80",
"hc32/ev_hc32f460_lqfp100_v2",
"hc32/ev_hc32f472_lqfp100",
Expand Down
4 changes: 4 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ tag: bsp_gd32e503v-eval
path: bsp/gd32/arm/gd32e503v-eval
owners: 蒙蒙plus(meng-plus)<chengmeng_2@outlook.com>

tag: bsp_hc32
path: bsp/hc32
owners: Levi Zhang(levizh)<levizhangxl@gmail.com>

tag: bsp_k230
path: bsp/k230
owners: Chen Wang(unicornx)<unicorn_wang@outlook.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
devices.gpio:
kconfig:
- CONFIG_BSP_USING_GPIO=y
devices.uart:
kconfig:
- CONFIG_BSP_USING_UART=y
- CONFIG_BSP_USING_UART2=y
Loading