platformio / platform-nxpimxrt

NXP i.MX RT: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nxpimxrt
Apache License 2.0
7 stars 7 forks source link
mbed nxp platformio platformio-platform zephyr zephyr-rtos

NXP i.MX RT: development platform for PlatformIO

Build Status

The i.MX RT series of crossover processors features the Arm Cortex-M core, real-time functionality and MCU usability at a cost-effective price. Combining high performance with real-time functionality, the i.MX RT series of crossover processors are designed to support next-generation IoT applications with a high level of integration and security balanced with MCU-level usability.

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/platformio/platform-nxpimxrt.git
board = ...
...

Configuration

Please navigate to documentation.