add stm32 nucleol476rg support

This commit is contained in:
Patrick Ting
2024-03-29 22:37:40 -07:00
committed by Ron Evans
parent 39029cc376
commit 22bf045c9a
6 changed files with 184 additions and 0 deletions
+2
View File
@@ -708,6 +708,8 @@ ifneq ($(STM32), 0)
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-l432kc examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-l476rg examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-l552ze examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-wl55jc examples/blinky1