aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Reformatted the CMakeLists for consistencyAvamander2020-10-021-1/+1
|
* Set version to 0.8.2JF2020-09-201-1/+1
|
* Docker post build : generate post build script with versions from the CMake ↵JF2020-09-081-0/+1
| | | | project.
* Fix constness and set version to 0.8.1.JF2020-09-021-1/+1
|
* All output files (bin, hex, image, dfu) contain the version of the project ↵JF2020-08-191-0/+1
| | | | | | | in their filename. Update Docker build script accordingly. Also fix permission issue with docker build (all files belonged to root).
* Set version to 0.8.0JF2020-07-251-1/+1
|
* Set version to 0.7.1JF2020-07-201-1/+1
|
* Set version to 0.7.0JF2020-07-111-1/+1
|
* Set version to 0.6.1JF2020-06-161-1/+1
|
* Set version to 0.7.0JF2020-06-071-1/+1
|
* Typo in file name.JF2020-05-241-1/+1
| | | | Set version to 0.6.0.
* Merge developJF2020-05-241-1/+1
|\
| * Remove reference to NRF Softdevice in CMake and documentation.JF2020-05-161-1/+1
| | | | | | | | | | | | Update documentation. Remove Asserts when starting advertising to prevent crash (known bug). Set version 0.5.0.
* | Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF2020-05-241-1/+0
|/ | | | | | | | compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog
* Set version 0.4.0JF2020-03-101-1/+1
|
* Set version 0.3.1JF2020-03-061-1/+1
|
* Add debugPins module that provides functions to set and clear debug GPIOs.JF2020-03-011-0/+9
| | | | Disable logging once again.
* Set version 0.3.0JF2020-03-011-1/+1
|
* Bump patch (v0.2.2)JF2020-01-311-1/+1
|
* Default to JLink programmer/debugger is no USE_* variable has been specified ↵JF2020-01-261-3/+3
| | | | during CMake build.
* Merge branch 'messing-with-openocd' of https://github.com/luben93/Pinetime ↵JF2020-01-261-3/+11
|\ | | | | | | into luben93-messing-with-openocd
| * cleaned up openocd cmake options and added a readmelucas2020-01-261-1/+7
| |
| * added some inital support for flashing via openocd instead of gdb, for wider ↵lucas2020-01-261-3/+5
| | | | | | | | compatability
* | Remove test codeJF2020-01-261-1/+1
| |
* | Implement the SPI driver using DMA.JF2020-01-191-1/+1
|/
* Set minimum version of cmake to 3.10JF2020-01-181-1/+1
|
* Add version (major.minor.patch) in CMake files.JF2020-01-181-1/+1
| | | | Display the version on the display.
* Add version (major.minor.patch) in CMake files.JF2020-01-181-1/+4
| | | | Display the version on the display.
* Add support for Black magic probe (using GDB client).JF2020-01-171-3/+34
| | | | Add documentation about that in README.md
* Fix typo in main CMakeLists.txt file.JF2020-01-051-1/+1
|
* Initial commitJF2019-11-171-0/+19