- 04 Apr, 2021 6 commits
- 03 Apr, 2021 14 commits
-
-
Rahix authored
In commit 4944aa48 ("fix(ble): Update to changes from new SDK") a call to `BbDrvDisable()` was added to `sleep_deepsleep()`. This function must, however, only be called when BLE was previously initialized, otherwise a wakeup from deepsleep will not be possible (if it ever reaches it?). Fix this by reworking the BLE enabled check to also be usable here, to only call `BbDrvDisable()` when BLE is active. Fixes: 4944aa48 ("fix(ble): Update to changes from new SDK") Fixes: #231
-
schneider authored
-
Rahix authored
-
Rahix authored
-
Rahix authored
-
Rahix authored
With sphinx 3 a ton of warnings about unresolvable xrefs are generated. Add a workaround to silence them. Ref: https://github.com/sphinx-doc/sphinx/issues/8945
-
Rahix authored
Don't lint vendored sources...
-
Rahix authored
Update vendored hawkmoth sources to commit upstream 69cde0b2c5315e46bf431a4c7c8b92cf47a544a6.
-
Rahix authored
Use a newer container with Sphinx 3 installed.
- 02 Apr, 2021 14 commits
- 20 Feb, 2021 1 commit
-
-
schneider authored
Our interrupts are already scheduled via `mp_schedule()`. By switching to the synchronous interface we avoid yet another `mp_schedule()` call in the bluetooth module. This also allows the bluetooth module to not have to use its internal ring buffer.
-
- 19 Feb, 2021 1 commit
-
- 14 Feb, 2021 2 commits
- 09 Feb, 2021 2 commits