aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/ipcc.rs
Commit message (Expand)AuthorAgeFilesLines
* impl. scoped block_stop for ipccxoviat2025-12-131-1/+4
* wpan: allow setting Rfwkpselxoviat2025-12-131-5/+3
* wpan: restore ble testxoviat2025-12-121-0/+6
* wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-97/+153
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Control RFWKPSEL with ClockMuxclubby7892025-07-201-3/+0
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-4/+2
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-3/+2
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-44/+39
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-17/+2
* stm32: doc everything else.Dario Nieuwenhuis2023-12-191-0/+8
* stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-231-2/+3
* enable clock firstpbert2023-10-121-1/+1
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+1
* 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