aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-302-0/+3
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-274-7/+13
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-2616-21/+19
* Update rust-lorawan crate versions.ceekdee2023-09-254-24/+8
* Update for rust-lorawan and lora-phy version 2.ceekdee2023-09-2420-103/+54
* stm32: fix rtc exampleluveti2023-09-241-0/+1
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-2119-74/+310
* stm32/adc: make v1 async and leave enxoviat2023-09-201-3/+9
* Merge pull request #1919 from xoviat/adcxoviat2023-09-181-9/+14
|\
| * stm32/adc: add async conversionxoviat2023-09-181-9/+14
* | stm32: use PAC enums for VOS.Dario Nieuwenhuis2023-09-182-2/+2
|/
* Merge pull request #1915 from xoviat/rccxoviat2023-09-163-10/+10
|\
| * stm32/rcc: convert bus prescalers to pac enumsxoviat2023-09-163-10/+10
* | Merge pull request #1916 from wkf/mainxoviat2023-09-164-8/+8
|\ \ | |/ |/|
| * Update stm32wb examples to use ble/mac firmware.Will Farrell2023-09-164-8/+8
* | stm32: add stm32wba support.Dario Nieuwenhuis2023-09-165-0/+98
* | feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-1435-35/+35
* | stm32: bump fmc versionTobias Breitwieser2023-09-142-2/+2
* | Merge pull request #1834 from dave-andersen/mainDario Nieuwenhuis2023-09-101-3/+4
|\ \
| * | Fix timing on RP2040 pio_ws2812.rs exampleDave Andersen2023-08-271-3/+4
* | | Add example, fix small bug in respond_and_fillCaleb Jamison2023-09-101-0/+118
* | | stm32/f3: add high res for hrtim and misc.xoviat2023-09-102-6/+12
* | | Merge pull request #1878 from xoviat/adcxoviat2023-09-101-5/+18
|\ \ \
| * | | stm32: fix adc f3 and examplexoviat2023-09-091-5/+18
* | | | Merge pull request #1874 from JuliDi/eth-getstatus-asyncDario Nieuwenhuis2023-09-095-6/+18
|\ \ \ \ | |/ / / |/| | |
| * | | add wait_config_up to examplesJuliDi2023-09-085-6/+18
* | | | rcc: more cleanupxoviat2023-09-083-3/+2
|/ / /
* | | Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4xoviat2023-09-051-0/+34
|\ \ \
| * | | stm32: add initial adc f3 implxoviat2023-09-051-0/+34
* | | | initial support for STM32G4 ADCDaehyeok Mun2023-09-042-0/+43
|/ / /
* | | Merge pull request #1854 from bugadani/strDario Nieuwenhuis2023-09-0310-8/+16
|\ \ \
| * | | Fix bootloader application examplesDániel Buga2023-09-0210-8/+16
* | | | Merge pull request #1831 from vDorst/adin1110-part2Dario Nieuwenhuis2023-09-022-8/+20
|\ \ \ \
| * \ \ \ Merge branch 'embassy-rs:main' into adin1110-part2René van Dorst2023-08-2838-48/+55
| |\ \ \ \
| * | | | | stm32l4: bump embassy-net-adin1110 to v0.2.0René van Dorst2023-08-281-2/+2
| * | | | | stm32l4: Update adin1110 example add FCS optionRené van Dorst2023-08-281-6/+18
| | |/ / / | |/| | |
* | | | | rp: Fix write size in embassy-boot example appkalkyl2023-08-301-1/+1
* | | | | Merge pull request #1832 from embassy-rs/pipe-bufreadDario Nieuwenhuis2023-08-291-6/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sync/pipe: impl BufRead.Dario Nieuwenhuis2023-08-301-6/+4
| | |/ / | |/| |
* / | | Release embassy-time v0.1.3Jesse Braham2023-08-2834-38/+38
|/ / /
* | | rustfmtxoviat2023-08-271-4/+2
* | | Merge branch 'main' of https://github.com/aidant/embassy into rtcxoviat2023-08-271-5/+14
|\ \ \
| * | | fix hanging on rtc exampleaidant2023-08-271-5/+14
| |/ /
* | | stm32: fix l4 re-exportxoviat2023-08-272-2/+2
* | | stm32: fix wl re-exportxoviat2023-08-271-3/+3
|/ /
* | Merge pull request #1821 from embassy-rs/net-pppDario Nieuwenhuis2023-08-252-1/+221
|\ \
| * | net-ppp: add std example.Dario Nieuwenhuis2023-08-252-1/+221
* | | Merge pull request #1792 from vDorst/adin1110-prDario Nieuwenhuis2023-08-253-3/+449
|\ \ \ | |/ / |/| |
| * | stm32l4: Add EVAL-ADIN1110EBZ example with basic http serverRené van Dorst2023-08-243-3/+449
* | | net: allow changing IP config at runtime.Dario Nieuwenhuis2023-08-251-1/+1
|/ /