| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Fix more stm32 SPI examples | bofh | 2023-07-30 | 8 | -14/+24 | |
| | * | | | | | Fix formatting | bofh | 2023-07-30 | 5 | -45/+5 | |
| | * | | | | | Fix stm32 SPI examples | bofh | 2023-07-30 | 9 | -35/+5 | |
| | * | | | | | Fix typo | bofh | 2023-07-30 | 1 | -1/+1 | |
| | * | | | | | Fix Spi::new_internal call in i2s | bofh | 2023-07-30 | 1 | -1/+3 | |
| | * | | | | | Move frequency to SPI config | bofh | 2023-07-30 | 1 | -17/+49 | |
| * | | | | | | Merge pull request #1716 from xoviat/rcc-p | Dario Nieuwenhuis | 2023-07-30 | 15 | -785/+222 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | stm32/rcc: cleanup merge | xoviat | 2023-07-30 | 5 | -8/+14 | |
| | * | | | | | | stm32/rcc: extract and combine ahb/apb prescalers | xoviat | 2023-07-30 | 15 | -798/+229 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #1721 from MabezDev/rtc-f2-dont-reset-bd | Dario Nieuwenhuis | 2023-07-30 | 1 | -2/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | stm32f2: Avoid resetting rtc backup domain | Scott Mabin | 2023-07-30 | 1 | -2/+6 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1720 from mvniekerk/main | Dario Nieuwenhuis | 2023-07-30 | 1 | -4/+6 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Uart pio fix zeros | Michael van Niekerk | 2023-07-30 | 1 | -4/+6 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1717 from OueslatiGhaith/wpan | xoviat | 2023-07-30 | 8 | -16/+40 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | wpan: fix examples | GhaithOueslati | 2023-07-30 | 8 | -16/+40 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1713 from MabezDev/stm32f2-pll-overflow | Dario Nieuwenhuis | 2023-07-30 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32f2 pll overflow with crystal | Scott Mabin | 2023-07-30 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #1712 from xoviat/pwm | Dario Nieuwenhuis | 2023-07-30 | 7 | -16/+34 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | rustfmt | xoviat | 2023-07-29 | 1 | -1/+0 | |
| | * | | | stm32/pwm: add output type control | xoviat | 2023-07-29 | 7 | -16/+35 | |
| |/ / / | ||||||
| * | | | Merge pull request #1706 from mattico/timeouti2c-lifetime | Dario Nieuwenhuis | 2023-07-28 | 1 | -9/+11 | |
| |\ \ \ | ||||||
| | * | | | TimeoutI2c: allow ref to live shorter than peripheral | Matt Ickstadt | 2023-07-28 | 1 | -9/+11 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #1710 from Sizurka/rp-async-flash | Dario Nieuwenhuis | 2023-07-28 | 6 | -26/+254 | |
| |\ \ \ | ||||||
| | * | | | rp: add async flash | Derek Hageman | 2023-07-28 | 6 | -26/+254 | |
| * | | | | Merge pull request #1582 from xoviat/hrtim | Dario Nieuwenhuis | 2023-07-28 | 13 | -4/+781 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32/hrtim: pub instance | xoviat | 2023-07-28 | 1 | -1/+1 | |
| | * | | | | stm32/hrtim: shorten names | xoviat | 2023-07-28 | 2 | -95/+88 | |
| | * | | | | stm32/hrtim: cleanup merge issues | xoviat | 2023-07-28 | 3 | -18/+9 | |
| | * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-28 | 181 | -878/+2094 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #1709 from brandonros/cyw43-firmware-sync | Dario Nieuwenhuis | 2023-07-28 | 4 | -3/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | cyw43: Update firmware in HIL test. | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 | |
| | * | | | | | changelog | Brandon Ros | 2023-07-28 | 1 | -1/+5 | |
| | * | | | | | sync latest cyw43-firmware | Brandon Ros | 2023-07-28 | 2 | -0/+0 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | fix flaky test wifi_esp_hosted_perf | Dario Nieuwenhuis | 2023-07-28 | 1 | -3/+3 | |
| * | | | | | core::fmt devours your RAM and flash and explodes your stack. (#1708) | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+0 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1707 from pennae/rp-pio-load | Dario Nieuwenhuis | 2023-07-28 | 11 | -71/+200 | |
| |\ \ \ \ | ||||||
| | * | | | | rp: relocate programs implicitly during load | pennae | 2023-07-28 | 11 | -71/+200 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #1705 from JuliDi/stm32h7-dac-dma-example | Dario Nieuwenhuis | 2023-07-28 | 14 | -118/+188 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | add document-features | JuliDi | 2023-07-28 | 2 | -15/+42 | |
| | * | | | remove memory.x files for other stm32 examples | JuliDi | 2023-07-28 | 9 | -97/+5 | |
| | * | | | add dac-dma example for h7, remove memory.x | JuliDi | 2023-07-28 | 3 | -6/+141 | |
| |/ / / | ||||||
| * | | | Merge pull request #1702 from rubdos/ieee802154-fixes | Dario Nieuwenhuis | 2023-07-28 | 2 | -4/+8 | |
| |\ \ \ | ||||||
| | * | | | CI: ethernet and ieee802.15.4 should be able to co-exist | Ruben De Smet | 2023-07-28 | 1 | -0/+2 | |
| | * | | | Allow ethernet and 802.15.4 to coexist | Ruben De Smet | 2023-07-28 | 1 | -4/+6 | |
| * | | | | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 11 | -320/+271 | |
| |/ / / | ||||||
| * | | | Merge pull request #1699 from mvniekerk/main | Dario Nieuwenhuis | 2023-07-28 | 1 | -0/+413 | |
| |\ \ \ | ||||||
| | * | | | Make pipes local vars. | Dario Nieuwenhuis | 2023-07-28 | 1 | -15/+15 | |
| | * | | | Fixes as per PR | Michael van Niekerk | 2023-07-28 | 1 | -66/+48 | |
| | * | | | Merge remote-tracking branch 'origin/main' | Michael van Niekerk | 2023-07-28 | 40 | -165/+563 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge branch 'embassy-rs:main' into main | Michael van Niekerk | 2023-07-28 | 40 | -165/+563 | |
| | | |\ \ \ | ||||||
