]>
description | Tinkering with Zig on an STM32 microcontroller |
owner | Clyne Sullivan |
last change | Sun, 6 Oct 2024 20:27:38 +0000 (16:27 -0400) |
This is a "bare-metal" Zig project for the NUCLEO-L476RG development board that I'm using to both build up some Zig skills and to tinker with embedded HAL/OS design.
Run zig build
to create an ELF file at zig-out/bin/stm32
. The upload.sh
script creates a hex version of the binary and tries to upload it via OpenOCD.
interrupt.zig
)10 months ago | main | shortlog | log | tree |