diff options
author | Patrick Ting <[email protected]> | 2024-03-29 22:37:40 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-04-19 20:50:00 +0200 |
commit | 22bf045c9a5194001b1d52c094094cf8926823a1 (patch) | |
tree | 2d56d86c651fd734e6f59291353901b9382a7ac1 /GNUmakefile | |
parent | 39029cc37604c175c8b512478ba60ab617e79960 (diff) | |
download | tinygo-22bf045c9a5194001b1d52c094094cf8926823a1.tar.gz tinygo-22bf045c9a5194001b1d52c094094cf8926823a1.zip |
add stm32 nucleol476rg support
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8c4f00b29..c15b7724d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 |