InfiniTime.git

ref: 0.7.1
Sha Commit date Commit message Author
b33ad926 2020-07-20 Merge branch 'develop' of JF/PineTime into master JF
55417794 2020-07-20 Fix broken link in README.md JF
377fca9e 2020-07-20 Set version to 0.7.1 JF
800e217e 2020-07-20 Merge branch 'debug_touchscreen' of JF/PineTime into develop JF
6af5bbcb 2020-07-19 New implementation of the I²C/TWI driver. JF
42d8a18f 2020-07-18 Merge branch 'improve-documentation' of JF/PineTime into develop JF
b9276a56 2020-07-18 Rewrite README.md JF
64c14274 2020-07-11 Merge branch 'develop' JF
6309719a 2020-07-11 Set version to 0.7.0 JF
09adb78b 2020-07-11 Fix/Workaround a memory leak each time a device connects to BLE. JF
5bb57bd6 2020-07-11 New README.md (WIP) JF
71842667 2020-07-08 Remove debug (and bad) #includes. JF
62de76ba 2020-07-04 Automatically switch the display on when receiving a notification JF
4abbd7d0 2020-07-04 Add doc : how to add new symbols. JF
da39f402 2020-07-04 Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. JF
bb11891b 2020-07-03 Remove custom styles in Screens and define default style and "Big style" in LittleVgl during the initialization of LVGL. JF
ca549bcf 2020-07-03 Add doc about memory usage analysis. JF
a83f067a 2020-07-02 Reduce RAM memory usage by tuning the stack of the stasks and the heap allocated for FreeRTOS. JF
89e70338 2020-06-28 Fix buffer overflow opportunities in AlertNotificationService & AlertNotificationClient. JF
0bcaf9c2 2020-06-27 Set verion to 0.6.2 JF
49bf1239 2020-06-27 Merge branch 'develop' of JF/PineTime into master JF
4f9adb23 2020-06-27 Re-enable watchdog JF
f8ffb405 2020-06-27 Merge branch 'nimble_1_3_0' into develop JF
e8699128 2020-06-20 Merge pull request #37 from darnel/fix-include JF002
c1cf9fde 2020-06-20 Merge pull request #36 from darnel/fix-ld JF002
3dfba0b9 2020-06-19 Update BLE status when BLE is connected. JF
b8f9d706 2020-06-19 Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is needed by NimBLE to be able to mask radio interrupt (which has priority 0). JF
238cda0b 2020-06-19 Apply fix for errata 87 (FPU issue). JF
a0b5cbbc 2020-06-19 Disable all logging JF
34fd4c5c 2020-06-17 Fix link error because of missing file "nrf_common.ld" Vojtěch Jirkovský
064e77f0 2020-06-17 Fix #include to relative paths Vojtěch Jirkovský
3a49bbba 2020-06-16 Merge branch 'develop' of JF/PineTime into master JF
9a89ff7f 2020-06-16 Set version to 0.6.1 JF
73e6cbde 2020-06-16 Fix builds that do not specify CMAKE_BUILD_TYPE during CMake generation. Apply Release by default. JF
5faa68ba 2020-06-16 Remove reference to MERGEHEX as it's not needed anymore. JF
f133d1e9 2020-06-16 Fix #include that were pointing to my own FS instead of relative paths to the SDK. JF
9898fed8 2020-06-16 Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. JF
fab220d0 2020-06-13 Fix idle timer bug that would prevent the screen from waking up. JF
47851fb3 2020-06-08 Display BLE MAC address in sysinfo Screen. JF
9115c49b 2020-06-07 Fix reset reason (it returns the actual reset reason instead of hard coded 'hard reset' value). JF
421af962 2020-06-07 Add build date and time in sysinfo screen. JF
81a0ad73 2020-06-07 Set idle timeout to 15s before going to sleep. JF
e22c0609 2020-06-07 Add uptime counter in DateTimeController and display it in SystemInfo screen. JF
baafb96f 2020-06-07 Set version to 0.7.0 JF
a0e73f5c 2020-06-07 Merge branch 'develop' of JF/PineTime into master JF
dbdb26ae 2020-06-07 DfuService : fix Magic number : incorrect values were written in memory. JF
2170800d 2020-06-07 Improve doc about bootloader & mcuboot. JF
46b8bf9f 2020-06-06 Add new target (pinetime-graphics) that flash the bootloader logo into the spi flash memory. JF
e7723598 2020-06-01 Automatically go to sleep after 5 sec of inactivity. JF
de822cc3 2020-06-01 Encapsulate DFU Image buffering and writing into spi flash in DfuImage. JF
f6aa41c2 2020-06-01 Encapsulate notification send (sync/async) into DfuService::NotificationManager; JF
07f74cee 2020-06-01 DFU : add timeout detection : abort dfu procedure after 10s without any data from the host. JF
b41a856b 2020-06-01 Add python script to DFU from a linux PC to the Pinetime JF
dca559aa 2020-06-01 Improve DFU procedure : JF
4717cf0a 2020-05-24 Add driver for writing into the internal flash. JF
00451ef0 2020-05-24 Add example scripts to generate mcuboot image, dfu file and program them with openocd. JF
4154dae0 2020-05-24 Fix race condition in SpiMaster.cpp. JF
84b996bf 2020-05-24 Typo in file name. JF
82b4ddc2 2020-05-24 Merge branch 'nimble-ota' of JF/PineTime into develop JF
07371798 2020-05-24 Merge develop JF
331481cd 2020-05-24 Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different). JF
3cc76d76 2020-05-24 Working demo of OTA using MCUBoot https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v4.1.4 JF
ce328636 2020-05-20 Fix offset issues in OTA procedure. JF
8a94750e 2020-05-17 Merge branch 'develop' of JF/PineTime into master JF
be1ad9b0 2020-05-17 Disable logging once again... JF
79131f4f 2020-05-17 Improve SPI driver (use a mutex to prevent race conditions). JF
9753967d 2020-05-17 Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen used 2 lv_img objects (occured in Clock). JF
d58f57b1 2020-05-16 Merge pull request #30 from JF002/nimble JF002
d6c6ac4c 2020-05-16 Remove reference to NRF Softdevice in CMake and documentation. JF
56fba1c2 2020-05-16 Merge branch 'nimble' of git.proxmox3:JF/PineTime into nimble JF
ee05577d 2020-05-11 Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP) JF
c55dd06f 2020-05-11 Merge pull request #27 from piggz/pinetime-service JF002
7e3ac357 2020-05-07 Merge branch 'pinetime-service' of github.com:piggz/Pinetime into pinetime-service Adam Pigg
ca0ef773 2020-05-07 TODO is done Adam Pigg
0b8e6c3f 2020-05-07 Add SPI NOR Flash driver, WIP. JF
b4e82dd1 2020-05-05 Add support for reading the current time Adam Pigg
206bdbf5 2020-05-04 Move PinetimeService to CurrentTimeService witha view to implement CTS Adam Pigg
d33be52b 2020-04-28 Run the alert notification service and simplify trhe pinetime service Adam Pigg
49a9a93c 2020-04-28 Add a very basic alert nofification service Adam Pigg
b760b3f9 2020-04-28 Add a simple service to allow setting the time from a controlling Adam Pigg
a9a5bd03 2020-05-05 Add support for reading the current time Adam Pigg
9935fb19 2020-05-04 Move PinetimeService to CurrentTimeService witha view to implement CTS Adam Pigg
f96c048d 2020-05-03 Read and log info from Start and Ini packets. JF
59287e51 2020-05-03 Improve dfu state machine JF
66caada0 2020-05-02 Merge branch 'nimble' into nimble-ota JF
ed168716 2020-05-02 Add Asssert & debug messages. JF
40e3ac61 2020-05-02 Update syscfg.h JF
e20fdfa4 2020-05-02 Add new screen that is displayed during the OTA transfert. JF
87c6556a 2020-05-01 Defer the discovery of services using the system task. JF
56b52792 2020-05-01 Clean code of DfuService JF
0195ece3 2020-05-01 Working DfuService with quick'n'ugly code JF
332b5146 2020-04-30 Fix random crash caused by bad implementation of ble_npl_hw_enter_critical(). JF
5df4c101 2020-04-28 Run the alert notification service and simplify trhe pinetime service Adam Pigg
423a956d 2020-04-28 Add a very basic alert nofification service Adam Pigg
f201c9af 2020-04-28 Add a simple service to allow setting the time from a controlling Adam Pigg
833c5342 2020-04-27 Re-enable watchdog JF
5291bcc7 2020-04-27 Nimble OTA : work in progress JF
746c164c 2020-04-27 BLE : Display the actual status of the connection on the screen. JF
557e8fa1 2020-04-27 Merge pull request #25 from piggz/nimble JF002
be67b529 2020-04-27 Remove references to BLE Manager Adam Pigg