espressif / esp-rom-elfs

Espressif ROM binaries
https://github.com/espressif/esp-rom-elfs/releases
Apache License 2.0
12 stars 1 forks source link

ESP32 series ROM ELF files

The Releases page of this repository is used to publish the ELF files of ROMs used by ESP32 series of chips.

The releases will be updated whenever a new Espressif chip or a chip revision is released.

Choosing the ROM ELF file

Files in the release archives have the following naming pattern:

<CHIP_NAME>_rev<REV>_rom.elf

Copyrights and License

The ROMs of ESP32 series of chips are Copyright (c) 2015-2022 Espressif Systems (Shanghai) Co. Ltd.

The ROMs also include various third-party libraries. The list along with the respective licenses is available here.

The ROM code of the currently available ESP32 series of chips is not open-source.

You can use the ELF files in this repository under the terms of Apache License 2.0, provided in the file LICENSE.

Despite the fact that Apache license is usually applied to software in the source form, the license is also applicable to the compiled files. In the license text this case is referred to as "Object" form. We chose to release the ROM ELF files under this license because that makes it easier to use these ELF files in the context of other Apache licensed projects.