aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| | * fix fmtBruno Bousquet2024-05-292-2/+4
| | |
| * | remove dev filesBruno Bousquet2024-05-2910-203/+3
| |/
| * fix F103 exampleBruno Bousquet2024-05-292-2/+4
| |
| * pwm_input is working on F446Bruno Bousquet2024-05-296-4/+106
| |
| * add f103 example for input_captureBruno Bousquet2024-05-285-4/+103
| |
| * example is working nowBruno Bousquet2024-05-282-2/+2
| |
| * compile pwm_input exampleBruno Bousquet2024-05-283-2/+54
| |
| * add stm32f446 filesBruno Bousquet2024-05-286-3/+104
| |
* | Merge pull request #2992 from liarokapisv/i2s-spi_v3Dario Nieuwenhuis2024-05-301-2/+1
|\ \ | | | | | | | | | Add spi v3 & Full-duplex support to the I2S driver.
| * | Add i2s support for spi_v3.Alexandros Liarokapis2024-05-271-2/+1
| |/
* | Fix example.Corey Schuhen2024-05-301-2/+2
| |
* | Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-2945-45/+45
|/
* Correct chip in commentJoël Schulz-Andres2024-05-241-1/+1
|
* Add NRF52810 exampleJoël Schulz-Andres2024-05-245-0/+95
|
* stm32/usart: remove instance generic paramsJan Špaček2024-05-233-6/+3
|
* Merge pull request #2985 from rumcake-rs/stm32-adc-anyadcchannelDario Nieuwenhuis2024-05-231-1/+1
|\ | | | | | | stm32/adc: add AnyAdcChannel type
| * add AnyAdcChannelUniva2024-05-201-1/+1
| |
* | Merge pull request #2983 from reneherrero/mainDario Nieuwenhuis2024-05-211-0/+68
|\ \ | | | | | | | | | Added a CAN example for the stm32l4
| * \ Merge branch 'main' of github.com:reneherrero/embassyRené Herrero2024-05-211-2/+1
| |\ \
| * | | added CAN exampleRené Herrero2024-05-211-0/+68
| | | |
* | | | stm32/qspi: remove DMA generic param.Dario Nieuwenhuis2024-05-221-6/+7
| |/ / |/| |
* | | rp/pwm: rename channel->slice in args, misc fix.Dario Nieuwenhuis2024-05-211-2/+1
|/ /
* | Merge pull request #2976 from joelsa/add-dsihost-exampleDario Nieuwenhuis2024-05-216-1/+801
|\ \ | | | | | | | | | Add dsihost example
| * | Add dsi exampleJoël Schulz-Ansres2024-05-216-1/+801
| |/
* / stm32/i2c: remove peripheral generic param.Dario Nieuwenhuis2024-05-212-4/+3
|/
* stm32/spi: remove peripheral generic param.Dario Nieuwenhuis2024-05-206-11/+9
|
* Add a CHANGELOG to embassy-usb-logger and bump its versionDan Groshev2024-05-201-1/+1
|
* Merge pull request #2888 from FransUrbo/uart_r503Dario Nieuwenhuis2024-05-201-0/+158
|\ | | | | Added PIO UART examples for rp to talk to an R503 fingerprint scanner.
| * Example and documentation on how to Calculate correct checksum.Turbo Fredriksson2024-05-011-78/+104
| | | | | | | | | | | | + Include the package format documentation. + Cycle through all three colours in three different speed. - Remove the `write_cmd_bytes()`. Superfluous.
| * Finish the read part.Turbo Fredriksson2024-05-011-30/+49
| | | | | | | | | | | | | | * Don't need separate task for this. * **Must** read one byte at a time, then merge them into one Vec. * To better demonstrate, cycle through the three colours Red, Blue, Purple.
| * Added PIO UART examples for rp to talk to an R503 fingerprint scanner.Turbo Fredriksson2024-05-011-0/+113
| |
* | Merge pull request #2912 from brunob45/simple_captureDario Nieuwenhuis2024-05-201-0/+52
|\ \ | | | | | | | | | STM32 Input Capture
| * | fix fmt for ciBruno Bousquet2024-05-061-2/+1
| | |
| * | add async captureBruno Bousquet2024-05-061-12/+14
| | |
| * | cleanup for PRBruno Bousquet2024-05-058-258/+3
| | |
| * | add get_input_interruptBruno Bousquet2024-05-051-16/+23
| | |
| * | formattingBruno Bousquet2024-05-052-13/+18
| | |
| * | create input_captureBruno Bousquet2024-05-058-2/+296
| | |
* | | stm32g0: add i2c_async exampleFelipe Balbi2024-05-161-0/+48
| | | | | | | | | | | | | | | This example will help those having difficulties understanding how to bind interrupts on stm32g0 devices.
* | | stm32h7: add shared bus exampleFelipe Balbi2024-05-162-0/+113
| | |
* | | Merge pull request #2934 from embassy-rs/example-papercutsDario Nieuwenhuis2024-05-1214-64/+94
|\ \ \ | | | | | | | | | | | | Fix misc example papercuts.
| * | | examples/stm32h7rs: add i2c example.Dario Nieuwenhuis2024-05-131-0/+42
| | | |
| * | | examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵Dario Nieuwenhuis2024-05-139-56/+44
| | | | | | | | | | | | | | | | boards.
| * | | examples/stm32: reduce packet queue count to avoid OOM on smaller chips.Dario Nieuwenhuis2024-05-134-8/+8
| | | |
* | | | refactor rp usb_serial example to use a task to run the usbTim Docker2024-05-121-45/+55
|/ / /
* | | Merge pull request #2929 from kalkyl/sdmmcDario Nieuwenhuis2024-05-112-0/+84
|\ \ \ | | | | | | | | | | | | rp: Add embedded-sdmmc example
| * | | spinlock + loop at end to allow defmt to flush properlykalkyl2024-05-111-0/+3
| | | |
| * | | rp: Add embedded-sdmmc examplekalkyl2024-05-112-0/+81
| | | |
* | | | Merge pull request #2922 from Mirror0/qspi-exampleDario Nieuwenhuis2024-05-101-0/+300
|\ \ \ \ | |/ / / |/| | | | | | | Example usage of QSPI
| * | | feat(qspi): add example usage of QSPIMateusz Butkiewicz2024-05-101-0/+300
| | | |