aboutsummaryrefslogtreecommitdiff
path: root/nrf5x.cmake
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a generic binutils part for creating the info files (.nm, ↵Trygve Laugstøl2017-01-151-6/+6
| | | | | | 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-15/+59
| | | | o Windows compatibility, the build works but haven't tested programming yet.
* o Support for S132.Trygve Laugstøl2016-11-121-0/+4
|
* o Renaming everything from nRF51 to nRF5x to better match the SDK.Trygve Laugstøl2016-09-131-0/+76
o Using the correct startup code based on chip family. o Adding -flash and -softdevice-flash goals if nrfjprog is available.