Skip to content

Commit

Permalink
Merge pull request #11828 from 0xc0170/fix_11652
Browse files Browse the repository at this point in the history
MCU_LPC11U35_501: fix MCU inheritance
  • Loading branch information
0xc0170 authored Nov 13, 2019
2 parents 609612c + 7794d90 commit f1848f9
Showing 1 changed file with 14 additions and 55 deletions.
69 changes: 14 additions & 55 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,11 @@
"release_versions": ["2"],
"device_name": "LPC11U35FBD48/401"
},
"LPC11U35_501": {
"MCU_LPC11U35_501": {
"inherits": ["LPCTarget"],
"core": "Cortex-M0",
"default_toolchain": "uARM",
"extra_labels": ["NXP", "LPC11UXX", "MCU_LPC11U35_501"],
"extra_labels": ["NXP", "LPC11UXX"],
"macros": [
"CMSIS_VECTAB_VIRTUAL",
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""
Expand All @@ -404,65 +404,24 @@
"SPISLAVE"
],
"default_lib": "small",
"release_versions": ["2"],
"device_name": "LPC11U35FHI33/501"
"device_name": "LPC11U35FHI33/501",
"public": false
},
"LPC11U35_501": {
"inherits": ["MCU_LPC11U35_501"],
"release_versions": ["2"]
},
"LPC11U35_501_IBDAP": {
"inherits": ["LPCTarget"],
"core": "Cortex-M0",
"default_toolchain": "uARM",
"extra_labels": ["NXP", "LPC11UXX", "MCU_LPC11U35_501"],
"macros": [
"CMSIS_VECTAB_VIRTUAL",
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""
],
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
"device_has": [
"ANALOGIN",
"I2C",
"I2CSLAVE",
"INTERRUPTIN",
"PORTIN",
"PORTINOUT",
"PORTOUT",
"PWMOUT",
"SERIAL",
"SLEEP",
"SPI",
"SPISLAVE"
],
"default_lib": "small",
"device_name": "LPC11U35FHI33/501"
"inherits": ["MCU_LPC11U35_501"],
"release_versions": ["2"]
},
"XADOW_M0": {
"inherits": ["LPC11U35_501"]
"inherits": ["MCU_LPC11U35_501"],
"release_versions": ["2"]
},
"LPC11U35_Y5_MBUG": {
"inherits": ["LPCTarget"],
"core": "Cortex-M0",
"default_toolchain": "uARM",
"extra_labels": ["NXP", "LPC11UXX", "MCU_LPC11U35_501"],
"macros": [
"CMSIS_VECTAB_VIRTUAL",
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\""
],
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
"device_has": [
"ANALOGIN",
"I2C",
"I2CSLAVE",
"INTERRUPTIN",
"PORTIN",
"PORTINOUT",
"PORTOUT",
"PWMOUT",
"SERIAL",
"SLEEP",
"SPI",
"SPISLAVE"
],
"default_lib": "small",
"device_name": "LPC11U35FHI33/501"
"inherits": ["MCU_LPC11U35_501"],
"release_versions": ["2"]
},
"LPC11U37_501": {
"inherits": ["LPCTarget"],
Expand Down

0 comments on commit f1848f9

Please sign in to comment.