diff options
author | deadprogram <[email protected]> | 2024-05-13 18:41:37 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-05-13 20:10:36 +0200 |
commit | ee3a05f1de2cfac22eff91d4bc6651ff43bbc320 (patch) | |
tree | 1301374cbdd6e003a749052ac3ff733942ecc0fc /GNUmakefile | |
parent | 930720411159e41639f9de5b91e7a27a8dea963e (diff) | |
download | tinygo-ee3a05f1de2cfac22eff91d4bc6651ff43bbc320.tar.gz tinygo-ee3a05f1de2cfac22eff91d4bc6651ff43bbc320.zip |
targets: add support for Badger2040 W
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index cbc18c146..5454896bf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -659,6 +659,8 @@ endif @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=badger2040 examples/blinky1 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=badger2040-w examples/blinky1 + @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=tufty2040 examples/blinky1 @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1 |