aboutsummaryrefslogtreecommitdiff
path: root/CH582.md
diff options
context:
space:
mode:
authorFrançois Cartegnie <281376+fcartegnie@users.noreply.github.com>2024-02-11 11:06:24 +0100
committerGitHub <noreply@github.com>2024-02-11 11:06:24 +0100
commita37906a32d692fe8eb622e49b82996c74ab2eec3 (patch)
tree3790864157af5736542ecdfabb471980c7d896d1 /CH582.md
parent864a436a12effd5ac849465c607181de83b76d38 (diff)
CH582 toolchain params update
Diffstat (limited to 'CH582.md')
-rw-r--r--CH582.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CH582.md b/CH582.md
index 5bf3cc3..bc5316b 100644
--- a/CH582.md
+++ b/CH582.md
@@ -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`