aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* bump more udbd-hid usages to 0.8.1JuliDi2024-07-165-5/+5
* bump usbd-hid from 0.7.0 to 0.8.1JuliDi2024-07-161-1/+1
* rustfmtrafael2024-07-081-5/+2
* rustfmtrafael2024-07-081-1/+1
* add assign_resources examplerafael2024-07-082-0/+85
* Add more docs and cross-linkskalkyl2024-07-081-6/+16
* Add example for sharing things between taskskalkyl2024-07-081-0/+140
* Fixed to reserve as much space as it uses.Dickless2024-07-071-1/+1
* [#2905 #2904] Replaced static raw array with GroundedArrayCellDickless2024-07-061-3/+9
* cargo +nightly fmtDickless2024-07-051-3/+1
* rustfmtDickless2024-07-051-2/+1
* add SAI exampleDickless2024-07-052-0/+190
* stm32 adc: introduce blocking_readAndres Vahter2024-07-0311-18/+18
* Merge pull request #3128 from andresv/stm32-adc-dma-v3Ulf Lilleengen2024-07-032-0/+120
|\
| * stm32g0: add adc_dma exampleAndres Vahter2024-07-031-0/+44
| * add async dma read exampleAlexandros Liarokapis2024-07-021-0/+76
* | Merge pull request #3124 from Adancurusul/devUlf Lilleengen2024-07-031-0/+43
|\ \
| * | Add adc oversampling supportChen Yuheng2024-06-271-0/+43
* | | Merge pull request #3111 from Eekle/feature/async_tscUlf Lilleengen2024-07-021-2/+8
|\ \ \
| * | | Update exampleEekle2024-06-301-2/+2
| * | | fmtEekle2024-06-231-4/+2
| * | | Add async wait to TSCEekle2024-06-231-2/+10
* | | | Merge pull request #3132 from oro-os/wiznet-version-checkDario Nieuwenhuis2024-07-025-5/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | wiznet: add version check to initialization sequenceJosh Junon2024-06-305-5/+11
| | |/ | |/|
* | | Merge pull request #3116 from sethkrie/adc-v2-ringbufDario Nieuwenhuis2024-07-021-0/+83
|\ \ \
| * | | CIseth2024-06-241-8/+13
| * | | second adc added to example + API todos completedseth2024-06-241-6/+26
| * | | fmtseth2024-06-241-3/+2
| * | | new PR, taking Dirbao's advice to make the DMA impl in a separate struct that...seth2024-06-241-0/+59
* | | | Merge pull request #3127 from shufps/feat/dds-exampleDario Nieuwenhuis2024-07-012-1/+117
|\ \ \ \
| * | | | formatshufps2024-06-281-5/+3
| * | | | added commentshufps2024-06-281-0/+1
| * | | | added DDS exampleshufps2024-06-282-1/+118
| | |/ / | |/| |
* | | | Merge pull request #3126 from ninjasource/stm32-ltdcDario Nieuwenhuis2024-07-016-0/+576
|\ \ \ \
| * | | | Applied formattingDavid Haig2024-06-281-24/+18
| * | | | Moved ltdc example to its own crateDavid Haig2024-06-287-15/+111
| * | | | Get dsi_bsp example to compile againDavid Haig2024-06-281-2/+2
| * | | | Add support for the stm32 ltdc display peripheralDavid Haig2024-06-273-0/+486
| |/ / /
* / / / rp/i2c: add address flexibility and exampleKrzysztof Królczyk2024-06-281-0/+85
|/ / /
* | | Fix rngcore imports in examples9names2024-06-253-0/+6
* | | Replace joke seed with best RNG available9names2024-06-254-4/+10
* | | Use published version of reqwless9names2024-06-251-1/+1
* | | rustfmtrafael2024-06-241-2/+2
* | | comment the commentsrafael2024-06-241-2/+4
* | | rustfmt againrafael2024-06-241-4/+2
* | | rustfmtrafael2024-06-241-16/+9
* | | need to bring down binary size or flashing will corrupt the devicerafael2024-06-241-1/+5
* | | add wifi_webrequest examplerafael2024-06-232-2/+204
|/ /
* | Merge pull request #3044 from kalkyl/adc-multiHenrik Alsér2024-06-221-0/+54
|\ \
| * | rp: Add multichannel ADCkalkyl2024-06-051-0/+54