summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-01-04Set version to 0.10.0.Jean-François Milants
2020-12-22Generate post_build.sh into CMAKE_CURRENT_BINARY_DIRJoe Eaves
2020-10-27Set version to 0.9.0JF
2020-10-02Reformatted the CMakeLists for consistencyAvamander
2020-09-20Set version to 0.8.2JF
2020-09-08Docker post build : generate post build script with versions from the CMake ↵JF
project.
2020-09-02Fix constness and set version to 0.8.1.JF
2020-08-19All output files (bin, hex, image, dfu) contain the version of the project ↵JF
in their filename. Update Docker build script accordingly. Also fix permission issue with docker build (all files belonged to root).
2020-07-25Set version to 0.8.0JF
2020-07-20Set version to 0.7.1JF
2020-07-11Set version to 0.7.0JF
2020-06-16Set version to 0.6.1JF
2020-06-07Set version to 0.7.0JF
2020-05-24Typo in file name.JF
Set version to 0.6.0.
2020-05-24Merge developJF
2020-05-24Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog
2020-05-16Remove reference to NRF Softdevice in CMake and documentation.JF
Update documentation. Remove Asserts when starting advertising to prevent crash (known bug). Set version 0.5.0.
2020-03-10Set version 0.4.0JF
2020-03-06Set version 0.3.1JF
2020-03-01Add debugPins module that provides functions to set and clear debug GPIOs.JF
Disable logging once again.
2020-03-01Set version 0.3.0JF
2020-01-31Bump patch (v0.2.2)JF
2020-01-26Default to JLink programmer/debugger is no USE_* variable has been specified ↵JF
during CMake build.
2020-01-26Merge branch 'messing-with-openocd' of https://github.com/luben93/Pinetime ↵JF
into luben93-messing-with-openocd
2020-01-26cleaned up openocd cmake options and added a readmelucas
2020-01-26Remove test codeJF
2020-01-26added some inital support for flashing via openocd instead of gdb, for wider ↵lucas
compatability
2020-01-19Implement the SPI driver using DMA.JF
2020-01-18Set minimum version of cmake to 3.10JF
2020-01-18Add version (major.minor.patch) in CMake files.JF
Display the version on the display.
2020-01-18Add version (major.minor.patch) in CMake files.JF
Display the version on the display.
2020-01-17Add support for Black magic probe (using GDB client).JF
Add documentation about that in README.md
2020-01-05Fix typo in main CMakeLists.txt file.JF
2019-11-17Initial commitJF