InfiniTime/src
JF 1e1bb1c6b7 Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom build param and to remove warnings from these libs.
This also speeds up the build of the whole project as those libs are now built once for the 3 targets.
2020-08-17 16:48:12 +02:00
..
Components Fix most of the warnings. Remaining warnings come from nimble source code. 2020-08-17 16:31:00 +02:00
DisplayApp Fix most of the warnings. Remaining warnings come from nimble source code. 2020-08-17 16:31:00 +02:00
drivers Fix most of the warnings. Remaining warnings come from nimble source code. 2020-08-17 16:31:00 +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 Fix most of the warnings. Remaining warnings come from nimble source code. 2020-08-17 16:31:00 +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 Fix most of the warnings. Remaining warnings come from nimble source code. 2020-08-17 16:31:00 +02:00
CMakeLists.txt Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom build param and to remove warnings from these libs. 2020-08-17 16:48:12 +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 most of the warnings. Remaining warnings come from nimble source code. 2020-08-17 16:31:00 +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