Skip to content

Commit 6a56211

Browse files
authored
Merge pull request #56 from mROS-base/board/NUCLEO_F746ZG
add NUCLEO_F746ZG as the supported board
2 parents 85378ad + 74e0f98 commit 6a56211

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build_board.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- DISCO_F769NI
2525
- GR_MANGO
2626
- NUCLEO_F429ZI
27+
- NUCLEO_F746ZG
2728
- NUCLEO_F767ZI
2829
- NUCLEO_H743ZI2
2930
steps:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Please also check [mros2 repository](https://github.com/mROS-base/mros2) for mor
1919
- [STM32 NUCLEO-H743ZI2](https://www.st.com/en/evaluation-tools/nucleo-h743zi.html)
2020
- These boards below are also confirmed but not always supported in the latest version (due to our development resources,,,).
2121
- [STM32 NUCLEO-F429ZI](https://www.st.com/en/evaluation-tools/nucleo-f429zi.html)
22+
- [STM32 NUCLEO-F746ZG](https://www.st.com/en/evaluation-tools/nucleo-f746zg.html)
2223
- [STM32 F746NG-Discovery](https://www.st.com/ja/evaluation-tools/32f746gdiscovery.html)
2324
- [STM32 F769NI-Discovery](https://www.st.com/ja/evaluation-tools/32f769idiscovery.html)
2425
- [Seeed Arch Max V1.1](https://wiki.seeedstudio.com/Arch_Max_v1.1/)
@@ -55,6 +56,7 @@ cd mros2-mbed
5556
# | NUCLEO-F767ZI | NUCLEO_F767ZI |
5657
# | NUCLEO-H743ZI2 | NUCLEO_H743ZI2 |
5758
# | NUCLEO-F429ZI | NUCLEO_F429ZI |
59+
# | NUCLEO-F746ZG | NUCLEO_F746ZG |
5860
# | F746NG-Discovery | DISCO_F746NG |
5961
# | F769NI-Discovery | DISCO_F769NI |
6062
# | Arch Max v1.1 | ARCH_MAX |

0 commit comments

Comments
 (0)