aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mac-3xoviat2023-07-1538-10/+616
|\
| * stm32wb: add gatt server exampleGhaithOueslati2023-07-152-0/+401
| * wpan: update `stm32wb-hci` to version 0.1.3GhaithOueslati2023-07-151-4/+1
| * Enable RTC on STM32WL chips (#1645)Phil Markgraf2023-07-153-3/+47
| * Round temp to make more sense.Henrik Berg2023-07-131-1/+4
| * Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-1333-5/+122
| * RP: Don't reset RTC in Clock::init. Updated example.Henrik Berg2023-07-121-17/+9
| * RP: Add save/restore to Rtc. Example use.Henrik Berg2023-07-121-21/+34
| * RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().Henrik Berg2023-07-121-4/+10
| * RP: Add RTC example to rp2040.Henrik Berg2023-07-121-0/+33
* | cleanupgoueslati2023-07-133-6/+10
* | make it work, disgustinglygoueslati2023-07-132-8/+60
* | change MacAddress to a union instead of an enumgoueslati2023-07-122-45/+67
* | parsing MAC structsgoueslati2023-07-122-65/+50
* | wip: added MAC commandsgoueslati2023-07-113-34/+207
* | wipgoueslati2023-07-103-3/+124
|/
* mac: move table initialization after sys readyxoviat2023-07-091-1/+11
* Merge pull request #1623 from pennae/rp-adcDario Nieuwenhuis2023-07-071-8/+9
|\
| * rp/adc: rewrite the modulepennae2023-07-071-8/+9
* | rp/pio: use bind_interrupts for irqspennae2023-07-078-20/+64
* | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2Dario Nieuwenhuis2023-07-0534-34/+34
|\ \
| * | Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-0634-34/+34
* | | Merge pull request #1578 from schphil/can-splitxoviat2023-07-052-8/+76
|\ \ \ | |/ / |/| |
| * | make stm32f4 example workPhilipp Scheff2023-07-041-8/+10
| * | remove unused imports from examplePhilipp Scheff2023-07-031-4/+1
| * | allow deed code can rx & clippyPhilipp Scheff2023-07-031-7/+7
| * | fmtPhilipp Scheff2023-07-031-6/+10
| * | Merge branch 'embassy-rs:main' into can-splitschphil2023-06-237-5/+496
| |\ \
| * | | add as_mut & set loopback true in examplePhilipp Scheff2023-06-221-2/+4
| * | | add stm32f7 can examplePhilipp Scheff2023-06-221-0/+63
* | | | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when o...Dario Nieuwenhuis2023-07-052-3/+9
| |_|/ |/| |
* | | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-0513-30/+69
|\ \ \
| * | | update embedded-hal crates.Dario Nieuwenhuis2023-07-0413-30/+68
* | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-03134-354/+1336
|\| | |
| * | | Release embassy-net v0.1Dario Nieuwenhuis2023-06-291-0/+23
| * | | Merge pull request #1565 from JuliDi/mainDario Nieuwenhuis2023-06-294-19/+153
| |\ \ \
| | * | | remove need for StaticCell in dac_dma example for stm32l4JuliDi2023-06-282-23/+8
| | * | | revert to STM32L4S5VIJuliDi2023-06-282-6/+5
| | * | | attempt at fixing ciJuliDi2023-06-281-1/+0
| | * | | attempt at fixing ciJuliDi2023-06-283-6/+7
| | * | | add docJuliDi2023-06-281-0/+2
| | * | | Update DAC examples, add DAC + DMA exampleJuliDi2023-06-285-18/+166
| | |/ /
| * | | Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-2941-74/+74
| * | | STM32G4: Add CRS support to RCCKevin Lannen2023-06-281-9/+19
| * | | stm32: update metapac, includes fix for OTG with 9 endpoints (H7)Dario Nieuwenhuis2023-06-271-1/+3
| * | | stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-276-6/+18
| * | | Modify an exampleDániel Buga2023-06-251-1/+5
| * | | stm32/wpan: update examplexoviat2023-06-251-1/+3
| * | | stm32/wpan: reorg subsystemsxoviat2023-06-231-7/+7
| | |/ | |/|
| * | Merge pull request #1576 from OueslatiGhaith/hci_v2xoviat2023-06-235-6/+262
| |\ \