- Apr 08, 2021
- Apr 07, 2021
-
- Apr 04, 2021
- Apr 03, 2021
-
-
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.
- Apr 02, 2021
- Feb 20, 2021
-
-
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.
-