Ido Yariv

Results 6 comments of Ido Yariv

This indeed seems to solve this, thanks! Any reason this shouldn't be true by default?

@radare Sorry for the delayed response. Running the original example still seems a tad weird: ``` ╒ (fcn) sym.foo 7 │ sym.foo (); │ ; CALL XREF from 0x08048301 (sym.main)...

@manxorist Could you please run this with `QualifierAlignment` set to `Leave` instead of `Custom` and remove `QualifierOrder` in your .clang-format?

Some related open issues: - https://github.com/zellij-org/zellij/issues/357 - https://github.com/zellij-org/zellij/issues/1951 - https://github.com/zellij-org/zellij/issues/2626

FWIW, the LPC55S69-EVK development board from NXP which has two Cortex-M33 cores is now shipping as well. Things appear to work well including basic peripheral functionality, and only required a...

Thanks @hug-dev, missed those cortex-m-rt PRs, guess I don't need to push my version :)