- Change
feature(doc_auto_cfg)
tofeature(doc_cfg)
to allow nightly docs to build. - Add unsafe block around
DEVICE_PERIPHERALS = true
inPeripherals::steal()
to support Rust 2024 edition.
feature(doc_auto_cfg)
to feature(doc_cfg)
to allow nightly docs to build.DEVICE_PERIPHERALS = true
in Peripherals::steal()