| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| *---. | Merge #1475 #1478 #1482 | bors[bot] | 2023-05-25 | 10 | -24/+93 | |
| |\ \ \ | ||||||
| | | * | | Add missing set_default_layout() in "other" family | Rasmus Melchior Jacobsen | 2023-05-23 | 1 | -0/+2 | |
| | | * | | Add missing implementations for f4 alternate regions | Rasmus Melchior Jacobsen | 2023-05-23 | 2 | -17/+70 | |
| | | * | | Remove Drop for AltFlashLayout | Rasmus Melchior Jacobsen | 2023-05-23 | 7 | -7/+19 | |
| | | * | | Ensure FlashRegion can only be created within this crate | Rasmus Melchior Jacobsen | 2023-05-23 | 2 | -0/+2 | |
| | | |/ | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Merge #1340 #1474 | bors[bot] | 2023-05-25 | 5 | -4/+367 | |
| |\ \ \ \ | ||||||
| | | * | | | stm32: Fix watchdog timeout computation | Rasmus Melchior Jacobsen | 2023-05-22 | 1 | -4/+36 | |
| | | |/ / | ||||||
| | * | | | stm32/i2s: add module and example for f4 | xoviat | 2023-05-03 | 4 | -0/+331 | |
| * | | | | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 15 | -591/+687 | |
| | |_|/ |/| | | ||||||
| * | | | Merge #1457 | bors[bot] | 2023-05-23 | 10 | -107/+627 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | stm32/ipcc: fix warnings | xoviat | 2023-05-20 | 3 | -3/+3 | |
| | * | | stm32/ipcc: naming | xoviat | 2023-05-20 | 1 | -22/+22 | |
| | * | | stm32/ipcc: cleanup naming | xoviat | 2023-05-20 | 4 | -93/+95 | |
| | * | | stm32/ipcc: remove constrain | xoviat | 2023-05-20 | 2 | -13/+7 | |
| | * | | cleanup | goueslati | 2023-05-15 | 1 | -33/+0 | |
| | * | | tl_mbox read and write | goueslati | 2023-05-15 | 9 | -21/+560 | |
| | * | | tl_mbox: added zigee, lld tests and ble lld tables to ref table | goueslati | 2023-05-12 | 1 | -9/+27 | |
| * | | | stm32/sdmmc: fix "drop with a value that implements `Copy` does nothing" warn... | Dario Nieuwenhuis | 2023-05-19 | 1 | -3/+9 | |
| * | | | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 | |
| * | | | Merge #1419 | bors[bot] | 2023-05-19 | 1 | -5/+139 | |
| |\ \ \ | ||||||
| | * | | | stm32/pwm: improve dead-time api | xoviat | 2023-05-01 | 1 | -5/+139 | |
| * | | | | stm32/usb: do not require embassy-time. | Dario Nieuwenhuis | 2023-05-19 | 2 | -3/+5 | |
| * | | | | Merge #1455 | bors[bot] | 2023-05-14 | 1 | -4/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove unused `feature(type_alias_impl_trait)`. | Dario Nieuwenhuis | 2023-05-14 | 1 | -4/+1 | |
| * | | | | | Merge #1454 | bors[bot] | 2023-05-14 | 2 | -1/+107 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | stm32f0 flash implementation | Jaap Prickartz | 2023-05-14 | 2 | -1/+107 | |
| | | |/ / | |/| | | ||||||
| * / | | | stm32 uart: Fix error flag handling for blocking operations | Timo Kröger | 2023-05-14 | 1 | -32/+61 | |
| |/ / / | ||||||
| * | | | Merge #1424 | bors[bot] | 2023-05-11 | 10 | -1/+686 | |
| |\ \ \ | ||||||
| | * | | | removed hardcoded addresses in memory.x | goueslati | 2023-05-04 | 1 | -19/+19 | |
| | * | | | fixed ble table cmd buffer being constant | goueslati | 2023-05-03 | 1 | -1/+1 | |
| | * | | | whoops, plugin formatted Cargo.toml, reverting | goueslati | 2023-05-02 | 1 | -1334/+1334 | |
| | * | | | added TL Mailbox initialization for STM32WB | goueslati | 2023-05-02 | 10 | -1334/+2019 | |
| * | | | | Fix some typos | Dirk Stolle | 2023-05-08 | 2 | -4/+4 | |
| * | | | | Improve readability | Marco Pastrello | 2023-05-05 | 1 | -4/+2 | |
| * | | | | removes unecessary braces | Marco Pastrello | 2023-05-05 | 1 | -4/+2 | |
| * | | | | beautify | Marco Pastrello | 2023-05-04 | 1 | -2/+9 | |
| * | | | | PPLXTPRE is a bool. | Marco Pastrello | 2023-05-04 | 1 | -6/+3 | |
| * | | | | Support PLLXTPRE switch. | Marco Pastrello | 2023-05-04 | 1 | -1/+7 | |
| * | | | | Simplify SUBGHZSPI configuration. | ceekdee | 2023-05-04 | 1 | -2/+2 | |
| * | | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-05-03 | 3 | -34/+102 | |
| |\ \ \ \ | | |_|/ | |/| | | ||||||
| | * | | | stm32/usart: add OVER8 and PRESC support, update PAC | Dario Nieuwenhuis | 2023-05-02 | 3 | -34/+102 | |
| | |/ / | ||||||
| * / / | Handle SUBGHZSPI as async. | ceekdee | 2023-05-03 | 1 | -3/+8 | |
| |/ / | ||||||
| * | | stm32/dma: solve overlapping impl on DmaCtrl on stm32h7 | Dario Nieuwenhuis | 2023-05-01 | 3 | -15/+19 | |
| * | | stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet. | Dario Nieuwenhuis | 2023-05-01 | 2 | -0/+5 | |
| * | | stm32/bdma: add ringbuffer support. | Dario Nieuwenhuis | 2023-05-01 | 1 | -4/+183 | |
| * | | stm32/dma: remove separate process_tcif. | Dario Nieuwenhuis | 2023-05-01 | 1 | -37/+9 | |
| * | | Actually clear idle flag | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -1/+8 | |
| * | | Remove unused import | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -1/+1 | |
| * | | Support overflow detection for more than one ring-period | Rasmus Melchior Jacobsen | 2023-05-01 | 3 | -168/+191 | |
| * | | Do not disable dma request when idle line is detected | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -5/+0 | |
