Expand description
Bare-metal (no_std) HAL for the low power and ultra-low power cores found
in some Espressif devices. Where applicable, drivers implement the
[embedded-hal] traits.
§Choosing a device
Depending on your target device, you need to enable the chip feature for that device.
§Feature Flags
debug— Enable debug features in the HAL (used for development).
§Trait Implementation Feature Flags
embedded-hal(enabled by default) — Implement the traits defined in the1.0.0releases ofembedded-halandembedded-hal-nbfor the relevant peripherals.embedded-io— Implement the traits defined inembedded-iofor the relevant peripherals.
Re-exports§
pub use esp32s3_ulp as pac;