#
cortex-m
Here are 334 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
Apr 8, 2022 - TypeScript
Open source ARM Cortex-M microcontroller library
-
Updated
Apr 7, 2022 - C
TinyML AI inference library
iot
machine-learning
microcontroller
embedded
deep-learning
cortex-m
tensorflow
mbed
iot-middleware
edge-computing
-
Updated
Feb 10, 2022 - C++
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
-
Updated
Apr 7, 2022 - 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
Apr 1, 2022 - Python
An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
-
Updated
Jan 1, 2020 - C
modm: a C++20 library generator for AVR and ARM Cortex-M devices
avr
microcontroller
embedded
generator
microcontrollers
cortex-m
cpp
data-driven
stm32
hal
drivers
eurobot
modm
-
Updated
Apr 5, 2022 - C++
Low level access to Cortex-M processors
-
Updated
Apr 4, 2022 - Rust
Template to develop bare metal applications for Cortex-M microcontrollers
-
Updated
Aug 25, 2021 - Rust
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
Apr 1, 2022 - TypeScript
Generate Rust register maps (`struct`s) from SVD files
-
Updated
Apr 5, 2022 - Rust
The smallest public printf implementation for its feature set.
c
iot
embedded
cortex-m
cpp
firmware
text
format
printf
embedded-systems
libc
no-dependencies
embedded-c
snprintf
tinyprintf
vsnprintf
mpaland
-
Updated
Mar 27, 2022 - C++
object-oriented C++ RTOS for microcontrollers
arm
library
real-time
framework
microcontroller
embedded
microcontrollers
cortex-m
cpp
cpp11
operating-system
arm-microcontrollers
rtos
-
Updated
Apr 7, 2022 - 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
Mar 31, 2022 - Forth
Open
Add nRF52 example
vpetrigo
opened
Mar 12, 2019
Open
Add STM32 example
2
A C++, compile-time, reactive RTOS for the Stack Resource Policy based Real-Time For the Masses kernel
-
Updated
Sep 7, 2018 - C++
DEPRECATED, use our successor library https://modm.io instead
-
Updated
Jan 3, 2019 - C
virtual debug pod for RP2040 "Raspberry Pi Pico" with no added hardware
-
Updated
Mar 21, 2022 - 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++
A dedicated performance counter for Cortex-M systick. It shares the SysTick with users' original SysTick function without interfere it. This library will bring new functionalities, such as performance counter, delay_us and clock() service defined in time.h
-
Updated
Mar 22, 2022 - C
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.