| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Integration of nimble, work in progress. | JF | 2020-04-19 | 1 | -61/+62 |
| | | | | | Advertising is working. | ||||
| * | Add support for BLE notification (ANS client). | JF | 2020-03-25 | 1 | -1/+2 |
| | | | | | Work In Progress!!! | ||||
| * | cleaned up openocd cmake options and added a readme | lucas | 2020-01-26 | 1 | -3/+17 |
| | | |||||
| * | added some inital support for flashing via openocd instead of gdb, for wider ↵ | lucas | 2020-01-26 | 1 | -0/+6 |
| | | | | | compatability | ||||
| * | Remove all custom targets from the ALL (default) target. This will prevent ↵ | JF | 2020-01-19 | 1 | -9/+9 |
| | | | | | from executing them when running "make". | ||||
| * | Add support for Black magic probe (using GDB client). | JF | 2020-01-17 | 1 | -27/+72 |
| | | | | | Add documentation about that in README.md | ||||
| * | Improve power consumption and SLEEP mode : | JF | 2020-01-05 | 1 | -5/+0 |
| | | | | | | | | - Disable IDLE hook (it would wake the device up as soon as possible). - Logger task sleep for 100ms (disable logging for better battery life) - Logging is disabled by default - Apply fix for ERRATA 87 (clear FPU interrupt before going to sleep). Ports files from FreeRTOS are now in the sources (they where in the SDK before) | ||||
| * | Add basic touch panel driver. | JF | 2020-01-03 | 1 | -2/+3 |
| | | | | | Handle touch event in display app : draw a big square at the touch point coordinates. | ||||
| * | Measure and log battery voltage from SystemTask | JF | 2019-12-27 | 1 | -0/+1 |
| | | |||||
| * | Add BLE and CTS client. Time can be retrieved from a CTS server (like ↵ | JF | 2019-12-21 | 1 | -0/+3 |
| | | | | | | | NRFConnect) once it's bond. WIP, the code is really ugly | ||||
| * | Convert Spi and GFX to C++. | JF | 2019-12-07 | 1 | -6/+0 |
| | | |||||
| * | Add missing return statements which fix crashes in release mode. | JF | 2019-12-06 | 1 | -1/+1 |
| | | | | | Add flag to compiler so that it generates an error when a returning function does not return something... | ||||
| * | Add support for LCD (ST7789) | JF | 2019-12-05 | 1 | -5/+5 |
| | | |||||
| * | First code tested on the actual pinetime hardware | JF | 2019-12-02 | 1 | -0/+17 |
| | | |||||
| * | Initial commit | JF | 2019-11-17 | 13 | -0/+882 |
