9names / bl602-rust-example

A simple example showcasing what's working in the bl602-hal
MIT License
7 stars 2 forks source link

Fix bit rot #3

Closed 9names closed 1 year ago

9names commented 1 year ago

Wasn't able to build correctly due to linker script issue with older riscv-rt. cargo-blflash doesn't install correctly without --locked.

I updated riscv, and embedded-time as well, though they were not causing any problems yet.