Commit 56fa6b2
authored
update InfiniTime to latest main state (#185)
This contains the following InfiniTime updates:
- Firmware validation: UI redesign
([#2338](InfiniTimeOrg/InfiniTime#2338))
- Refactor Timer component to provide expiry information
([#2365](InfiniTimeOrg/InfiniTime#2365))
- Step counter history
- Move TemperatureColor to SimpleWeatherService for reusability
- Constant frequency SystemTask state updates
- Mildly more correct linker flags
- GCC 14 compatibility
- Correct tick overflow handling for timer reset1 parent d5bfbb6 commit 56fa6b2
1 file changed
+1
-1
lines changedSubmodule InfiniTime updated 16 files
- gcc_nrf52-mcuboot.ld-1
- gcc_nrf52.ld-1
- src/CMakeLists.txt+7-7
- src/components/ble/MotionService.cpp+2-2
- src/components/ble/SimpleWeatherService.h+14
- src/components/motion/MotionController.cpp+12-3
- src/components/motion/MotionController.h+16-3
- src/components/timer/Timer.cpp+19-4
- src/components/timer/Timer.h+9-1
- src/displayapp/screens/FirmwareValidation.cpp+24-10
- src/displayapp/screens/Navigation.cpp+1-1
- src/displayapp/screens/Steps.cpp+18-3
- src/displayapp/screens/Steps.h+1
- src/displayapp/screens/Timer.cpp+3-2
- src/displayapp/screens/Weather.cpp+1-15
- src/systemtask/SystemTask.cpp+37-17
0 commit comments