| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format to all C++ files | Finlay Davidson | 2022-06-05 | 1 | -18/+14 |
| | | |||||
| * | Add missing nrf_log.h includes shadowed by SystemMonitor.h | Reinhold Gschweicher | 2022-03-08 | 1 | -0/+1 |
| | | | | | | | Some components were missing a `nrf_log.h` include. This missing include was accidentally provided by the SystemMonitor.h header, which was included by Systemtask.h | ||||
| * | Merge branch 'develop' into motionservice_fix_typo_in_include | JF | 2021-11-28 | 1 | -3/+3 |
| |\ | |||||
| | * | Merge branch 'restructure_includes' of ↵ | Jean-François Milants | 2021-11-28 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h | ||||
| | | * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| | * | | fix Motion Service UUID in doc and code comments | mabuch | 2021-11-15 | 1 | -2/+2 |
| | |/ | |||||
| * / | MotionService: fix not needed '/' in include | Reinhold Gschweicher | 2021-10-30 | 1 | -1/+1 |
| |/ | |||||
| * | Motion service : fix step notifications that were sent as a single byte ↵ | Jean-François Milants | 2021-10-26 | 1 | -1/+1 |
| | | | | | instead of 4 (uint32_t). | ||||
| * | Add mention to Call characteristic (which was missing in the doc) and change ↵ | Jean-François Milants | 2021-10-20 | 1 | -1/+1 |
| | | | | | the UUID of the new Motion service from 00020000-* to 00030000-*. | ||||
| * | Add MotionService : expose step count and RAW X/Y/Z values to the host. | Jean-François Milants | 2021-10-17 | 1 | -0/+124 |
