micropython/tools/autobuild
Damien George 3f589e2f39 tools/autobuild: Automatically build all esp32 boards.
Any board with a board.json file will be built.  ESP32-based boards will be
built using the IDF at $IDF_PATH_V42, all other MCU variants (S2, S3, C3)
will be built using the IDF at $IDF_PATH_V44.

Signed-off-by: Damien George <damien@micropython.org>
2021-12-10 21:29:27 +11:00
..
autobuild.sh tools/autobuild: Automatically build all esp32 boards. 2021-12-10 21:29:27 +11:00
build-boards.sh tools/autobuild: Automatically build all esp32 boards. 2021-12-10 21:29:27 +11:00
build-cc3200-latest.sh tools/autobuild: Don't use "-B" for make, it's already a fresh build. 2021-08-19 23:30:17 +10:00
build-downloads.py tools/autobuild: Add script to generate website board metadata. 2021-10-27 14:04:53 +11:00
build-esp8266-latest.sh
build-stm32-extra.sh tools/autobuild: Automatically build all stm32 boards. 2021-11-22 17:12:16 +11:00
remove_old_firmware.py