-
Notifications
You must be signed in to change notification settings - Fork 3k
[miniclient] SWO, TRNG for NRF52_DK only #5963
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
[miniclient] SWO, TRNG for NRF52_DK only #5963
Conversation
It's possible that it's been a long time since feature-miniclient has been rebased against master. |
@cmonr it should still be rebase compatible right? I got a merge conflict for a file I've never touched when I tried. |
Also, this is not meant to go into master, it's supposed to go into feature-miniclient. |
/morph build |
Should, but not guaranteed. A rebase can fail if a file has changed in both branches, with Git not sure how to resolve which change goes on top of the other. |
lol - I see the problem now. Someone merged the same changes in both master and the feature branch. |
Build : SUCCESSBuild number : 1003 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 688 |
Test : FAILUREBuild number : 818 |
This code works with miniclient at NRF52_DK so I can confirm that TRNG and SWO do work with it. Note: the flash API is not yet used or tested on it. |
/morph build |
Build : SUCCESSBuild number : 1012 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 702 |
/morph uvisor-test |
Test : SUCCESSBuild number : 826 |
@TeroJaasko @yogpan01 |
/morph uvisor-test |
1 similar comment
/morph uvisor-test |
Pinging @TeroJaasko @yogpan01 for feedback on @marcuschangarm's question. |
Merged to new feature branch: https://github.com/ARMmbed/mbed-os/tree/feature-cloud-client-lite |
Trial balloon for resolving issues in #5726
Note that the feature-miniclient branch is for some reason currently incompatible with master.