Skip to content

Commit 0dbf47e

Browse files
committed
[bsp/nrf5x] Fix the nrf5340 bsp
1 parent 5e8602c commit 0dbf47e

File tree

11 files changed

+2540
-594
lines changed

11 files changed

+2540
-594
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
devices.gpio:
3+
depends:
4+
- devices.strict
5+
kconfig:
6+
- CONFIG_BSP_USING_GPIO=y
7+
devices.adc:
8+
kconfig:
9+
- CONFIG_BSP_USING_SAADC=y
10+
devices.flash:
11+
kconfig:
12+
- CONFIG_BSP_USING_ON_CHIP_FLASH=y
13+
devices.i2c:
14+
kconfig:
15+
- CONFIG_BSP_USING_I2C=y
16+
devices.spi:
17+
kconfig:
18+
- CONFIG_RT_USING_SPI=y
19+
- CONFIG_BSP_USING_SPI=y
20+
devices.uart:
21+
kconfig:
22+
- CONFIG_BSP_USING_UART=y
23+
devices.watchdog:
24+
kconfig:
25+
- CONFIG_BSP_USING_WDT=y
26+
devices.qspi_flash:
27+
kconfig:
28+
- CONFIG_BSP_USING_QSPI_FLASH=y
29+
devices.pwm:
30+
kconfig:
31+
- CONFIG_BSP_USING_PWM=y
32+
devices.rtc:
33+
kconfig:
34+
- CONFIG_BSP_USING_ONCHIP_RTC=y
35+
devices.hwtimer:
36+
kconfig:
37+
- CONFIG_BSP_USING_TIM=y
38+
- CONFIG_BSP_USING_TIM0=y
39+
# ------ SEGGER CI ------
40+
segger:
41+
kconfig:
42+
- CONFIG_PKG_USING_SEGGER_RTT=y
43+
- CONFIG_RT_USING_SERIAL_V1=y

0 commit comments

Comments
 (0)