InfiniTime/src
Anton Fosselius ab36c6cd24
Update main.cpp
changed "include Logging" to "include logging", now compiles with RTT ;)
2020-10-23 11:25:46 +02:00
..
components Unified MusicStatus enum constant capitalization with others 2020-10-15 22:45:53 +03:00
displayapp Merge pull request #93 from robertecurtin/master 2020-10-18 17:50:20 +02:00
drivers Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled while transaction were in progress (https://github.com/JF002/Pinetime/issues/60). 2020-09-13 21:26:44 +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 Renamed displayapp/Screens to displayapp/screens 2020-10-02 21:49:55 +03:00
logging Minor formatting, diagnostic and documentation changes 2020-10-09 11:36:16 +03:00
systemtask Made sure to unsuppress the diagnostic check after the infinite loop declaration 2020-10-09 11:36:16 +03:00
CMakeLists.txt Minor formatting, diagnostic and documentation changes 2020-10-09 11:36:16 +03: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 build on linux 2020-10-20 09:16:30 +02:00
main.cpp Update main.cpp 2020-10-23 11:25:46 +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 Fix constness and set version to 0.8.1. 2020-09-02 21:36:13 +02:00