platformio / platform-freescalekinetis

Freescale Kinetis: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/freescalekinetis
Apache License 2.0
4 stars 8 forks source link

Framework mbed in FRDM_KL82Z #9

Closed LaboratorioGluon closed 4 years ago

LaboratorioGluon commented 4 years ago

When I try to compile a project for the frdm_kl82z board, the mbed framework fails at compilation:

[env:frdm_kl82z]
platform = freescalekinetis
board = frdm_kl82z
framework = mbed

I hit compile in VSC IDE and obtains:

Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/freescalekinetis/frdm_kl82z.html
PLATFORM: Freescale Kinetis 5.0.1 > Freescale Kinetis FRDM-KL82Z
HARDWARE: MKL82Z128VLK7 96MHz, 96KB RAM, 128KB Flash
DEBUG: Current (jlink) External (jlink)
PACKAGES:
 - framework-mbed 6.51401.200113 (5.14.1)
 - toolchain-gccarmnoneeabi 1.70201.0 (7.2.1)
Collecting mbed sources...
mbed build API internal error
write() takes 2 positional arguments but 3 were given
valeros commented 4 years ago

The mbed package has been updated. Please run platformio platform update freescalekinetis