| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | added TL Mailbox initialization for STM32WB | goueslati | 2023-05-02 | 10 | -1334/+2019 | |
| * | 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 | |
| | | |/ / | |/| | | ||||||
| * / | | | Remove legacy LoRa drivers. | ceekdee | 2023-04-27 | 31 | -6282/+0 | |
| |/ / / | ||||||
| * | | | Deprecate original LoRa drivers. Update rust-lorawan releases. | ceekdee | 2023-04-25 | 1 | -0/+1 | |
| * | | | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | Merge #1370 | bors[bot] | 2023-04-19 | 1 | -61/+49 | |
| |\ \ | ||||||
| | * | | stm32/i2c: ignore wakes without interrupt | xoviat | 2023-04-19 | 1 | -0/+9 | |
| | * | | stm32/i2c: fix races when using dma. | xoviat | 2023-04-17 | 1 | -62/+41 | |
| * | | | stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example i... | anton smeenk | 2023-04-18 | 1 | -0/+17 | |
| * | | | stm32/spi: add support for all word sizes. | Dario Nieuwenhuis | 2023-04-18 | 6 | -133/+190 | |
| * | | | Merge pull request #1348 from embassy-rs/h5-spi | Dario Nieuwenhuis | 2023-04-18 | 14 | -1056/+1157 | |
| |\ \ \ | ||||||
| | * | | | stm32/dma: add double buffered mode for DMA, update DCMI. | Dario Nieuwenhuis | 2023-04-18 | 2 | -14/+182 | |
| | * | | | stm32/dma: refactor. | Dario Nieuwenhuis | 2023-04-18 | 14 | -1072/+1005 | |
| | | |/ | |/| | ||||||
| * | | | Missing semi-colon | Mathias | 2023-04-18 | 1 | -1/+1 | |
| * | | | Add MAX_ERASE_SIZE const in build script, and use it in flash-wide implementa... | Mathias | 2023-04-18 | 3 | -3/+12 | |
| * | | | Implement embedded-storage traits for full flash struct | Mathias | 2023-04-18 | 1 | -0/+29 | |
| |/ / | ||||||
| * | | stm32/sdmmc: remove "inner" layer. | Dario Nieuwenhuis | 2023-04-17 | 1 | -579/+419 | |
| * | | stm32/sdmmc: remove unneeded pointer casts. | Dario Nieuwenhuis | 2023-04-17 | 1 | -13/+12 | |
| * | | stm32/sdmmc: remove cfg_if. | Dario Nieuwenhuis | 2023-04-17 | 1 | -89/+89 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #1371 #1374 | bors[bot] | 2023-04-17 | 18 | -46/+1325 | |
| |\ \ \ | ||||||
| | | * | | stm32: fix defective example | xoviat | 2023-04-16 | 1 | -4/+0 | |
| | | * | | stm32: remove TIMX singleton when used on timer driver | xoviat | 2023-04-16 | 1 | -46/+68 | |
| | |/ / |/| | | ||||||
| | * | | stm32/rtc: remove unused import | xoviat | 2023-04-16 | 1 | -0/+1 | |
| | * | | stm32/rtc: remove chrono datetime and add converters | xoviat | 2023-04-16 | 2 | -3/+56 | |
| | * | | stm32/rtc: disable nonworking versions | xoviat | 2023-04-16 | 1 | -1/+1 | |
| | * | | stm32/rtc: disable nonworking versions | xoviat | 2023-04-16 | 1 | -1/+1 | |
