Closed rawsample closed 4 years ago
This PR looks great, thanks @rawsample! I especially enjoy the presence of testcases and some documentation. That being said, would you mind integrating the following improvements? Afterwards, there shouldn't be any roadblocks for a merge. :)
1) modify avatar2's .travis.yml
, so that test_inceptionprotocol.py
is executed by our CI (and succeeds)
2) Extend the documentation of the InceptionTarget
class, briefly describing what Inception is, and where to find the paper/hardware? A stripped down version of tests/inception/README.md
would do.
3) the processor-string 'cortexM3'
does not match any official writing for M3 boards. I would suggest renaming it to: cortex-m3
or Cortex-M3
, with slight preference on the first one.
Thanks again!
Thanks for the update. It looks like the CI fails due to missing requirements? Can you add them to avatar2's setup.py?
Here is the url for the CI-run: https://travis-ci.org/github/avatartwo/avatar2/builds/674018331
And merged! thanks :)