esp-hal/esp-alloc/esp_config.yml
2025-10-10 09:28:58 +00:00

15 lines
346 B
YAML

crate: esp-alloc
options:
- name: heap_algorithm
description: "The heap algorithm to use. TLSF offers higher performance
and bounded allocation time, but uses more memory."
default:
- value: '"LLFF"'
constraints:
- type:
validator: enumeration
value:
- "LLFF"
- "TLSF"