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
Age
Commit message (
Expand
)
Author
2020-08-19
All output files (bin, hex, image, dfu) contain the version of the project in...
JF
2020-08-17
Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom ...
JF
2020-08-17
Fix most of the warnings. Remaining warnings come from nimble source code.
JF
2020-08-14
Re-order apps in application menu on 2 pages.
JF
2020-08-14
Merge develop and fix conflicts.
JF
2020-08-14
Screens::Label is now a subclass of Screen.
JF
2020-08-14
Refactor ScreenList to make it more generic : it can now contain any Screen t...
JF
2020-08-11
Add new screen that allows the user to manually validate the new firmware he'...
JF
2020-07-25
Merge pull request #40 from piggz/music
JF002
2020-07-20
correct include header
frederic lesur LESUR Frederic
2020-07-20
correct bad including of sdk files
frederic lesur LESUR Frederic
2020-07-20
Fully implement music app and service
Adam Pigg
2020-07-19
New implementation of the I²C/TWI driver.
JF
2020-07-15
Rework characteristic handling
Adam Pigg
2020-07-13
Initial code for music app screena and service
Adam Pigg
2020-07-11
Merge branch 'develop' of https://github.com/JF002/Pinetime into music
Adam Pigg
2020-07-11
Add start of music appliction
Adam Pigg
2020-07-11
Set version to 0.7.0
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-04
Automatically switch the display on when receiving a notification
JF
2020-07-04
Add doc : how to add new symbols.
JF
2020-07-04
Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ...
JF
2020-07-03
Remove custom styles in Screens and define default style and "Big style" in L...
JF
2020-07-03
Add doc about memory usage analysis.
JF
2020-07-02
Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca...
JF
2020-06-28
Fix buffer overflow opportunities in AlertNotificationService & AlertNotifica...
JF
2020-06-27
Re-enable watchdog
JF
2020-06-27
Merge branch 'nimble_1_3_0' into develop
JF
2020-06-20
Merge pull request #37 from darnel/fix-include
JF002
2020-06-19
Update BLE status when BLE is connected.
JF
2020-06-19
Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is ne...
JF
2020-06-19
Apply fix for errata 87 (FPU issue).
JF
2020-06-19
Disable all logging
JF
2020-06-17
Fix link error because of missing file "nrf_common.ld"
Vojtěch Jirkovský
2020-06-17
Fix #include to relative paths
Vojtěch Jirkovský
2020-06-16
Fix builds that do not specify CMAKE_BUILD_TYPE during CMake generation. Appl...
JF
2020-06-16
Fix #include that were pointing to my own FS instead of relative paths to the...
JF
2020-06-16
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
JF
2020-06-13
Fix idle timer bug that would prevent the screen from waking up.
JF
2020-06-08
Display BLE MAC address in sysinfo Screen.
JF
2020-06-07
Fix reset reason (it returns the actual reset reason instead of hard coded 'h...
JF
2020-06-07
Add build date and time in sysinfo screen.
JF
2020-06-07
Set idle timeout to 15s before going to sleep.
JF
2020-06-07
Add uptime counter in DateTimeController and display it in SystemInfo screen.
JF
2020-06-07
DfuService : fix Magic number : incorrect values were written in memory.
JF
2020-06-06
Add new target (pinetime-graphics) that flash the bootloader logo into the sp...
JF
2020-06-01
Automatically go to sleep after 5 sec of inactivity.
JF
2020-06-01
Encapsulate DFU Image buffering and writing into spi flash in DfuImage.
JF
2020-06-01
Encapsulate notification send (sync/async) into DfuService::NotificationManager;
JF
[next]