Browse Source

fix: typo in GNUmakefile test

pull/4518/head
Oskar Sommer 4 weeks ago
parent
commit
d2b3f09a2b
No known key found for this signature in database GPG Key ID: 460DFEDEBEE30E89
  1. 2
      GNUmakefile
  2. 1
      lib/renesas-svd

2
GNUmakefile

@ -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

1
lib/renesas-svd

@ -0,0 +1 @@
Subproject commit 03d76880854b9042f5d043f4355cdf8eef522fa5
Loading…
Cancel
Save