gd32-rust / gd32f1x0-hal

Embedded Rust HAL for GD32F1x0 microcontrollers
Other
6 stars 2 forks source link

Enable single core critical-section implementation from cortex-m. #41

Closed qwandor closed 8 months ago

qwandor commented 8 months ago

The gd32f1 crate now requires a critical-section implementation, so we can provide one here to avoid dependents running into linker errors.