Skip to content

Commit ad071e4

Browse files
committed
[test] Add Nucleo L552ZE-Q unit test config
1 parent 7c4a057 commit ad071e4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

test/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ run-nucleo-l432:
6969
$(call run-test,nucleo-l432,size)
7070

7171

72+
compile-nucleo-l552:
73+
$(call compile-test,nucleo-l552,size)
74+
run-nucleo-l552:
75+
$(call run-test,nucleo-l552,size)
76+
77+
7278
compile-nucleo-g474:
7379
$(call compile-test,nucleo-g474,size)
7480
run-nucleo-g474:

test/config/nucleo-l552.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<library>
3+
<extends>modm:nucleo-l552ze-q</extends>
4+
<options>
5+
<option name="modm:build:build.path">../../build/generated-unittest/nucleo-l552/</option>
6+
<option name="modm:build:unittest.source">../../build/generated-unittest/nucleo-l552/modm-test</option>
7+
<option name="modm:platform:exti:with_handlers">false</option>
8+
</options>
9+
<modules>
10+
<module>modm:platform:heap</module>
11+
<module>modm-test:test:**</module>
12+
</modules>
13+
</library>

0 commit comments

Comments
 (0)