-
Notifications
You must be signed in to change notification settings - Fork 3k
Adding ublox evk nina b1 target #3328
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
Conversation
Please rebase |
Seems like there is a mistake:
Also, why did you add |
I fixed the copy paste error. Thanks. The evaluation kit (this board) is using Segger as debug interface. It has the RTS/CTS wired up. The other EVA/NINA board is using Daplink without flow control RTS/CTS signals connected. |
@mazgch Can you please resolve the conflict with master? |
What is the conflict? |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
What is the reason for failing jenkins tests? Please let me know if some actions are needed on my side. |
Jenkins pr head seems to have a licencencing problem: |
I assume that these backend issues need to be resolved by ARM. |
@jupe @tommikas @mikaleppanen It looks like the mbed-os-cliapp is failing, is this an issue with the cliapp in general or is this a problem with mbed OS? |
The failing tests don't have anything to do with this target, but rebasing against current master should help in this case. #3193 should resolve this failure. |
@tommikas Does your CI do a merge with the branch it is submitted against before testing? We would prefer this if at all possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either way, this PR shouldn't by blocked by that. LGTM
Replaced by #3459, please follow that one. I'll close this one. Thanks |
Description
This is adding support for the EVK-NINA-B1 evaluation board from u-blox (board id 1237). The board is arduino compatible and comes with the segger debugger interface.
This port is based on the mbed porting application note from u-blox
Status
READY