#
cortex-m
Here are 283 public repositories matching this topic...
On-device wake word detection powered by deep learning.
nodejs
javascript
android
python
java
swift
raspberry-pi
iot
ios
deep-learning
cortex-m
voice-commands
webassembly
voice-control
hotword-detection
keyword-spotting
wake-word-detection
wakeword
hotword
trigger-word-detection
-
Updated
Aug 20, 2021 - JavaScript
Open source ARM Cortex-M microcontroller library
-
Updated
Aug 17, 2021 - C
TinyML AI inference library
iot
machine-learning
microcontroller
embedded
deep-learning
cortex-m
tensorflow
mbed
iot-middleware
edge-computing
-
Updated
Jun 19, 2021 - C++
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
-
Updated
Aug 20, 2021 - Rust
Open source Python library for programming and debugging Arm Cortex-M microcontrollers
python
arm
microcontroller
embedded
cortex-m
jlink
debug
mcu
stlink
gdb-server
cmsis-dap
pyocd
cortex-debug
-
Updated
Aug 22, 2021 - Python
An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
-
Updated
Jan 1, 2020 - C
On-device speech-to-intent engine powered by deep learning
nodejs
javascript
android
python
raspberry-pi
iot
ios
deep-learning
cortex-m
voice-commands
voice-recognition
speech-recognition
speech-to-text
voice-control
cortex-a
natural-language-understanding
voice-as-an-interface
intent-engine
intent-inference
-
Updated
Aug 16, 2021 - JavaScript
modm: a C++20 library generator for AVR and ARM Cortex-M devices
avr
microcontroller
generator
microcontrollers
cortex-m
cpp
data-driven
stm32
hal
drivers
eurobot
modm
-
Updated
Aug 23, 2021 - C++
Low level access to Cortex-M processors
-
Updated
Aug 14, 2021 - Rust
Template to develop bare metal applications for Cortex-M microcontrollers
-
Updated
Jun 22, 2021 - Rust
Generate Rust register maps (`struct`s) from SVD files
-
Updated
Aug 20, 2021 - Rust
object-oriented C++ RTOS for microcontrollers
arm
library
real-time
framework
microcontroller
embedded
microcontrollers
cortex-m
cpp
cpp11
operating-system
arm-microcontrollers
rtos
-
Updated
Jun 10, 2021 - C++
Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
linux
programming-language
avr
arm
interpreter
cortex-m
compiler
self-hosted
riscv
forth
x86
msp430
pdp11
metacompiler
m68k
asmjs
6502
risc-v
8051
-
Updated
Dec 11, 2020 - Forth
A tiny embeddable printf replacement written in C99.
-
Updated
May 29, 2021 - C++
DEPRECATED, use our successor library https://modm.io instead
-
Updated
Jan 3, 2019 - C
Open
Add nRF52 example
vpetrigo
opened
Mar 12, 2019
A C++, compile-time, reactive RTOS for the Stack Resource Policy based Real-Time For the Masses kernel
-
Updated
Sep 7, 2018 - C++
IDE for C embedded development centered on bare-metal ARM systems
c-plus-plus
qt
embedded
cortex-m
integrated-development-environment
makefile
gcc
ide
clang
qt5
embedded-systems
-
Updated
Jun 24, 2020 - C++
Free real-time operating system (RTOS) for microcontrollers with advanced c++ wrapper and support for std::thread
iot
arm
real-time
microcontroller
embedded
kernel
cortex-m
operating-system
nasa-api
rtos
cooperative
preemptive
cmsis-os
stdc
stm8
std-thread
cmsis-rtos
cmsis-os2
thread-local-storage
stateos
-
Updated
Jun 9, 2021 - C++
VGA-style video output for STM32F4 processors, in Rust
-
Updated
May 27, 2021 - Rust
jaromil
commented
Aug 27, 2019
Reference implementation in milagro-c
apache/incubator-milagro-crypto-c#47
For readability and maintenance the new BLS implementation can be made in Lua script with a very small computational overhead in Zenroom.
Implementaiton: src/bls192.c.in
Example usage: examples/example_bls_sss_ZZZ.c.in
Improve this page
Add a description, image, and links to the cortex-m topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cortex-m topic, visit your repo's landing page and select "manage topics."
set_mode_X()
HIL functions need to support returning an error if hardware does not support that mode or if the implementation cannot put the hardware in to that mode at that time. See for an example where panic is used instead of returning an error https://github.com/tock/tock/pull/2629/files.