Matt Knight

Results 17 comments of Matt Knight

I understand the value but the defaults are wrong. If someone just uses the default, as soon as they use more than 1024 bytes of the stack they'll just have...

I really like this idea, it's just the bare minimum functionality you need in order to do write reusable build scripts

Hey @EwanRoycroft I've got the exact same issue. I'm trying to build from source on a fresh Ubuntu 18.04 (also followed previous steps for libav) not sure how to fix...

@molecular this is from breaking api changes in ffmpeg, for example with filename, it is deprecated in favor of using "url" which is just a char* instead of a fixed...

Looking at the datasheet and the generated file, it looks like some padding is needed after `DPLLCTRLA` since it is 8 bits wide and B is 32 bits wide (looks...

you'd actually want to do something like ```zig comptime { std.debug.assert(@bitOffsetOf(@TypeOf(micro.chip.regs.OSCCTRL.DPLL[0]), "DPLLCTRLB") % 4 == 0); } ``` because that is asserting the alignment of the type, and we're interested...

This is a downside with how gyro was designed, but I'm focusing my time on other projects so this likely won't get fixed any time soon. I welcome anyone else...