feat(boards): 添加 atguigu mini_keyboard 开发板支持

- 添加 nrf52840_qiaa SoC 配置支持
- 配置 JLink 和 pyOCD 调试器参数
- 定义开发板引脚控制和设备树配置
- 设置 Flash 分区和内存布局
- 配置 LED 灯和 GPIO 控制器
- 添加预编译设备树配置选项
This commit is contained in:
2026-04-07 10:21:06 +08:00
parent 9f7a6a5b6c
commit 47b48c1bdd
8 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Suppress "unique_unit_address_if_enabled" to handle some overlaps
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")