| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
