mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 04:10:28 +00:00

* Define configs in YAML files * Fix error message string * Cleanup * Fix rebase * Experiment: Value is String * More i64 -> i128 * More i64 -> i128 * yml -> yaml * Clippy * Expect * Test more * Explicit `trunc` * fmt * Typo * `is_tooling` -> `ignore_feature_gates` * Fix * Briefly explain the config format * Evaluate conditions in order, first match wins * Address review * Move evalexpr I128 support into separate file
11 lines
190 B
YAML
11 lines
190 B
YAML
crate: esp-ieee802154
|
|
|
|
options:
|
|
- name: rx_queue_size
|
|
description: Size of the RX queue in frames
|
|
default:
|
|
- value: 10
|
|
constraints:
|
|
- type:
|
|
validator: positive_integer
|