platform-microchippic32

Microchip PIC32: development platform for PlatformIO

APACHE-2.0 License

Stars
6
Committers
2

Microchip PIC32: development platform for PlatformIO

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!

  • 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 = microchippic32
board = ...
...

Development version

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

Configuration

Please navigate to documentation.