InfiniTime/src
Jean-François Milants 9bbd2ddbc4 LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS).
Previously, the LVGL driver for the filesystem was initialized in the class FS. However, since 6f942e2, the order of the initializations was incorrect  : the driver was initialized (FS::LVGLFileSystemInit()) before LVGL (LittleVgl.Init()), which means that the driver registration was probably dropped when LVGL was initialized.

The LVGL driver is now initialized in LittleVgl.Init(), which seems to make much more sense, since all LVGL drivers are initialized there. This way, we ensure that the initialization of the drivers is consistent.
2023-02-26 22:10:03 +02:00
..
buttonhandler ButtonHandler: includes relative to src dir 2022-01-16 20:59:49 +01:00
components LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS). 2023-02-26 22:10:03 +02:00
displayapp LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS). 2023-02-26 22:10:03 +02:00
drivers watchdog: Replace WatchdogView with const Watchdog 2023-02-25 16:57:12 +02:00
FreeRTOS Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug can be useful for debugging purposes but not in production (release). (#400) 2021-06-01 21:02:15 +02:00
heartratetask Format header files 2023-01-09 21:41:21 +01:00
libs QCBOR: Update to v1.0 2023-02-26 19:32:30 +02:00
logging Format header files 2023-01-09 21:41:21 +01:00
resources infineat: Fix 12-hour time 2023-01-26 10:58:47 +02:00
systemtask SystemTask: Move lcd to DisplayApp 2023-02-25 16:58:31 +02:00
touchhandler TouchHandler: Do not store touch panel reference 2023-02-24 00:05:21 +02:00
BootErrors.h Automatic error detection 2021-08-18 15:23:30 +03:00
BootloaderVersion.cpp Fix InfiniTime compiler warnings 2022-06-19 13:41:33 +03:00
BootloaderVersion.h Fix InfiniTime compiler warnings 2022-06-19 13:41:33 +03:00
CMakeLists.txt warnings: Treat warnings as error 2023-02-26 19:32:30 +02:00
FreeRTOSConfig.h New changes according to the review : Priority 0 for display, 1 for system, timer and ble host, and 2 for ble LL 2022-03-21 20:53:46 +01:00
main.cpp DateTimeController: Remove SetTime tick parameter 2023-02-25 17:22:25 +02:00
main.h Include cleanup: components 2020-11-16 01:35:45 +01:00
recoveryLoader.cpp src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
sdk_config.h Switch to freertos timers (#1095) 2022-06-06 17:47:43 +02:00
StaticStack.h clang-format: Always break template declarations 2023-02-16 09:13:58 +02:00
Version.h.in Add missing standard includes 2021-11-15 22:02:49 +01:00