-
-
Notifications
You must be signed in to change notification settings - Fork 779
Open
Description
As discussed at Tock World Europe: static_init! is used in the x86 chip crate’s chip.rs. Using it at the chip level can create multiple &'static mut aliases, allow accidental double-initialization, and tie behavior to fragile init order. This macro should be confined to board setup only.
lschuermann, bradjc and HMiyaziwala
Metadata
Metadata
Assignees
Labels
No labels