You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to new esp32ulp tool (binutils-gdb vs binutils-esp32ulp)
Espressif has switched from the binutils-esp32ulp repo (the original
fork of binutils to support their microcontrollers) to their new
repo binutils-gdb. (see espressif/esp-idf@a9bd454)
The ESP-IDF also uses the esp32ulp assembler/linker from the new
repo now. The main difference is that this is now the officially
maintained implementation. The other difference is that there are now
not different binaries for each esp32 variant, but one set of binaries.
To select which esp32 variant to target, the esp32ulp-elf-as binary
now accepts the --mcpu argument, for example --mcpu=esp32s2. The
default is still the original esp32, so omitting the argument means
one effected selected --mcpu=esp32.
Note: Because Espressif provides pre-built binaries we are no longer
building esp32ulp, but simply downloading the binaries and using
those.
0 commit comments