What is currently available for embedded testing, both in the C/++ and Rust worlds? What are current industry standards surrounding this?
In the past I've seen proprietary simulators built (obviously with their own shortcomings), this would allow integration tests on simulated hardware. Are there any initiatives happening to standardize this in the Rust world?
Thanks
We built our own test framework at work, because we wanted deep ties into our entire stack.
qemu's 32-bit ARM support isn't good enough to test embedded projects successfully, in my understanding. Not enough stuff works or is accurate.