Remove KL05Z target

pull/12864/head
Marcelo Salazar 2020-04-28 08:46:56 +01:00
parent 470293c2e8
commit 7925a468a9
5 changed files with 1 additions and 58 deletions

View File

@ -43,12 +43,6 @@
#define INITIAL_SP (0x20006000UL)
#endif
#elif defined(TARGET_KL05Z)
#ifndef INITIAL_SP
#define INITIAL_SP (0x20000C00UL)
#endif
#elif defined(TARGET_KL25Z)
#ifndef INITIAL_SP

View File

@ -538,53 +538,6 @@
"1235"
]
},
"KL05Z": {
"supported_form_factors": [
"ARDUINO"
],
"core": "Cortex-M0+",
"default_toolchain": "uARM",
"extra_labels": [
"Freescale",
"KLXX"
],
"is_disk_virtual": true,
"supported_toolchains": [
"ARM",
"uARM",
"GCC_ARM",
"IAR"
],
"inherits": [
"Target"
],
"device_has": [
"USTICKER",
"ANALOGIN",
"ANALOGOUT",
"I2C",
"I2CSLAVE",
"INTERRUPTIN",
"PORTIN",
"PORTINOUT",
"PORTOUT",
"PWMOUT",
"SEMIHOST",
"SERIAL",
"SLEEP",
"SPI",
"SPISLAVE",
"STDIO_MESSAGES"
],
"default_lib": "small",
"release_versions": [
"2"
],
"device_name": "MKL05Z32xxx4",
"detect_code": [
"0210"
]
},
"KL25Z": {
"supported_form_factors": [
"ARDUINO"

View File

@ -28,7 +28,6 @@ class CoIDE(Exporter):
TARGETS = [
'KL25Z',
'KL05Z',
'LPC1768',
'ARCH_PRO',
'ARCH_MAX',

View File

@ -231,9 +231,6 @@
"GBECoreSlave": 37,
"NEON":1
},
"MKL05Z32xxx4": {
"OGChipSelectEditMenu": "MKL05Z32xxx4\tFreescale MKL05Z32xxx4"
},
"STM32F031K6": {
"OGChipSelectEditMenu": "STM32F031x6\tST STM32F031x6"
},

View File

@ -731,7 +731,7 @@ TESTS = [
"id": "KL25Z_5", "description": "MMA8451Q accelerometer",
"source_dir": join(TEST_DIR, "mbed", "i2c_MMA8451Q"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, join(PERIPHERALS, 'MMA8451Q')],
"mcu": ["KL25Z", "KL05Z", "KL46Z"],
"mcu": ["KL25Z", "KL46Z"],
"automated": True,
},