File tree Expand file tree Collapse file tree 5 files changed +29
-116
lines changed Expand file tree Collapse file tree 5 files changed +29
-116
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ <library >
2
+ <!-- Try and cover every main AVR and Cortex-M design-->
3
+ <!-- AVR -->
4
+ <!-- <extends>modm:mega-2560-pro</extends> -->
5
+ <!-- <extends>modm:arduino-nano</extends> -->
6
+ <!-- Cortex-M0 -->
7
+ <extends >modm:nucleo-f072rb</extends >
8
+ <!-- Cortex-M0+ -->
9
+ <!-- <extends>modm:nucleo-g071rb</extends> -->
10
+ <!-- Cortex-M3 -->
11
+ <!-- <extends>modm:nucleo-f103rb</extends> -->
12
+ <!-- Cortex-M4 -->
13
+ <!-- <extends>modm:nucleo-f429zi</extends> -->
14
+ <!-- Cortex-M7 -->
15
+ <!-- <extends>modm:nucleo-f767zi</extends> -->
16
+ <!-- <extends>modm:nucleo-h743zi</extends> -->
17
+ <!-- Cortex-M33 -->
18
+ <!-- <extends>modm:nucleo-u575zi-q</extends> -->
19
+ <!-- <extends>modm:nucleo-l552ze-q</extends> -->
20
+ <options >
21
+ <option name =" modm:io:with_long_long" >yes</option >
22
+ </options >
23
+ <modules >
24
+ <module >modm:build:scons</module >
25
+ <module >modm:processing:timer</module >
26
+ <module >modm:processing:fiber</module >
27
+ <module >modm:driver:cycle_counter</module >
28
+ </modules >
29
+ </library >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments