aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/ipcc.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32/rcc: move rcc logic from ipccxoviat2023-07-231-55/+1
* Remove trivial to remove uses of atomic-polyfill.Dario Nieuwenhuis2023-07-121-2/+1
* Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2xoviat2023-06-191-21/+19
|\
| * stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-21/+19
* | stm32/ipcc: minor cleanupxoviat2023-06-181-7/+5
|/
* stm32/wpan: convert to new ipccxoviat2023-06-171-85/+189
* stm32/ipcc: add clear debugxoviat2023-06-171-0/+1
* stm32/ipcc: move tl_mbox into `embassy-stm32-wpan`goueslati2023-06-121-0/+234
* stm32/ipcc: move into tl_mboxxoviat2023-05-271-174/+0
* stm32/ipcc: static methods for IPCCgoueslati2023-05-261-39/+27
* stm32/ipcc: remove constrainxoviat2023-05-201-11/+4
* tl_mbox read and writegoueslati2023-05-151-0/+15
* removed constrain methodOueslatiGhaith2023-04-281-10/+0
* fixed missing importsOueslatiGhaith2023-04-271-0/+2
* fixed mistake with casting channel to a usizeOueslatiGhaith2023-04-271-14/+14
* add IPCC peripheral for stm32wbOueslatiGhaith2023-04-271-0/+186