| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove references to BLE Manager | Adam Pigg | 2020-04-27 | 1 | -1/+0 |
| | | |||||
| * | NimbleController : CTS & ANS working but not at the same time (conflict ↵ | JF | 2020-04-25 | 1 | -0/+2 |
| | | | | | during discovery) | ||||
| * | NimbleController : Encapsulate CTS client in its own class. | JF | 2020-04-23 | 1 | -0/+2 |
| | | |||||
| * | NimbleController : Encapsulate device info service in its own class. | JF | 2020-04-23 | 1 | -0/+2 |
| | | |||||
| * | Encapsulate nimble code into NimbleController. | JF | 2020-04-19 | 1 | -0/+3 |
| | | | | | Handle all GAP events. | ||||
| * | Integration of nimble, work in progress. | JF | 2020-04-19 | 1 | -1/+104 |
| | | | | | Advertising is working. | ||||
| * | Encapsulate Notification management in NotificationManager. It implement a ↵ | JF | 2020-03-28 | 1 | -0/+2 |
| | | | | | static array of notifications to avoid dynamic allocation. | ||||
| * | Add new App : Sysinfo. It displays various info about the running system : ↵ | JF | 2020-03-22 | 1 | -1/+4 |
| | | | | | version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...). | ||||
| * | Add the possibility to the screen to handle a touch gesture. | JF | 2020-03-15 | 1 | -1/+2 |
| | | | | | A default action is taken if the current screen doesn't handle it. | ||||
| * | Encapsulate brightness controll into the class BrightnessController. | JF | 2020-03-15 | 1 | -1/+9 |
| | | | | | Add a new app to configure the brightness. | ||||
| * | Display battery level and BLE connection status using icon on Clock screen. | JF | 2020-03-14 | 1 | -0/+37 |
| | | |||||
| * | Remove default lvgl font (roboto). | JF | 2020-03-01 | 1 | -1/+1 |
| | | |||||
| * | Add debugPins module that provides functions to set and clear debug GPIOs. | JF | 2020-03-01 | 1 | -0/+2 |
| | | | | | Disable logging once again. | ||||
| * | Add new Screens (gauge, meter,...) | JF | 2020-02-26 | 1 | -0/+17 |
| | | |||||
| * | Enable watchdog, and issue a WDT reset when the button is pushed for more ↵ | JF | 2020-02-23 | 1 | -2/+2 |
| | | | | | than 7s. | ||||
| * | Re-enable BLE, BLE status on display and battery level on display. | JF | 2020-02-23 | 1 | -2/+2 |
| | | |||||
| * | Do not compile GFX and older fonts anymore. | JF | 2020-02-23 | 1 | -10/+9 |
| | | | | | | | Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens. | ||||
| * | Add touch panel port to lvgl. | JF | 2020-02-16 | 1 | -0/+17 |
| | | | | | PoC of user interaction with 3 screen (clock, menu and app). | ||||
| * | Integration of lvgl : continued... | JF | 2020-02-10 | 1 | -3/+8 |
| | | |||||
| * | First quick'n'dirty integration of LittleVGL. Needs some cleaning. | JF | 2020-02-08 | 1 | -0/+114 |
| | | |||||
| * | Merge branch 'master' of https://github.com/JF002/Pinetime | JF | 2020-01-19 | 1 | -1/+1 |
| |\ | |||||
| | * | downgrade to cmake 3.10 | Daniel Kucera | 2020-01-18 | 1 | -2/+2 |
| | | | |||||
| * | | Set minimum version of cmake to 3.10 | JF | 2020-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Encapsulate the drawing of the screen into Screens classes. | JF | 2020-01-18 | 1 | -4/+10 |
| |/ | |||||
| * | Fix link error because of missing file "nrf_common.ld" | JF | 2020-01-12 | 1 | -0/+4 |
| | | |||||
| * | Add date library (https://github.com/HowardHinnant/date) to manage the date ↵ | JF | 2020-01-11 | 1 | -0/+9 |
| | | | | | | | and time. The date is now properly processed (31 December 2019 23:59:59 + 1s => 1 January 2020 00:00:00) | ||||
| * | Improve power consumption and SLEEP mode : | JF | 2020-01-05 | 1 | -0/+9 |
| | | | | | | | | - Disable IDLE hook (it would wake the device up as soon as possible). - Logger task sleep for 100ms (disable logging for better battery life) - Logging is disabled by default - Apply fix for ERRATA 87 (clear FPU interrupt before going to sleep). Ports files from FreeRTOS are now in the sources (they where in the SDK before) | ||||
| * | Add basic touch panel driver. | JF | 2020-01-03 | 1 | -0/+2 |
| | | | | | Handle touch event in display app : draw a big square at the touch point coordinates. | ||||
| * | Remove deleted files from CMakeLists.txt | JF | 2019-12-30 | 1 | -2/+0 |
| | | |||||
| * | Add DateTimeController to manage the time. | JF | 2019-12-28 | 1 | -0/+4 |
| | | | | | Use messages in message queues to refresh the UI | ||||
| * | Add BleController to manage the BLE connection status | JF | 2019-12-27 | 1 | -0/+2 |
| | | |||||
| * | Implement battery measurement in BatteryController. | JF | 2019-12-27 | 1 | -0/+2 |
| | | | | | Update battery info on wake up (with button) | ||||
| * | Add small font, display date, Ble connection and battery power in display ↵ | JF | 2019-12-27 | 1 | -2/+4 |
| | | | | | app (hard-coded values for now). | ||||
| * | Code cleaning, implement BT connection, advertising, discovery and CTS in ↵ | JF | 2019-12-23 | 1 | -0/+2 |
| | | | | | ble_manager module. | ||||
| * | Convert Spi and GFX to C++. | JF | 2019-12-07 | 1 | -4/+6 |
| | | |||||
| * | Add DisplayApp, and lcdfont. Update the display every second | JF | 2019-12-05 | 1 | -0/+4 |
| | | |||||
| * | Add support for LCD (ST7789) | JF | 2019-12-05 | 1 | -0/+4 |
| | | |||||
| * | Initial commit | JF | 2019-11-17 | 1 | -0/+42 |
