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
Configure low-level UART and SPI peripheral interfaces on the ESP32-C6 using ESP-IDF driver libraries, and integrate ThreadX dynamic memory primitives (TX_BYTE_POOL) to support real-time data buffering.
Tasks
Initialize the UART console and SPI peripheral drivers in the board abstraction layer.
Configure a ThreadX TX_BYTE_POOL in internal SRAM to manage dynamic heap allocations.
Description
Configure low-level UART and SPI peripheral interfaces on the ESP32-C6 using ESP-IDF driver libraries, and integrate ThreadX dynamic memory primitives (TX_BYTE_POOL) to support real-time data buffering.
Tasks
TX_BYTE_POOLin internal SRAM to manage dynamic heap allocations.