aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to BLE ManagerAdam Pigg2020-04-271-1/+0
|
* NimbleController : CTS & ANS working but not at the same time (conflict ↵JF2020-04-251-0/+2
| | | | during discovery)
* NimbleController : Encapsulate CTS client in its own class.JF2020-04-231-0/+2
|
* NimbleController : Encapsulate device info service in its own class.JF2020-04-231-0/+2
|
* Encapsulate nimble code into NimbleController.JF2020-04-191-0/+3
| | | | Handle all GAP events.
* Integration of nimble, work in progress.JF2020-04-191-1/+104
| | | | Advertising is working.
* Encapsulate Notification management in NotificationManager. It implement a ↵JF2020-03-281-0/+2
| | | | static array of notifications to avoid dynamic allocation.
* Add new App : Sysinfo. It displays various info about the running system : ↵JF2020-03-221-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.JF2020-03-151-1/+2
| | | | A default action is taken if the current screen doesn't handle it.
* Encapsulate brightness controll into the class BrightnessController.JF2020-03-151-1/+9
| | | | Add a new app to configure the brightness.
* Display battery level and BLE connection status using icon on Clock screen.JF2020-03-141-0/+37
|
* Remove default lvgl font (roboto).JF2020-03-011-1/+1
|
* Add debugPins module that provides functions to set and clear debug GPIOs.JF2020-03-011-0/+2
| | | | Disable logging once again.
* Add new Screens (gauge, meter,...)JF2020-02-261-0/+17
|
* Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF2020-02-231-2/+2
| | | | than 7s.
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-2/+2
|
* Do not compile GFX and older fonts anymore.JF2020-02-231-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.JF2020-02-161-0/+17
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Integration of lvgl : continued...JF2020-02-101-3/+8
|
* First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF2020-02-081-0/+114
|
* Merge branch 'master' of https://github.com/JF002/PinetimeJF2020-01-191-1/+1
|\
| * downgrade to cmake 3.10Daniel Kucera2020-01-181-2/+2
| |
* | Set minimum version of cmake to 3.10JF2020-01-181-1/+1
| |
* | Encapsulate the drawing of the screen into Screens classes.JF2020-01-181-4/+10
|/
* Fix link error because of missing file "nrf_common.ld"JF2020-01-121-0/+4
|
* Add date library (https://github.com/HowardHinnant/date) to manage the date ↵JF2020-01-111-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 :JF2020-01-051-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.JF2020-01-031-0/+2
| | | | Handle touch event in display app : draw a big square at the touch point coordinates.
* Remove deleted files from CMakeLists.txtJF2019-12-301-2/+0
|
* Add DateTimeController to manage the time.JF2019-12-281-0/+4
| | | | Use messages in message queues to refresh the UI
* Add BleController to manage the BLE connection statusJF2019-12-271-0/+2
|
* Implement battery measurement in BatteryController.JF2019-12-271-0/+2
| | | | Update battery info on wake up (with button)
* Add small font, display date, Ble connection and battery power in display ↵JF2019-12-271-2/+4
| | | | app (hard-coded values for now).
* Code cleaning, implement BT connection, advertising, discovery and CTS in ↵JF2019-12-231-0/+2
| | | | ble_manager module.
* Convert Spi and GFX to C++.JF2019-12-071-4/+6
|
* Add DisplayApp, and lcdfont. Update the display every secondJF2019-12-051-0/+4
|
* Add support for LCD (ST7789)JF2019-12-051-0/+4
|
* Initial commitJF2019-11-171-0/+42