Skip to content

Commit ab84d2b

Browse files
committed
*LPC546XX: Finish MCU Refactoring
### 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
1 parent 9aef9d3 commit ab84d2b

File tree

121 files changed

+4
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+4
-6
lines changed

targets/targets.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,11 +1820,9 @@
18201820
"core": "Cortex-M4F",
18211821
"supported_toolchains": ["ARM", "IAR", "GCC_ARM"],
18221822
"extra_labels": [
1823-
"NXP",
1824-
"MCUXpresso_MCUS",
1825-
"LPCXpresso",
1826-
"LPC",
1827-
"LPC546XX",
1823+
"NXP",
1824+
"MCUXpresso_MCUS",
1825+
"LPC",
18281826
"NXP_EMAC"
18291827
],
18301828
"is_disk_virtual": true,
@@ -1859,12 +1857,12 @@
18591857
"LPC546XX": {
18601858
"supported_form_factors": ["ARDUINO"],
18611859
"inherits": ["MCU_LPC546XX"],
1860+
"extra_labels_add": ["LPCXpresso"],
18621861
"detect_code": ["1056"],
18631862
"release_versions": ["2", "5"]
18641863
},
18651864
"FF_LPC546XX": {
18661865
"inherits": ["MCU_LPC546XX"],
1867-
"extra_labels_remove": ["LPCXpresso"],
18681866
"detect_code": ["8081"],
18691867
"device_has_remove": ["QSPI"],
18701868
"release_versions": ["2", "5"]

0 commit comments

Comments
 (0)