chaos-adept / iot-dipstick

esp8266 firmware for basic IoT operations with cloud integration
Apache License 2.0
2 stars 1 forks source link

esp32 usage of esp-idf development #10

Closed chaos-adept closed 3 years ago

chaos-adept commented 3 years ago

esp-idf - it is a framework for parallel task execution on the esp32.

this issue derives from #5 "esp-idf exploration is going to be a separate task."

it is required to adopt the following functionality under idf based:

chaos-adept commented 3 years ago

so far it looks that the possible option is incremental migration by step migration to esp32 with dropping support of esp8266 with the usage of FreeRTOS and Arduino libraries + some of esp32 native functions like adc_read_raw, or touch panel

chaos-adept commented 3 years ago

so far this task can be considered as wont fix