We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae88a1c commit 755c951Copy full SHA for 755c951
src/lib.rs
@@ -409,6 +409,13 @@
409
//! If the "rt" Cargo feature of the svd2rust generated crate is enabled the crate will populate the
410
//! part of the vector table that contains the interrupt vectors and provide an
411
//! [`interrupt!`](macro.interrupt.html) macro that can be used to register interrupt handlers.
412
+//!
413
+//! ## the `--nightly` flag
414
415
+//! The `--nightly` flag can be passed to `svd2rust` to enable features in the generated api that are only available to a nightly
416
+//! compiler. These features are
417
418
+//! - `#[feature(untagged_unions)]` for overlapping/overloaded registers
419
420
// NOTE This file is for documentation only
421
0 commit comments