-
Notifications
You must be signed in to change notification settings - Fork 3k
Cleanup TARGET_NRF5 and TARGET_NRF5x #6711
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
@0xc0170 @donatieng @bulislaw @mprse |
Which commit is this one, or reference on your branch to review? Please rebase to resolve conflicts. |
@bulislaw , @donatieng We are still awaiting your reviews on this PR, could you please do so asap. |
Could you detail this point ? Is it related to the peer manager used ? |
There is a big mismatch between whether the header files should have I'm also not familiar enough with the NRF51 to make too many changes in one go. |
Can you have a look please? |
It looks fine to me (SDK11 to SDK_11 change follows the rest of the naming ?) There are conflicts to be resolved |
/morph build |
Build : SUCCESSBuild number : 1917 Triggering tests/morph test |
Yes, that was from external input.
Done. |
Exporter Build : SUCCESSBuild number : 1562 |
Test : FAILUREBuild number : 1733 |
One test fails for all toolchains, related to the changes? We have a conflict |
This also needs a rebase. |
Superseded by new SDK 14.2 in #6547
/morph build |
I only moved the file to a different folder, I didn't change it. |
Build : SUCCESSBuild number : 1938 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1584 |
Test : FAILUREBuild number : 1760 |
I checked So, it looks like the test needs to be updated. In the code below mbed-os/TESTS/mbed_hal/critical_section/main.cpp Lines 36 to 39 in 11901f1
|
Good catch! Thank you! |
The unified NRF51 target and feature BLE directories have been reorganized to follow the naming and directory structure of the NRF52 implementation. This reorganization does not include TARGET_MCU_NRF51822 and derived targets.
/morph build |
Build : FAILUREBuild number : 1948 |
Build : SUCCESSBuild number : 1949 Triggering tests/morph test |
Test : SUCCESSBuild number : 1769 |
Exporter Build : FAILUREBuild number : 1601 |
/morph export-build |
Exporter Build : FAILUREBuild number : 1607 |
/morph export-build |
Exporter Build : FAILUREBuild number : 1614 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1623 |
@theotherjimmy Fourth time is indeed the charm! 😄 |
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.
That was much less painful than I was expecting.
👍 on using git mv
commands.
Description
The unified NRF51 target and feature BLE directories have been
reorganized to follow the naming and directory structure of the
NRF52 implementation.
This reorganization does not include TARGET_MCU_NRF51822 and
derived targets.
Unused NRF52 files have been removed.
Pull request type