summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01Merge pull request #124 from IoTPanic/patch-waketime-iotpanicJF0022-7/+6
Reduced interval where the display shows the previous time on wake
2020-11-20Merge branch 'develop' of https://github.com/JF002/Pinetime into developJF2-4/+4
2020-11-20Add new Getting started doc.JF16-0/+104
2020-11-20Rename dockerfile folders to correct architecturesPeter Feerick2-0/+0
2020-11-19Jeez this is what I get for rushing 😬Samuel Archibald1-1/+1
2020-11-19Whoops! Don't look at this XDSamuel Archibald1-1/+1
2020-11-19Readability and fixSamuel Archibald1-1/+2
2020-11-19Merge pull request #125 from IoTPanic/patch-menubattery-iotpanicJF0021-4/+1
Fixed battery percentage readout in the menu display
2020-11-18Merge pull request #49 from incyi/patch-1JF0021-0/+3
Update README.md
2020-11-18Update README.mdincyi1-1/+1
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald1-2/+2
2020-11-17Delete Tab.cpp and Tab.hokaestne2-89/+0
as discussed with JF
2020-11-17Merge pull request #120 from ryanplusplus/transfert-typoJF0024-23/+19
Fixed typo (Transfert -> Transfer)
2020-11-17Merge pull request #131 from pfeerick/doc-fixJF0021-3/+3
Fix companion app documentation links broken during #68
2020-11-17Merge pull request #134 from miguemoya/fix-gh-actions-deprecationJF0021-3/+3
Fix error install Cmake main.yml
2020-11-17Merge pull request #135 from ryanplusplus/flash-correct-file-with-jlinkJF0021-1/+1
Flash the correct file when running FLASH_pinetime-app with JLink
2020-11-16Fix for comments on issue #125, bounds check removedSamuel Archibald1-3/+1
2020-11-16fix TWI includesokaestne1-0/+2
2020-11-16Include cleanup: displayapp + screensokaestne39-196/+169
2020-11-16Include cleanup: componentsokaestne35-116/+199
2020-11-15Include cleanup: driversokaestne17-34/+22
2020-11-14Flash the correct file when running FLASH_pinetime-app with JLinkRyan Hartlage1-1/+1
2020-11-14Update main.ymlMiguel Ángel Ordóñez Moya1-3/+3
When installing Cmake you get Error: The add-path command is deprecated and will be disabled on November 16th... And the file pinetime-mcuboot-app-dfu.zip was being generated as pinetime-mcuboot-app-dfu.zip.zip
2020-11-09Fix companion app documentation links broken during #68Peter Feerick1-3/+3
2020-11-08Increase timeout of DFU characteristic discovery to fix failed attempts to ↵JF1-1/+1
OTA with dfu.py.
2020-11-07fonts: readme: add cyrillic symbols UTF-8 rangeIlia Zarubin1-1/+1
2020-11-07fonts: add cyrillic symbols in mono bold fontIlia Zarubin1-236/+597
Just converted jetbrains and awesome fonts with additional cyrillic symbols.
2020-11-02Fix to #119Samuel Archibald1-5/+4
2020-11-02This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald1-7/+4
the next task which will display the time is started.
2020-11-02Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald2-4/+5
2020-11-01Fixed typo (Transfert -> Transfer)Ryan Hartlage4-23/+19
2020-10-30Merge pull request #118 from JF002/improve-ble-connectionJF00210-230/+288
Improve ble connection
2020-10-29Refactoring of BLE service discovery : it is now implemented into the ↵JF10-227/+254
classes of the services.
2020-10-28Reset BLE services on disconnect, do not start advertising if a connection ↵JF5-23/+54
is already established.
2020-10-27Merge pull request #108 from JF002/notification-uiJF00216-74/+423
Improved notification UI
2020-10-27Fix conflictsJF42-402/+1212
2020-10-27Set version to 0.9.0JF1-1/+1
2020-10-27Merge pull request #105 from Gottox/patch-1JF0021-2/+2
Update MemoryAnalysis.md
2020-10-27Merge pull request #111 from JF002/fix-twi-hangJF0024-23/+106
Workaround for TWI driver freeze
2020-10-27Handle error code when calling TwiMaster::Read().JF2-8/+10
2020-10-27Merge pull request #112 from SteveAmor/patch-1JF0021-1/+1
Update arm-gcc toolchain in example
2020-10-27Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF5-4/+49
because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. This feature will be re-enabled when the bootloader expses it's version.
2020-10-24Update arm-gcc toolchain in exampleSteveis1-1/+1
The difference in the example caused some confusion for at least one person.
2020-10-23Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a ↵JF2-15/+96
better fix is found. When the driver is stuck in an infinite loop for more than ~2.5ms, the TWI device is re-init and the transaction is retried. Read() and Write() return an error code.
2020-10-23Merge pull request #110 from maidenone/patch-1JF0021-1/+1
Update main.cpp - Fix include path.
2020-10-23Update main.cppAnton Fosselius1-1/+1
changed "include Logging" to "include logging", now compiles with RTT ;)
2020-10-22Notifications : Replace the label "notificationNr/notificationNb" by a grey ↵JF2-12/+17
border on the bottom that is displayed when there are other notifications to available.
2020-10-22Notifications : Fix copy when the messages is spread across multiple os_mbuf.JF5-23/+28
2020-10-21Notifications : Fix display of notification index/number.JF3-5/+10
2020-10-21Increase max size of notification message to 100 char.JF6-41/+30
Fix bug in message handling that would ignore the last character of the notification.