Expand description
Build utilities for esp-hal.
Macros§
- assert_
unique_ features - Given some features, assert that at most one of the features is enabled.
- assert_
unique_ used_ features - Given some features, assert that exactly one of the features is enabled.
- assert_
used_ features - Given some features, assert that at least one of the features is enabled.
- error
- Print a build error and terminate the process.
- warning
- Print a build warning.