| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Paddle.cpp | ZephyrLabs | 2020-12-20 | 1 | -1/+0 |
| | | | | | blankline removal | ||||
| * | Update Paddle.cpp | ZephyrLabs | 2020-12-20 | 1 | -16/+13 |
| | | | | | fix uppercase | ||||
| * | Update Paddle.h | ZephyrLabs | 2020-12-20 | 1 | -4/+4 |
| | | | | | fix uppercase | ||||
| * | Update Paddle.cpp | ZephyrLabs | 2020-12-20 | 1 | -1/+1 |
| | | | | | tranparent paddle bug fix. | ||||
| * | Update Paddle.cpp | ZephyrLabs | 2020-12-08 | 1 | -21/+115 |
| | | | | | added changes from PR | ||||
| * | Update Paddle.h | ZephyrLabs | 2020-12-08 | 1 | -105/+10 |
| | | | | | add changes from PR | ||||
| * | Update Symbols.h | ZephyrLabs | 2020-12-04 | 1 | -1/+1 |
| | | | | | change symbol to correct vale | ||||
| * | Update Paddle.cpp | ZephyrLabs | 2020-12-03 | 1 | -2/+1 |
| | | | | | bugfix: add missing class | ||||
| * | Update Paddle.h | ZephyrLabs | 2020-12-03 | 1 | -2/+6 |
| | | | | | bugfix: add missing class | ||||
| * | Update DisplayApp.cpp | ZephyrLabs | 2020-12-03 | 1 | -1/+1 |
| | | | | | fixed file typo | ||||
| * | Update DisplayApp.cpp | ZephyrLabs | 2020-12-03 | 1 | -0/+1 |
| | | | | | added Paddle header and paddle app screen | ||||
| * | Update Apps.h | ZephyrLabs | 2020-12-03 | 1 | -1/+1 |
| | | | | | added Paddle app | ||||
| * | Update Paddle.cpp | ZephyrLabs | 2020-12-03 | 1 | -0/+1 |
| | | | | | create Paddle.cpp | ||||
| * | Update Paddle.h | ZephyrLabs | 2020-12-03 | 1 | -0/+1 |
| | | | | | created Paddle.h | ||||
| * | Update jetbrains_mono_bold_20.c | ZephyrLabs | 2020-12-03 | 1 | -1/+0 |
| | | | | | added paddle symbol in font | ||||
| * | Update Readme.md | ZephyrLabs | 2020-12-03 | 1 | -0/+1 |
| | | | | | added range of paddle symbol | ||||
| * | Update Symbols.h | ZephyrLabs | 2020-12-03 | 1 | -0/+1 |
| | | | | | added paddle symbol | ||||
| * | Update ApplicationList.cpp | ZephyrLabs | 2020-12-03 | 1 | -0/+1 |
| | | | | | added paddle app | ||||
| * | Addition of new files in MakeList | ZephyrLabs | 2020-12-03 | 9 | -8/+265 |
| | | | | | added Paddle.cpp and Paddle.h | ||||
| * | Merge pull request #136 from okaestne/include-cleanup | JF002 | 2020-12-01 | 91 | -421/+378 |
| |\ | | | | | Includes cleanup | ||||
| | * | Delete Tab.cpp and Tab.h | okaestne | 2020-11-17 | 2 | -89/+0 |
| | | | | | | | | | as discussed with JF | ||||
| | * | fix TWI includes | okaestne | 2020-11-16 | 1 | -0/+2 |
| | | | |||||
| | * | Include cleanup: displayapp + screens | okaestne | 2020-11-16 | 39 | -196/+169 |
| | | | |||||
| | * | Include cleanup: components | okaestne | 2020-11-16 | 35 | -116/+199 |
| | | | |||||
| | * | Include cleanup: drivers | okaestne | 2020-11-15 | 17 | -34/+22 |
| | | | |||||
| * | | Merge pull request #128 from AirHamster/cyrillic-font | JF002 | 2020-12-01 | 2 | -237/+598 |
| |\ \ | | | | | | | Add Cyrillic symbols into jetbrains font | ||||
| | * | | fonts: readme: add cyrillic symbols UTF-8 range | Ilia Zarubin | 2020-11-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | fonts: add cyrillic symbols in mono bold font | Ilia Zarubin | 2020-11-07 | 1 | -236/+597 |
| | |/ | | | | | | | | | Just converted jetbrains and awesome fonts with additional cyrillic symbols. | ||||
| * | | Merge pull request #124 from IoTPanic/patch-waketime-iotpanic | JF002 | 2020-12-01 | 1 | -7/+5 |
| |\ \ | | | | | | | Reduced interval where the display shows the previous time on wake | ||||
| | * | | Jeez this is what I get for rushing 😬 | Samuel Archibald | 2020-11-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Whoops! Don't look at this XD | Samuel Archibald | 2020-11-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Readability and fix | Samuel Archibald | 2020-11-19 | 1 | -1/+2 |
| | | | | |||||
| | * | | This is the actual fix, reducing the time between LCD is turned back on and ↵ | Samuel Archibald | 2020-11-02 | 1 | -7/+4 |
| | | | | | | | | | | | | | the next task which will display the time is started. | ||||
| | * | | Fixed displaying last displayed time for ~100ms on wake | Samuel Archibald | 2020-11-02 | 1 | -4/+4 |
| | |/ | |||||
| * | | Merge pull request #125 from IoTPanic/patch-menubattery-iotpanic | JF002 | 2020-11-19 | 1 | -4/+1 |
| |\ \ | | | | | | | Fixed battery percentage readout in the menu display | ||||
| | * | | Fixes #119! Improved based off suggested changes | Samuel Archibald | 2020-11-18 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix for comments on issue #125, bounds check removed | Samuel Archibald | 2020-11-16 | 1 | -3/+1 |
| | | | | |||||
| | * | | Fix to #119 | Samuel Archibald | 2020-11-02 | 1 | -5/+4 |
| | |/ | |||||
| * | | Merge pull request #120 from ryanplusplus/transfert-typo | JF002 | 2020-11-17 | 3 | -15/+11 |
| |\ \ | | | | | | | Fixed typo (Transfert -> Transfer) | ||||
| | * | | Fixed typo (Transfert -> Transfer) | Ryan Hartlage | 2020-11-01 | 3 | -15/+11 |
| | |/ | |||||
| * / | Flash the correct file when running FLASH_pinetime-app with JLink | Ryan Hartlage | 2020-11-14 | 1 | -1/+1 |
| |/ | |||||
| * | Refactoring of BLE service discovery : it is now implemented into the ↵ | JF | 2020-10-29 | 10 | -227/+254 |
| | | | | | classes of the services. | ||||
| * | Reset BLE services on disconnect, do not start advertising if a connection ↵ | JF | 2020-10-28 | 5 | -23/+54 |
| | | | | | is already established. | ||||
| * | Fix conflicts | JF | 2020-10-27 | 38 | -398/+1204 |
| |\ | |||||
| | * | Merge pull request #111 from JF002/fix-twi-hang | JF002 | 2020-10-27 | 4 | -23/+106 |
| | |\ | | | | | | | Workaround for TWI driver freeze | ||||
| | | * | Handle error code when calling TwiMaster::Read(). | JF | 2020-10-27 | 2 | -8/+10 |
| | | | | |||||
| | | * | Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a ↵ | JF | 2020-10-23 | 2 | -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 ↵ | JF | 2020-10-27 | 5 | -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.cpp | Anton Fosselius | 2020-10-23 | 1 | -1/+1 |
| | | | | | | | changed "include Logging" to "include logging", now compiles with RTT ;) | ||||
| | * | fix build on linux | Enno Boland | 2020-10-20 | 1 | -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. | ||||
