File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ run-nucleo-l432:
69
69
$(call run-test,nucleo-l432,size)
70
70
71
71
72
+ compile-nucleo-l552 :
73
+ $(call compile-test,nucleo-l552,size)
74
+ run-nucleo-l552 :
75
+ $(call run-test,nucleo-l552,size)
76
+
77
+
72
78
compile-nucleo-g474 :
73
79
$(call compile-test,nucleo-g474,size)
74
80
run-nucleo-g474 :
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments