https://github.com/platformio/platform-nxpimxrt
NXP i.MX RT: development platform for PlatformIO
https://github.com/platformio/platform-nxpimxrt
mbed nxp platformio platformio-platform zephyr zephyr-rtos
Last synced: 8 months ago
JSON representation
NXP i.MX RT: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-nxpimxrt
- Owner: platformio
- License: apache-2.0
- Created: 2020-02-29T14:11:40.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-29T16:10:25.000Z (10 months ago)
- Last Synced: 2025-01-29T16:37:43.076Z (8 months ago)
- Topics: mbed, nxp, platformio, platformio-platform, zephyr, zephyr-rtos
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/nxpimxrt
- Size: 679 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NXP i.MX RT: development platform for [PlatformIO](https://platformio.org)
[](https://github.com/platformio/platform-nxpimxrt/actions)
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.
* [Home](https://registry.platformio.org/platforms/platformio/nxpimxrt) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/nxpimxrt.html) (advanced usage, packages, boards, frameworks, etc.)# Usage
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:## Stable version
```ini
[env:stable]
platform = nxpimxrt
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-nxpimxrt.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/nxpimxrt.html).