Freescale Kinetis: development platform for PlatformIO
Freescale Kinetis Microcontrollers is family of multiple hardware- and software-compatible ARM Cortex-M0+, Cortex-M4 and Cortex-M7-based MCU series. Kinetis MCUs offer exceptional low-power performance, scalability and feature integration.
- Home (home page in the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = freescalekinetis
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-freescalekinetis.git
board = ...
...
Please navigate to documentation.