index
:
infinitime.git
analog24
calc-onto-analog24
calc-onto-edge
develop
edge
heartdev
images
jumpdev
semiredux
ultraredux
ultraredux-heart
ultraredux2
ultraredux2-pwmbacklight
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libs
Age
Commit message (
Expand
)
Author
2020-08-17
Fix most of the warnings. Remaining warnings come from nimble source code.
JF
2020-07-11
Fix/Workaround a memory leak each time a device connects to BLE.
JF
2020-07-08
Remove debug (and bad) #includes.
JF
2020-07-02
Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca...
JF
2020-06-19
Disable all logging
JF
2020-06-16
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
JF
2020-05-24
Merge develop
JF
2020-05-17
Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen us...
JF
2020-05-02
Merge branch 'nimble' into nimble-ota
JF
2020-05-02
Update syscfg.h
JF
2020-04-30
Fix random crash caused by bad implementation of ble_npl_hw_enter_critical().
JF
2020-04-26
Add Nimble in libs directory
JF
2020-04-05
Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it s...
JF
2020-03-08
When a full screen refresh is done, apply a vertical scroll during the refres...
JF
2020-03-01
Remove default lvgl font (roboto).
JF
2020-03-01
Simplify Tile to improve refresh speed (it's not a tile anymore...).
JF
2020-02-23
Enable watchdog, and issue a WDT reset when the button is pushed for more tha...
JF
2020-02-23
Do not compile GFX and older fonts anymore.
JF
2020-02-16
Add touch panel port to lvgl.
JF
2020-02-10
Integration of lvgl : continued...
JF
2020-02-08
First quick'n'dirty integration of LittleVGL. Needs some cleaning.
JF
2020-01-11
Add date library (https://github.com/HowardHinnant/date) to manage the date a...
JF