Jernej Pangerc

Results 11 issues of Jernej Pangerc

I noticed that schematic / gerber files are not included into github repository. Is there a reason for that?

Pull request for issue #18. CAD file had recess. Exported STL from CAD to replace bad STL file. Old STL doesn't have recess for screws, but has recess on top...

Pull request for issue #19. Exported spool holder from CAD to STL file. Put it into Tools folder.

Other STM32Cube packages have all caps. Changed for better compatibility between different STM32 devices using HAL.

Other STM32Cube packages have all caps. Changed for better compatibility between different STM32 devices using HAL.

Other STM32Cube packages have all caps. Changed for better compatibility between different STM32 devices using HAL.

build.zig file needs updating. It no longer works on 0.11 version. I would do this, but I don't know how build system works, sorry 😢.

I have noticed that for loop syntax is not up to date with the latest zig. Previous syntax for index of for loop elements: `for (items) |item, index|` New syntax...

If I clone the repository and run `zig build`, zig-out folder isn't generated. Only zig-cache is. Tried with this compiler **zig-linux-x86_64-0.11.0-dev.2317+46b2f1f70**. I would expect for test programs to compile.

Leave 0x2FC - 0x2FF alone, since it stores values for code read protection. We don't want to lock flash permanently. According to user manual, 0x2FC is reserved for CRP mechanism....

reviewer needed