aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove merge errorQuentin Smith2023-07-181-37/+0
| * Merge remote-tracking branch 'origin/main' into nrf-pdmQuentin Smith2023-07-17330-1953/+12366
| |\
| * \ Merge remote-tracking branch 'origin/master' into nrf-pdmQuentin Smith2022-08-2362-151/+316
| |\ \
| * | | Optimize pdm_continuous exampleQuentin Smith2022-08-211-2/+3
| * | | Demonstrate FFT in exampleQuentin Smith2022-08-212-1/+24
| * | | PDM clock frequency controlQuentin Smith2022-08-211-5/+8
| * | | Discard the first N samples due to transientsQuentin Smith2022-08-211-3/+5
| * | | Add continuous PDM sampling with exampleQuentin Smith2022-08-202-1/+52
| * | | Set gain at runtimeQuentin Smith2022-08-202-10/+20
| * | | Initial PDM driverQuentin Smith2022-08-202-0/+35
* | | | 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