-
Updated
Sep 18, 2020 - C
#
microcontroller
Here are 1,328 public repositories matching this topic...
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
-
Updated
Sep 17, 2020 - C++
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
iot
arduino
esp8266
avr
unit-testing
arm
microcontroller
embedded
fpga
esp32
ide
mbed
platformio
debug
freertos
verilog
cmsis
risc-v
stm32cube
zephyr-rtos
-
Updated
Sep 17, 2020 - Python
Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
-
Updated
Sep 17, 2020 - C
cvinayak
commented
Sep 2, 2020
Is your enhancement proposal related to a problem? Please describe.
Refer to zephyrproject-rtos/zephyr#27357 (comment)
and
zephyrproject-rtos/zephyr#27357 (comment)
Describe the solution you'd like
- Use sys_get_le24() to pass crc_init value
- Define CRC polynomial and use the define instead of magic numbers.
ppannuto
commented
May 19, 2020
Resurrecting the second bullet from #1334
- Figure out how to fix favicon / logo more generally (here's a start https://github.com/tock/tock/tree/doc-updates)
U8glib library for monochrome displays, version 2
-
Updated
Aug 30, 2020 - C
A little fail-safe filesystem designed for microcontrollers
-
Updated
Sep 17, 2020 - C
tannewt
commented
Sep 14, 2020
TinyML AI inference library
iot
machine-learning
microcontroller
embedded
deep-learning
cortex-m
tensorflow
mbed
iot-middleware
edge-computing
-
Updated
Sep 15, 2020 - C++
Sming - Open Source framework for high efficiency native ESP8266 development
iot
c-plus-plus
arduino
esp8266
microcontroller
embedded
async
wifi
internet-of-things
ssl-support
espressif
iot-framework
sming
rboot
-
Updated
Sep 14, 2020 - C++
Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
-
Updated
Sep 16, 2020 - C++
Ferret is a free software lisp implementation for real time embedded control systems.
-
Updated
May 4, 2020 - Makefile
A free video streaming service that runs on a ESP32
-
Updated
Aug 8, 2020 - C
A curated list of awesome embedded programming.
raspberry-pi
machine-learning
awesome
microcontroller
embedded
ai
stm32
freertos
msp430
tiva-c-series
beaglebone
bootloader
operating-systems
rtos
autosar
linux-programming
tm4c123
embedded-gui
embedded-ai
-
Updated
Sep 14, 2020
PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
-
Updated
Sep 16, 2020 - JavaScript
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
-
Updated
Sep 15, 2020 - Rust
6
anton-bondarev
commented
Mar 14, 2020
Implement some test cases for standard memset()
Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB
-
Updated
Sep 11, 2020 - C++
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
demo
flash
microcontroller
firmware
example
stm32
boot
bootloader
iap
firmware-updater
fat32
mcu
fatfs
flasher
stm32l4
sd
stm32l476
in-app-programming
microsd
stm32l496
-
Updated
Jul 22, 2020 - C
Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
arduino
avr
microcontroller
atmel
atmega1284
atmega644
atmega324
atmega164
atmega32
atmega16
atmega8535
atmega324pb
-
Updated
Jul 18, 2020 - C++
Forth inspired programming language for the ESP8266
programming-language
raspberry-pi
esp8266
microcontroller
forth
embedded-devices
concatenative-language
-
Updated
Jun 2, 2020 - Forth
object-oriented C++ RTOS for microcontrollers
arm
library
real-time
framework
microcontroller
embedded
microcontrollers
cortex-m
cpp
cpp11
operating-system
arm-microcontrollers
rtos
-
Updated
Jul 21, 2020 - C++
modm: a C++17 library generator for AVR and ARM Cortex-M devices
-
Updated
Sep 17, 2020 - C++
Improve this page
Add a description, image, and links to the microcontroller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microcontroller topic, visit your repo's landing page and select "manage topics."
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with
time.Sleep, we need to make some per-board changes.Previously,
sleepTicks(the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup