Chip Collier

Results 86 comments of Chip Collier

+1 Since there doesn't seem to be an official plugin in maven yet it would be great if you could keep this current for a bit.

Whatever makes it easier to find all the fixups people are using successfully would make adoption much easier. It is annoying to even suggest it, but in a lot of...

Ah OK, so the SVD needs to be edited in this case? The biggest offender is this pattern: ```xml LK2 Lock 29 2 read-write ENTIRE Both words can be written...

Thanks for explaining. I think it's worth closing this issue, unless there is a reason to discuss a way for svd2rust to catch these cases and report warnings?

The Houdini Engine integrations for Unity and Unreal are developed and maintained by Side Effects themselves and not by Epic or Unity (at least, this was the case a year...

@bfrog It's not impossible but in practice it was a bit of a challenge and a little time consuming. I'm definitely open to make it a feature gated build step...

I understand. I initiated similar stuff for sqlite and lmdb crates a while back. For eCAL that is easy to achieve when you're building for the host platform. When cross...

Is there another common library used for testing baremetal toolchains? I haven't tried zlib yet, but Aurix (tricore) is an embedded platform and I don't know if zlib is expected...

Alrighty, I'm able to build zlib using one of the tricore archs: Profile used: ``` [settings] os=baremetal arch=tc162 compiler=gcc compiler.version=11 compiler.cppstd=20 compiler.libcxx=libstdc++11 [options] # shared=True option only for zlib package...

> Do you have some way to validate the resulting binary with some tool to check that it actually belongs to that architecture I was just wondering about that. I'll...