aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Previous i2c examples are using either blocking Embassy API or e-h traits, this example uses Embassy pub API directly. Signed-off-by: Krzysztof Królczyk <[email protected]>
* | | | 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 ADC
| * | | rp: Add multichannel ADCkalkyl2024-06-051-0/+54
| | | |
* | | | Merge pull request #3095 from Adancurusul/g0_developmentUlf Lilleengen2024-06-223-0/+189
|\ \ \ \ | | | | | | | | | | | | | | | Add PWM examples for stm32g0
| * | | | 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
|/ / / | | | | | | | | | File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d
* | | Merge pull request #3091 from embassy-rs/nrf-egu-periDario Nieuwenhuis2024-06-181-0/+43
|\ \ \ | | | | | | | | | | | | add HAL and example for using nRF EGU peripheral
| * | | 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 ↵rafael2024-06-134-8/+8
| | | | | | | | | | | | 0x10100000 yields: Error: --format has been renamed to --binary-format. Please use --binary-format bin instead of --format bin
* | 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
| | | | | | | | | | | | | | | | | | | | | | * Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples * fixed formatting * Changed to using embassy_time::block_for() * removed my formatting scripts * specify embassy_time::Duration
* | Merge pull request #3062 from kkrolczyk/kk/bootloader-typosDario Nieuwenhuis2024-06-101-1/+1
|\ \ | | | | | | | | | fix docu typos, linker addr example
| * | stm32/boot: update linker file in exampleKrzysztof Królczyk2024-06-101-1/+1
| |/ | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]>
* | Merge pull request #3057 from dvdsk/docs-net-sizeDario Nieuwenhuis2024-06-072-0/+140
|\ \ | | | | | | | | | Document w5500 State and add w5500 example for stmf4
| * | cargo fmtdvdsk2024-06-081-8/+7
| | |
| * | Adds an example for using the w5500 with an stm32f4dvdsk2024-06-072-0/+141
| |/ | | | | | | | | | | This example takes into account the lower memory on the stm32f4. That should prevent anyone wanting to use the w5500 on any stm from adapting the w5500 example for the rp which uses a lot more RAM.
* | Merge pull request #3040 from embassy-rs/embassy-time-0.3.1Ulf Lilleengen2024-06-0543-43/+43
|\ \ | |/ |/| | | prepare for embassy-time 0.3.1 release
| * 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
| | | | the main ci.sh now passes if running with nightly.
* Merge pull request #3014 from brunob45/pwm_inputDario Nieuwenhuis2024-05-313-0/+160
|\ | | | | | | Add PWM Input for STM32
| * 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
| | | | | | Co-authored-by: Romain Reignier <[email protected]>
| * fix fmt againBruno Bousquet2024-05-292-4/+2
| |
| * Merge branch 'pwm_input_f103' into pwm_inputBruno Bousquet2024-05-292-2/+4
| |\