aw / fiveforths

32-bit RISC-V Forth for microcontrollers
https://fiveforths.a1w.ca
MIT License
66 stars 3 forks source link

Explicitly specify 'zicsr' extension when building. Use stm32loader #21

Closed aw closed 1 year ago

aw commented 1 year ago

This PR fixes the issue from #19 where newer versions of gcc/binutils require specifying the zicsr extension if using the CSR extensions. It also removes the mention of dfu-util in the docs as noted in issue #20, to avoid confusion.