aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Collapse)AuthorAgeFilesLines
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-0/+2
|
* Fix/Workaround a memory leak each time a device connects to BLE.JF2020-07-111-0/+6
|
* Remove debug (and bad) #includes.JF2020-07-083-3/+0
|
* Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵JF2020-07-021-2/+2
| | | | | | allocated for FreeRTOS. Add Monitor to log the stack usage of each task.
* Disable all loggingJF2020-06-191-2/+2
|
* Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF2020-06-1621-844/+551
|
* Merge developJF2020-05-2440-166/+378
|\
| * Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen ↵JF2020-05-1740-166/+378
| | | | | | | | used 2 lv_img objects (occured in Clock).
* | Merge branch 'nimble' into nimble-otaJF2020-05-021-2/+2
|\|
| * Fix random crash caused by bad implementation of ble_npl_hw_enter_critical().JF2020-04-301-2/+2
| |
* | Update syscfg.hJF2020-05-022-2/+2
|/
* Add Nimble in libs directoryJF2020-04-26629-0/+227915
|
* Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it ↵JF2020-04-051-1/+1
| | | | saves ~60KB of flash!
* When a full screen refresh is done, apply a vertical scroll during the ↵JF2020-03-08205-0/+88993
| | | | refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
* Remove default lvgl font (roboto).JF2020-03-011-2/+2
|
* Simplify Tile to improve refresh speed (it's not a tile anymore...).JF2020-03-011-1/+1
| | | | Disable debug mode of lvgl.
* Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF2020-02-231-0/+0
| | | | than 7s.
* Do not compile GFX and older fonts anymore.JF2020-02-231-2/+2
| | | | | | 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-1/+1
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Integration of lvgl : continued...JF2020-02-101-6/+6
|
* First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF2020-02-082-0/+587
|
* Add date library (https://github.com/HowardHinnant/date) to manage the date ↵JF2020-01-1110-0/+23402
and time. The date is now properly processed (31 December 2019 23:59:59 + 1s => 1 January 2020 00:00:00)