aboutsummaryrefslogtreecommitdiff
path: root/nrf5x
Commit message (Collapse)AuthorAgeFilesLines
* nrf5x: Support for using your own startup files instead of the ones from the ↵HEADmasterTrygve Laugstøl2017-01-261-5/+11
| | | | SDK.
* o Adding support for nrf51422.Trygve Laugstøl2017-01-261-0/+2
|
* o Compatibility with SDK v12.1.0.Trygve Laugstøl2016-11-121-4/+4
| | | | o Windows compatibility, the build works but haven't tested programming yet.
* o Support for S132.Trygve Laugstøl2016-11-121-1/+26
|
* o Not setting a default linker script for targets with a softdevice, a ↵Trygve Laugstøl2016-09-131-19/+37
| | | | proper error message instead.
* o Renaming everything from nRF51 to nRF5x to better match the SDK.Trygve Laugstøl2016-09-132-0/+247
o Using the correct startup code based on chip family. o Adding -flash and -softdevice-flash goals if nrfjprog is available.