aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* added commentshufps2024-06-281-0/+1
* added DDS exampleshufps2024-06-282-1/+118
* 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
* | Merge pull request #3095 from Adancurusul/g0_developmentUlf Lilleengen2024-06-223-0/+189
|\ \
| * | Update pwm_complementary.rsChen Yuheng2024-06-191-1/+0
| * | Add PWM examples for stm32g0Chen Yuheng2024-06-193-0/+190
* | | examples: stm32wb: remove comment about memory.x fileRomain Reignier2024-06-208-8/+0
|/ /
* | Merge pull request #3091 from embassy-rs/nrf-egu-periDario Nieuwenhuis2024-06-181-0/+43
|\ \
| * | cargo fmtUlf Lilleengen2024-06-181-16/+4
| * | add HAL and example for using nRF EGU peripheralUlf Lilleengen2024-06-181-0/+55
* | | Add stm32g0 examplesChen Yuheng2024-06-186-0/+153
|/ /
* | stm32/gpio: refactor AfTypeJan Špaček2024-06-161-5/+5
* | --binary-format bin in rp examplesrafael2024-06-154-8/+8
* | typo: was missing "bin"rafael2024-06-144-8/+8
* | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10...rafael2024-06-134-8/+8
* | Add example for touch sensitive controllerKarun2024-06-131-0/+89
* | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)Daniel Philipp2024-06-127-14/+14
* | Merge pull request #3062 from kkrolczyk/kk/bootloader-typosDario Nieuwenhuis2024-06-101-1/+1
|\ \
| * | stm32/boot: update linker file in exampleKrzysztof Królczyk2024-06-101-1/+1
| |/
* | Merge pull request #3057 from dvdsk/docs-net-sizeDario Nieuwenhuis2024-06-072-0/+140
|\ \
| * | cargo fmtdvdsk2024-06-081-8/+7
| * | Adds an example for using the w5500 with an stm32f4dvdsk2024-06-072-0/+141
| |/
* | Merge pull request #3040 from embassy-rs/embassy-time-0.3.1Ulf Lilleengen2024-06-0543-43/+43
|\ \ | |/ |/|
| * prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-0443-43/+43
* | Add descriptionkalkyl2024-06-041-0/+3
* | core atomickalkyl2024-06-041-1/+2
* | rp: Add zerocopy channel examplekalkyl2024-06-041-0/+90
|/
* fix broken links to embassy bookUlf Lilleengen2024-06-038-8/+8
* Fix F7 example.Corey Schuhen2024-06-021-1/+1
* stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions.Dario Nieuwenhuis2024-05-311-1/+1
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-3128-21/+34
* Merge pull request #3014 from brunob45/pwm_inputDario Nieuwenhuis2024-05-313-0/+160
|\
| * fix fmtBruno Bousquet2024-05-292-2/+8
| * rename get_width_ticks and add info!() in examplesBruno Bousquet2024-05-292-10/+8
| * Apply suggestions from code reviewBruno Bousquet2024-05-293-3/+3
| * fix fmt againBruno Bousquet2024-05-292-4/+2
| * Merge branch 'pwm_input_f103' into pwm_inputBruno Bousquet2024-05-292-2/+4
| |\
| | * fix fmtBruno Bousquet2024-05-292-2/+4
| * | remove dev filesBruno Bousquet2024-05-2910-203/+3
| |/
| * fix F103 exampleBruno Bousquet2024-05-292-2/+4