WRansohoff

Results 9 repositories owned by WRansohoff

ESP32_minimal

42
Stars
8
Forks
Watchers

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

29
Stars
2
Forks
Watchers

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

37
Stars
2
Forks
Watchers

Absolute minimum code required to boot an STM32F0 chip.

STM32F0_minimal_C

29
Stars
2
Forks
Watchers

Minimal code required to boot an STM32F0 chip into a C 'main' method.

STM32_CPP_Inheritance

19
Stars
2
Forks
Watchers

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

17
Stars
2
Forks
Watchers

Repository containing code to run on a Nintendo Game and Watch.

KiCAD_STM32_Example

16
Stars
3
Forks
Watchers

Example project containing a KiCAD project for a basic STM32 breakout board.

min_freertos_blink

15
Stars
1
Forks
Watchers

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

15
Stars
5
Forks
Watchers

Example program demonstrating how to access Quad-SPI Flash chips using an STM32F723E Discovery Kit.