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
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
SPI was updated for ESP32-S3 chip support and it works for all other ESP32 family SocS. Included in #6341.
There is still need to refactor SPI Peripheral to use high level ESP-IDF API, this task is now tracked as a note in Project Roadmap and will be picked up later.
Activity
me-no-dev commentedon Feb 1, 2022
Not ESP-IDF API, but
hal_ll
:)[-]Change SPI to use ESP-IDF API[/-][+]Change SPI to use hal_ll[/+]VojtechBartoska commentedon Mar 23, 2022
SPI was updated for ESP32-S3 chip support and it works for all other ESP32 family SocS. Included in #6341.
There is still need to refactor SPI Peripheral to use high level ESP-IDF API, this task is now tracked as a note in Project Roadmap and will be picked up later.