-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
137 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
bsp/nrf5x/nrf52832/.ci/attachconfig/devices.attachconfig.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
devices.gpio: | ||
kconfig: | ||
- CONFIG_BSP_USING_GPIO=y | ||
scons_arg: | ||
- '--strict' | ||
devices.adc: | ||
kconfig: | ||
- CONFIG_BSP_USING_SAADC=y | ||
devices.flash: | ||
kconfig: | ||
- CONFIG_BSP_USING_ON_CHIP_FLASH=y | ||
devices.i2c: | ||
kconfig: | ||
- CONFIG_BSP_USING_I2C=y | ||
devices.spi: | ||
kconfig: | ||
- CONFIG_RT_USING_SPI=y | ||
- CONFIG_BSP_USING_SPI=y | ||
devices.uart: | ||
kconfig: | ||
- CONFIG_BSP_USING_UART=y | ||
devices.watchdog: | ||
kconfig: | ||
- CONFIG_BSP_USING_WDT=y | ||
devices.qspi_flash: | ||
kconfig: | ||
- CONFIG_BSP_USING_QSPI_FLASH=y | ||
devices.pwm: | ||
kconfig: | ||
- CONFIG_BSP_USING_PWM=y | ||
devices.rtc: | ||
kconfig: | ||
- CONFIG_BSP_USING_ONCHIP_RTC=y | ||
devices.hwtimer: | ||
kconfig: | ||
- CONFIG_BSP_USING_TIM=y | ||
- CONFIG_BSP_USING_TIM0=y |
45 changes: 45 additions & 0 deletions
45
bsp/nrf5x/nrf52832/.ci/attachconfig/online-packages_iots_nimble.attachconfig.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
nimble: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
# ------ NimBLE Sample CI ------ | ||
nimble.advertiser: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_ADVERTISER=y | ||
nimble.beacon: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BEACON=y | ||
nimble.blecsc: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BLECSC=y | ||
nimble.central: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_CENTRAL=y | ||
nimble.ext.advertiser: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_EXT_ADVERTISER=y | ||
- CONFIG_PKG_NIMBLE_EXT_ADV=y | ||
nimble.mesh: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BLEMESH=y | ||
nimble.per.hr: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_PER_HR=y | ||
nimble.peripheral: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_PERIPHERAL=y | ||
nimble.btshell: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BTSHELL=y | ||
nimble.uart: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BLEUART=y |
5 changes: 5 additions & 0 deletions
5
bsp/nrf5x/nrf52832/.ci/attachconfig/online-packages_iots_segger.attachconfig.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
segger: | ||
kconfig: | ||
- CONFIG_PKG_USING_SEGGER_RTT=y | ||
- CONFIG_RT_USING_SERIAL_V1=n | ||
- CONFIG_RT_USING_SERIAL_V2=y |
File renamed without changes.
45 changes: 45 additions & 0 deletions
45
bsp/nrf5x/nrf52840/.ci/attachconfig/online-packages_iots_nimble.attachconfig.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
nimble: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
# ------ NimBLE Sample CI ------ | ||
nimble.advertiser: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_ADVERTISER=y | ||
nimble.beacon: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BEACON=y | ||
nimble.blecsc: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BLECSC=y | ||
nimble.central: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_CENTRAL=y | ||
nimble.ext.advertiser: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_EXT_ADVERTISER=y | ||
- CONFIG_PKG_NIMBLE_EXT_ADV=y | ||
nimble.mesh: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BLEMESH=y | ||
nimble.per.hr: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_PER_HR=y | ||
nimble.peripheral: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_PERIPHERAL=y | ||
nimble.btshell: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BTSHELL=y | ||
nimble.uart: | ||
kconfig: | ||
- CONFIG_BSP_USING_NIMBLE=y | ||
- CONFIG_PKG_NIMBLE_SAMPLE_BLEUART=y |
5 changes: 5 additions & 0 deletions
5
bsp/nrf5x/nrf52840/.ci/attachconfig/online-packages_iots_segger.attachconfig.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
segger: | ||
kconfig: | ||
- CONFIG_PKG_USING_SEGGER_RTT=y | ||
- CONFIG_RT_USING_SERIAL_V1=n | ||
- CONFIG_RT_USING_SERIAL_V2=y |