aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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
| * 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