mxcop / platform-nxplpc

NXP LPC: development platform for PlatformIO

Home Page:https://registry.platformio.org/platforms/platformio/nxplpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NXP LPC: development platform for PlatformIO

Build Status

The NXP LPC is a family of 32-bit microcontroller integrated circuits by NXP Semiconductors. The LPC chips are grouped into related series that are based around the same 32-bit ARM processor core, such as the Cortex-M4F, Cortex-M3, Cortex-M0+, or Cortex-M0. Internally, each microcontroller consists of the processor core, static RAM memory, flash memory, debugging interface, and various peripherals.

  • Home (home page in the PlatformIO 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 = nxplpc
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

About

NXP LPC: development platform for PlatformIO

https://registry.platformio.org/platforms/platformio/nxplpc

License:Apache License 2.0


Languages

Language:Python 100.0%