Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test framework #6

Open
brabo opened this issue Jun 28, 2016 · 1 comment
Open

Test framework #6

brabo opened this issue Jun 28, 2016 · 1 comment

Comments

@brabo
Copy link
Member

brabo commented Jun 28, 2016

Buildup a testing framework ASAP.

kuldeepdhaka pushed a commit to kuldeepdhaka/unicore-mx that referenced this issue Oct 13, 2016
@maksymko
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants