summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-27Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec.JF
2020-09-27Add BatteryInformationService to expose the battery level to BLE host.JF
2020-09-20Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is n...JF
2020-09-20Rename Pinetime-JF -> InfiniTimeJF
2020-09-13Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled whil...JF
2020-09-08Docker post build : generate post build script with versions from the CMake p...JF
2020-09-02Fix constness and set version to 0.8.1.JF
2020-09-02Fix firmware version reported by Device Information Service on BLE. It was pr...JF
2020-08-22Fix bad formatting in SystemInfo.JF
2020-08-22Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF
2020-08-22Fix Infinipaint that would crash when started.JF
2020-08-21Add paint application.JF
2020-08-20Add TouchModes : in Gestures mode, only 1 event is processed for each touchev...JF
2020-08-20Docker build : split build.sh into 2 scripts : build.sh that always exists an...JF
2020-08-19All output files (bin, hex, image, dfu) contain the version of the project in...JF
2020-08-17Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom ...JF
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF
2020-08-14Re-order apps in application menu on 2 pages.JF
2020-08-14Merge develop and fix conflicts.JF
2020-08-14Screens::Label is now a subclass of Screen.JF
2020-08-14Refactor ScreenList to make it more generic : it can now contain any Screen t...JF
2020-08-11Add new screen that allows the user to manually validate the new firmware he'...JF
2020-07-25Merge pull request #40 from piggz/musicJF002
2020-07-20correct include headerfrederic lesur LESUR Frederic
2020-07-20correct bad including of sdk filesfrederic lesur LESUR Frederic
2020-07-20Fully implement music app and serviceAdam Pigg
2020-07-19New implementation of the I²C/TWI driver.JF
2020-07-15Rework characteristic handlingAdam Pigg
2020-07-13Initial code for music app screena and serviceAdam Pigg
2020-07-11Merge branch 'develop' of https://github.com/JF002/Pinetime into musicAdam Pigg
2020-07-11Add start of music applictionAdam Pigg
2020-07-11Set version to 0.7.0JF
2020-07-11Fix/Workaround a memory leak each time a device connects to BLE.JF
2020-07-08Remove debug (and bad) #includes.JF
2020-07-04Automatically switch the display on when receiving a notificationJF
2020-07-04Add doc : how to add new symbols.JF
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ...JF
2020-07-03Remove custom styles in Screens and define default style and "Big style" in L...JF
2020-07-03Add doc about memory usage analysis.JF
2020-07-02Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca...JF
2020-06-28Fix buffer overflow opportunities in AlertNotificationService & AlertNotifica...JF
2020-06-27Re-enable watchdogJF
2020-06-27Merge branch 'nimble_1_3_0' into developJF
2020-06-20Merge pull request #37 from darnel/fix-includeJF002
2020-06-19Update BLE status when BLE is connected.JF
2020-06-19Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is ne...JF
2020-06-19Apply fix for errata 87 (FPU issue).JF
2020-06-19Disable all loggingJF
2020-06-17Fix link error because of missing file "nrf_common.ld"Vojtěch Jirkovský
2020-06-17Fix #include to relative pathsVojtěch Jirkovský