stmicro-stm32 icon indicating copy to clipboard operation
stmicro-stm32 copied to clipboard

HAL for stm32 (STMicro) devices

Results 6 stmicro-stm32 issues
Sort by recently updated
recently updated
newest added

See the commit texts for details. Things I'd like to look at in the future: - Splitting up the one big file into separate files. - Looking at the other...

As discussed on Discord with @mattnite, working around (suspected) Zig 0.11.0 bug https://github.com/ziglang/zig/issues/17882 in stmicro-stm32. (Issue #32 created to revert this in the next Zig release that fixes this.)

Revert the #31 workaround for https://github.com/ziglang/zig/issues/17882, once we switch to Zig 0.12.0 (or 0.11.1), assuming that newer version fixes the issue.

This PR updates microzig as well as reg files to the newest versions that can be found on https://www.st.com/content/st_com/en/search.html#q=svd-t=resources-page=1 The reg files were generated with the latest version of regz.

Think there might be an issue with the creation of the linker files, I think the \\ *(.rodata*) should be moved from the .data section to the .text section below...