fossasia / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io
Apache License 2.0
1.56k stars 75 forks source link

Replace MPLAB-X build system with CMake #132

Closed bessman closed 2 years ago

bessman commented 2 years ago

This works already. Just needs a little bit of clean up and testing before merge.

Using MPLAB for building has several drawbacks:

bessman commented 2 years ago

I added a search path for MacOS in https://github.com/fossasia/cmake-microchip/pull/1. Could you check if it works without manually setting MICROCHIP_XC16_PATH, please?