| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set version to 1.15.0 | Jean-François Milants | 2024-12-03 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.14.0 | Jean-François Milants | 2024-01-06 | 1 | -1/+1 |
| | | |||||
| * | CMake user application selection | Jean-François Milants | 2023-12-23 | 1 | -6/+0 |
| | | | | | Move ENABLE_USERAPPS and USERAPP_TYPES from the root CMake file to src/displayapp/apps/CMakeLists.txt so we do not need to repeat it in InfiniSim | ||||
| * | Watch face selection with CMake | Jean-François Milants | 2023-12-23 | 1 | -10/+6 |
| | | | | | Move displayapp/Apps.h into a header only library (to make the integration easier in InfiniSim. | ||||
| * | Watch face selection at build time | Jean-François Milants | 2023-12-23 | 1 | -34/+6 |
| | | | | | Replace the options that allowed to select the user apps independently by a single string variable that contains the ordered list of apps to build. | ||||
| * | CMake User Applications selection | Jean-François Milants | 2023-12-23 | 1 | -2/+2 |
| | | | | | Revert changes that need "return PROPAGATE" since this is not available in our Docker build (it needs CMake 3.25 and we have 3.22). | ||||
| * | CMake User Applications selection | Jean-François Milants | 2023-12-23 | 1 | -1/+37 |
| | | | | | | | | | Use CMake's configure_file() functionality to generate the list of User Applications. All the apps included in current versions of InfiniTime are enabled by default, but this can now be overridden by setting variables ENABLE_APP_XXX to True or False. CMake CMP0140 is set to NEW to enable the return PROPAGATE functionality. | ||||
| * | cmake: update the TARGET_DEVICE selection choices as well | Reinhold Gschweicher | 2023-12-16 | 1 | -1/+1 |
| | | | | | | The properties are used for CMake-GUI configuration applications to provide a set of values by dropdown. | ||||
| * | Application selection at build time | Jean-François Milants | 2023-11-19 | 1 | -1/+1 |
| | | | | | | | | A list of "user applications" is built at compile time. It contains all the info needed to create the application at runtime (ptr to a create() function) and to display the app in the application menu. All applications declare a TypeTrait with these information. When a new app must be loaded, DisplayApp first check if this app is a System app (in which case it creates it like it did before). If it's not a System app, it looks for the app in the list of User applications and creates it if it found it. Those changes allow to more easily add new app and to select which app must be built into the firmware. Switch to C++20 (and fix a few issues in SpiMaster.cpp and Watchdog.cpp. | ||||
| * | Set version to 1.13.0 | Jean-François Milants | 2023-06-24 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.12.0 | Jean-François Milants | 2023-04-02 | 1 | -1/+1 |
| | | |||||
| * | src: Enable unused parameter warning | Riku Isokoski | 2023-01-24 | 1 | -9/+0 |
| | | | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed. | ||||
| * | Set version to 1.11. | Jean-François Milants | 2022-10-16 | 1 | -1/+1 |
| | | |||||
| * | Remove CMake targets and corresponding CLI arguments that are specific to ↵ | Jean-François Milants | 2022-09-17 | 1 | -33/+0 |
| | | | | | the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT). | ||||
| * | Small improvement in generate-fonts.py following code review. | Jean-François Milants | 2022-09-11 | 1 | -0/+9 |
| | | | | | Add lv_img_conf in Docker image to build resources at build time. | ||||
| * | Set version to 1.10 | Jean-François Milants | 2022-06-29 | 1 | -1/+1 |
| | | |||||
| * | Add basic hardware configuration options for P8 | Christoph Honal | 2022-06-27 | 1 | -7/+2 |
| | | | | | | This enables the configuration of the LFCLK source, as well as the target hardware board pin configuration. | ||||
| * | CMake: Extend debug configuration | Christoph Honal | 2022-06-19 | 1 | -0/+5 |
| | | | | | | Enable debug output for InfiniTime, Nimble and the NRF SDK via SEGGER RTT on debug builds. | ||||
| * | CMakeLists.txt: add double quotes in STRIP command | Ildar Mulyukov | 2022-06-06 | 1 | -1/+1 |
| | | | | | fixes cases when git is missing in the build system | ||||
| * | Set version to 1.9.0 | Jean-François Milants | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | Create Version.h in binary dir instead of src dir | Reinhold Gschweicher | 2022-01-17 | 1 | -1/+1 |
| | | | | | | Don't use source directory for generated files. Use the binary (build) directory instead. | ||||
| * | Set version to 1.8.0 | Jean-François Milants | 2022-01-07 | 1 | -1/+1 |
| | | |||||
| * | Fix unresponsive touch panel after update to 1.7 : don't care if device ids ↵ | Jean-François Milants | 2021-11-14 | 1 | -1/+1 |
| | | | | | are not the ones we expected (until we know more about these communication and IDs issues). | ||||
| * | Set version to 1.7.0 | Jean-François Milants | 2021-11-11 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.6.0 | Jean-François Milants | 2021-09-28 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.5.0 | Jean-François Milants | 2021-09-26 | 1 | -1/+1 |
| | | |||||
| * | Add WATCH_COLMI_P8 option to cmake & docs | hubmartin | 2021-09-13 | 1 | -0/+9 |
| | | |||||
| * | Set version to 1.4.0. | Jean-François Milants | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | minor changes regarding building (#356) | Alexandros Feuerstein | 2021-07-24 | 1 | -4/+0 |
| | | | | * don't enforce any flashing through debug ports | ||||
| * | Set version to 1.3.0 | Jean-François Milants | 2021-07-23 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.2.0 | Jean-François Milants | 2021-06-19 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.1.0. | Jean-François Milants | 2021-05-21 | 1 | -1/+1 |
| | | |||||
| * | git: store git short ref hash on build stage to Version.h | Stoian Minaiev | 2021-05-14 | 1 | -0/+12 |
| | | |||||
| * | Set version to 1.0.0, wohoo! | JF002 | 2021-04-16 | 1 | -1/+1 |
| | | |||||
| * | First integration of the motion sensor (bma 421) : step counting + wake on ↵ | Jean-François Milants | 2021-04-04 | 1 | -1/+1 |
| | | | | | wrist rotation + app to see the value of the 3 axis in "real time". | ||||
| * | Updated to include WatchFaceAnalog and fixed clashes | Niall Cooling | 2021-03-22 | 1 | -1/+10 |
| |\ | |||||
| | * | Set version to 0.15.0 | Jean-François Milants | 2021-03-21 | 1 | -1/+1 |
| | | | |||||
| | * | Set version to 0.14.1 | Jean-François Milants | 2021-03-07 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'develop' into recovery-firmware | Jean-François Milants | 2021-03-07 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h | ||||
| | * | | Add new cmake option to disable the generation of DFU file (which needs ↵ | Jean-François Milants | 2021-02-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build). | ||||
| * | | | Resolved C++14 Cmake build issues so correctly building to C99/C++14 standards | Niall Cooling | 2021-03-16 | 1 | -0/+10 |
| | |/ |/| | |||||
| * | | Set version to 0.14.0 | Jean-François Milants | 2021-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | Set version to 0.13.0 | Jean-François Milants | 2021-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | Set version to 0.12.1 | Jean-François Milants | 2021-02-07 | 1 | -1/+1 |
| | | | |||||
| * | | Set version to 0.12..0 | Jean-François Milants | 2021-02-04 | 1 | -1/+1 |
| |/ | |||||
| * | Set version to 0.11.0 | Jean-François Milants | 2021-01-23 | 1 | -1/+1 |
| | | |||||
| * | Set version to 0.10.0. | Jean-François Milants | 2021-01-04 | 1 | -1/+1 |
| | | |||||
| * | Generate post_build.sh into CMAKE_CURRENT_BINARY_DIR | Joe Eaves | 2020-12-22 | 1 | -1/+1 |
| | | |||||
| * | Set version to 0.9.0 | JF | 2020-10-27 | 1 | -1/+1 |
| | | |||||
| * | Reformatted the CMakeLists for consistency | Avamander | 2020-10-02 | 1 | -1/+1 |
| | | |||||
