/platform-freescalekinetis

Freescale Kinetis: development platform for PlatformIO

Primary LanguagePythonApache License 2.0Apache-2.0

Freescale Kinetis: development platform for PlatformIO

Build Status Build status

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 PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = freescalekinetis
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-freescalekinetis.git
board = ...
...

Configuration

Please navigate to documentation.