-
Notifications
You must be signed in to change notification settings - Fork 3k
*LPC546XX: Finish MCU Refactoring #8291
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
@mmahadevan108 Can you review? |
/morph build |
Build : FAILUREBuild number : 3259 |
Hi @theotherjimmy |
352e353
to
7e2023d
Compare
@theotherjimmy Rebased for you. |
/morph build |
Build : FAILUREBuild number : 3384 |
|
@0xc0170 Sorry that took so long. The new commit should fix the problem. |
/morph build |
Build : FAILUREBuild number : 3407 |
Weeeeird. All of the errors are the following: |
Build : SUCCESSBuild number : 3659 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3266 |
Unfortunately, this needs a rebase now. There was one addition to LPC family that was integrated and causing now conflicts 😢 I did not identify this conflict, would have waited with the addition. |
### Description The Mbed 2 release was broken for FF_LPC546XX as it would include the entire mbed 2 build of the LPC546XX. This PR seperates these 2 builds completely by: * Removing non-shared extra labels from the MCU_LPC546XX target * Moving the target implementation to a shared target directory ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
64d895e
to
f41b78c
Compare
Rebased. |
Just the build (test might be aborted later to make this into the rollup) /morph build |
Build : SUCCESSBuild number : 3675 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 3279 |
Exporter failure - EOFError. We will most likely add this to another rollup to complete testing |
CI job started. |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Description
The Mbed 2 release was broken for FF_LPC546XX as it would include
the entire mbed 2 build of the LPC546XX. This PR seperates these 2
builds completely by:
Pull request type