Oskar Sommer
4 weeks ago
No known key found for this signature in database
GPG Key ID: 460DFEDEBEE30E89
2 changed files with
2 additions and
1 deletions
-
GNUmakefile
-
lib/renesas-svd
|
|
@ -822,7 +822,7 @@ endif |
|
|
|
ifneq ($(XTENSA), 0) |
|
|
|
$(TINYGO) build -size short -o test.bin -target=esp32-mini32 examples/blinky1 |
|
|
|
@$(MD5SUM) test.bin |
|
|
|
$(TINYGO) build -size short -o test.bin -target=esp32-supermini examples/blinky1 |
|
|
|
$(TINYGO) build -size short -o test.bin -target=esp32c3-supermini examples/blinky1 |
|
|
|
@$(MD5SUM) test.bin |
|
|
|
$(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1 |
|
|
|
@$(MD5SUM) test.bin |
|
|
|
|
|
@ -0,0 +1 @@ |
|
|
|
Subproject commit 03d76880854b9042f5d043f4355cdf8eef522fa5 |