InfiniTime/src
2020-10-22 15:39:20 +02:00
..
components Notifications : Fix copy when the messages is spread across multiple os_mbuf. 2020-10-22 10:43:42 +02:00
displayapp Notifications : Replace the label "notificationNr/notificationNb" by a grey border on the bottom that is displayed when there are other notifications to available. 2020-10-22 15:39: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 Renamed Logging/ to logging/ 2020-10-02 21:45:51 +03:00
systemtask Fixed all the includes that were broken due to the renames 2020-10-02 22:16:48 +03:00
CMakeLists.txt Integrate new notification UI with notifications coming from BLE 2020-10-20 20:57:39 +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 Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode. 2020-09-20 14:31:26 +02:00
main.cpp [WIP] New notification app that uses software scrolling effect. 2020-10-18 17:35:36 +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