Module embuild::kconfig

source ·
Available on crate feature kconfig only.
Expand description

A quick and dirty parser for the .config files generated by kconfig systems (e.g. used in the esp-idf).

Enums

A tristate kconfig configuration item.
Value of a kconfig configuration item.

Functions

Try to load the configurations from a generated .config stream.
Try to load the configurations from a generated .config file.
Try to load the configurations from a generated kconfig json stream.
Try to load the configurations from a generated kconfig json file.