embedded_zig
embedded_zig copied to clipboard
minimal Zig embedded ARM example (STM32F103 blue pill)
Results
2
embedded_zig issues
Sort by
recently updated
recently updated
newest added
This PR is based on: https://github.com/tralamazza/embedded_zig/pull/2
Update casting to use `@as` builtin instead of calling type as a function as per Also removed a few places where casting wasn't needed as both the literal value and...