Skip to content

Releases: platformio/platform-freescalekinetis

10.0.0

28 Jul 11:45
Compare
Choose a tag to compare
  • Updated Mbed OS package to the latest v6.17.0 (release notes)
  • Dropped support for legacy Mbed v5

Mbed v5 Deprecation Warning

As of the current release, support for Mbed v5 is officially deprecated and won't receive any further updates. Please lock the platform version to ~9.2.0 in case your project hasn't been migrated to Mbed v6:

[env:frdm_k66f]
platform = freescalekinetis @ ~9.2.0
framework = mbed
board = frdm_k66f

9.2.0

30 May 15:42
Compare
Choose a tag to compare
  • Added compatibility with PIO Core 6.0
  • Improved support for bare assembly programming

9.1.0

28 Jan 12:44
Compare
Choose a tag to compare

9.0.0

31 Oct 20:50
Compare
Choose a tag to compare

8.2.0

30 Jul 18:25
Compare
Choose a tag to compare

8.1.0

29 Mar 17:05
Compare
Choose a tag to compare
  • Updated Mbed OS6 to the latest v6.9.0 (release notes)
  • Fixed dynamic configuration of serverless debug probes
  • Minor fixes and improvements

Mbed OS

We're happy to announce updated support for the latest Mbed OS 6 versions with extended BLE functionality, support for the current 1.2 version of the TF-M reference software and many bugfixes.

8.0.0

26 Feb 21:54
Compare
Choose a tag to compare

Breaking Zephyr API changes

Please note, Zephyr v2.5.0 contains API changes that might break legacy projects. More information about deprecated functionality and removed APIs can be found here.

7.0.0

30 Dec 19:40
Compare
Choose a tag to compare

We're happy to announce updated support for the latest Mbed OS 6 versions with improvements to the BLE and COAP implementations, additional cloud connectivity integrations and better support for the bare metal profile.

More information on project configuration for Mbed framework can be found here.

6.0.1

08 Dec 11:44
Compare
Choose a tag to compare
  • Disabled J-Link GUI when uploading firmware

6.0.0

11 Nov 14:00
Compare
Choose a tag to compare

Breaking Zephyr API changes

Zephyr v2.4 deprecates Zephyr integer types in favor of C99 integer types. More information about other API changes can be found here.