aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-0820-10/+21
* rp: Remove control handler from USB raw bulk examplekalkyl2023-11-071-9/+1
* Merge pull request #2158 from kalkyl/usb-bulkDario Nieuwenhuis2023-11-071-0/+150
|\
| * fmtkalkyl2023-11-071-1/+1
| * Use driver reexportkalkyl2023-11-072-2/+1
| * rp: Add USB raw bulk examplekalkyl2023-11-072-0/+151
* | Merge pull request #2157 from kalkyl/usb-rawDario Nieuwenhuis2023-11-077-4/+207
|\|
| * Add docskalkyl2023-11-071-2/+46
| * Update pio-uart examplekalkyl2023-11-071-0/+1
| * Add commentskalkyl2023-11-071-0/+6
| * rp: Add USB raw example + msos descriptor to examples and usb-loggerkalkyl2023-11-076-4/+156
* | Update stm32 usb_raw example to use MSOS descriptors for WinUSBAdam Greig2023-11-074-1/+24
|/
* Merge pull request #2142 from adamgreig/stm32g4-opampxoviat2023-11-061-1/+1
|\
| * stm32: support internal output on g4 opampsAdam Greig2023-11-051-1/+1
* | stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-0516-43/+38
* | Add raw USB example using control transfersAdam Greig2023-11-051-0/+201
|/
* stm32/rcc: switch to modern api for l0, l1.Dario Nieuwenhuis2023-11-055-5/+5
* Cleanupkalkyl2023-11-031-2/+2
* rp: Add PWM input examplekalkyl2023-11-031-0/+26
* Merge pull request #2137 from kalkyl/pio-rotary-encoderDario Nieuwenhuis2023-11-021-0/+81
|\
| * Cleanupkalkyl2023-11-021-12/+2
| * rp: Add PIO rotary encoder examplekalkyl2023-11-021-0/+91
* | Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-0217-16/+20
|/
* Update Rust nightly.Dario Nieuwenhuis2023-11-017-3/+7
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-0135-35/+35
* Merge pull request #2127 from bugadani/releaseDario Nieuwenhuis2023-10-3139-39/+39
|\
| * Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-3139-39/+39
* | Merge pull request #2123 from bugadani/featureDario Nieuwenhuis2023-10-311-1/+2
|\|
| * Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
* | rp: Add PIO stepper motor driver examplekalkyl2023-10-301-0/+169
|/
* stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-2315-43/+46
* stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-235-8/+58
* stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-234-36/+72
* stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-2213-14/+14
* Merge branch 'master' into center-alignDion Dokter2023-10-20219-695/+1091
|\
| * Merge pull request #2091 from embassy-rs/comment-memory-xUlf Lilleengen2023-10-192-2/+12
| |\
| | * docs: add linker script commentsUlf Lilleengen2023-10-192-2/+12
| * | stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-185-16/+81
| * | stm32/rcc: refactor f7.Dario Nieuwenhuis2023-10-184-13/+61
| * | stm32: update metapacxoviat2023-10-178-12/+12
| * | fix clocks in stm32wl rng example.Dario Nieuwenhuis2023-10-171-5/+4
| |/
| * Merge pull request #2077 from xoviat/rccxoviat2023-10-174-4/+4
| |\
| | * stm32: update metapacxoviat2023-10-164-4/+4
| * | Merge pull request #2075 from CBJamo/rosc_exampleDario Nieuwenhuis2023-10-161-0/+32
| |\ \ | | |/ | |/|
| | * Add example to show useage of rp2040 roscCaleb Jamison2023-10-161-0/+32
| * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-1612-12/+12
| |/
| * time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-1635-35/+35
| * stm32/rcc: unify L4 and L5.Dario Nieuwenhuis2023-10-164-14/+45
| * stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-165-5/+5
| * stm32: expand rcc mux to g4 and h7xoviat2023-10-141-1/+1