Skip to content

Commit

Permalink
doc: update doc to make it clear for different sdk
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jul 2, 2024
1 parent 9a25622 commit b7188af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ We also intergated many RTOSes into Nuclei SDK, which are **FreeRTOS**, **UCOSII

## Quick Startup

Wanner to a try with Nuclei SDK, click [Quick Start with Nuclei SDK](https://doc.nucleisys.com/nuclei_sdk/quickstart.html) to start up.
Wanner to take a try with **Nuclei SDK for Nuclei 200/300/600/900/1000 series CPU**, click [Quick Start with Nuclei SDK](https://doc.nucleisys.com/nuclei_sdk/quickstart.html) to start up.

Wanner to take a try with **Nuclei N100 SDK for Nuclei 100 series CPU**, click [Quick Start with Nuclei N100 SDK](https://doc.nucleisys.com/nuclei_n100_sdk/quickstart.html) to start up.

## Requirements
* Ubuntu Linux >=20.04 LTS or Windows >=7
Expand Down
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is release version ``0.6.0`` of Nuclei SDK.
- This version introduced **ThreadX and FreeRTOS-SMP support** for Nuclei RISC-V Processors.
- This version introduced a ``profiling`` middleware and an example to show code coverage and profiling technology
using gcov and gprof in **Nuclei Studio 2024.06**.
- This version introduced support for **Nuclei 100 series RISC-V CPU**, but in seperated Nuclei SDK branches called **master_n100** or **develop_n100**
- We introduced support for **Nuclei 100 series RISC-V CPU**, but in seperated Nuclei SDK branches called **master_n100** or **develop_n100**, see https://doc.nucleisys.com/nuclei_n100_sdk
- This version introduced support for gd32vw55x chip and Nuclei DLink Board.
- Better **Terapines ZCC** toolchain integrated in Nuclei SDK and Nuclei Studio, try ZStudio Lite version here https://www.terapines.com/products/
- Better **IAR Workbench** support in Nuclei SDK, with Baremetal SMP and FreeRTOS SMP supported.
Expand Down
4 changes: 4 additions & 0 deletions doc/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Introduction
Since 0.5.0 release of Nuclei SDK, we need to use Nuclei Studio >= 2023.10 or Nuclei Toolchain
>=2023.10 to build and run it, see release :ref:`changelog`.

.. note::

If you are looking for Nuclei N100 SDK for Nuclei 100 series CPU, please refer to https://doc.nucleisys.com/nuclei_n100_sdk

The **Nuclei Software Development Kit (SDK)** is an open-source software platform to
speed up the software development of SoCs based on Nuclei Processor Cores.

Expand Down

0 comments on commit b7188af

Please sign in to comment.