All Projects → Nuclei-Software → NMSIS

Nuclei-Software / NMSIS

Licence: Apache-2.0 License
Nuclei Microcontroller Software Interface Standard Development Repo

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
assembly
5116 projects
CMake
9771 projects
Makefile
30231 projects

Projects that are alternatives of or similar to NMSIS

nuclei-sdk
Nuclei RISC-V Software Development Kit
Stars: ✭ 65 (+170.83%)
Mutual labels:  iot-platform, riscv, nuclei, risc-v
mdepx
MDEPX — A BSD-style RTOS
Stars: ✭ 17 (-29.17%)
Mutual labels:  embedded, riscv, risc-v
arm synth
Wavetable Synth Running on an STM32F 32-bit ARM Cortex M3 microprocessor
Stars: ✭ 23 (-4.17%)
Mutual labels:  embedded, dsp
KyogenRV
The Simple 5-staged pipeline RISC-V written in chisel3 for intel FPGA.
Stars: ✭ 37 (+54.17%)
Mutual labels:  riscv, risc-v
bx-docker
Tutorial on how to build Docker Images for the IAR Build Tools on Linux hosts. The IAR Build Tools on Linux are available for Arm, RISC-V and Renesas (RH850, RL78 and RX).
Stars: ✭ 28 (+16.67%)
Mutual labels:  riscv, risc-v
yarvi
Yet Another RISC-V Implementation
Stars: ✭ 59 (+145.83%)
Mutual labels:  riscv, risc-v
ravel
A RISC-V simulator
Stars: ✭ 24 (+0%)
Mutual labels:  riscv, risc-v
bx-github-ci
This tutorial provides one example on how a CI (Continuous Integration) workflow with the IAR Build Tools for Linux can be set up on GitHub. The IAR Build Tools on Linux are available for Arm, RISC-V and Renesas (RH850, RL78 and RX).
Stars: ✭ 20 (-16.67%)
Mutual labels:  embedded, risc-v
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+183.33%)
Mutual labels:  iot-platform, aiot
arv
ARV: Asynchronous RISC-V Go High-level Functional Model
Stars: ✭ 18 (-25%)
Mutual labels:  riscv, risc-v
signalo
A DSP toolbox with focus on embedded environments written in Rust.
Stars: ✭ 71 (+195.83%)
Mutual labels:  embedded, dsp
yatcpu
Yet another toy CPU.
Stars: ✭ 42 (+75%)
Mutual labels:  riscv, risc-v
Zelda.RISCV.Emulator
A System Level RISCV32 Emulator Over x86_64: capable of booting RISCV Linux
Stars: ✭ 18 (-25%)
Mutual labels:  riscv, risc-v
sedna
Sedna - a pure Java RISC-V emulator.
Stars: ✭ 52 (+116.67%)
Mutual labels:  riscv, risc-v
novusk
A kernel written in Rust
Stars: ✭ 61 (+154.17%)
Mutual labels:  riscv, embedded-software
riscv em
Simple risc-v emulator, able to run linux, written in C.
Stars: ✭ 51 (+112.5%)
Mutual labels:  riscv, risc-v
platform-shakti
Shakti: development platform for PlatformIO
Stars: ✭ 26 (+8.33%)
Mutual labels:  riscv, risc-v
riscv-meta
RISC-V Instruction Set Metadata
Stars: ✭ 33 (+37.5%)
Mutual labels:  riscv, risc-v
rv32emu
RISC-V RV32I[MAC] emulator with ELF support
Stars: ✭ 61 (+154.17%)
Mutual labels:  riscv, risc-v
rustsbi-qemu
QEMU platform SBI support implementation, using RustSBI
Stars: ✭ 39 (+62.5%)
Mutual labels:  embedded, risc-v

Nuclei Microcontroller Software Interface Standard

Documentation

The Nuclei Microcontroller Software Interface Standard(NMSIS) is a vendor-independent hardware abstraction layer for micro-controllers that are based on Nuclei processors.

The NMSIS defines generic tool interfaces and enables consistent device support. It provides simple software interfaces to the processor and the peripherals, simplifying software re-use, reducing the learning curve for micro-controller developers, and reducing the time to market for new devices.

NMSIS Componments

  • NMSIS CORE

    All Nuclei N/NX Class Processors Standardized API for the Nuclei processor core and peripherals.

  • NMSIS DSP

    All Nuclei N/NX Class Processors DSP library collection with a lot of functions for various data types: fixed-point (fractional q7, q15, q31) and single precision floating-point (32-bit). Implementations optimized for the Nuclei processor core which has RISC-V SIMD instruction set.

  • NMSIS NN

    All Nuclei N/NX Class Processors Collection of efficient neural network kernels developed to maximize the performance and minimize the memory footprint Nuclei processor core.

Directory Structure

Directory Content
NMSIS/Core NMSIS-Core related files
NMSIS/DSP NMSIS-DSP related files
NMSIS/NN NMSIS-NN related files
NMSIS/doc Source of the documentation
Device/_Template_Vendor Vendor device template files
Device/Nuclei Nuclei N and Nuclei NX Class based device examples

Documentation

If you want to learn more about this project, please visit this NMSIS documentation.

License

This NMSIS is modified based on open-source project CMSIS to match Nuclei requirements. NMSIS is licensed under Apache-2.0.

Contributions and Pull Requests

Contributions are accepted under Apache-2.0. Only submit contributions where you have authored all of the code.

Issues and Labels

Please feel free to raise an issue on GitHub to report misbehavior (i.e. bugs) or start discussions about enhancements. This is your best way to interact directly with the maintenance team and the community. We encourage you to append implementation suggestions as this helps to decrease the workload of the very limited maintenance team.

We will be monitoring and responding to issues as best we can. Please attempt to avoid filing duplicates of open or closed items when possible. In the spirit of openness we will be tagging issues with the following:

  • CORE – We consider this issue to be related with NMSIS-Core topic.

  • Template – We consider this issue to be related with NMSIS-Core Device Templates topic.

  • DSP – We consider this issue to be related with NMSIS-DSP topic.

  • NN – We consider this issue to be related with NMSIS-NN topic.

  • bug – We consider this issue to be a bug that will be investigated.

  • wontfix - We appreciate this issue but decided not to change the current behavior.

  • enhancement – Denotes something that will be implemented soon.

  • future - Denotes something not yet schedule for implementation.

  • out-of-scope - We consider this issue loosely related to NMSIS. It might by implemented outside of NMSIS. Let us know about your work.

  • question – We have further questions to this issue. Please review and provide feedback.

  • documentation - This issue is a documentation flaw that will be improved in future.

  • review - This issue is under review. Please be patient.

  • DONE - We consider this issue as resolved - please review and close it. In case of no further activity this issues will be closed after a week.

  • duplicate - This issue is already addressed elsewhere, see comment with provided references.

  • Important Information - We provide essential informations regarding planned or resolved major enhancements.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].