1ca25688a8
`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.
6 lines
119 B
Text
6 lines
119 B
Text
[mapping:freertos]
|
|
archive: libfreertos.a
|
|
entries:
|
|
* (noflash_text)
|
|
queue:xQueueGenericCreateStatic (default)
|
|
|