-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds async_blink targets for nucleo F303 and L432. (#487)
- Loading branch information
1 parent
e89db63
commit e1cf317
Showing
15 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32f303re-nucleo-dev-board/HwInit.cxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32f303re-nucleo-dev-board/HwInit.cxx |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32f303re-nucleo-dev-board/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32f303re-nucleo-dev-board/Makefile |
4 changes: 4 additions & 0 deletions
4
applications/async_blink/targets/freertos.armv7m.st-stm32f303re-nucleo-dev-board/NodeId.cxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
1 change: 1 addition & 0 deletions
1
...ications/async_blink/targets/freertos.armv7m.st-stm32f303re-nucleo-dev-board/hardware.hxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32f303re-nucleo-dev-board/hardware.hxx |
1 change: 1 addition & 0 deletions
1
...cations/async_blink/targets/freertos.armv7m.st-stm32f303re-nucleo-dev-board/memory_map.ld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32f303re-nucleo-dev-board/memory_map.ld |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32f303re-nucleo-dev-board/startup.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32f303re-nucleo-dev-board/startup.c |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32f303re-nucleo-dev-board/target.ld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32f303re-nucleo-dev-board/target.ld |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32l432kc-nucleo/HwInit.cxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32l432kc-nucleo/HwInit.cxx |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32l432kc-nucleo/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32l432kc-nucleo/Makefile |
4 changes: 4 additions & 0 deletions
4
applications/async_blink/targets/freertos.armv7m.st-stm32l432kc-nucleo/NodeId.cxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32l432kc-nucleo/hardware.hxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32l432kc-nucleo/hardware.hxx |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32l432kc-nucleo/memory_map.ld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32l432kc-nucleo/memory_map.ld |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32l432kc-nucleo/startup.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32l432kc-nucleo/startup.c |
1 change: 1 addition & 0 deletions
1
applications/async_blink/targets/freertos.armv7m.st-stm32l432kc-nucleo/target.ld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../boards/st-stm32l432kc-nucleo/target.ld |