diff options
| author | François Cartegnie <281376+fcartegnie@users.noreply.github.com> | 2024-02-11 11:06:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-11 11:06:24 +0100 |
| commit | a37906a32d692fe8eb622e49b82996c74ab2eec3 (patch) | |
| tree | 3790864157af5736542ecdfabb471980c7d896d1 /CH582.md | |
| parent | 864a436a12effd5ac849465c607181de83b76d38 (diff) | |
CH582 toolchain params update
Diffstat (limited to 'CH582.md')
| -rw-r--r-- | CH582.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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` |