#
stm32
Here are 1,772 public repositories matching this topic...
Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
-
Updated
Sep 29, 2020 - C
Keil projects and libraries for STM32F4xx devices
-
Updated
Apr 2, 2020 - C
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
-
Updated
Sep 14, 2020 - C
3
bettio
commented
Sep 7, 2019
packBEAM should be also implemented in Erlang, so it can be integrated into existing Erlang and Elixir tooling in a easier way.
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
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
Sep 29, 2020 - C
-
Updated
Jan 28, 2018 - C
modm: a C++17 library generator for AVR and ARM Cortex-M devices
avr
microcontroller
generator
microcontrollers
cortex-m
cpp
data-driven
stm32
hal
drivers
eurobot
modm
-
Updated
Sep 29, 2020 - C++
open source bare-metal C firmware and documentation for microcontrollers
-
Updated
Sep 28, 2020 - C
nfbot
commented
Sep 25, 2020
Create a new C# class library that "taps" into the existing native methods and makes them available to managed apps.
Open-source smart watch, based on LittlevGL Embedded GUI Library
-
Updated
Jul 30, 2020 - C
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
arduino
esp8266
avr
microcontroller
programming
cpp
code
examples
electronics
esp32
stm32
atmega32
atmega8
attiny85
avr-programming
avr-gcc
avrdude
stlink
ansi-c
attiny13
-
Updated
Jan 14, 2020 - C
DEPRECATED, use our successor library https://modm.io instead
-
Updated
Jan 3, 2019 - C
Improve this page
Add a description, image, and links to the stm32 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stm32 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