OVMS3-idf/components/freertos/linker.lf
michael 1ca25688a8 freertos: place xQueueGenericCreateStatic into flash
`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.
2020-04-22 16:06:13 +08:00

7 lines
119 B
Plaintext

[mapping:freertos]
archive: libfreertos.a
entries:
* (noflash_text)
queue:xQueueGenericCreateStatic (default)