forked from modm-io/modm
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.xml
More file actions
33 lines (33 loc) · 1.36 KB
/
project.xml
File metadata and controls
33 lines (33 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<library>
<!-- <extends>modm:disco-f469ni</extends> -->
<!-- <extends>modm:disco-f746ng</extends> -->
<!-- <extends>modm:mega-2560-pro</extends> -->
<!-- <extends>modm:nucleo-f072rb</extends> -->
<!-- <extends>modm:nucleo-f091rc</extends> -->
<!-- <extends>modm:nucleo-f103rb</extends> -->
<!-- <extends>modm:nucleo-f207zg</extends> -->
<!-- <extends>modm:nucleo-f303k8</extends> -->
<!-- <extends>modm:nucleo-f334r8</extends> -->
<!-- <extends>modm:nucleo-f401re</extends> -->
<!-- <extends>modm:nucleo-f411re</extends> -->
<!-- <extends>modm:nucleo-f429zi</extends> -->
<!-- <extends>modm:nucleo-f446re</extends> -->
<!-- <extends>modm:nucleo-g071rb</extends> -->
<!-- <extends>modm:nucleo-h743zi</extends> -->
<extends>modm:nucleo-l152re</extends>
<!-- <extends>modm:nucleo-l432kc</extends> -->
<!-- <extends>modm:nucleo-l476rg</extends> -->
<!-- <extends>modm:samd21-mini</extends> -->
<!-- <extends>modm:rp-pico</extends> -->
<options>
<option name="modm:build:build.path">../../../build/generic/delay</option>
<option name="modm:io:with_printf">true</option>
<!-- <option name="modm:tinyusb:config">device.cdc</option> -->
</options>
<modules>
<module>modm:build:scons</module>
<module>modm:debug</module>
<module>modm:driver:cycle_counter</module>
<!-- <module>modm:tinyusb</module> -->
</modules>
</library>