| Age | Commit message (Expand) | Author |
| 2020-08-20 | Docker build : split build.sh into 2 scripts : build.sh that always exists an... | JF |
| 2020-08-19 | All output files (bin, hex, image, dfu) contain the version of the project in... | JF |
| 2020-08-17 | Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom ... | JF |
| 2020-08-17 | Fix most of the warnings. Remaining warnings come from nimble source code. | JF |
| 2020-08-14 | Merge develop and fix conflicts. | JF |
| 2020-08-14 | Refactor ScreenList to make it more generic : it can now contain any Screen t... | JF |
| 2020-08-11 | Add new screen that allows the user to manually validate the new firmware he'... | JF |
| 2020-07-25 | Merge pull request #40 from piggz/music | JF002 |
| 2020-07-19 | New implementation of the I²C/TWI driver. | JF |
| 2020-07-11 | Merge branch 'develop' of https://github.com/JF002/Pinetime into music | Adam Pigg |
| 2020-07-11 | Add start of music appliction | Adam Pigg |
| 2020-07-11 | Fix/Workaround a memory leak each time a device connects to BLE. | JF |
| 2020-07-04 | Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ... | JF |
| 2020-07-03 | Add doc about memory usage analysis. | JF |
| 2020-07-02 | Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca... | JF |
| 2020-06-27 | Merge branch 'nimble_1_3_0' into develop | JF |
| 2020-06-17 | Fix link error because of missing file "nrf_common.ld" | Vojtěch Jirkovský |
| 2020-06-16 | Fix builds that do not specify CMAKE_BUILD_TYPE during CMake generation. Appl... | JF |
| 2020-06-16 | Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. | JF |
| 2020-06-06 | Add new target (pinetime-graphics) that flash the bootloader logo into the sp... | JF |
| 2020-06-01 | Encapsulate DFU Image buffering and writing into spi flash in DfuImage. | JF |
| 2020-06-01 | Improve DFU procedure : | JF |
| 2020-05-24 | Add driver for writing into the internal flash. | JF |
| 2020-05-24 | Merge develop | JF |
| 2020-05-24 | Refactor CMake files to allow building 2 binaries : one standalone and one co... | JF |
| 2020-05-07 | Add SPI NOR Flash driver, WIP. | JF |
| 2020-05-05 | Move PinetimeService to CurrentTimeService witha view to implement CTS | Adam Pigg |
| 2020-05-05 | Run the alert notification service and simplify trhe pinetime service | Adam Pigg |
| 2020-05-05 | Add a simple service to allow setting the time from a controlling | Adam Pigg |
| 2020-05-02 | Add new screen that is displayed during the OTA transfert. | JF |
| 2020-04-27 | Nimble OTA : work in progress | JF |
| 2020-04-27 | BLE : Display the actual status of the connection on the screen. | JF |
| 2020-04-27 | Remove references to BLE Manager | Adam Pigg |
| 2020-04-25 | NimbleController : CTS & ANS working but not at the same time (conflict durin... | JF |
| 2020-04-23 | NimbleController : Encapsulate CTS client in its own class. | JF |
| 2020-04-23 | NimbleController : Encapsulate device info service in its own class. | JF |
| 2020-04-19 | Encapsulate nimble code into NimbleController. | JF |
| 2020-04-19 | Integration of nimble, work in progress. | JF |
| 2020-03-28 | Encapsulate Notification management in NotificationManager. It implement a st... | JF |
| 2020-03-22 | Add new App : Sysinfo. It displays various info about the running system : ve... | JF |
| 2020-03-15 | Add the possibility to the screen to handle a touch gesture. | JF |
| 2020-03-15 | Encapsulate brightness controll into the class BrightnessController. | JF |
| 2020-03-14 | Display battery level and BLE connection status using icon on Clock screen. | JF |
| 2020-03-01 | Remove default lvgl font (roboto). | JF |
| 2020-03-01 | Add debugPins module that provides functions to set and clear debug GPIOs. | JF |
| 2020-02-26 | Add new Screens (gauge, meter,...) | JF |
| 2020-02-23 | Enable watchdog, and issue a WDT reset when the button is pushed for more tha... | JF |
| 2020-02-23 | Re-enable BLE, BLE status on display and battery level on display. | JF |
| 2020-02-23 | Do not compile GFX and older fonts anymore. | JF |
| 2020-02-16 | Add touch panel port to lvgl. | JF |