Skip to content

Commit 82c5d7f

Browse files
committed
README - KL05Z, KL46Z
1 parent f7cee14 commit 82c5d7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ NXP:
3535
* LPC11C24 (Cortex-M0)
3636

3737
Freescale:
38-
* [KL25Z](http://mbed.org/platforms/KL25Z/) (Cortex-M0+)
3938
* KL05Z (Cortex-M0+)
39+
* [KL25Z](http://mbed.org/platforms/KL25Z/) (Cortex-M0+)
40+
* KL46Z (Cortex-M0+)
4041

4142
STMicroelectronics:
4243
* STM32F407 (Cortex-M4)

workspace_tools/export/gccarm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class GccArm(Exporter):
2222
NAME = 'GccArm'
2323
TOOLCHAIN = 'GCC_ARM'
24-
TARGETS = ['LPC1768', 'KL05Z', 'KL25Z','KL46Z','LPC4088']
24+
TARGETS = ['LPC1768','KL05Z','KL25Z','KL46Z','LPC4088']
2525
DOT_IN_RELATIVE_PATH = True
2626

2727
def generate(self):

0 commit comments

Comments
 (0)