Commit 46f2e0d
authored
User apps selection with CMake (InfiniTimeOrg#134)
Integrate the new `infinitime_apps` library and enable user applications
selection using the CMake variable `ENABLE_USERAPPS`.
Update InfiniTime to after CMake user app selection merged1 parent d6cc458 commit 46f2e0d
3 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
292 | 299 | | |
293 | 300 | | |
294 | 301 | | |
| |||
Submodule InfiniTime updated 26 files
- CMakeLists.txt-2
- doc/code/Apps.md+9
- src/CMakeLists.txt+8-6
- src/components/settings/Settings.h+1-1
- src/displayapp/DisplayApp.h+1-1
- src/displayapp/DisplayAppRecovery.h+1-1
- src/displayapp/UserApps.h+1-1
- src/displayapp/apps/Apps.h.in+2-17
- src/displayapp/apps/CMakeLists.txt+12
- src/displayapp/screens/Alarm.h+1-1
- src/displayapp/screens/ApplicationList.h+1-1
- src/displayapp/screens/CheckboxList.h+1-1
- src/displayapp/screens/InfiniPaint.h+1-1
- src/displayapp/screens/List.h+1-1
- src/displayapp/screens/Motion.h+1-1
- src/displayapp/screens/Music.h+1-1
- src/displayapp/screens/Navigation.h+1-1
- src/displayapp/screens/Paddle.h+1-1
- src/displayapp/screens/Steps.h+1-1
- src/displayapp/screens/StopWatch.h+1-1
- src/displayapp/screens/Tile.h+1-1
- src/displayapp/screens/Twos.h+1-1
- src/displayapp/screens/WatchFaceCasioStyleG7710.h+1-1
- src/displayapp/screens/WatchFaceDigital.h+1-1
- src/displayapp/screens/WatchFaceInfineat.h+1-1
- src/displayapp/screens/settings/Settings.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
0 commit comments