I am trying to understand whether the single core version of the ESP32 (ESP32-S0WD) is supported by Amazon FreeRTOS and whether I should expect limitations (except the obvious availability of just one core).
The only reference I have found is one question in this github issue, where it seems somebody is using the SOLO already https://github.com/aws/amazon-freertos/issues/23
Our use case is data collection from a couple of sensors, WiFI STA mode connectivity to IoT Core. We use BLE for WiFi provisioning only.
Has anybody used the S0WD with Amazon FreeRTOS before?
We have up to now only tested dual core ESP32 based devices in our support for ESP32 based boards so only dual core versions are officially supported. That said, there should be no problem in running with a single core. There may be low level details unrelated to the single vs. dual core issue that makes the boards different in other ways that may require low level changes.