Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information