Skip to content

mplab-xc-compiler#

Overview#

Build for PIC microcontrollers with MPLAB XC Compiler.

Currently only an XC32 image is provided.

Build and run#

With make:

make

With docker commands:

docker build -t xc32 -f Dockerfile.xc32 .
docker run --rm -ti xc32