- 04 Jul, 2021 1 commit
-
-
Rahix authored
This function is useful on its own for more complex lifecycle management in Epicardium. Split it out of core1_wait_ready() so it can be used.
-
- 11 Apr, 2021 1 commit
-
- 09 Apr, 2021 3 commits
- 08 Apr, 2021 3 commits
- 07 Apr, 2021 1 commit
-
- 04 Apr, 2021 8 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 9 commits