diff --git a/test/Makefile b/test/Makefile index 41c0aa5e9b..7a3c5a8d63 100644 --- a/test/Makefile +++ b/test/Makefile @@ -40,6 +40,12 @@ run-nucleo-f411: $(call run-test,nucleo-f411,size) +compile-nucleo-f446: + $(call compile-test,nucleo-f446,size) +run-nucleo-f446: + $(call run-test,nucleo-f446,size) + + compile-nucleo-l432: $(call compile-test,nucleo-l432,size) run-nucleo-l432: diff --git a/test/config/nucleo-f446.xml b/test/config/nucleo-f446.xml new file mode 100644 index 0000000000..1564b4defa --- /dev/null +++ b/test/config/nucleo-f446.xml @@ -0,0 +1,7 @@ + + + modm:nucleo-f446re + + modm-test:test:** + +