mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
`xQueueGenericCreateStatic` is placed into flash by the linker script to reduce IRAM usage. This will also cause the `xRingbufferCreate` not not callable when cache is disabled.