Update GPSIM to drive pic12_executive unit tests#1
Open
timburke wants to merge 24 commits intoWellDone:masterfrom
Open
Update GPSIM to drive pic12_executive unit tests#1timburke wants to merge 24 commits intoWellDone:masterfrom
timburke wants to merge 24 commits intoWellDone:masterfrom
Conversation
- We needed a wait state before sending a repeated start to make sure the slave had released the clock before continuing our state machine
It's a giant pain but at least with this new python script, many of the headaches are out of the way. You still need to install a 32-bit version of python and 32-bit version of cygwin with specific packages in order to compile everything. It works if you do it all right though
It now should work out of the box but still needs to be configured with your python location and cygwin location
- Also now callback a function when the master call returns
Contributor
Author
|
@amcgee I'm starting to roll out the async mib PRs little by little so you can start reviewing them. This is my latest version of gpsim, which contains a lot of new functionality and bugfixes that enable unit testing the new pic12_executive. See prepare_windows.py for instructions on how to build on Windows. If you want to put this on appveyer, those instructions should be helpful. You can't have any spaces in the path to the gpsim_project folder for it to work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR does the following things.
This version of gpsim is required to properly test the forthcoming pic12_executive updates.