All Projects → EEESlab → CMSIS_NN-INTQ

EEESlab / CMSIS_NN-INTQ

Licence: Apache-2.0 license
INT-Q Extension of the CMSIS-NN library for ARM Cortex-M target

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to CMSIS NN-INTQ

training-mixed-precision-quantized-networks
This repository containts the pytorch scripts to train mixed-precision networks for microcontroller deployment, based on the memory contraints of the target device.
Stars: ✭ 43 (+186.67%)
Mutual labels:  qnn, low-power-mcu
STM32 TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micr…
Stars: ✭ 27 (+80%)
Mutual labels:  stm32, stm32h7
STM32-base.github.io
Github Pages for the STM32-base project.
Stars: ✭ 27 (+80%)
Mutual labels:  stm32, stm32h7
dap42-hardware
STM32F042Fx based DAP interface hardware
Stars: ✭ 17 (+13.33%)
Mutual labels:  stm32
ulisp-stm32
A version of the Lisp programming language for STM32-based boards
Stars: ✭ 22 (+46.67%)
Mutual labels:  stm32
stm32 MacOS
 Simple Yet Powerful SDK for stm32f1 💻
Stars: ✭ 57 (+280%)
Mutual labels:  stm32
STM32F103 MSD BOOTLOADER
STM32F103 Mass Storage Device Bootloader
Stars: ✭ 23 (+53.33%)
Mutual labels:  stm32
open-watch
An open-source handmade smartwatch. All of the codes, PCBs and schematics are available. ⌚
Stars: ✭ 35 (+133.33%)
Mutual labels:  stm32
CML
Fast, safe and easy to use Cortex-M HAL Library, written in C++ 17
Stars: ✭ 17 (+13.33%)
Mutual labels:  stm32
OpenOCD
STMicroelectronics customized version of OpenOCD supporting STM32 MCUs and MPUs
Stars: ✭ 34 (+126.67%)
Mutual labels:  stm32
POST S76G
Power-on Self Test for TTGO T-Motion LoRaWAN GNSS tracker and T-Impulse wristband
Stars: ✭ 16 (+6.67%)
Mutual labels:  stm32
STM32F10x Servo Library
Servo library with stm developed by the Liek Software Team. We are working on new versions.
Stars: ✭ 14 (-6.67%)
Mutual labels:  stm32
midi-grid
DIY midi controller project
Stars: ✭ 60 (+300%)
Mutual labels:  stm32
SCF4-SDK
Motorized zoom lens controller Kurokesu SCF4 module featuring STM32 controller and Onsemi LC898201 driver control software
Stars: ✭ 14 (-6.67%)
Mutual labels:  stm32
FT800-FT813
Multi-Platform C code Library for EVE graphics controllers from FTDI / Bridgetek (FT810, FT811, FT812, FT813, BT815, BT816, BT817, BT818)
Stars: ✭ 80 (+433.33%)
Mutual labels:  stm32
stm32f7xx-hal
A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Stars: ✭ 71 (+373.33%)
Mutual labels:  stm32
STMQRCode
QR code generator for STM32F407
Stars: ✭ 23 (+53.33%)
Mutual labels:  stm32
stm32 tiny monitor
A tiny external monitor for PC using STM32 and ST7789. Connects to PC over USB and displays the captured screen on ST7789 (240x240) display.
Stars: ✭ 61 (+306.67%)
Mutual labels:  stm32
STM32 Base Project
STM32 Base project with a lot of stuff
Stars: ✭ 58 (+286.67%)
Mutual labels:  stm32
hftrx
Embedded firmware for ham radio transceivers
Stars: ✭ 27 (+80%)
Mutual labels:  stm32

CMSIS Version 5

The branch master of this GitHub repository contains the CMSIS Version 5.4.0. The documentation is available under http://arm-software.github.io/CMSIS_5/General/html/index.html

Use Issues to provide feedback and report problems for CMSIS Version 5.

Note: The branch develop of this GitHub repository reflects our current state of development and is constantly updated. It gives our users and partners contiguous access to the CMSIS development. It allows you to review the work and provide feedback or create pull requests for contributions.

A pre-built documentation is updated from time to time, but may be also generated using the instructions under Generate CMSIS Pack for Release.

Implemented Enhancements

  • CMSIS-Core-A, RTX5: implementation for Cortex-A5/A7/A9
  • Support for Armv8-M Architecture (Mainline and Baseline) as well as devices Cortex-M23 and Cortex-M33
  • CMSIS-RTOS2: RTX 5 is now available for IAR, GCC, Arm Compiler 5, Arm Compiler 6
  • CMSIS-RTOS2: FreeRTOS adoption (release) is available https://github.com/ARM-software/CMSIS-FreeRTOS
  • CMSIS-NN: Bare metal Neural Network function library.
  • CMSIS-DAP v2: with WinUSB for faster communication and separate pipe for SWO support
  • Config Wizard extension: access enum’s for configuration information

Further Planned Enhancements

  • CMSIS-Zone: management of complex system
  • CMSIS-Pack:
    • System Description SDF Format: describe more complex debug topologies than with a Debug Description in a tool agnostic way
    • Github based workflow: allows to develop software packs using github infra-structure
    • Flash algorithm via debugger: Some TurstZone enable devices cannot execute RAM. Commands that allow flash programming will be added to Debug Description.
    • CPDSC project file format: allows project templates that are agnostic of an IDE
    • Minimize need for IDE specific settings: CMSIS-Pack supports IDE specific parameters. Analyze and minimize

For further details see also the Slides of the Embedded World CMSIS Partner Meeting.

Directory Structure

Directory Content
CMSIS/Core CMSIS-Core related files (for release)
CMSIS/DAP CMSIS-DAP related files and examples
CMSIS/Driver CMSIS-Driver API headers and template files
CMSIS/DSP CMSIS-DSP related files
CMSIS/NN CMSIS-NN related files
CMSIS/RTOS RTOS v1 related files (for Cortex-M)
CMSIS/RTOS2 RTOS v2 related files (for Cortex-M & Armv8-M)
CMSIS/Pack CMSIS-Pack examples and tutorials
CMSIS/DoxyGen Source of the documentation
CMSIS/Utilities Utility programs

Generate CMSIS Pack for Release

This GitHub development repository contains already pre-built libraries of various software components (DSP, RTOS, RTOS2). These libraries are validated for release.

To build a complete CMSIS pack for installation the following additional tools are required:

  • doxygen.exe Version: 1.8.6 (Documentation Generator)
  • mscgen.exe Version: 0.20 (Message Sequence Chart Converter)
  • 7z.exe (7-Zip) Version: 16.02 (File Archiver)

Using these tools, you can generate on a Windows PC:

  • CMSIS Software Pack using the batch file gen_pack.bat (located in ./CMSIS/Utilities). This batch file also generates the documentation.

  • CMSIS Documentation using the batch file genDoc.bat (located in ./CMSIS/Doxygen).

The file ./CMSIS/DoxyGen/How2Doc.txt describes the rules for creating API documentation.

License

Arm CMSIS 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:

  • 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 CMSIS. It might by implemented outside of CMSIS. 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].