-
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
134 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
44 changes: 44 additions & 0 deletions
44
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,44 @@ | ||
nimble: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
# ------ NimBLE Sample CI ------ | ||
nimble.advertiser: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_ADVERTISER=y | ||
nimble.beacon: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BEACON=y | ||
nimble.blecsc: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BLECSC=y | ||
nimble.central: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_CENTRAL=y | ||
nimble.ext.advertiser: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_EXT_ADVERTISER=y | ||
nimble.mesh: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BLEMESH=y | ||
nimble.per.hr: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_PER_HR=y | ||
nimble.peripheral: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_PERIPHERAL=y | ||
nimble.btshell: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BTSHELL=y | ||
nimble.uart: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BLEUART=y |
5 changes: 5 additions & 0 deletions
5
bsp/nrf5x/nrf52832/.ci/attachconfig/online-packages/tools/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 @@ | ||
nimble: | ||
kconfig: | ||
- PKG_USING_SEGGER_RTT=y | ||
- RT_USING_SERIAL_V1=n | ||
- RT_USING_SERIAL_V2=y |
36 changes: 36 additions & 0 deletions
36
bsp/nrf5x/nrf52840/.ci/attachconfig/devices/ci.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,36 @@ | ||
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_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 |
44 changes: 44 additions & 0 deletions
44
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,44 @@ | ||
nimble: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
# ------ NimBLE Sample CI ------ | ||
nimble.advertiser: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_ADVERTISER=y | ||
nimble.beacon: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BEACON=y | ||
nimble.blecsc: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BLECSC=y | ||
nimble.central: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_CENTRAL=y | ||
nimble.ext.advertiser: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_EXT_ADVERTISER=y | ||
nimble.mesh: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BLEMESH=y | ||
nimble.per.hr: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_PER_HR=y | ||
nimble.peripheral: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_PERIPHERAL=y | ||
nimble.btshell: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BTSHELL=y | ||
nimble.uart: | ||
kconfig: | ||
- BSP_USING_NIMBLE=y | ||
- PKG_NIMBLE_SAMPLE_BLEUART=y |
5 changes: 5 additions & 0 deletions
5
bsp/nrf5x/nrf52840/.ci/attachconfig/online-packages/tools/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 @@ | ||
nimble: | ||
kconfig: | ||
- PKG_USING_SEGGER_RTT=y | ||
- RT_USING_SERIAL_V1=n | ||
- RT_USING_SERIAL_V2=y |