Liam Powell

Results 9 issues of Liam Powell

Replacing this mode with a cc-mode derived mode would provide better integration with other emacs packages for c-like languages and allow users cc-mode configuration to work in zig-mode.

As per the C standard an enum is only guaranteed to be able to store values that can also be stored by int and int has a minimum size of...

These changes allow xc8 to compile CANopenNode. Perhaps not suitable to be merged but helpful for anyone that comes looking.

Create CO_process_initCallbackPre(). This function calls initCallbackPre functions for all functions called by CO_process() where they have been enabled. This simplifies application development where the user does not wish to call...

This PR adds initial support for using memory-mapped IO on Raspberry Pi SBCs rather than relying on syscalls, as well as cntvct_el0 as a timer source and CPU pinning. On...

reviewer needed

Previously 1.023 would be parsed as 1.23. I have only tested this change on the Alire version, but it does not look like it should conflict with anything added since...

In glibc 2.42 the termios speed functions changed to take baud rates directly as parameters (https://github.com/bminor/glibc/commit/5cf101a85aae0d703cdd8ed7b25fe288e41fdacb). The builds here still contain the old baud rate definitions in `lib/gcc/x86_64-pc-linux-gnu/15.2.0/adainclude/s-oscons.ads` but there...