| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-08 | Add missing nrf_log.h includes shadowed by SystemMonitor.h | Reinhold Gschweicher | |
| 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 | |||
| 2021-11-28 | Merge branch 'develop' into motionservice_fix_typo_in_include | JF | |
| 2021-11-28 | Merge branch 'restructure_includes' of ↵ | Jean-François Milants | |
| https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h | |||
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| 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. | |||
| 2021-11-15 | fix Motion Service UUID in doc and code comments | mabuch | |
| 2021-10-30 | MotionService: fix not needed '/' in include | Reinhold Gschweicher | |
| 2021-10-26 | Motion service : fix step notifications that were sent as a single byte ↵ | Jean-François Milants | |
| instead of 4 (uint32_t). | |||
| 2021-10-20 | Add mention to Call characteristic (which was missing in the doc) and change ↵ | Jean-François Milants | |
| the UUID of the new Motion service from 00020000-* to 00030000-*. | |||
| 2021-10-17 | Add MotionService : expose step count and RAW X/Y/Z values to the host. | Jean-François Milants | |
