micropython/tools/autobuild
Damien George d14ddcbdb5 tools/autobuild: Add support for application .bin files for esp32.
On esp32, the build output consists of:
- micropython.elf
- micropython.map
- micropython.bin -- application only
- micropython.uf2 -- application only
- firmware.bin -- bootloader, partition table and application

Currently everything is available at the download page except
micropython.bin.  This commit adds that file but with the extension changed
to .app-bin, to distinguish it from .bin (the full thing).

Signed-off-by: Damien George <damien@micropython.org>
2023-07-27 13:10:19 +10:00
..
autobuild.sh tools/autobuild: Update auto-build code to build esp32 port with IDF v5. 2023-06-23 15:53:04 +10:00
build-boards.sh tools/autobuild: Add support for application .bin files for esp32. 2023-07-27 13:10:19 +10: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 tools/autobuild: Build esp8266 OTA image with GENERIC_1M board. 2021-12-30 15:47:49 +11:00
build-stm32-extra.sh tools/autobuild: Use distinct directory for building stm32 variants. 2022-09-08 14:54:11 +10:00
remove_old_firmware.py tools/autobuild: Add scripts to build release firmware. 2021-06-23 16:59:20 +10:00