Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-26T11:45:16.000Z (about 1 month ago)
- Last Synced: 2024-10-01T04:04:54.020Z (about 1 month ago)
- Topics: mbed, nxp, platformio, platformio-platform, zephyr, zephyr-rtos
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/nxpimxrt
- Size: 674 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NXP i.MX RT: development platform for [PlatformIO](https://platformio.org)
[![Build Status](https://github.com/platformio/platform-nxpimxrt/workflows/Examples/badge.svg)](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).