summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24merged ui-cleaning into developdavidpkj1-1/+1
2023-01-24bump to version 1.12.0ui-cleaningdavidpkj1-1/+1
2023-01-24src: Enable unused parameter warningRiku Isokoski1-9/+0
Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
2022-10-16Set version to 1.11.Jean-François Milants1-1/+1
2022-09-17Remove CMake targets and corresponding CLI arguments that are specific to ↵Jean-François Milants1-33/+0
the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
2022-09-11Small improvement in generate-fonts.py following code review.Jean-François Milants1-0/+9
Add lv_img_conf in Docker image to build resources at build time.
2022-06-29Set version to 1.10Jean-François Milants1-1/+1
2022-06-27Add basic hardware configuration options for P8Christoph Honal1-7/+2
This enables the configuration of the LFCLK source, as well as the target hardware board pin configuration.
2022-06-19CMake: Extend debug configurationChristoph Honal1-0/+5
Enable debug output for InfiniTime, Nimble and the NRF SDK via SEGGER RTT on debug builds.
2022-06-06CMakeLists.txt: add double quotes in STRIP commandIldar Mulyukov1-1/+1
fixes cases when git is missing in the build system
2022-04-02Set version to 1.9.0Jean-François Milants1-1/+1
2022-01-17Create Version.h in binary dir instead of src dirReinhold Gschweicher1-1/+1
Don't use source directory for generated files. Use the binary (build) directory instead.
2022-01-07Set version to 1.8.0Jean-François Milants1-1/+1
2021-11-14Fix unresponsive touch panel after update to 1.7 : don't care if device ids ↵Jean-François Milants1-1/+1
are not the ones we expected (until we know more about these communication and IDs issues).
2021-11-11Set version to 1.7.0Jean-François Milants1-1/+1
2021-09-28Set version to 1.6.0Jean-François Milants1-1/+1
2021-09-26Set version to 1.5.0Jean-François Milants1-1/+1
2021-09-13Add WATCH_COLMI_P8 option to cmake & docshubmartin1-0/+9
2021-09-02Set version to 1.4.0.Jean-François Milants1-1/+1
2021-07-24minor changes regarding building (#356)Alexandros Feuerstein1-4/+0
* don't enforce any flashing through debug ports
2021-07-23Set version to 1.3.0Jean-François Milants1-1/+1
2021-06-19Set version to 1.2.0Jean-François Milants1-1/+1
2021-05-21Set version to 1.1.0.Jean-François Milants1-1/+1
2021-05-14git: store git short ref hash on build stage to Version.hStoian Minaiev1-0/+12
2021-04-16Set version to 1.0.0, wohoo!JF0021-1/+1
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-1/+1
wrist rotation + app to see the value of the 3 axis in "real time".
2021-03-22Updated to include WatchFaceAnalog and fixed clashesNiall Cooling1-1/+10
2021-03-21Set version to 0.15.0Jean-François Milants1-1/+1
2021-03-16Resolved C++14 Cmake build issues so correctly building to C99/C++14 standardsNiall Cooling1-0/+10
2021-03-07Set version to 0.14.1Jean-François Milants1-1/+1
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-1/+1
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-02-24Set version to 0.14.0Jean-François Milants1-1/+1
2021-02-14Set version to 0.13.0Jean-François Milants1-1/+1
2021-02-07Set version to 0.12.1Jean-François Milants1-1/+1
2021-02-04Set version to 0.12..0Jean-François Milants1-1/+1
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants1-0/+9
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2021-01-23Set version to 0.11.0Jean-François Milants1-1/+1
2021-01-04Set version to 0.10.0.Jean-François Milants1-1/+1
2020-12-22Generate post_build.sh into CMAKE_CURRENT_BINARY_DIRJoe Eaves1-1/+1
2020-10-27Set version to 0.9.0JF1-1/+1
2020-10-02Reformatted the CMakeLists for consistencyAvamander1-1/+1
2020-09-20Set version to 0.8.2JF1-1/+1
2020-09-08Docker post build : generate post build script with versions from the CMake ↵JF1-0/+1
project.
2020-09-02Fix constness and set version to 0.8.1.JF1-1/+1
2020-08-19All output files (bin, hex, image, dfu) contain the version of the project ↵JF1-0/+1
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.0JF1-1/+1
2020-07-20Set version to 0.7.1JF1-1/+1
2020-07-11Set version to 0.7.0JF1-1/+1
2020-06-16Set version to 0.6.1JF1-1/+1
2020-06-07Set version to 0.7.0JF1-1/+1