Commit graph

58 commits

Author SHA1 Message Date
Jean-François Milants 9671a8451f Fix unresponsive touch panel after update to 1.7 : don't care if device ids are not the ones we expected (until we know more about these communication and IDs issues). 2021-11-14 20:32:25 +01:00
Jean-François Milants a57fda6ba4 Set version to 1.7.0 2021-11-11 09:54:30 +01:00
Jean-François Milants e9bb0b3cdd Set version to 1.6.0 2021-09-28 20:21:50 +02:00
Jean-François Milants d03db14129 Set version to 1.5.0 2021-09-26 10:57:02 +02:00
hubmartin e614af1c4a Add WATCH_COLMI_P8 option to cmake & docs 2021-09-13 11:41:51 +02:00
Jean-François Milants 6f9f0e8b0e Set version to 1.4.0. 2021-09-02 20:32:50 +02:00
Alexandros Feuerstein bb26c68f2c
minor changes regarding building (#356)
* don't enforce any flashing through debug ports
2021-07-24 15:39:24 +02:00
Jean-François Milants d6cccc2dcd Set version to 1.3.0 2021-07-23 11:46:37 +02:00
Jean-François Milants 20a24f8cf5 Set version to 1.2.0 2021-06-19 20:59:18 +02:00
Jean-François Milants 7c9513be8a Set version to 1.1.0. 2021-05-21 11:37:32 +02:00
Stoian Minaiev e04c8ee95e git: store git short ref hash on build stage to Version.h 2021-05-14 01:08:37 +03:00
JF002 77470e73f9 Set version to 1.0.0, wohoo! 2021-04-16 21:34:21 +02:00
Jean-François Milants 68bdaee1cc First integration of the motion sensor (bma 421) : step counting + wake on wrist rotation + app to see the value of the 3 axis in "real time". 2021-04-04 15:56:04 +02:00
Niall Cooling e5e3fc02b8 Updated to include WatchFaceAnalog and fixed clashes 2021-03-22 17:23:49 +00:00
Jean-François Milants 9f9d0eb5df Set version to 0.15.0 2021-03-21 17:12:29 +01:00
Niall Cooling 14bd790701 Resolved C++14 Cmake build issues so correctly building to C99/C++14 standards 2021-03-16 12:43:50 +00:00
Jean-François Milants e63596b291 Set version to 0.14.1 2021-03-07 21:29:02 +01:00
Jean-François Milants 9f67e6f652 Merge branch 'develop' into recovery-firmware
# Conflicts:
#	src/CMakeLists.txt
#	src/displayapp/DisplayApp.h
#	src/systemtask/SystemTask.cpp
#	src/systemtask/SystemTask.h
2021-03-07 08:44:14 +01:00
Jean-François Milants e8a8a8417f Set version to 0.14.0 2021-02-24 20:28:26 +01:00
Jean-François Milants 324c7dab32 Set version to 0.13.0 2021-02-14 14:46:22 +01:00
Jean-François Milants 6420885abb Set version to 0.12.1 2021-02-07 18:09:53 +01:00
Jean-François Milants 16ce5bbb75 Set version to 0.12..0 2021-02-04 17:33:22 +01:00
Jean-François Milants 740b3d7b58 Add new cmake option to disable the generation of DFU file (which needs adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build). 2021-02-01 21:07:53 +01:00
Jean-François Milants 84b509ed95 Set version to 0.11.0 2021-01-23 17:39:53 +01:00
Jean-François Milants 50ae0ae5e0 Set version to 0.10.0. 2021-01-04 19:56:01 +01:00
Joe Eaves 186fee9337 Generate post_build.sh into CMAKE_CURRENT_BINARY_DIR 2020-12-22 11:38:17 +00:00
JF c5bf09d21b Set version to 0.9.0 2020-10-27 20:00:06 +01:00
Avamander 455d8319e4 Reformatted the CMakeLists for consistency 2020-10-02 21:43:30 +03:00
JF 3e612e79ba Set version to 0.8.2 2020-09-20 14:41:21 +02:00
JF d757344f1b Docker post build : generate post build script with versions from the CMake project. 2020-09-08 22:15:10 +02:00
JF 4e8e52bf6e Fix constness and set version to 0.8.1. 2020-09-02 21:36:13 +02:00
JF f197a3fe88 All output files (bin, hex, image, dfu) contain the version of the project in their filename.
Update Docker build script accordingly.
Also fix permission issue with docker build (all files belonged to root).
2020-08-19 21:52:46 +02:00
JF 7b9fab9e64 Set version to 0.8.0 2020-07-25 15:04:41 +02:00
JF 377fca9e58 Set version to 0.7.1 2020-07-20 21:28:06 +02:00
JF 6309719a62 Set version to 0.7.0 2020-07-11 20:53:04 +02:00
JF 9a89ff7f77 Set version to 0.6.1 2020-06-16 21:07:53 +02:00
JF baafb96f30 Set version to 0.7.0 2020-06-07 20:03:10 +02:00
JF 84b996bf3f Typo in file name.
Set version to 0.6.0.
2020-05-24 17:02:45 +02:00
JF 073717980f Merge develop 2020-05-24 16:51:50 +02:00
JF 331481cd0c Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different).
Add documentation about mcuboot image generation and OTA.

Re-enable watchdog
2020-05-24 16:36:04 +02:00
JF d6c6ac4cf5 Remove reference to NRF Softdevice in CMake and documentation.
Update documentation.
Remove Asserts when starting advertising to prevent crash (known bug).
Set version 0.5.0.
2020-05-16 16:13:22 +02:00
JF b279c99488 Set version 0.4.0 2020-03-10 20:22:47 +01:00
JF bfecc8118e Set version 0.3.1 2020-03-06 21:54:43 +01:00
JF 6f1857c503 Add debugPins module that provides functions to set and clear debug GPIOs.
Disable logging once again.
2020-03-01 21:00:59 +01:00
JF 21375eab81 Set version 0.3.0 2020-03-01 17:22:21 +01:00
JF e737fb0499 Bump patch (v0.2.2) 2020-01-31 20:09:08 +01:00
JF a956ed1e61 Default to JLink programmer/debugger is no USE_* variable has been specified during CMake build. 2020-01-26 19:29:50 +01:00
JF a3ff41705e Merge branch 'messing-with-openocd' of https://github.com/luben93/Pinetime into luben93-messing-with-openocd 2020-01-26 19:25:28 +01:00
lucas 6128452704 cleaned up openocd cmake options and added a readme 2020-01-26 16:40:45 +01:00
JF 6491a7c3a0 Remove test code 2020-01-26 15:39:49 +01:00