diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-04-26 23:32:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-26 23:32:30 +0000 |
| commit | df814f9bbd5cc03f4d60eb8cb19374d23f0a84a0 (patch) | |
| tree | 32060d0d4b314ae86a1db84ba7f1c3cd135003a2 /docs | |
| parent | 3b0200daec775764e0e4a2062e1cf699e61d8e99 (diff) | |
| parent | 9e897cbea92dc9b99a65802cc4e0661919001be1 (diff) | |
| parent | 009bb8e4e1b7afbe9d9d7d89135f8d4dd3c4e808 (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]>
