WRansohoff
WRansohoff
ESP32_minimal
Minimal code for a 'bare metal' ESP32 program which does not use ESP-IDF. Really just a learning exercise because the ESP-IDF is Apache-licensed and quite good; I just had trouble finding lower-level...
GD32VF103_templates
A few minimal bare-metal "hello, world" programs to help learn about the GD32VF103 RISC-V microcontroller without relying on a particular framework.
STM32F0_minimal_C
Minimal code required to boot an STM32F0 chip into a C 'main' method.
STM32_CPP_Inheritance
Example firmware to run an SSD1306 display as a demonstration of C++ inheritance in an embedded application on an STM32 ARM Cortex-M chip.
game_and_watch_fun
Repository containing code to run on a Nintendo Game and Watch.
KiCAD_STM32_Example
Example project containing a KiCAD project for a basic STM32 breakout board.
min_freertos_blink
An example FreeRTOS project for STM32 microcontrollers. I'm hoping this can be a simple starting point for learning about using a realtime operating system.
STM32F723E_QSPI_Example
Example program demonstrating how to access Quad-SPI Flash chips using an STM32F723E Discovery Kit.