CH582 toolchain params update

This commit is contained in:
François Cartegnie 2024-02-11 11:06:24 +01:00 committed by GitHub
parent 864a436a12
commit a37906a32d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,4 +77,7 @@ access the bootloader you must then desolder the battery.
* [CH583 Evaluation Board SDK](https://github.com/openwch/ch583)
* [Open Source Toolchain for CH582/CH583](https://github.com/cjacker/opensource-toolchain-ch32v)
* Moonriver toolchain contains an older xpack and a custom openocd.
* The more recent xpack toolchain changes using `riscv-none-elf-` as PREFIX in the Makefile instead of `riscv-none-embed-`. This target also requires to activate extensions seperately by setting `-march=rv32imac_zicsr` instead of `-march=rv32imac`