Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nrf5x: Support for using your own startup files instead of the ones from the ↵HEADmaster | Trygve Laugstøl | 2017-01-26 | 1 | -5/+11 |
| | | | | SDK. | ||||
* | o Adding editorconfig. | Trygve Laugstøl | 2017-01-26 | 1 | -0/+9 |
| | |||||
* | o Adding support for nrf51422. | Trygve Laugstøl | 2017-01-26 | 1 | -0/+2 |
| | |||||
* | o Adding a generic binutils part for creating the info files (.nm, ↵ | Trygve Laugstøl | 2017-01-15 | 10 | -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øl | 2016-11-12 | 5 | -19/+98 |
| | | | | o Windows compatibility, the build works but haven't tested programming yet. | ||||
* | o Support for S132. | Trygve Laugstøl | 2016-11-12 | 2 | -1/+30 |
| | |||||
* | o Not setting a default linker script for targets with a softdevice, a ↵ | Trygve Laugstøl | 2016-09-13 | 1 | -19/+37 |
| | | | | proper error message instead. | ||||
* | o Renaming everything from nRF51 to nRF5x to better match the SDK. | Trygve Laugstøl | 2016-09-13 | 6 | -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øl | 2016-09-12 | 4 | -182/+61 |
| | |||||
* | o Working version back to listing everything in the cmake file but some help ↵ | Trygve Laugstøl | 2016-09-12 | 4 | -72/+168 |
| | | | | from the cmake libs. | ||||
* | o Almost working version, not quite. Probably not the right way to do stuff. | Trygve Laugstøl | 2016-09-11 | 3 | -34/+311 |
| | |||||
* | o Initial import of mcu.cmake containing old Intel Quark D2000 cmake code ↵ | Trygve Laugstøl | 2016-09-04 | 10 | -0/+462 |
and new NRF51 code. The Intel code is not useful and the NRF code needs to be updated to support NRF52 chips. |