You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I was doing to test my changes, is to basically override MMIO32() macro, changing it to a function call, which and then verifying that the correct registers are accessed and correct values are set.
However, because I'm running the code on my machine (not the MCU), I find it much easier to implement this in C++, with all the standard library goodness.
I'll try to prepare a quick proof of concept, let me know what you think.
Buildup a testing framework ASAP.
The text was updated successfully, but these errors were encountered: