| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 86 | -338/+994 |
| |\ | |||||
| | * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 14 | -28/+67 |
| | |\ | |||||
| | | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 14 | -28/+67 |
| | * | | Merge pull request #1718 from copterust/stm32-spi-set-freq-in-config | Dario Nieuwenhuis | 2023-07-30 | 15 | -141/+59 |
| | |\ \ | |||||
| | | * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 8 | -16/+40 |
| | | * | | Fix format in stm32 SPI examples | bofh | 2023-07-30 | 6 | -54/+6 |
| | | * | | Fix more stm32 SPI examples | bofh | 2023-07-30 | 6 | -12/+24 |
| | | * | | Fix formatting | bofh | 2023-07-30 | 5 | -45/+5 |
| | | * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 9 | -35/+5 |
| | * | | | Uart pio fix zeros | Michael van Niekerk | 2023-07-30 | 1 | -4/+6 |
| | | |/ | |/| | |||||
| | * | | wpan: fix examples | GhaithOueslati | 2023-07-30 | 8 | -16/+40 |
| | |/ | |||||
| | * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 4 | -5/+9 |
| | * | Merge pull request #1710 from Sizurka/rp-async-flash | Dario Nieuwenhuis | 2023-07-28 | 2 | -6/+40 |
| | |\ | |||||
| | | * | rp: add async flash | Derek Hageman | 2023-07-28 | 2 | -6/+40 |
| | * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-28 | 47 | -163/+657 |
| | |\| | |||||
| | | * | Merge pull request #1707 from pennae/rp-pio-load | Dario Nieuwenhuis | 2023-07-28 | 5 | -49/+17 |
| | | |\ | |||||
| | | | * | rp: relocate programs implicitly during load | pennae | 2023-07-28 | 5 | -49/+17 |
| | | * | | 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 |
| | | |/ | |||||
| | | * | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 5 | -10/+10 |
| | | * | 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 | 27 | -16/+70 |
| | | | |\ | |||||
| | | | | * | Merge branch 'embassy-rs:main' into main | Michael van Niekerk | 2023-07-28 | 27 | -16/+70 |
| | | | | |\ | |||||
| | | | * | | | Don't include embedded-hal-common | Michael van Niekerk | 2023-07-28 | 1 | -1/+0 |
| | | | |/ / | |||||
| | | | * | | Comments | Michael van Niekerk | 2023-07-28 | 4 | -34/+0 |
| | | | * | | Comments | Michael van Niekerk | 2023-07-28 | 2 | -91/+261 |
| | | | * | | Tx and Rx setup | Michael van Niekerk | 2023-07-24 | 5 | -0/+296 |
| | | * | | | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+0 |
| | | | |/ | | |/| | |||||
| | | * | | Merge branch 'main' into main | Chuck Davis | 2023-07-27 | 22 | -1/+64 |
| | | |\ \ | |||||
| | | | * | | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 22 | -1/+65 |
| | | * | | | Use lora-phy v1.2.1; modify embassy-lora dependencies. | ceekdee | 2023-07-26 | 4 | -12/+0 |
| | | |/ / | |||||
| | * | | | stm32/hrtim: extract into mod | xoviat | 2023-07-28 | 1 | -1/+1 |
| | * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-22 | 93 | -138/+1911 |
| | |\ \ \ | |||||
| | * | | | | hrtim: fix example and auto adjust psc. | xoviat | 2023-07-01 | 2 | -28/+64 |
| | * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-01 | 53 | -106/+287 |
| | |\ \ \ \ | |||||
| | * | | | | | hrtim: minor cleanup | xoviat | 2023-07-01 | 1 | -1/+1 |
| | * | | | | | rustfmt | xoviat | 2023-06-30 | 1 | -3/+1 |
| | * | | | | | stm32/hrtim: impl. bridge, dead-time part. res. | xoviat | 2023-06-30 | 1 | -4/+5 |
| | * | | | | | stm32/hrtim: add example impl. | xoviat | 2023-06-30 | 5 | -0/+126 |
| * | | | | | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 2 | -4/+18 |
| | |_|_|/ / |/| | | | | |||||
| * | | | | | Merge pull request #1685 from chemicstry/bxcan_async_enable | Dario Nieuwenhuis | 2023-07-24 | 1 | -2/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | stm32/can: bxcan async enable | chemicstry | 2023-07-24 | 1 | -2/+5 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #1676 from adamgreig/fix-dac-example | Dario Nieuwenhuis | 2023-07-24 | 4 | -4/+4 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | stm32: remove duplicate features from stm32f4 examples Cargo.toml | Adam Greig | 2023-07-22 | 1 | -1/+1 |
| | * | | | | stm32: fix DAC examples | Adam Greig | 2023-07-22 | 3 | -3/+3 |
| | | |_|/ | |/| | | |||||
| * / | | | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 17 | -19/+36 |
| |/ / / | |||||
| * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into mac | xoviat | 2023-07-21 | 3 | -13/+117 |
| |\ \ \ | |||||
| | * | | | cargo fmt | Quentin Smith | 2023-07-18 | 2 | -35/+38 |
