Skip to content

Commit cc1707e

Browse files
authored
[bsp/nrf5x] Fix the nrf5340 bsp
1 parent 07c8b57 commit cc1707e

21 files changed

+2533
-611
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
devices.gpio:
2+
kconfig:
3+
- CONFIG_BSP_USING_GPIO=y
4+
devices.adc:
5+
kconfig:
6+
- CONFIG_BSP_USING_SAADC=y
7+
devices.i2c:
8+
kconfig:
9+
- CONFIG_BSP_USING_I2C=y
10+
- CONFIG_BSP_USING_I2C0=n
11+
- CONFIG_BSP_USING_I2C1=n
12+
- CONFIG_BSP_USING_I2C2=y
13+
devices.spi:
14+
kconfig:
15+
- CONFIG_BSP_USING_SPI=y
16+
- CONFIG_BSP_USING_SPI0=n
17+
- CONFIG_BSP_USING_SPI1=n
18+
- CONFIG_BSP_USING_SPI2=y
19+
devices.uart:
20+
kconfig:
21+
- CONFIG_BSP_USING_UART=y
22+
devices.watchdog:
23+
kconfig:
24+
- CONFIG_BSP_USING_WDT=y
25+
devices.pwm:
26+
kconfig:
27+
- CONFIG_BSP_USING_PWM=y
28+
devices.rtc:
29+
kconfig:
30+
- CONFIG_BSP_USING_ONCHIP_RTC=y
31+
devices.hwtimer:
32+
kconfig:
33+
- CONFIG_BSP_USING_TIM=y
34+
- CONFIG_BSP_USING_TIM1=y
35+
# ------ SEGGER CI ------
36+
segger:
37+
kconfig:
38+
- CONFIG_PKG_USING_SEGGER_RTT=y
39+
- CONFIG_RT_USING_SERIAL_V1=y

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/adc.attach

Lines changed: 0 additions & 1 deletion
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/chip_flash.attach

Lines changed: 0 additions & 1 deletion
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/i2c.attach

Lines changed: 0 additions & 4 deletions
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/ipc.attach

Lines changed: 0 additions & 1 deletion
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/pwm.attach

Lines changed: 0 additions & 1 deletion
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/qspi_flash.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/rtc.attach

Lines changed: 0 additions & 1 deletion
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/spi.attach

Lines changed: 0 additions & 4 deletions
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/tim.attach

Lines changed: 0 additions & 2 deletions
This file was deleted.

bsp/nrf5x/nrf5340/.ci/attachconfig/devices/wdt.attach

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)