├── README.md ├── bootrom.bin ├── esp_bin2elf.py ├── esp_bootrom.py ├── esp_elf.py ├── esp_elf_pack.py ├── esp_memory_map.py ├── esp_rom.py └── flash_layout.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/README.md -------------------------------------------------------------------------------- /bootrom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/bootrom.bin -------------------------------------------------------------------------------- /esp_bin2elf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/esp_bin2elf.py -------------------------------------------------------------------------------- /esp_bootrom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/esp_bootrom.py -------------------------------------------------------------------------------- /esp_elf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/esp_elf.py -------------------------------------------------------------------------------- /esp_elf_pack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/esp_elf_pack.py -------------------------------------------------------------------------------- /esp_memory_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/esp_memory_map.py -------------------------------------------------------------------------------- /esp_rom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/esp_rom.py -------------------------------------------------------------------------------- /flash_layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsandin/esp-bin2elf/HEAD/flash_layout.py --------------------------------------------------------------------------------