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> |
||
|---|---|---|
| .. | ||
| autobuild.sh | ||
| build-boards.sh | ||
| build-cc3200-latest.sh | ||
| build-downloads.py | ||
| build-esp8266-latest.sh | ||
| build-stm32-extra.sh | ||
| remove_old_firmware.py | ||