Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
a small Zig test on baremetal with STM32F103
- Host: GitHub
- URL: https://github.com/recursiveerror/zig-baremetal
- Owner: RecursiveError
- Created: 2025-01-09T18:45:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-09T19:02:22.000Z (about 1 month ago)
- Last Synced: 2025-01-09T20:18:35.059Z (about 1 month ago)
- Topics: bare-metal, stm32, stm32f103, zig
- Language: Zig
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.