Skip to content

Commit b3b5094

Browse files
committed
Merge pull request #248 from 0xc0170/master
K64F - addition to the build release script
2 parents c412d68 + 81eaf7e commit b3b5094

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ NXP:
3838
* [LPC1549](https://mbed.org/platforms/LPCXpresso1549/) (Cortex-M3)
3939

4040
Freescale:
41-
* FRDM-K20D50M
41+
* FRDM-K20D50M (Cortex-M4)
4242
* [FRDM-KL05Z](https://mbed.org/platforms/FRDM-KL05Z/) (Cortex-M0+)
4343
* [FRDM-KL25Z](http://mbed.org/platforms/KL25Z/) (Cortex-M0+)
4444
* [FRDM-KL46Z](https://mbed.org/platforms/FRDM-KL46Z/) (Cortex-M0+)
45+
* FRDM-K64F (Cortex-M4)
4546

4647
STMicroelectronics:
4748
* [Nucleo-F103RB](https://mbed.org/platforms/ST-Nucleo-F103RB/) (Cortex-M3)

workspace_tools/build_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
('KL05Z', ('ARM', 'uARM', 'GCC_ARM')),
4242
('KL25Z', ('ARM', 'GCC_ARM')),
4343
('KL46Z', ('ARM', 'GCC_ARM')),
44+
('K64F', ('ARM')),
4445

4546
('NUCLEO_F103RB', ('ARM', 'uARM')),
4647
('NUCLEO_L152RE', ('ARM', 'uARM')),

0 commit comments

Comments
 (0)