mirror of https://github.com/ARMmbed/mbed-os.git
README - KL05Z, KL46Z
parent
f7cee14193
commit
82c5d7f317
|
@ -35,8 +35,9 @@ NXP:
|
||||||
* LPC11C24 (Cortex-M0)
|
* LPC11C24 (Cortex-M0)
|
||||||
|
|
||||||
Freescale:
|
Freescale:
|
||||||
* [KL25Z](http://mbed.org/platforms/KL25Z/) (Cortex-M0+)
|
|
||||||
* KL05Z (Cortex-M0+)
|
* KL05Z (Cortex-M0+)
|
||||||
|
* [KL25Z](http://mbed.org/platforms/KL25Z/) (Cortex-M0+)
|
||||||
|
* KL46Z (Cortex-M0+)
|
||||||
|
|
||||||
STMicroelectronics:
|
STMicroelectronics:
|
||||||
* STM32F407 (Cortex-M4)
|
* STM32F407 (Cortex-M4)
|
||||||
|
|
|
@ -21,7 +21,7 @@ from os.path import splitext, basename
|
||||||
class GccArm(Exporter):
|
class GccArm(Exporter):
|
||||||
NAME = 'GccArm'
|
NAME = 'GccArm'
|
||||||
TOOLCHAIN = 'GCC_ARM'
|
TOOLCHAIN = 'GCC_ARM'
|
||||||
TARGETS = ['LPC1768', 'KL05Z', 'KL25Z','KL46Z','LPC4088']
|
TARGETS = ['LPC1768','KL05Z','KL25Z','KL46Z','LPC4088']
|
||||||
DOT_IN_RELATIVE_PATH = True
|
DOT_IN_RELATIVE_PATH = True
|
||||||
|
|
||||||
def generate(self):
|
def generate(self):
|
||||||
|
|
Loading…
Reference in New Issue