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
Note: I needed to revert esp-rainmaker back a few commits to 9da5661e00bd0c3db421a5c48dc7f00d9e4ad759 in order to get anything to compile, due to Issue 110. Doing so did lead to successful compilation of esp32s3 and esp32 targets.
esp32s2 and esp32c3 targets do not build due to an unresolved Cmake component esp_partition
Upon investigation this component started being required by esp-sr as of commit 51bc9f7d2372349bcf35a4533752b54e2fdc758afeat: Support ESP-IDF v5.0
There was a subsequent commit eb756fc1059abe8e08c303a5bc3a65faa85cbe17feat: Compatible with both IDF v4.4 and IDF v5.0 fixing the resulting compatibility issues, but oddly only for the esp32 and esp32s3 targets. Hence the reason why those two targets are compiling properly.
The text was updated successfully, but these errors were encountered:
Note: I needed to revert
esp-rainmaker
back a few commits to9da5661e00bd0c3db421a5c48dc7f00d9e4ad759
in order to get anything to compile, due to Issue 110. Doing so did lead to successful compilation ofesp32s3
andesp32
targets.esp32s2
andesp32c3
targets do not build due to an unresolved Cmake componentesp_partition
Upon investigation this component started being required by
esp-sr
as of commit51bc9f7d2372349bcf35a4533752b54e2fdc758a
feat: Support ESP-IDF v5.0There was a subsequent commit
eb756fc1059abe8e08c303a5bc3a65faa85cbe17
feat: Compatible with both IDF v4.4 and IDF v5.0 fixing the resulting compatibility issues, but oddly only for theesp32
andesp32s3
targets. Hence the reason why those two targets are compiling properly.The text was updated successfully, but these errors were encountered: