| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NavigationService: Remove unused SystemTask ref | Riku Isokoski | 2023-03-19 | 1 | -3/+1 |
| | | |||||
| * | src: Enable unused parameter warning | Riku Isokoski | 2023-01-24 | 1 | -3/+3 |
| | | | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed. | ||||
| * | Update clang-tidy configuration and fix some warnings (#1474) | Riku Isokoski | 2022-12-18 | 1 | -1/+1 |
| | | | | | | Don't enable coding conventions from unrelated projects. Only enable generic checks. | ||||
| * | Apply clang-format to all C++ files | Finlay Davidson | 2022-06-05 | 1 | -8/+16 |
| | | |||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| * | Merge pull request #522 from jonvmey/fix-nav-uuid-docs | JF | 2021-10-09 | 1 | -24/+21 |
| |\ | | | | | Fix Navigation Service UUID docs | ||||
| | * | Move callback function into anonymous namespace | Jonathan Vander Mey | 2021-07-24 | 1 | -5/+5 |
| | | | |||||
| | * | Update nav service UUID macro to constexpr functions | Jonathan Vander Mey | 2021-07-24 | 1 | -12/+20 |
| | | | |||||
| | * | Set navigation service id is base UUID macro | Jonathan Vander Mey | 2021-07-24 | 1 | -11/+0 |
| | | | | | | | | | | | Avoids the need to copy the same ID into every characteristic UUID genereated from it. | ||||
| * | | Remove unnecessary C-style casts with BLE UUIDs | Jonathan Vander Mey | 2021-07-24 | 1 | -18/+12 |
| |/ | | | | | | Instead of casting the UUID object to the ble_uuid_t* used throughout the NimBLE API just pass the address of the ble_uuid_t member that's at the start of each of the UUID structs. | ||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -48/+32 |
| | | |||||
| * | Add support for notification title. The notification buffer must contain the ↵ | Jean-François Milants | 2021-04-04 | 1 | -1/+0 |
| | | | | | | | title and the message separated by a '\0' character. If the buffer does not contain any \0, the whole buffer is considered to be the message of the notification. A default title will be displayed in the notification app. | ||||
| * | Merge branch piggz/nav into develop: | Jean-François Milants | 2021-01-20 | 1 | -0/+137 |
| - fix conflict - add a icon for the navigation app. | |||||
