Matt Knight

Results 30 issues of Matt Knight

Thought it might be interesting to try to suss out what files typically include other files in different libc's by outputting it to dot and having graphviz visualize it for...

Do you also want me to add this to [astrolabe.pm](https://astrolabe.pm) under the username alexnask?

do you want me to add this to astrolabe too?

STM32F103 sad file did not define which cortex-m core it had so it wasn't able to output a vector table. The resulting code causes a compiler error where it should...

This work requires upstreaming to https://github.com/ziglang/zig As a repro compile this program with the following build command: ```zig export fn foo(a: i32, b: i32) i32 { return a * b;...

bug

Hey, just a heads up that test_cases.csv is hashing the input as a string and not as a binary. Is this intended? From my perspective, it looks like the input...

This patch adds an `addAllTo()` function under the `pkgs` namespace, this is so that package maintainers can more easily use both gyro and zigmod. It only adds zig packages to...

Right now in [raspberrypi-rp2040](https://github.com/ZigEmbeddedGroup/raspberrypi-rp2040) we've had to hardcode the linker script to allow a boot2 section, time_critical section, and have all of sram executable so that _some_ of it may...

For ATmega3208, there are instances of registers with duplicated names. This is because the same register has different fields for different modes. Instead of representing this as variants of a...

bug