Skip to content

Commit 6d849e4

Browse files
committed
[examples] Remove all build paths
1 parent 4003f5f commit 6d849e4

File tree

366 files changed

+17
-867
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

366 files changed

+17
-867
lines changed

examples/arduino_nano/color/project.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<library>
22
<extends>modm:arduino-nano</extends>
3-
<options>
4-
<option name="modm:build:build.path">../../../build/arduino_nano/color</option>
5-
</options>
63
<modules>
74
<module>modm:build:scons</module>
85
<module>modm:processing:protothread</module>

examples/arduino_nano/encoder_input_bitbang/project.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<library>
22
<extends>modm:arduino-nano</extends>
3-
<options>
4-
<option name="modm:build:build.path">../../../build/arduino_nano/encoder_input_bitbang</option>
5-
</options>
63
<modules>
74
<module>modm:build:scons</module>
85
<module>modm:processing:timer</module>

examples/arduino_nano/printf/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<library>
22
<extends>modm:arduino-nano</extends>
33
<options>
4-
<option name="modm:build:build.path">../../../build/arduino_nano/printf</option>
54
<option name="modm:io:with_long_long">yes</option>
65
<option name="modm:io:with_float">yes</option>
76
<option name="modm:io:with_printf">yes</option>

examples/arduino_uno/basic/analog_read_serial/project.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<library>
22
<extends>modm:arduino-uno</extends>
3-
<options>
4-
<option name="modm:build:build.path">../../../../build/arduino_uno/basic/analog_read_serial</option>
5-
</options>
63
<modules>
74
<module>modm:platform:adc</module>
85
<module>modm:build:scons</module>

examples/arduino_uno/basic/blink/project.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<library>
22
<extends>modm:arduino-uno</extends>
3-
<options>
4-
<option name="modm:build:build.path">../../../../build/arduino_uno/basic/blink</option>
5-
</options>
63
<modules>
74
<module>modm:build:scons</module>
85
</modules>

examples/arduino_uno/basic/digital_read_serial/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<library>
22
<extends>modm:arduino-uno</extends>
33
<options>
4-
<option name="modm:build:build.path">../../../../build/arduino_uno/basic/digital_read_serial</option>
54
<option name="modm:build:cmake:include_cmakelists">yes</option>
65
</options>
76
<modules>

examples/arduino_uno/basic/read_analog_voltage/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<library>
22
<extends>modm:arduino-uno</extends>
33
<options>
4-
<option name="modm:build:build.path">../../../../build/arduino_uno/basic/read_analog_voltage</option>
54
<option name="modm:io:with_float">True</option>
65
</options>
76
<modules>

examples/avr/1-wire/ds18b20/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<options>
33
<option name="modm:target">atmega644-20au</option>
44
<option name="modm:platform:core:f_cpu">14.7456M</option>
5-
<option name="modm:build:build.path">../../../../build/avr/1-wire/ds18b20</option>
65
</options>
76
<modules>
87
<module>modm:driver:ds18b20</module>

examples/avr/adc/basic/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<options>
33
<option name="modm:target">atmega644-20au</option>
44
<option name="modm:platform:core:f_cpu">14.7456M</option>
5-
<option name="modm:build:build.path">../../../../build/avr/adc/basic</option>
65
</options>
76
<modules>
87
<module>modm:io</module>

examples/avr/adc/oversample/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<options>
33
<option name="modm:target">atmega644-20au</option>
44
<option name="modm:platform:core:f_cpu">14.7456M</option>
5-
<option name="modm:build:build.path">../../../../build/avr/adc/oversample</option>
65
</options>
76
<modules>
87
<module>modm:driver:adc_sampler</module>

0 commit comments

Comments
 (0)