InfiniTime/src
JF f5328ec9eb Refactor ScreenList to make it more generic : it can now contain any Screen type.
Integrate this new ScreenList in SystemInfo.

Add ApplicationList, which is a ScreenList of Tile. This allows to display a menu of more than 6 applications.
2020-08-14 09:46:37 +02:00
..
BlinkApp
Components Fully implement music app and service 2020-07-20 21:28:21 +01:00
DisplayApp Refactor ScreenList to make it more generic : it can now contain any Screen type. 2020-08-14 09:46:37 +02:00
drivers correct include header 2020-07-21 08:56:12 +09:00
FreeRTOS Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is needed by NimBLE to be able to mask radio interrupt (which has priority 0). 2020-06-19 22:11:21 +02:00
libs Fix/Workaround a memory leak each time a device connects to BLE. 2020-07-11 20:50:40 +02:00
Logging Reduce RAM memory usage by tuning the stack of the stasks and the heap allocated for FreeRTOS. 2020-07-02 21:38:52 +02:00
SystemTask Merge pull request #40 from piggz/music 2020-07-25 15:03:29 +02:00
CMakeLists.txt Refactor ScreenList to make it more generic : it can now contain any Screen type. 2020-08-14 09:46:37 +02:00
FreeRTOSConfig.h Reduce RAM memory usage by tuning the stack of the stasks and the heap allocated for FreeRTOS. 2020-07-02 21:38:52 +02:00
graphics.cpp Fix #include to relative paths 2020-06-17 09:04:15 +02:00
main.cpp New implementation of the I²C/TWI driver. 2020-07-19 20:30:44 +02:00
main.h Do not compile GFX and older fonts anymore. 2020-02-23 13:44:39 +01:00
sdk_config.h New implementation of the I²C/TWI driver. 2020-07-19 20:30:44 +02:00
Version.h.in Add version (major.minor.patch) in CMake files. 2020-01-18 14:50:24 +01:00