Skip to content

Commit

Permalink
doc: update ide/openocd/changelog for 2024.06
Browse files Browse the repository at this point in the history
This release Nuclei Toolchain/Qemu/OpenOCD are still using same version but
contains some bugfixes, and some new features, see release note in changelog.

This release also introduced new Nuclei Near Cycle Model, take a look.

Nuclei Studio 2024.06 Eclipse CDT upgraded to 2024.06 release and introduced
a lot of new features such as gprof and gcov and near cycle model integration

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jun 28, 2024
1 parent aab87a7 commit 8d2e9f9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ ChangeLog
Nuclei Tools official releases can be found in https://nucleisys.com/download.php#tools, you can download
it from there.

2024.06
-------

This is 2024.06 release of Nuclei Tools.

This release introduced :ref:`xlmodel_intro` first release which can be used in Ubuntu 20.04 environment.

**Find release note below**:

- `Nuclei Studio 2024.06`_
- `Nuclei RISC-V Toolchain 2024.06`_
- `Nuclei QEMU 2024.06`_
- `Nuclei OpenOCD 2024.06`_

Click https://github.com/Nuclei-Software/nuclei-tool-guide/issues/4 for this release known issues.

2024.02
-------

Expand All @@ -32,3 +48,7 @@ Click https://github.com/Nuclei-Software/nuclei-tool-guide/issues/1 for this rel
.. _Nuclei RISC-V Toolchain 2023.10: https://github.com/riscv-mcu/riscv-gnu-toolchain/releases/tag/nuclei-2023.10
.. _Nuclei QEMU 2023.10: https://github.com/riscv-mcu/qemu/releases/tag/nuclei-2023.10
.. _Nuclei OpenOCD 2023.10: https://github.com/riscv-mcu/riscv-openocd/releases/tag/nuclei-2023.10
.. _Nuclei Studio 2024.06: https://github.com/Nuclei-Software/nuclei-studio/releases/tag/2024.06
.. _Nuclei RISC-V Toolchain 2024.06: https://github.com/riscv-mcu/riscv-gnu-toolchain/releases/tag/nuclei-2024.06
.. _Nuclei QEMU 2024.06: https://github.com/riscv-mcu/qemu/releases/tag/nuclei-2024.06
.. _Nuclei OpenOCD 2024.06: https://github.com/riscv-mcu/riscv-openocd/releases/tag/nuclei-2024.06
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
author = 'Nuclei'

# The short X.Y version
version = '2024.02'
version = '2024.06'

# The full version, including alpha/beta/rc tags
release = '2024.02'
release = '2024.06'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion source/ide/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Introduction

Currently documentation is still yet ready in English version, please check Chinese version below:

- Nuclei Studio User Guide: https://nucleisys.com/upload/files/doc/nucleistudio/Nuclei_Studio_User_Guide.202402.pdf
- Nuclei Studio User Guide: https://nucleisys.com/upload/files/doc/nucleistudio/Nuclei_Studio_User_Guide.202406.pdf
- Nuclei Studio FAQ: https://nuclei-software.github.io/nuclei-studio

About Nuclei Studio
Expand Down
6 changes: 3 additions & 3 deletions source/openocd/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Repository and Doc

**openocd**

- github riscv-openocd: https://github.com/riscv-mcu/riscv-openocd/tree/nuclei/2024
- github riscv-openocd: https://github.com/riscv-mcu/riscv-openocd/tree/nuclei/2024.06

- gitee riscv-openocd: https://gitee.com/riscv-mcu/riscv-openocd/tree/nuclei/2024
- gitee riscv-openocd: https://gitee.com/riscv-mcu/riscv-openocd/tree/nuclei/2024.06

**openflashloader**

Expand Down Expand Up @@ -100,7 +100,7 @@ openflashloader to achieve the desired results.

.. rubric:: Nuclei Customized CSRs

Nuclei released openocd supports a number of nuclei customized CSRs, please check here https://github.com/riscv-mcu/riscv-openocd/blob/nuclei/2024/src/target/riscv/encoding.h#L3109-L3223
Nuclei released openocd supports a number of nuclei customized CSRs, please check here https://github.com/riscv-mcu/riscv-openocd/blob/nuclei/2024.06/src/target/riscv/encoding.h#L3109-L3223

.. rubric:: Nuclei embedded trace

Expand Down

0 comments on commit 8d2e9f9

Please sign in to comment.