Skip to content

Commit

Permalink
[test] Add NUCLEO-F446RE for unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
se-bi authored and salkinium committed Jun 20, 2019
1 parent f46b801 commit 9381fd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions test/config/nucleo-f446.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<library>
<extends>modm:nucleo-f446re</extends>
<modules>
<module>modm-test:test:**</module>
</modules>
</library>

0 comments on commit 9381fd0

Please sign in to comment.