We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f273426 commit 4c4accbCopy full SHA for 4c4accb
bsp/nrf5x/nrf52832/.ci/attachconfig/ci.attachconfig.yml
@@ -3,7 +3,12 @@ devices.gpio:
3
- CONFIG_BSP_USING_GPIO=y
4
scons_arg:
5
- '--strict'
6
+test:
7
+ depend_scons_arg:
8
+ - '--strict'
9
devices.adc:
10
+ depends:
11
+ - test
12
kconfig:
13
- CONFIG_BSP_USING_SAADC=y
14
devices.flash:
@@ -43,7 +48,6 @@ nimble.advertiser:
43
48
depends:
44
49
- nimble
45
50
46
- - CONFIG_BSP_USING_NIMBLE=y
47
51
- CONFIG_PKG_NIMBLE_SAMPLE_ADVERTISER=y
52
nimble.beacon:
53
@@ -86,4 +90,4 @@ nimble.uart:
86
90
segger:
87
91
88
92
- CONFIG_PKG_USING_SEGGER_RTT=y
89
- - CONFIG_RT_USING_SERIAL_V2=y
93
+ - CONFIG_RT_USING_SERIAL_V2=y
0 commit comments