1
0
Fork 0

Commit graph

  • 89e7033830 Fix buffer overflow opportunities in AlertNotificationService & AlertNotificationClient. JF 2020-06-28 11:59:14 +0200
  • 0bcaf9c22d Set verion to 0.6.2 JF 2020-06-27 16:29:09 +0200
  • 49bf12390b Merge branch 'develop' of JF/PineTime into master JF 2020-06-27 16:20:08 +0200
  • 4f9adb2372 Re-enable watchdog JF 2020-06-27 16:11:42 +0200
  • f8ffb405a2 Merge branch 'nimble_1_3_0' into develop JF 2020-06-27 16:10:17 +0200
  • e86991284f
    Merge pull request #37 from darnel/fix-include JF002 2020-06-20 16:36:36 +0200
  • c1cf9fdebe
    Merge pull request #36 from darnel/fix-ld JF002 2020-06-20 16:30:36 +0200
  • 3dfba0b90d Update BLE status when BLE is connected. JF 2020-06-19 22:20:12 +0200
  • b8f9d70667 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 2020-06-19 22:11:21 +0200
  • 238cda0b90 Apply fix for errata 87 (FPU issue). JF 2020-06-19 22:10:30 +0200
  • a0b5cbbc1c Disable all logging JF 2020-06-19 22:10:01 +0200
  • 34fd4c5cf3 Fix link error because of missing file "nrf_common.ld" Vojtěch Jirkovský 2020-06-17 23:32:56 +0200
  • 064e77f05a Fix #include to relative paths Vojtěch Jirkovský 2020-06-17 09:02:28 +0200
  • 3a49bbbae4 Merge branch 'develop' of JF/PineTime into master JF 2020-06-16 21:15:16 +0200
  • 9a89ff7f77 Set version to 0.6.1 JF 2020-06-16 21:07:53 +0200
  • 73e6cbde79 Fix builds that do not specify CMAKE_BUILD_TYPE during CMake generation. Apply Release by default. JF 2020-06-16 21:02:03 +0200
  • 5faa68ba1a Remove reference to MERGEHEX as it's not needed anymore. JF 2020-06-16 20:44:55 +0200
  • f133d1e9ea Fix #include that were pointing to my own FS instead of relative paths to the SDK. JF 2020-06-16 20:44:11 +0200
  • 9898fed806 Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. JF 2020-06-16 20:36:24 +0200
  • fab220d0b9 Fix idle timer bug that would prevent the screen from waking up. JF 2020-06-13 17:33:49 +0200
  • 47851fb3b4 Display BLE MAC address in sysinfo Screen. JF 2020-06-08 21:51:34 +0200
  • 9115c49bba Fix reset reason (it returns the actual reset reason instead of hard coded 'hard reset' value). JF 2020-06-07 20:31:13 +0200
  • 421af9625b Add build date and time in sysinfo screen. JF 2020-06-07 20:16:39 +0200
  • 81a0ad73d9 Set idle timeout to 15s before going to sleep. JF 2020-06-07 20:05:04 +0200
  • e22c0609b5 Add uptime counter in DateTimeController and display it in SystemInfo screen. JF 2020-06-07 20:04:43 +0200
  • baafb96f30 Set version to 0.7.0 JF 2020-06-07 20:03:10 +0200
  • a0e73f5c1a Merge branch 'develop' of JF/PineTime into master JF 2020-06-07 14:17:45 +0200
  • dbdb26ae1f DfuService : fix Magic number : incorrect values were written in memory. JF 2020-06-07 14:10:17 +0200
  • 2170800d76 Improve doc about bootloader & mcuboot. JF 2020-06-07 14:09:44 +0200
  • 46b8bf9fc1 Add new target (pinetime-graphics) that flash the bootloader logo into the spi flash memory. JF 2020-06-06 19:28:01 +0200
  • e7723598a6 Automatically go to sleep after 5 sec of inactivity. Advertise for 3 minutes at startup and on wake-up. Disable automatic continuous StartAdvertising. JF 2020-06-01 20:40:11 +0200
  • de822cc3a2 Encapsulate DFU Image buffering and writing into spi flash in DfuImage. Add some const in SPI driver. JF 2020-06-01 18:32:46 +0200
  • f6aa41c214 Encapsulate notification send (sync/async) into DfuService::NotificationManager; JF 2020-06-01 17:35:28 +0200
  • 07f74cee63 DFU : add timeout detection : abort dfu procedure after 10s without any data from the host. JF 2020-06-01 16:30:24 +0200
  • b41a856b9d Add python script to DFU from a linux PC to the Pinetime JF 2020-06-01 15:21:58 +0200
  • dca559aad5 Improve DFU procedure : - correctly write all bytes to flash - check CRC - Fix bug in notification : they cannot be sent from the control point handler (because it seems you cannot send a notification and a write acknowledge at the same time) using a timer (quick'n'dirty implementation to be improved) - Improve dfu screen - Reset if dfu image is correctly copied into flash and crc is ok. JF 2020-06-01 09:22:54 +0200
  • 4717cf0a1d Add driver for writing into the internal flash. Write the OK flag for mcuboot using this driver. JF 2020-05-24 20:30:06 +0200
  • 00451ef05b Add example scripts to generate mcuboot image, dfu file and program them with openocd. JF 2020-05-24 17:47:07 +0200
  • 4154dae01a Fix race condition in SpiMaster.cpp. JF 2020-05-24 17:46:43 +0200
  • 84b996bf3f Typo in file name. Set version to 0.6.0. JF 2020-05-24 17:02:45 +0200
  • 82b4ddc25b Merge branch 'nimble-ota' of JF/PineTime into develop JF 2020-05-24 16:58:29 +0200
  • 073717980f Merge develop JF 2020-05-24 16:51:50 +0200
  • 331481cd0c Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different). JF 2020-05-24 16:36:04 +0200
  • 3cc76d7673 Working demo of OTA using MCUBoot https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v4.1.4 JF 2020-05-24 09:15:59 +0200
  • ce32863693 Fix offset issues in OTA procedure. CRC verification : work in progress (not fully working for now). JF 2020-05-20 18:39:25 +0200
  • 8a94750e30 Merge branch 'develop' of JF/PineTime into master JF 2020-05-17 10:29:13 +0200
  • be1ad9b070 Disable logging once again... JF 2020-05-17 10:25:42 +0200
  • 79131f4fe3 Improve SPI driver (use a mutex to prevent race conditions). JF 2020-05-17 09:35:01 +0200
  • 9753967d8a 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 2020-05-17 09:27:36 +0200
  • d58f57b1b5
    Merge pull request #30 from JF002/nimble JF002 2020-05-16 16:15:38 +0200
  • d6c6ac4cf5 Remove reference to NRF Softdevice in CMake and documentation. Update documentation. Remove Asserts when starting advertising to prevent crash (known bug). Set version 0.5.0. JF 2020-05-16 16:13:22 +0200
  • 56fba1c242 Merge branch 'nimble' of git.proxmox3:JF/PineTime into nimble JF 2020-05-16 15:30:54 +0200
  • ee05577dd6 Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP) JF 2020-05-11 18:50:37 +0200
  • c55dd06f1a
    Merge pull request #27 from piggz/pinetime-service JF002 2020-05-11 18:24:55 +0200
  • 7e3ac35710 Merge branch 'pinetime-service' of github.com:piggz/Pinetime into pinetime-service Adam Pigg 2020-05-07 20:10:49 +0100
  • ca0ef77368 TODO is done Adam Pigg 2020-05-07 20:06:50 +0100
  • 0b8e6c3fa2 Add SPI NOR Flash driver, WIP. JF 2020-05-07 19:53:51 +0200
  • b4e82dd11f Add support for reading the current time Adam Pigg 2020-05-05 20:53:31 +0100
  • 206bdbf5eb Move PinetimeService to CurrentTimeService witha view to implement CTS for time handling Adam Pigg 2020-05-04 21:43:51 +0100
  • d33be52bc9 Run the alert notification service and simplify trhe pinetime service initialization Adam Pigg 2020-04-28 18:39:26 +0100
  • 49a9a93cef Add a very basic alert nofification service Adam Pigg 2020-04-28 18:31:58 +0100
  • b760b3f98c Add a simple service to allow setting the time from a controlling application Adam Pigg 2020-04-28 11:21:35 +0100
  • a9a5bd0358 Add support for reading the current time Adam Pigg 2020-05-05 20:53:31 +0100
  • 9935fb193c Move PinetimeService to CurrentTimeService witha view to implement CTS for time handling Adam Pigg 2020-05-04 21:43:51 +0100
  • f96c048deb Read and log info from Start and Ini packets. JF 2020-05-03 15:48:42 +0200
  • 59287e518c Improve dfu state machine JF 2020-05-03 14:27:48 +0200
  • 66caada0d2 Merge branch 'nimble' into nimble-ota JF 2020-05-02 17:48:59 +0200
  • ed168716b5 Add Asssert & debug messages. JF 2020-05-02 17:42:26 +0200
  • 40e3ac61bd Update syscfg.h JF 2020-05-02 14:18:57 +0200
  • e20fdfa494 Add new screen that is displayed during the OTA transfert. JF 2020-05-02 14:16:57 +0200
  • 87c6556ad0 Defer the discovery of services using the system task. JF 2020-05-01 21:58:31 +0200
  • 56b527925c Clean code of DfuService JF 2020-05-01 17:58:10 +0200
  • 0195ece317 Working DfuService with quick'n'ugly code JF 2020-05-01 15:36:48 +0200
  • 332b51464a Fix random crash caused by bad implementation of ble_npl_hw_enter_critical(). JF 2020-04-30 20:47:28 +0200
  • 5df4c1016a Run the alert notification service and simplify trhe pinetime service initialization Adam Pigg 2020-04-28 18:39:26 +0100
  • 423a956d8f Add a very basic alert nofification service Adam Pigg 2020-04-28 18:31:58 +0100
  • f201c9afdc Add a simple service to allow setting the time from a controlling application Adam Pigg 2020-04-28 11:21:35 +0100
  • 833c53424a Re-enable watchdog JF 2020-04-27 20:46:25 +0200
  • 5291bcc7de Nimble OTA : work in progress JF 2020-04-27 20:16:03 +0200
  • 746c164c59 BLE : Display the actual status of the connection on the screen. JF 2020-04-27 20:13:27 +0200
  • 557e8fa19f
    Merge pull request #25 from piggz/nimble JF002 2020-04-27 20:01:24 +0200
  • be67b5297d Remove references to BLE Manager Adam Pigg 2020-04-27 14:41:08 +0100
  • bdc10744fb Add Nimble in libs directory JF 2020-04-26 10:25:59 +0200
  • 032fad094c NimbleController : CTS & ANS are now working together (even if the code is not as good as I would like). JF 2020-04-25 15:52:00 +0200
  • 5fcb90a149 NimbleController : CTS & ANS working but not at the same time (conflict during discovery) JF 2020-04-25 13:09:47 +0200
  • 89ccdd0003 NimbleController : Encapsulate CTS client in its own class. JF 2020-04-23 20:57:53 +0200
  • 24a7b6e397 NimbleController : Encapsulate device info service in its own class. JF 2020-04-23 20:34:38 +0200
  • 14d6954466 NimbleController : Implement device info service JF 2020-04-22 20:53:43 +0200
  • a9254ee90e NimbleController : support CTS JF 2020-04-22 20:19:36 +0200
  • 2c9ce1cfc7 Encapsulate nimble code into NimbleController. Handle all GAP events. JF 2020-04-19 21:26:09 +0200
  • dd6aecbf6b Integration of nimble, work in progress. Advertising is working. JF 2020-04-19 20:44:59 +0200
  • 24a1f87a78
    Merge pull request #23 from ToXIc-Dev/patch-1 JF002 2020-04-06 20:30:53 +0200
  • e0307a8ee4
    Links mixed up, fixed. ToXIc 2020-04-05 21:15:52 +0100
  • 86d5732b96 Merge branch 'develop' of JF/PineTime into master JF 2020-04-05 19:59:22 +0200
  • 6e1bd118c5 Merge branch 'ble-notifications' of JF/PineTime into develop JF 2020-04-05 18:59:15 +0200
  • d5c2a58914 Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it saves ~60KB of flash! JF 2020-04-05 18:54:04 +0200
  • 932c0479ee Add documentation about BLE connection and services. JF 2020-04-05 17:03:06 +0200
  • 26fb9ed1cd Disable logging (again...). JF 2020-04-04 17:43:30 +0200
  • d564b3cf15 Fix crash when the computer disconnect from the BLE connection. JF 2020-04-04 17:41:21 +0200
  • 211e9795e0 Update Readme, add section about BLE connection troubleshooting JF 2020-03-29 15:19:39 +0200