Skip to content

Commit

Permalink
doc: update changelog and doc about cpuinfo when select core
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Nov 1, 2024
1 parent 5a3a4f8 commit 43ca86c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ V0.7.1

This is version ``0.7.1`` of Nuclei SDK which is still in development.

* NMSIS

- Fix Cache CCM related API compile fail using c++ compiler


* Misc

- Fix various typos found in source code and doc

V0.7.0
------
Expand Down
2 changes: 2 additions & 0 deletions doc/source/design/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ cpuinfo
This `cpuinfo application`_ is used to print the Nuclei RISC-V CPU information
to help you to know what CPU features are present in this processor.

You can also use openocd to probe the cpu feature, see https://doc.nucleisys.com/nuclei_tools/openocd/intro.html#nuclei-customized-features

**How to run this application:**

.. code-block:: shell
Expand Down
3 changes: 3 additions & 0 deletions doc/source/develop/buildsystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,9 @@ When **CORE** is selected, the **ARCH**, **ABI** and **TUNE** (optional) are set
and it might affect the compiler options in combination with :ref:`develop_buildsystem_var_archext`
depended on the implementation of SoC build.mk.

If you are not sure about which ARCH and extension and cpu feature your Nuclei CPU has,
you can run :ref:`design_app_cpuinfo` example to confirm it.

.. note::

* ``n205/n205e/n305/n307/n307fd`` CORE are removed in Nuclei SDK 0.7.0
Expand Down
7 changes: 4 additions & 3 deletions doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ From `Nuclei Toolchain 2023.10`_, both gnu and llvm toolchain are provided, and
prefix changed from ``riscv-nuclei-elf-`` to ``riscv64-unknown-elf-``, and 0.5.0 SDK release
will only support this ``2023.10`` or later toolchain.

If you want to learn about how to use Nuclei Tools, see https://doc.nucleisys.com/nuclei_tools.
If you want to learn about how to use Nuclei Tools(IDE,Toolchain,Qemu,OpenOCD,XlModel),
please checkout https://doc.nucleisys.com/nuclei_tools.

If you want to report issues when using Nuclei Tools or Nuclei Studio, please open issue in
https://github.com/Nuclei-Software/nuclei-studio.
If you want to report issues and see application note when using Nuclei Tools or Nuclei Studio,
please checkout https://github.com/Nuclei-Software/nuclei-studio.

Now the nuclei-sdk **released** versions are deeply integrated with Nuclei Studio IDE via menu
**RV-Tools -> NPK Package Management**, and you can directly create nuclei-sdk project in Nuclei Studio IDE
Expand Down

0 comments on commit 43ca86c

Please sign in to comment.