Crate esp_build

Source
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.