From c22d5f5190945a99410bb765477988fe3bc4514d Mon Sep 17 00:00:00 2001 From: wangyanwen Date: Thu, 12 Dec 2024 15:01:01 +0800 Subject: [PATCH] doc: update nuclei changelog in Changelog_Nuclei.md Change-Id: I6ac0f6a300e23ca4f566e13a4818a09759d89488 Signed-off-by: wangyanwen --- Changelog_Nuclei.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog_Nuclei.md b/Changelog_Nuclei.md index cf22ed817..87cece7c9 100644 --- a/Changelog_Nuclei.md +++ b/Changelog_Nuclei.md @@ -6,6 +6,18 @@ If the tool version and documentation version not match, please take care. **Below is the changelog for Nuclei OpenOCD.** +## 2024.12 + +* changes are based on [riscv/riscv-openocd](https://github.com/riscv-collab/riscv-openocd/commit/f9a12927) + +## 2024.06 + +* Add and update nuclei custom CSR +* Fix `nuclei cpuinfo` command implementation +* Add debug map feature for Nuclei CPU with new `nuclei expose_cpu_core` and `nuclei examine_cpu_core` commands +* changes are based on [riscv/riscv-openocd](https://github.com/riscv/riscv-openocd/commit/52177592) +* Fix hbird/hbirdv2 flash programming, and re-route fespi to nuspi flash loader for hbird/hbirdv2 processor + ## 2024.02 > **Still in development, not official release.**