InfiniTime_mirror/src
2020-07-04 14:14:31 +02:00
..
BlinkApp Add BLE and CTS client. Time can be retrieved from a CTS server (like NRFConnect) once it's bond. 2019-12-21 17:58:00 +01:00
Components Fix buffer overflow opportunities in AlertNotificationService & AlertNotificationClient. 2020-06-28 11:59:14 +02:00
DisplayApp Add doc : how to add new symbols. 2020-07-04 14:14:31 +02:00
drivers Fix #include that were pointing to my own FS instead of relative paths to the SDK. 2020-06-16 20:44:11 +02: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 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
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 Add doc about memory usage analysis. 2020-07-03 14:45:01 +02:00
CMakeLists.txt Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. 2020-07-04 13:58:15 +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 Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. 2020-06-16 20:36:24 +02:00
main.h Do not compile GFX and older fonts anymore. 2020-02-23 13:44:39 +01:00
sdk_config.h Disable all logging 2020-06-19 22:10:01 +02:00
Version.h.in Add version (major.minor.patch) in CMake files. 2020-01-18 14:50:24 +01:00