machine/esp32, targets/esp32: correct board definitions for actual boards not processor variants, also define all labeled pins

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-10-14 20:54:29 +02:00
committed by Ayke
parent 3eb33dff5d
commit c7d8223ab7
6 changed files with 96 additions and 11 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ ifneq ($(AVR), 0)
@$(MD5SUM) test.hex
endif
ifneq ($(XTENSA), 0)
$(TINYGO) build -size short -o test.bin -target=esp32-wroom-32 examples/blinky1
$(TINYGO) build -size short -o test.bin -target=esp32-mini32 examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1
@$(MD5SUM) test.bin