aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/main' into bxcan_timestampchemicstry2023-07-3186-338/+994
|\
| * Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-3014-28/+67
| |\
| | * stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-3114-28/+67
| * | Merge pull request #1718 from copterust/stm32-spi-set-freq-in-configDario Nieuwenhuis2023-07-3015-141/+59
| |\ \
| | * | Set frequency in stm32 SPI examplesbofh2023-07-318-16/+40
| | * | Fix format in stm32 SPI examplesbofh2023-07-306-54/+6
| | * | Fix more stm32 SPI examplesbofh2023-07-306-12/+24
| | * | Fix formattingbofh2023-07-305-45/+5
| | * | Fix stm32 SPI examplesbofh2023-07-309-35/+5
| * | | Uart pio fix zerosMichael van Niekerk2023-07-301-4/+6
| | |/ | |/|
| * | wpan: fix examplesGhaithOueslati2023-07-308-16/+40
| |/
| * stm32/pwm: add output type controlxoviat2023-07-294-5/+9
| * Merge pull request #1710 from Sizurka/rp-async-flashDario Nieuwenhuis2023-07-282-6/+40
| |\
| | * rp: add async flashDerek Hageman2023-07-282-6/+40
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-2847-163/+657
| |\|
| | * Merge pull request #1707 from pennae/rp-pio-loadDario Nieuwenhuis2023-07-285-49/+17
| | |\
| | | * rp: relocate programs implicitly during loadpennae2023-07-285-49/+17
| | * | remove memory.x files for other stm32 examplesJuliDi2023-07-289-97/+5
| | * | add dac-dma example for h7, remove memory.xJuliDi2023-07-283-6/+141
| | |/
| | * stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-285-10/+10
| | * Merge pull request #1699 from mvniekerk/mainDario Nieuwenhuis2023-07-281-0/+413
| | |\
| | | * Make pipes local vars.Dario Nieuwenhuis2023-07-281-15/+15
| | | * Fixes as per PRMichael van Niekerk2023-07-281-66/+48
| | | * Merge remote-tracking branch 'origin/main'Michael van Niekerk2023-07-2827-16/+70
| | | |\
| | | | * Merge branch 'embassy-rs:main' into mainMichael van Niekerk2023-07-2827-16/+70
| | | | |\
| | | * | | Don't include embedded-hal-commonMichael van Niekerk2023-07-281-1/+0
| | | |/ /
| | | * | CommentsMichael van Niekerk2023-07-284-34/+0
| | | * | CommentsMichael van Niekerk2023-07-282-91/+261
| | | * | Tx and Rx setupMichael van Niekerk2023-07-245-0/+296
| | * | | Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+0
| | | |/ | | |/|
| | * | Merge branch 'main' into mainChuck Davis2023-07-2722-1/+64
| | |\ \
| | | * | Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-2622-1/+65
| | * | | Use lora-phy v1.2.1; modify embassy-lora dependencies.ceekdee2023-07-264-12/+0
| | |/ /
| * | | stm32/hrtim: extract into modxoviat2023-07-281-1/+1
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-2293-138/+1911
| |\ \ \
| * | | | hrtim: fix example and auto adjust psc.xoviat2023-07-012-28/+64
| * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-0153-106/+287
| |\ \ \ \
| * | | | | hrtim: minor cleanupxoviat2023-07-011-1/+1
| * | | | | rustfmtxoviat2023-06-301-3/+1
| * | | | | stm32/hrtim: impl. bridge, dead-time part. res.xoviat2023-06-301-4/+5
| * | | | | stm32/hrtim: add example impl.xoviat2023-06-305-0/+126
* | | | | | stm32/can: implement proper RX timestampschemicstry2023-07-252-4/+18
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1685 from chemicstry/bxcan_async_enableDario Nieuwenhuis2023-07-241-2/+5
|\ \ \ \ \
| * | | | | stm32/can: bxcan async enablechemicstry2023-07-241-2/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1676 from adamgreig/fix-dac-exampleDario Nieuwenhuis2023-07-244-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stm32: remove duplicate features from stm32f4 examples Cargo.tomlAdam Greig2023-07-221-1/+1
| * | | | stm32: fix DAC examplesAdam Greig2023-07-223-3/+3
| | |_|/ | |/| |
* / | | Add notes about setting chip name correctly for examples.Adam Greig2023-07-2217-19/+36
|/ / /
* | | Merge branch 'main' of https://github.com/embassy-rs/embassy into macxoviat2023-07-213-13/+117
|\ \ \
| * | | cargo fmtQuentin Smith2023-07-182-35/+38