-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add nRF91 and ESP32 targets, and build for Linux #5
Open
amcewen
wants to merge
18
commits into
ihassin:master
Choose a base branch
from
mcqn:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Serial baud rate 115200 implemented. Basic template for a non-working nRF9160 RPC server created (TODO).
…y. Only ESP32 example done so far. Part of #1
…andle parameters. Part of #1
…fer a bit larger. Fixes #8
* ESP32 version now defaults to the built-in UART rather than a separate one * Wire-server also handles weird characters generated by nrf91/Zephyr/MCUboot after the device is programmed
…the system has drifted from it). Implements #5
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.
Hello, thanks for putting together this project - it was really useful when working out how to bring BDD to my embedded development.
We're starting to use it in two projects, one which uses nRF91 and one on ESP32. As a result, we've added two new examples to replicate the nRF51 functionality on those platforms.
We also needed to make a couple of tweaks to the
wire-server
in order to get it working on Linux. We don't have access to a Mac to test whether or not they still work on that. Happy to bounce things back and forth a bit if it needs some more changes to work on both.(And I also realise that there hasn't been any development on this for years, and so might not be a priority for you any more. It looks like we might need to extend the serial protocol used on this as we build out our test code, so I'm also happy to just develop it on our fork and not bother you with it, but figured I'd start with a PR and see what you thought 😁)