File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 15
15
jobs :
16
16
fast_finish : true
17
17
include :
18
- - name : " Feather 52840 "
18
+ - name : " Feather nRF52840 "
19
19
env : VARIANT="feather52840"
20
- - name : " Feather 52840 (All warnings)"
20
+ - name : " Feather nRF52840 (All warnings)"
21
21
env : ALL_WARNINGS="true" VARIANT="feather52840"
22
- - name : " Circuit Playground 52840 "
22
+ - name : " Circuit Playground nRF52840 "
23
23
env : VARIANT="cplaynrf52840"
24
- - name : " Circuit Playground 52840 (All warnings)"
24
+ - name : " Circuit Playground nRF52840 (All warnings)"
25
25
env : ALL_WARNINGS="true" VARIANT="cplaynrf52840"
26
- - name : " Feather 52832 "
26
+ - name : " Feather nRF52832 "
27
27
env : VARIANT="feather52832"
28
- - name : " Feather 52832 (All warnings)"
28
+ - name : " Feather nRF52832 (All warnings)"
29
29
env : ALL_WARNINGS="true" VARIANT="feather52832"
30
+ - name : " ItsyBitsy nRF52840 Express"
31
+ env : VARIANT="itsybitsy52840"
32
+ - name : " Clue nRF52840"
33
+ env : VARIANT="cluenrf52840"
30
34
allow_failures :
31
35
- env : ALL_WARNINGS="true" VARIANT="feather52840"
32
36
- env : ALL_WARNINGS="true" VARIANT="cplaynrf52840"
Original file line number Diff line number Diff line change 25
25
variants_dict = {
26
26
'feather52840' : 'Feather nRF52840 Express' ,
27
27
'cplaynrf52840' : 'Circuit Playground Bluefruit Express' ,
28
+ 'itsybitsy52840' : 'ItsyBitsy nRF52840 Express' ,
29
+ 'cluenrf52840' : 'Clue nRF52840'
28
30
'feather52832' : 'Feather nRF52832'
29
31
}
30
32
You can’t perform that action at this time.
0 commit comments