platformio / platform-microchippic32

Microchip PIC32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/microchippic32
Apache License 2.0
6 stars 3 forks source link
chipkit microchip pic32 pic32mx platformio platformio-platform

Microchip PIC32: development platform for PlatformIO

Build Status

Microchip's 32-bit portfolio with the MIPS microAptiv or M4K core offer high performance microcontrollers, and all the tools needed to develop your embedded projects. PIC32 MCUs gives your application the processing power, memory and peripherals your design needs!

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = microchippic32
board = ...
...

Development version

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

Configuration

Please navigate to documentation.