Closed
Description
When installing the esp-idf from github and runing source ~/esp/esp-idf/export.sh
it works but in a new terminal when running the export from ports/esp32s2/
I get ERROR: Platform Darwin-arm64 appears to be unsupported
.
I can build successfully using the latest IDF (commit 73db142).
The fix in the IDF appears to be this one
espressif/esp-idf@5739127#diff-873391a19109de0fec9486d3ef26704a32fe81560a38f2e1f6c4f3db99d19350
Looks like it is time to update the IDF or possibly just pickup this one change.