crockeo / fightstick

Custom fightstick firmware written in Rust for the SparkFun Pro Micro.
MIT License
0 stars 0 forks source link

see if i can integrate µnit into C implementation #5

Open crockeo opened 1 year ago

crockeo commented 1 year ago

https://nemequ.github.io/munit/#getting-started

i want to use this for some of the more complicated stuff (like write_descriptors) to make sure that everything works as expected

might be something good to do with https://github.com/buserror/simavr? i wonder if i can run AVR on this and then bail when assertions fail...

crockeo commented 1 year ago

another part of this is splitting the app into two main chunks:

the library can be µnit tested while the application can't