| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 45 | -45/+45 |
| * | Correct chip in comment | Joël Schulz-Andres | 2024-05-24 | 1 | -1/+1 |
| * | Add NRF52810 example | Joël Schulz-Andres | 2024-05-24 | 5 | -0/+95 |
| * | stm32/usart: remove instance generic params | Jan Špaček | 2024-05-23 | 3 | -6/+3 |
| * | Merge pull request #2985 from rumcake-rs/stm32-adc-anyadcchannel | Dario Nieuwenhuis | 2024-05-23 | 1 | -1/+1 |
| |\ | |||||
| | * | add AnyAdcChannel | Univa | 2024-05-20 | 1 | -1/+1 |
| * | | Merge pull request #2983 from reneherrero/main | Dario Nieuwenhuis | 2024-05-21 | 1 | -0/+68 |
| |\ \ | |||||
| | * \ | Merge branch 'main' of github.com:reneherrero/embassy | René Herrero | 2024-05-21 | 1 | -2/+1 |
| | |\ \ | |||||
| | * | | | added CAN example | René Herrero | 2024-05-21 | 1 | -0/+68 |
| * | | | | stm32/qspi: remove DMA generic param. | Dario Nieuwenhuis | 2024-05-22 | 1 | -6/+7 |
| | |/ / |/| | | |||||
| * | | | rp/pwm: rename channel->slice in args, misc fix. | Dario Nieuwenhuis | 2024-05-21 | 1 | -2/+1 |
| |/ / | |||||
| * | | Merge pull request #2976 from joelsa/add-dsihost-example | Dario Nieuwenhuis | 2024-05-21 | 6 | -1/+801 |
| |\ \ | |||||
| | * | | Add dsi example | Joël Schulz-Ansres | 2024-05-21 | 6 | -1/+801 |
| | |/ | |||||
| * / | stm32/i2c: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-21 | 2 | -4/+3 |
| |/ | |||||
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 6 | -11/+9 |
| * | Add a CHANGELOG to embassy-usb-logger and bump its version | Dan Groshev | 2024-05-20 | 1 | -1/+1 |
| * | Merge pull request #2888 from FransUrbo/uart_r503 | Dario Nieuwenhuis | 2024-05-20 | 1 | -0/+158 |
| |\ | |||||
| | * | Example and documentation on how to Calculate correct checksum. | Turbo Fredriksson | 2024-05-01 | 1 | -78/+104 |
| | * | Finish the read part. | Turbo Fredriksson | 2024-05-01 | 1 | -30/+49 |
| | * | Added PIO UART examples for rp to talk to an R503 fingerprint scanner. | Turbo Fredriksson | 2024-05-01 | 1 | -0/+113 |
| * | | Merge pull request #2912 from brunob45/simple_capture | Dario Nieuwenhuis | 2024-05-20 | 1 | -0/+52 |
| |\ \ | |||||
| | * | | fix fmt for ci | Bruno Bousquet | 2024-05-06 | 1 | -2/+1 |
| | * | | add async capture | Bruno Bousquet | 2024-05-06 | 1 | -12/+14 |
| | * | | cleanup for PR | Bruno Bousquet | 2024-05-05 | 8 | -258/+3 |
| | * | | add get_input_interrupt | Bruno Bousquet | 2024-05-05 | 1 | -16/+23 |
| | * | | formatting | Bruno Bousquet | 2024-05-05 | 2 | -13/+18 |
| | * | | create input_capture | Bruno Bousquet | 2024-05-05 | 8 | -2/+296 |
| * | | | stm32g0: add i2c_async example | Felipe Balbi | 2024-05-16 | 1 | -0/+48 |
| * | | | stm32h7: add shared bus example | Felipe Balbi | 2024-05-16 | 2 | -0/+113 |
| * | | | Merge pull request #2934 from embassy-rs/example-papercuts | Dario Nieuwenhuis | 2024-05-12 | 14 | -64/+94 |
| |\ \ \ | |||||
| | * | | | examples/stm32h7rs: add i2c example. | Dario Nieuwenhuis | 2024-05-13 | 1 | -0/+42 |
| | * | | | examples/stm32: do not enable vbus detect by default, it doesn't work on all ... | Dario Nieuwenhuis | 2024-05-13 | 9 | -56/+44 |
| | * | | | examples/stm32: reduce packet queue count to avoid OOM on smaller chips. | Dario Nieuwenhuis | 2024-05-13 | 4 | -8/+8 |
| * | | | | refactor rp usb_serial example to use a task to run the usb | Tim Docker | 2024-05-12 | 1 | -45/+55 |
| |/ / / | |||||
| * | | | Merge pull request #2929 from kalkyl/sdmmc | Dario Nieuwenhuis | 2024-05-11 | 2 | -0/+84 |
| |\ \ \ | |||||
| | * | | | spinlock + loop at end to allow defmt to flush properly | kalkyl | 2024-05-11 | 1 | -0/+3 |
| | * | | | rp: Add embedded-sdmmc example | kalkyl | 2024-05-11 | 2 | -0/+81 |
| * | | | | Merge pull request #2922 from Mirror0/qspi-example | Dario Nieuwenhuis | 2024-05-10 | 1 | -0/+300 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | feat(qspi): add example usage of QSPI | Mateusz Butkiewicz | 2024-05-10 | 1 | -0/+300 |
| * | | | | rustfmt | kalkyl | 2024-05-09 | 1 | -5/+5 |
| * | | | | rp: Add raw interrupt handler example | kalkyl | 2024-05-09 | 2 | -0/+96 |
| |/ / / | |||||
| * / / | examples: Use unique crate name for stm32h7rs examples | Priit Laes | 2024-05-08 | 1 | -1/+1 |
| |/ / | |||||
| * | | format | Pegasis | 2024-05-03 | 2 | -2/+2 |
| * | | add example for bdma | Pegasis | 2024-05-03 | 3 | -0/+122 |
| * | | Merge pull request #2894 from kalkyl/webusb-win | Dario Nieuwenhuis | 2024-05-01 | 1 | -1/+19 |
| |\ \ | |/ |/| | |||||
| | * | rp: WebUSB example - add Windows compatibility | kalkyl | 2024-04-30 | 1 | -1/+19 |
| * | | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 16 | -0/+767 |
| |/ | |||||
| * | Merge pull request #2889 from embassy-rs/update-metapac-42 | Dario Nieuwenhuis | 2024-04-29 | 3 | -7/+7 |
| |\ | |||||
| | * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 3 | -7/+7 |
| * | | Update wdt.rs: reverted change, probably unneccesary here | pkoevesdi | 2024-04-29 | 1 | -1/+1 |
