README - KL05Z, KL46Z

pull/127/head
0xc0170 2013-12-15 12:01:21 +01:00
parent f7cee14193
commit 82c5d7f317
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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):