-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] avr: split arduino-nano unittest into 8 parts
- Loading branch information
Showing
10 changed files
with
317 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<library> | ||
<extends>modm:arduino-nano</extends> | ||
<options> | ||
<option name="modm:build:build.path">../../build/generated-unittest/arduino-nano_A/</option> | ||
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/arduino-nano_A/modm-test</option> | ||
<option name="modm:build:scons:info.git">Disabled</option> | ||
<option name="modm:io:with_float">True</option> | ||
<option name="modm:io:with_long_long">True</option> | ||
<option name="modm:io:with_printf">True</option> | ||
</options> | ||
|
||
<modules> | ||
<!-- ATmega328p only has 32kB of Flash --> | ||
|
||
<module>modm-test:test:architecture</module> | ||
<module>modm-test:test:communication:sab</module> | ||
|
||
|
||
<!-- <module>modm-test:test:communication:xpcc</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:container</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:driver</module> | ||
<module>modm-test:test:stdc++</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:io</module> | ||
<module>modm-test:test:platform:**</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:processing</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:ui</module> | ||
<module>modm-test:test:math</module> --> | ||
</modules> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<library> | ||
<extends>modm:arduino-nano</extends> | ||
<options> | ||
<option name="modm:build:build.path">../../build/generated-unittest/arduino-nano_B/</option> | ||
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/arduino-nano_B/modm-test</option> | ||
<option name="modm:build:scons:info.git">Disabled</option> | ||
<option name="modm:io:with_float">True</option> | ||
<option name="modm:io:with_long_long">True</option> | ||
<option name="modm:io:with_printf">True</option> | ||
</options> | ||
|
||
<modules> | ||
<!-- ATmega328p only has 32kB of Flash --> | ||
|
||
<!-- <module>modm-test:test:architecture</module> | ||
<module>modm-test:test:communication:sab</module> --> | ||
|
||
|
||
<module>modm-test:test:communication:xpcc</module> | ||
|
||
|
||
<!-- <module>modm-test:test:container</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:driver</module> | ||
<module>modm-test:test:stdc++</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:io</module> | ||
<module>modm-test:test:platform:**</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:processing</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:ui</module> | ||
<module>modm-test:test:math</module> --> | ||
</modules> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<library> | ||
<extends>modm:arduino-nano</extends> | ||
<options> | ||
<option name="modm:build:build.path">../../build/generated-unittest/arduino-nano_C/</option> | ||
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/arduino-nano_C/modm-test</option> | ||
<option name="modm:build:scons:info.git">Disabled</option> | ||
<option name="modm:io:with_float">True</option> | ||
<option name="modm:io:with_long_long">True</option> | ||
<option name="modm:io:with_printf">True</option> | ||
</options> | ||
|
||
<modules> | ||
<!-- ATmega328p only has 32kB of Flash --> | ||
|
||
<!-- <module>modm-test:test:architecture</module> | ||
<module>modm-test:test:communication:sab</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:communication:xpcc</module> --> | ||
|
||
|
||
<module>modm-test:test:container</module> | ||
|
||
|
||
<!-- <module>modm-test:test:driver</module> | ||
<module>modm-test:test:stdc++</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:io</module> | ||
<module>modm-test:test:platform:**</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:processing</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:ui</module> | ||
<module>modm-test:test:math</module> --> | ||
</modules> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<library> | ||
<extends>modm:arduino-nano</extends> | ||
<options> | ||
<option name="modm:build:build.path">../../build/generated-unittest/arduino-nano_D/</option> | ||
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/arduino-nano_D/modm-test</option> | ||
<option name="modm:build:scons:info.git">Disabled</option> | ||
<option name="modm:io:with_float">True</option> | ||
<option name="modm:io:with_long_long">True</option> | ||
<option name="modm:io:with_printf">True</option> | ||
</options> | ||
|
||
<modules> | ||
<!-- ATmega328p only has 32kB of Flash --> | ||
|
||
<!-- <module>modm-test:test:architecture</module> | ||
<module>modm-test:test:communication:sab</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:communication:xpcc</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:container</module> --> | ||
|
||
|
||
<module>modm-test:test:driver</module> | ||
<module>modm-test:test:stdc++</module> | ||
|
||
|
||
<!-- <<module>modm-test:test:io</module> | ||
<module>modm-test:test:platform:**</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:processing</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:ui</module> | ||
<module>modm-test:test:math</module> --> | ||
</modules> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<library> | ||
<extends>modm:arduino-nano</extends> | ||
<options> | ||
<option name="modm:build:build.path">../../build/generated-unittest/arduino-nano_F/</option> | ||
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/arduino-nano_F/modm-test</option> | ||
<option name="modm:build:scons:info.git">Disabled</option> | ||
<option name="modm:io:with_float">True</option> | ||
<option name="modm:io:with_long_long">True</option> | ||
<option name="modm:io:with_printf">True</option> | ||
</options> | ||
|
||
<modules> | ||
<!-- ATmega328p only has 32kB of Flash --> | ||
|
||
<!-- <module>modm-test:test:architecture</module> | ||
<module>modm-test:test:communication:sab</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:communication:xpcc</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:container</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:driver</module> | ||
<module>modm-test:test:stdc++</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:io</module> | ||
<module>modm-test:test:platform:**</module> --> | ||
|
||
|
||
<module>modm-test:test:processing</module> | ||
|
||
|
||
<!-- <module>modm-test:test:ui</module> | ||
<module>modm-test:test:math</module> --> | ||
</modules> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<library> | ||
<extends>modm:arduino-nano</extends> | ||
<options> | ||
<option name="modm:build:build.path">../../build/generated-unittest/arduino-nano_G/</option> | ||
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/arduino-nano_G/modm-test</option> | ||
<option name="modm:build:scons:info.git">Disabled</option> | ||
<option name="modm:io:with_float">True</option> | ||
<option name="modm:io:with_long_long">True</option> | ||
<option name="modm:io:with_printf">True</option> | ||
</options> | ||
|
||
<modules> | ||
<!-- ATmega328p only has 32kB of Flash --> | ||
|
||
<!-- <module>modm-test:test:architecture</module> | ||
<module>modm-test:test:communication:sab</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:communication:xpcc</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:container</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:driver</module> | ||
<module>modm-test:test:stdc++</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:io</module> | ||
<module>modm-test:test:platform:**</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:processing</module> --> | ||
|
||
|
||
<module>modm-test:test:ui</module> | ||
<!-- <module>modm-test:test:math</module> --> | ||
</modules> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<library> | ||
<extends>modm:arduino-nano</extends> | ||
<options> | ||
<option name="modm:build:build.path">../../build/generated-unittest/arduino-nano_H/</option> | ||
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/arduino-nano_H/modm-test</option> | ||
<option name="modm:build:scons:info.git">Disabled</option> | ||
<option name="modm:io:with_float">True</option> | ||
<option name="modm:io:with_long_long">True</option> | ||
<option name="modm:io:with_printf">True</option> | ||
</options> | ||
|
||
<modules> | ||
<!-- ATmega328p only has 32kB of Flash --> | ||
|
||
<!-- <module>modm-test:test:architecture</module> | ||
<module>modm-test:test:communication:sab</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:communication:xpcc</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:container</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:driver</module> | ||
<module>modm-test:test:stdc++</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:io</module> | ||
<module>modm-test:test:platform:**</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:processing</module> --> | ||
|
||
|
||
<!-- <module>modm-test:test:ui</module> --> | ||
<module>modm-test:test:math</module> | ||
</modules> | ||
</library> |