rust-embedded / riscv

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

`riscv-rt`: make `abort` weak #199

Closed romancardenas closed 5 months ago

romancardenas commented 5 months ago

Now, abort is a weak symbol. In this way, it is possible to link riscv-rt with third-party libraries that define this symbol (e.g., newlib).

Closes #197