Skip to content

Commit

Permalink
Adds async_blink targets for nucleo F303 and L432. (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz authored Dec 17, 2020
1 parent e89db63 commit e1cf317
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/async_blink/targets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ SUBDIRS = linux.x86 \
freertos.armv6m.st-stm32f072b-discovery \
freertos.armv7m.st-stm32f103rb-olimexino \
freertos.armv7m.st-stm32f303-discovery \
freertos.armv7m.st-stm32f303re-nucleo-dev-board \
freertos.armv7m.st-stm32l432kc-nucleo \
freertos.armv7m.st-maple-cmsis \
freertos.armv4t.panda2 \
freertos.mips4k.pic32mx-duinomitemega \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "openlcb/If.hxx"

extern const openlcb::NodeID NODE_ID;
const openlcb::NodeID NODE_ID = 0x050101011869ULL;
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "openlcb/If.hxx"

extern const openlcb::NodeID NODE_ID;
const openlcb::NodeID NODE_ID = 0x050101011867ULL;

0 comments on commit e1cf317

Please sign in to comment.