cmake-microchip icon indicating copy to clipboard operation
cmake-microchip copied to clipboard

CMake modules for the Microchip embedded toolchain

Results 11 cmake-microchip issues
Sort by recently updated
recently updated
newest added

I would like to use a specific version of the compiler in my project (not necessarily the latest installed version). Is this possible to define in my cmakelists file?

Solution: - Add minimal generic MCU support for AVR ATtiny and ATxmega - fix compiler path detection on windows Tested against: - Windows 10 20H2 - CMake 3.20 - Ninja...

I started playing w/ this as we would like to switch our builds to cmake eventually. Quick question, I see that there is "support" for calling bin2hex... what I'm unsure...

``` $ cmake .. CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build...

Currently only XC8 v1.x is supported, although v2.x works with the legacy command-line driver (see last paragraph). In v2.x Microchip switched from their proprietary HI-TECH C frontend to Clang in...

enhancement

The XC32 compiler supports C++, but we currently only support it for C.

enhancement

There was an error for which the compiler flags were not persisted, I have also added support for linked script