summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-05-24Merge developJF
2020-05-24Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog
2020-05-16Remove reference to NRF Softdevice in CMake and documentation.JF
Update documentation. Remove Asserts when starting advertising to prevent crash (known bug). Set version 0.5.0.
2020-04-05Add documentation about BLE connection and services.JF
2020-03-29Update Readme, add section about BLE connection troubleshootingJF
2020-03-03Add doc in README.md : how to flash using gdbJF
2020-03-02Update README.md with up to date picture.JF
2020-01-26cleaned up openocd cmake options and added a readmelucas
2020-01-17Type againJF
2020-01-17TypoJF
2020-01-17Add support for Black magic probe (using GDB client).JF
Add documentation about that in README.md
2020-01-03Update doc (current state about touch panel)JF
2020-01-02Add documentation about building a stub using NRF52-DK.JF
2019-12-27Add picture in README.mdJF
2019-12-27Add BleController to manage the BLE connection statusJF
2019-12-26Use push button to go to sleep/wake up.JF
Use a queue to transmit messages between system and display task (sleep & wake up for now).
2019-12-26Add more functionalities in "current state"JF
2019-12-26Add doc about BLE in README.mdJF
2019-12-21Track the time using RTCJF
2019-12-05Update ReadmeJF
2019-12-05Update ReadmeJF
2019-12-02First code tested on the actual pinetime hardwareJF
2019-11-17Initial commitJF