Jonathan Sönnerup
Jonathan Sönnerup
According to the overview, I have a lot of Obj-C changes, however I do not have repos using obj-c. OTOH, I have a lot of Lua scripts, VHDL files, and...
### Zig Version 0.12.0-dev.3630+215de3ee6 ### Steps to Reproduce and Observed Behavior Trying to build a static lib for an AVR MCU, Atmega328p specifically. The following code ``` const std =...
Is there a way to manually trigger the garbage collector, in order to make sure that deleted files are actually removed from disk? When I tried calling the gc manually...
I have a project with an STM32F7 with a large internal flash. The flash sectors are 32 kiB each, and I can only use 2 sectors in total. - Is...