File tree Expand file tree Collapse file tree 3 files changed +17
-107
lines changed Expand file tree Collapse file tree 3 files changed +17
-107
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<library >
2
- <extends >modm:nucleo-f429zi</extends >
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+ -->
3
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> -->
4
20
<options >
5
21
<option name =" modm:build:build.path" >../../../build/generic/fiber</option >
6
22
<option name =" modm:io:with_long_long" >yes</option >
You can’t perform that action at this time.
0 commit comments