You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found in embassy-stm32 Cargo.toml file, the embassy-hal-internal dependency has a fixed feature prio-bits-4, but for CortexM0 from ST, the priority bits should be 2 which is 4 priority levels. Is it OK to use prio-bits-4 for CortexM0 chips?