mcu-starter-projects
Microcontroller projects
A collection of simple projects and codebases for developing bare-metal microcontroller applications
Simple starter projects for bare-metal MCU development
313 stars
22 watching
41 forks
Language: C
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
djdevon3/my_circuit_python_projects | A collection of Python projects utilizing the Circuit Python language on various microcontrollers. | 14 |
arduino/arduinocore-avr | Provides the core software components and configuration files for a specific type of microcontroller board platform. | 1,244 |
trebisky/stm32f103 | A collection of examples and exercises in bare metal programming for an ARM microcontroller | 101 |
rsta2/pico | A collection of small programs for the Raspberry Pi Pico microcontroller | 46 |
ataradov/breakout-boards | A collection of breakout boards designed for easy development and debugging of microcontrollers | 11 |
labapart/polymcu | An open framework for developing software on microcontrollers | 202 |
nu-ce346/nu-microbit-base | A starter code for teaching the Northwestern Micro:bit v2 course CE346, providing applications and board initialization for a microcontroller development project. | 3 |
ve3wwg/stm32f103c8t6 | Provides a development environment for working with the STM32F103 microcontroller | 327 |
konstantinchizhov/avrprojects | A collection of projects and experimental code for Atmel's AVR microcontrollers using the C programming language. | 41 |
mcu-tools/mcuboot | A secure bootloader for 32-bit microcontrollers. | 1,341 |
stmicroelectronics/stm32cubef4 | An embedded software platform providing middleware libraries and projects for various STM32 boards | 898 |
thundermat/introduction-to-mcu-programming-for-power-electronics-control-applications | Provides MATLAB/Simulink source codes to reproduce experiments from a book on microcontroller programming for power electronics control applications. | 70 |
ckormanyos/real-time-cpp | A companion code repository for the book Real-Time C++ providing reference application code and examples for efficient object-oriented and template microcontroller programming. | 606 |
wangyeee/stm32f4-freertos | A demo project of FreeRTOS on an ARM microcontroller board | 154 |
stevesek/raspberry-pi-pico-micropython-ethernet | An implementation of MicroPython with Ethernet capabilities using the RP2040 microcontroller and WIZnet chip | 11 |