| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | | Ring-buffered uart rx with one-period overrun detection | Rasmus Melchior Jacobsen | 2023-05-01 | 5 | -18/+919 |
| * | | Merge #1376 | bors[bot] | 2023-05-01 | 16 | -533/+159 |
| |\ \ | |||||
| | * | | stm32/rtc: fix datetime and add f4 test | xoviat | 2023-04-25 | 1 | -10/+8 |
| | * | | stm32/rtc: impl. functions on trait | xoviat | 2023-04-18 | 3 | -67/+69 |
| | * | | stm32/rtc: build more chips | xoviat | 2023-04-18 | 3 | -94/+79 |
| | * | | stm32/rtc: cleanup and consolidate | xoviat | 2023-04-18 | 13 | -438/+79 |
| * | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-30 | 3 | -18/+194 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge #1405 | bors[bot] | 2023-04-30 | 2 | -0/+180 |
| | |\ \ | |||||
| | | * | | removed constrain method | OueslatiGhaith | 2023-04-28 | 1 | -10/+0 |
| | | * | | reversed changes in Cargo.toml | OueslatiGhaith | 2023-04-27 | 1 | -1381/+1348 |
| | | * | | fixed missing imports | OueslatiGhaith | 2023-04-27 | 2 | -1348/+1383 |
| | | * | | fixed mistake with casting channel to a usize | OueslatiGhaith | 2023-04-27 | 1 | -14/+14 |
| | | * | | add IPCC peripheral for stm32wb | OueslatiGhaith | 2023-04-27 | 2 | -0/+188 |
| | * | | | Merge #1412 | bors[bot] | 2023-04-30 | 1 | -18/+14 |
| | |\ \ \ | |||||
| | | * | | | stm32/uart: abort on error | xoviat | 2023-04-28 | 1 | -18/+14 |
| * | | | | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-28 | 1 | -1/+1 |
| |\| | | | | |||||
| | * | | | | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
