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 1515jobs :
1616 fast_finish : true
1717 include :
18- - name : " Feather 52840 "
18+ - name : " Feather nRF52840 "
1919 env : VARIANT="feather52840"
20- - name : " Feather 52840 (All warnings)"
20+ - name : " Feather nRF52840 (All warnings)"
2121 env : ALL_WARNINGS="true" VARIANT="feather52840"
22- - name : " Circuit Playground 52840 "
22+ - name : " Circuit Playground nRF52840 "
2323 env : VARIANT="cplaynrf52840"
24- - name : " Circuit Playground 52840 (All warnings)"
24+ - name : " Circuit Playground nRF52840 (All warnings)"
2525 env : ALL_WARNINGS="true" VARIANT="cplaynrf52840"
26- - name : " Feather 52832 "
26+ - name : " Feather nRF52832 "
2727 env : VARIANT="feather52832"
28- - name : " Feather 52832 (All warnings)"
28+ - name : " Feather nRF52832 (All warnings)"
2929 env : ALL_WARNINGS="true" VARIANT="feather52832"
30+ - name : " ItsyBitsy nRF52840 Express"
31+ env : VARIANT="itsybitsy52840"
32+ - name : " Clue nRF52840"
33+ env : VARIANT="cluenrf52840"
3034 allow_failures :
3135 - env : ALL_WARNINGS="true" VARIANT="feather52840"
3236 - env : ALL_WARNINGS="true" VARIANT="cplaynrf52840"
Original file line number Diff line number Diff line change 2525variants_dict = {
2626 'feather52840' : 'Feather nRF52840 Express' ,
2727 'cplaynrf52840' : 'Circuit Playground Bluefruit Express' ,
28+ 'itsybitsy52840' : 'ItsyBitsy nRF52840 Express' ,
29+ 'cluenrf52840' : 'Clue nRF52840'
2830 'feather52832' : 'Feather nRF52832'
2931}
3032
You can’t perform that action at this time.
0 commit comments