rust-embedded / riscv

Low level access to RISC-V processors
818 stars 160 forks source link

`riscv-rt`: Fix nightly builds #183

Closed romancardenas closed 6 months ago

romancardenas commented 6 months ago

Added an implementation of default_mp_hook even when single-hart feature is enabled. This is required to avoid linker errors in Nightly builds.

romancardenas commented 6 months ago

Closes #182