I ran rustc --target $TARGET for
xtensa-esp32-espidf
xtensa-esp32-none-elf
xtensa-esp32s2-espidf
xtensa-esp32s2-none-elf
xtensa-esp32s3-espidf
xtensa-esp32s3-none-elf
And for all of them, I got a warning that 'esp32' is not a recognized processor for this target (ignoring processor) (or esp32-s2 or esp32-s3 respectively).
Additionally for xtensa-esp32s2-none-elf, I also got '+forced-atomics' is not a recognized feature for this target (ignoring feature)
@MabezDev @SergioGasquez as Xtensa maintainers
I ran
rustc --target $TARGETforxtensa-esp32-espidfxtensa-esp32-none-elfxtensa-esp32s2-espidfxtensa-esp32s2-none-elfxtensa-esp32s3-espidfxtensa-esp32s3-none-elfAnd for all of them, I got a warning that
'esp32' is not a recognized processor for this target (ignoring processor)(oresp32-s2oresp32-s3respectively).Additionally for
xtensa-esp32s2-none-elf, I also got'+forced-atomics' is not a recognized feature for this target (ignoring feature)@MabezDev @SergioGasquez as Xtensa maintainers