aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-04-26 23:32:30 +0000
committerGitHub <[email protected]>2022-04-26 23:32:30 +0000
commitdf814f9bbd5cc03f4d60eb8cb19374d23f0a84a0 (patch)
tree32060d0d4b314ae86a1db84ba7f1c3cd135003a2 /docs
parent3b0200daec775764e0e4a2062e1cf699e61d8e99 (diff)
parent9e897cbea92dc9b99a65802cc4e0661919001be1 (diff)
parent009bb8e4e1b7afbe9d9d7d89135f8d4dd3c4e808 (diff)
Merge #734 #735
734: executor: Add `Spawner::for_current_executor`. r=Dirbaio a=Dirbaio This is needed to spawn non-Send tasks in an InterruptExecutor, after the fixes in #730 . `@matoushybl` could you check if this works for your use case? 735: stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>