aboutsummaryrefslogtreecommitdiff
path: root/mcu.cmake
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a generic binutils part for creating the info files (.nm, ↵Trygve Laugstøl2017-01-151-1/+8
| | | | | | disassembly, size, hex and bin files.) o Adding initial support for STM32F103xx chips. Can easily be expanded to all at least the F1 series.
* o Compatibility with SDK v12.1.0.Trygve Laugstøl2016-11-121-0/+3
| | | | o Windows compatibility, the build works but haven't tested programming yet.
* o Renaming everything from nRF51 to nRF5x to better match the SDK.Trygve Laugstøl2016-09-131-2/+4
| | | | | o Using the correct startup code based on chip family. o Adding -flash and -softdevice-flash goals if nrfjprog is available.
* o Adding targets to flash the firmware.Trygve Laugstøl2016-09-121-0/+1
|
* o Working version back to listing everything in the cmake file but some help ↵Trygve Laugstøl2016-09-121-1/+3
| | | | from the cmake libs.
* o Initial import of mcu.cmake containing old Intel Quark D2000 cmake code ↵Trygve Laugstøl2016-09-041-0/+9
and new NRF51 code. The Intel code is not useful and the NRF code needs to be updated to support NRF52 chips.