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

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: 6 months 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.

app2: example with UART and WiFi connection with ESPAT (compile in release mode)