Results 94 comments of rmsyn

Right, I think the PAC I wrote (generated?) is causing the binary size to blow up. I had to resort to building a custom SVD based on the DTS and...

@9names Yes! This is exactly it, tried the `lto = true` profile option, and instantly dropped the binary size significantly. I'll also add the other options you listed to drop...

@Yatekii @9names looks like the DTM version is `0.13` for the `U74` in `JH7110` SoCs. I'm going to start working on generalizing the DTM support module so that it's possible...

> Some RTL generators like LiteX can output suitable metadata automatically, but if you don't already have that you'll probably have to write something to parse that specific chip's RTL...

Ping @bbqsrc, is this repository still maintained?

> Not sure why this bumps the MSRV? >> MSRV bump to fix MacOS CI builds The MacOS CI builds fail without it. You can confirm the build failure by...

> just because macOS is broken in some way or another doesn't imply that should require an MSRV bump for all machines. OK, if macOS is not a supported platform,...

> Given the crate seems unmaintained I'm not sure it matters Right, I had to fork it for another project I was working on, and the stuff in this crate...

FWIW Rust 1.55 is also nearly two years old itself, much less the current MSRV.