espressif / esp-nimble

A fork of NimBLE stack, for use with ESP32 and ESP-IDF
Apache License 2.0
76 stars 50 forks source link

nimble error when building for ESP32-S2 ?? #19

Closed ffrige closed 3 years ago

ffrige commented 3 years ago

I have developed projects in the past using the ESP32 and nimble. Now I bought the new ESP32-S2 module and whenever I try to build a project I get nimble-log errors (see log file attached).

My understanding is that the ESP32-S2 does not even have Bluetooth, so what is nimble still doing in the building process? Should I remove it from the idf? Or change some settings somewhere? I already did "set-target esp32s2"...

log.txt

ffrige commented 3 years ago

I deleted and re-installed idf and it works.