aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update Paddle.cppZephyrLabs2020-12-201-1/+0
| | | | blankline removal
* Update Paddle.cppZephyrLabs2020-12-201-16/+13
| | | | fix uppercase
* Update Paddle.hZephyrLabs2020-12-201-4/+4
| | | | fix uppercase
* Update Paddle.cppZephyrLabs2020-12-201-1/+1
| | | | tranparent paddle bug fix.
* Update Paddle.cppZephyrLabs2020-12-081-21/+115
| | | | added changes from PR
* Update Paddle.hZephyrLabs2020-12-081-105/+10
| | | | add changes from PR
* Update Symbols.hZephyrLabs2020-12-041-1/+1
| | | | change symbol to correct vale
* Update Paddle.cppZephyrLabs2020-12-031-2/+1
| | | | bugfix: add missing class
* Update Paddle.hZephyrLabs2020-12-031-2/+6
| | | | bugfix: add missing class
* Update DisplayApp.cppZephyrLabs2020-12-031-1/+1
| | | | fixed file typo
* Update DisplayApp.cppZephyrLabs2020-12-031-0/+1
| | | | added Paddle header and paddle app screen
* Update Apps.hZephyrLabs2020-12-031-1/+1
| | | | added Paddle app
* Update Paddle.cppZephyrLabs2020-12-031-0/+1
| | | | create Paddle.cpp
* Update Paddle.hZephyrLabs2020-12-031-0/+1
| | | | created Paddle.h
* Update jetbrains_mono_bold_20.cZephyrLabs2020-12-031-1/+0
| | | | added paddle symbol in font
* Update Readme.mdZephyrLabs2020-12-031-0/+1
| | | | added range of paddle symbol
* Update Symbols.hZephyrLabs2020-12-031-0/+1
| | | | added paddle symbol
* Update ApplicationList.cppZephyrLabs2020-12-031-0/+1
| | | | added paddle app
* Addition of new files in MakeListZephyrLabs2020-12-039-8/+265
| | | | added Paddle.cpp and Paddle.h
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-0191-421/+378
|\ | | | | Includes cleanup
| * Delete Tab.cpp and Tab.hokaestne2020-11-172-89/+0
| | | | | | | | as discussed with JF
| * fix TWI includesokaestne2020-11-161-0/+2
| |
| * Include cleanup: displayapp + screensokaestne2020-11-1639-196/+169
| |
| * Include cleanup: componentsokaestne2020-11-1635-116/+199
| |
| * Include cleanup: driversokaestne2020-11-1517-34/+22
| |
* | Merge pull request #128 from AirHamster/cyrillic-fontJF0022020-12-012-237/+598
|\ \ | | | | | | Add Cyrillic symbols into jetbrains font
| * | fonts: readme: add cyrillic symbols UTF-8 rangeIlia Zarubin2020-11-071-1/+1
| | |
| * | fonts: add cyrillic symbols in mono bold fontIlia Zarubin2020-11-071-236/+597
| |/ | | | | | | | | Just converted jetbrains and awesome fonts with additional cyrillic symbols.
* | Merge pull request #124 from IoTPanic/patch-waketime-iotpanicJF0022020-12-011-7/+5
|\ \ | | | | | | Reduced interval where the display shows the previous time on wake
| * | Jeez this is what I get for rushing 😬Samuel Archibald2020-11-191-1/+1
| | |
| * | Whoops! Don't look at this XDSamuel Archibald2020-11-191-1/+1
| | |
| * | Readability and fixSamuel Archibald2020-11-191-1/+2
| | |
| * | This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald2020-11-021-7/+4
| | | | | | | | | | | | the next task which will display the time is started.
| * | Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald2020-11-021-4/+4
| |/
* | Merge pull request #125 from IoTPanic/patch-menubattery-iotpanicJF0022020-11-191-4/+1
|\ \ | | | | | | Fixed battery percentage readout in the menu display
| * | Fixes #119! Improved based off suggested changesSamuel Archibald2020-11-181-2/+2
| | |
| * | Fix for comments on issue #125, bounds check removedSamuel Archibald2020-11-161-3/+1
| | |
| * | Fix to #119Samuel Archibald2020-11-021-5/+4
| |/
* | Merge pull request #120 from ryanplusplus/transfert-typoJF0022020-11-173-15/+11
|\ \ | | | | | | Fixed typo (Transfert -> Transfer)
| * | Fixed typo (Transfert -> Transfer)Ryan Hartlage2020-11-013-15/+11
| |/
* / Flash the correct file when running FLASH_pinetime-app with JLinkRyan Hartlage2020-11-141-1/+1
|/
* Refactoring of BLE service discovery : it is now implemented into the ↵JF2020-10-2910-227/+254
| | | | classes of the services.
* Reset BLE services on disconnect, do not start advertising if a connection ↵JF2020-10-285-23/+54
| | | | is already established.
* Fix conflictsJF2020-10-2738-398/+1204
|\
| * Merge pull request #111 from JF002/fix-twi-hangJF0022020-10-274-23/+106
| |\ | | | | | | Workaround for TWI driver freeze
| | * Handle error code when calling TwiMaster::Read().JF2020-10-272-8/+10
| | |
| | * Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a ↵JF2020-10-232-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.
| * | Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF2020-10-275-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.
| * Update main.cppAnton Fosselius2020-10-231-1/+1
| | | | | | changed "include Logging" to "include logging", now compiles with RTT ;)
| * fix build on linuxEnno Boland2020-10-201-4/+4
| | | | | | | | | | This commit fixes upper/lowercase issues in directory names that cause the build to fail on case sensitive file systems like Linux uses.