aboutsummaryrefslogtreecommitdiff
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 editorconfig.Trygve Laugstøl2017-01-261-0/+9
|
* o Adding support for nrf51422.Trygve Laugstøl2017-01-261-0/+2
|
* o Adding a generic binutils part for creating the info files (.nm, ↵Trygve Laugstøl2017-01-1510-7/+797
| | | | | | 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-125-19/+98
| | | | o Windows compatibility, the build works but haven't tested programming yet.
* o Support for S132.Trygve Laugstøl2016-11-122-1/+30
|
* 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-136-149/+173
| | | | | 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-124-182/+61
|
* o Working version back to listing everything in the cmake file but some help ↵Trygve Laugstøl2016-09-124-72/+168
| | | | from the cmake libs.
* o Almost working version, not quite. Probably not the right way to do stuff.Trygve Laugstøl2016-09-113-34/+311
|
* o Initial import of mcu.cmake containing old Intel Quark D2000 cmake code ↵Trygve Laugstøl2016-09-0410-0/+462
and new NRF51 code. The Intel code is not useful and the NRF code needs to be updated to support NRF52 chips.