aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* wpan: further optimize mac eventxoviat2023-07-203-73/+25
* rustfmtxoviat2023-07-191-2/+5
* - optimize event to parse opcode only oncexoviat2023-07-193-47/+49
* wpan: implement initial event loopxoviat2023-07-182-2/+14
* wpan: fully implement initial draft conceptxoviat2023-07-181-1/+1
* wpan: fix comp errors and impl. some of runnerxoviat2023-07-171-0/+180
* Merge branch 'master' into macxoviat2023-07-174-60/+288
|\
| * wpan: add slice data viewxoviat2023-07-161-8/+14
| * wpan/mac: use lifetimes to control eventsxoviat2023-07-162-37/+64
| * wpan/mac: use slice view to avoid copyxoviat2023-07-162-17/+23
| * Added usb-hid keyboard example for rp pico.maximedeboeck2023-07-162-0/+189
* | wpan: prepare net impl.xoviat2023-07-151-1/+2
|/
* Merge pull request #1653 from xoviat/ethDario Nieuwenhuis2023-07-155-4/+115
|\
| * stm32/eth: add set_poll_intervalxoviat2023-07-155-5/+5
| * stm32/eth: impl. poll intervalxoviat2023-07-155-5/+5
| * stm32/eth: add f4 examplexoviat2023-07-151-0/+111
* | wpan: factor mac logic into other modxoviat2023-07-152-6/+6
* | rustfmtxoviat2023-07-153-3/+3
* | 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
|\ \ \