From 89c4df772e44ba674d70eaaa783c985f4c2341ac Mon Sep 17 00:00:00 2001 From: jzlv Date: Tue, 28 Sep 2021 11:32:27 +0800 Subject: [PATCH] [doc] update nn and dsp readme --- examples/dsp/Readme.md | 6 +++--- examples/nn/Readme.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/dsp/Readme.md b/examples/dsp/Readme.md index 7a6bc1d9..aa0d65a3 100644 --- a/examples/dsp/Readme.md +++ b/examples/dsp/Readme.md @@ -29,8 +29,8 @@ curve for micro-controller developers, and reducing the time to market for new d | Directory | Content | |:-------------------------- |:--------------------------------------------------------- | | components/nmsis/core | NMSIS-Core related files | -| components/NMSIS/DSP | NMSIS-DSP related files | -| components/NMSIS/NN | NMSIS-NN related files | +| components/nmsis/DSP | NMSIS-DSP related files | +| components/nmsis/NN | NMSIS-NN related files | | examples/dsp | dsp examples | | examples/nn | nn examples | | examples/mfcc | mfcc compile examples | @@ -46,6 +46,6 @@ User can replace APP=xxx to change build target. ## License -This NMSIS is modified based on open-source project CMSIS to match Boufflao Lab requirements. +This NMSIS is modified based on open-source project [Nuclei NMSIS](https://github.com/Nuclei-Software/NMSIS) to match Boufflao Lab requirements. This project transplant NMSIS into bl_mcu_sdk structure for Bouffalo Lab Device Adapting. NMSIS is licensed under Apache-2.0. diff --git a/examples/nn/Readme.md b/examples/nn/Readme.md index 7a6bc1d9..aa0d65a3 100644 --- a/examples/nn/Readme.md +++ b/examples/nn/Readme.md @@ -29,8 +29,8 @@ curve for micro-controller developers, and reducing the time to market for new d | Directory | Content | |:-------------------------- |:--------------------------------------------------------- | | components/nmsis/core | NMSIS-Core related files | -| components/NMSIS/DSP | NMSIS-DSP related files | -| components/NMSIS/NN | NMSIS-NN related files | +| components/nmsis/DSP | NMSIS-DSP related files | +| components/nmsis/NN | NMSIS-NN related files | | examples/dsp | dsp examples | | examples/nn | nn examples | | examples/mfcc | mfcc compile examples | @@ -46,6 +46,6 @@ User can replace APP=xxx to change build target. ## License -This NMSIS is modified based on open-source project CMSIS to match Boufflao Lab requirements. +This NMSIS is modified based on open-source project [Nuclei NMSIS](https://github.com/Nuclei-Software/NMSIS) to match Boufflao Lab requirements. This project transplant NMSIS into bl_mcu_sdk structure for Bouffalo Lab Device Adapting. NMSIS is licensed under Apache-2.0.