mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-08 13:58:35 +00:00
[doc] update nn and dsp readme
This commit is contained in:
parent
2bdacbc638
commit
89c4df772e
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue