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