/docker-mplabx

Docker image containing a full MPLAB X environment with the XC8 compiler.

Primary LanguageDockerfileMIT LicenseMIT

MPLAB® X / XC8 Docker Image

This Docker image will can be used to build a MPLAB® X / XC8 project.

It runs on Linux Ubuntu 20.04 and uses:

Prerequisities

In order to run this container you'll need Docker.

Usage

Command-line Examples

Build the firmware.X project with the default configuration:

docker run -ti -v $(pwd):/app mplabx /app/firmware.X default

Acknowledgements

MPLAB® X and the MPLAB® XC compilers are registered trademarks of Microchip Technology Inc.