Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/recursiveerror/zig-baremetal

a small Zig test on baremetal with STM32F103
https://github.com/recursiveerror/zig-baremetal

bare-metal stm32 stm32f103 zig

Last synced: about 1 month ago
JSON representation

a small Zig test on baremetal with STM32F103

Awesome Lists containing this project

README

        

# Zig baremetal

this is an example of Zig-baremetal for STM32F103

[linkerscript source](https://github.com/haydenridd/stm32-baremetal-zig/tree/main)

bootloader: a simple bootloader that just configures the VTOR and jumps to the application.

app: a basic example of blinky using systick.