index
:
InfiniTime
local
upstream/main
My branch of InfiniTime
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
First integration of the motion sensor (bma 421) : step counting + wake on wr...
Jean-François Milants
2021-04-04
1
-2
/
+4
*
replaced all unique_ptr.reset calls with std::make_unique
Niall Cooling
2021-03-22
1
-2
/
+4
*
Merge branch 'develop' of github.com:JF002/Pinetime into develop
Jean-François Milants
2021-03-20
1
-1
/
+4
|
\
|
*
Multi face support, analog clock, 12/24 config
Joaquim
2021-02-24
1
-1
/
+4
*
|
Merge branch 'develop' into recovery-firmware
Jean-François Milants
2021-03-07
1
-2
/
+3
|
\
|
|
*
Remove debug variable.
Jean-François Milants
2021-02-14
1
-1
/
+1
|
*
Fix merge conflict.
Jean-François Milants
2021-02-14
1
-1
/
+4
|
|
\
|
|
*
create motorcontroller in main and pass by reference
petter
2021-01-25
1
-1
/
+3
|
*
|
Merge pull request #161 from petterhs/calls
JF002
2021-02-14
1
-3
/
+1
|
|
\
\
|
|
*
|
Handle call notification the same way than other notifications.
Jean-François Milants
2021-01-24
1
-3
/
+1
|
|
|
/
|
*
/
Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d...
Jean-François Milants
2021-02-02
1
-1
/
+1
|
|
/
*
/
Generate pinetime-recovery : a light version of InfiniTime design to be used ...
Jean-François Milants
2021-01-26
1
-3
/
+13
|
/
*
First implementation of the HR sensor using 100% foss code (ported from waspos)
Jean-François Milants
2021-01-10
1
-1
/
+5
*
Include cleanup: components
okaestne
2020-11-16
1
-21
/
+33
*
Update main.cpp
Anton Fosselius
2020-10-23
1
-1
/
+1
*
Fixed all the includes that were broken due to the renames
Avamander
2020-10-02
1
-12
/
+12
*
New implementation of the I²C/TWI driver.
JF
2020-07-19
1
-2
/
+13
*
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
JF
2020-06-16
1
-0
/
+1
*
Merge develop
JF
2020-05-24
1
-1
/
+0
|
\
|
*
Remove reference to NRF Softdevice in CMake and documentation.
JF
2020-05-16
1
-1
/
+0
*
|
Add SPI NOR Flash driver, WIP.
JF
2020-05-07
1
-5
/
+11
|
/
*
Add Asssert & debug messages.
JF
2020-05-02
1
-2
/
+5
*
BLE : Display the actual status of the connection on the screen.
JF
2020-04-27
1
-39
/
+0
*
Remove references to BLE Manager
Adam Pigg
2020-04-27
1
-1
/
+0
*
Encapsulate nimble code into NimbleController.
JF
2020-04-19
1
-3
/
+1
*
Integration of nimble, work in progress.
JF
2020-04-19
1
-20
/
+130
*
Encapsulate Notification management in NotificationManager. It implement a st...
JF
2020-03-28
1
-2
/
+6
*
Add support for BLE notification (ANS client).
JF
2020-03-25
1
-0
/
+8
*
Remove not needed code.
JF
2020-03-06
1
-16
/
+0
*
Remove TODO as they are not needed anymore
JF
2020-03-02
1
-2
/
+0
*
Re-Enable BLE
JF
2020-03-02
1
-4
/
+4
*
Instantiate spi, lcd, lvg and touchpanel as global variables instead of uniqu...
JF
2020-03-01
1
-20
/
+34
*
Add new Screens (gauge, meter,...)
JF
2020-02-26
1
-4
/
+4
*
Re-enable BLE, BLE status on display and battery level on display.
JF
2020-02-23
1
-8
/
+1
*
Do not compile GFX and older fonts anymore.
JF
2020-02-23
1
-121
/
+25
*
Add touch panel port to lvgl.
JF
2020-02-16
1
-3
/
+5
*
Log Touchpanel data (position + gesture!)
JF
2020-02-12
1
-1
/
+1
*
Integration of lvgl : continued...
JF
2020-02-10
1
-3
/
+5
*
First quick'n'dirty integration of LittleVGL. Needs some cleaning.
JF
2020-02-08
1
-5
/
+16
*
Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ...
JF
2020-01-26
1
-8
/
+39
*
[WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ...
JF
2020-01-22
1
-1
/
+6
*
[WIP] Use IRQ in SPI driver to improve performances
JF
2020-01-22
1
-0
/
+14
*
Update comment about system task
JF
2020-01-18
1
-0
/
+2
*
DateTimeController is now updated in the system task.
JF
2020-01-18
1
-3
/
+37
*
Detect BLE disconnection (in addition to BLE connection) and update the displ...
JF
2020-01-12
1
-2
/
+14
*
Increase configMINIMAL_STACK_SIZE to fix crash issue caused by freertos timers.
JF
2020-01-09
1
-1
/
+1
*
Improve power consumption and SLEEP mode :
JF
2020-01-05
1
-10
/
+0
*
Add basic touch panel driver.
JF
2020-01-03
1
-2
/
+21
*
Add DateTimeController to manage the time.
JF
2019-12-28
1
-5
/
+18
*
Add BleController to manage the BLE connection status
JF
2019-12-27
1
-1
/
+4
[next]