File tree Expand file tree Collapse file tree 13 files changed +13
-291
lines changed
samd21_xplained_pro/usbserial
same54_xplained_pro/usbserial
samg55_xplained_pro/usbserial
src/modm/board/samg55_xplained_pro Expand file tree Collapse file tree 13 files changed +13
-291
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,11 @@ jobs:
92
92
- name : Examples SAMD Devices
93
93
if : always()
94
94
run : |
95
- (cd examples && ../tools/scripts/examples_compile.py feather_m4 samd samd21_xplained_pro )
95
+ (cd examples && ../tools/scripts/examples_compile.py feather_m4 samd)
96
96
- name : Examples SAMG Devices
97
97
if : always()
98
98
run : |
99
99
(cd examples && ../tools/scripts/examples_compile.py samg55_xplained_pro)
100
- - name : Examples SAME5x Devices
101
- if : always()
102
- run : |
103
- (cd examples && ../tools/scripts/examples_compile.py same54_xplained_pro)
104
100
- name : Examples SAME70 Devices
105
101
if : always()
106
102
run : |
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
<!-- <extends>modm:disco-f746ng</extends> -->
11
11
<!-- <extends>modm:disco-l476vg</extends> -->
12
12
<!-- <extends>modm:feather-m0</extends> -->
13
+ <!-- <extends>modm:feather-m4</extends> -->
13
14
<!-- <extends>modm:nucleo-f429zi</extends> -->
14
15
<!-- <extends>modm:nucleo-h723zg</extends> -->
15
16
<!-- <extends>modm:nucleo-h743zi</extends> -->
16
17
<!-- <extends>modm:rp-pico</extends> -->
17
18
<!-- <extends>modm:samd21-mini</extends> -->
19
+ <!-- <extends>modm:samd21-xplained-pro</extends> -->
20
+ <!-- <extends>modm:same54-xplained-pro</extends> -->
21
+ <!-- <extends>modm:samg55-xplained-pro</extends> -->
22
+ <!-- <extends>modm:nucleo-f446ze</extends> -->
18
23
<options >
19
24
<option name =" modm:build:build.path" >../../../build/generic/usb</option >
20
25
<option name =" modm:build:openocd.cfg" >openocd.cfg</option >
34
39
<module >modm:io</module >
35
40
</modules >
36
41
<collectors >
42
+ <!-- Optional for modm:disco-f746ng -->
37
43
<!-- <collect name="modm:build:cppdefines">CFG_TUSB_DEBUG=3</collect> -->
38
44
</collectors >
39
45
</library >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments