Skip to content

Commit 2bbbf99

Browse files
committed
doc: update NMSIS doc with AI/Vector library mentioned
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 5523a72 commit 2bbbf99

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

NMSIS/doc/source/introduction/introduction.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Nuclei MCU Software Interface Standard(NMSIS)
44
=============================================
55

66
.. _about_nmsis:
7+
78
About NMSIS
89
-----------
910

@@ -40,6 +41,11 @@ NMSIS NN
4041

4142
NMSIS DSP/NN library implementations are optimized for the Nuclei Processors which has P-ext or V-ext instruction set.
4243

44+
We also provide other **Nuclei Optimized Libraries** in other repositories:
45+
46+
- `Nuclei AI Library Optimized For RISC-V Vector`_
47+
- `MbedTLS Library Optimzed for Nuclei Crypto Engine and RISC-V Crypto/Vector Crypto Extension`_
48+
4349
.. _nmsis_design:
4450

4551
NMSIS Design
@@ -165,3 +171,5 @@ This **NMSIS** is provided free of charge by Nuclei under the `Apache 2.0 Licens
165171
.. _NMSIS Github Repository: https://github.com/Nuclei-Software/NMSIS
166172
.. _Nuclei Processors: https://www.nucleisys.com/product.php
167173
.. _NMSIS Document: https://doc.nucleisys.com/nmsis/nmsis.pdf
174+
.. _Nuclei AI Library Optimized For RISC-V Vector: https://github.com/Nuclei-Software/nuclei-ai-library
175+
.. _MbedTLS Library Optimzed for Nuclei Crypto Engine and RISC-V Crypto/Vector Crypto Extension: https://github.com/Nuclei-Software/mbedtls

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Documentation](https://github.com/Nuclei-Software/NMSIS/actions/workflows/doc.yaml/badge.svg)](https://github.com/Nuclei-Software/NMSIS/actions/workflows/doc.yaml)
44

5-
> **NOTE**: This release of NMSIS need to use with at least Nuclei RISC-V Toolchain 2023.10
5+
> [!NOTE]
6+
> This release of NMSIS recommended to use with Nuclei RISC-V Toolchain >= 2025.02
67
78
The **Nuclei Microcontroller Software Interface Standard(NMSIS)** is a vendor-independent hardware abstraction layer for micro-controllers that are based on Nuclei processors.
89

@@ -27,8 +28,12 @@ curve for micro-controller developers, and reducing the time to market for new d
2728
the performance and minimize the memory footprint Nuclei processor core.
2829

2930
> [!NOTE]
31+
> - NMSIS DSP/NN Library implementations are optimized for the Nuclei processor core which P-ext 0.5.4 + N1/N2/N3 ext or V-ext present.
32+
33+
We also provide other **Nuclei Optimized Libraries** in other repositories:
3034

31-
> NMSIS DSP/NN Library implementations are optimized for the Nuclei processor core which P-ext 0.5.4 + N1/N2/N3 ext or V-ext present.
35+
- [Nuclei AI Library Optimized For RISC-V Vector](https://github.com/Nuclei-Software/nuclei-ai-library)
36+
- [MbedTLS Library Optimzed for Nuclei Crypto Engine and RISC-V Crypto/Vector Crypto Extension](https://github.com/Nuclei-Software/mbedtls)
3237

3338
## Directory Structure
3439

0 commit comments

Comments
 (0)