/platform-nxpimxrt

NXP i.MX RT Series: development platform for PlatformIO

Primary LanguagePythonApache License 2.0Apache-2.0

i.MX RT Series: development platform for PlatformIO

Build Status Build status

The i.MX RT Series is the industry’s first crossover MCU, offering the highest performance Arm® Cortex®-M core, real-time functionality, and MCU usability at an affordable price.

  • 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 = nxpimxrt
board = ...
...

Development version

[env:development]
platform = https://github.com/Seeed-Studio/platform-nxpimxrt.git
board = ...
...

Configuration

Please navigate to documentation.