| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2912 from brunob45/simple_capture | Dario Nieuwenhuis | 2024-05-20 | 1 | -0/+52 |
| |\ | | | | | | | STM32 Input Capture | ||||
| | * | 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 |
| | | | | | | | | | | | This example will help those having difficulties understanding how to bind interrupts on stm32g0 devices. | ||||
| * | | 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 |
| |\ \ | | | | | | | | | | Fix misc example papercuts. | ||||
| | * | | 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 |
| | | | | | | | | | | | | | boards. | ||||
| | * | | 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 |
| |\ \ | | | | | | | | | | rp: Add embedded-sdmmc example | ||||
| | * | | 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 |
| |\ \ \ | |/ / |/| | | | | | Example usage of QSPI | ||||
| | * | | 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 |
| |/ | | | | | Current name clashes with "regular" stm32h7 thus generating cargo warning. | ||||
| * | 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 | ||||
| | * | 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. | ||||
| | * | 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 |
| | | | |||||
| * | | Update wdt.rs: reverted changes, probably unneccesary | pkoevesdi | 2024-04-29 | 1 | -2/+2 |
| | | | |||||
| * | | Update wdt.rs: added missing type | pkoevesdi | 2024-04-29 | 1 | -1/+1 |
| | | | |||||
| * | | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 7 | -9/+9 |
| |/ | |||||
| * | Merge pull request #2862 from AtoVproject/feature/web-usb-class | Dario Nieuwenhuis | 2024-04-28 | 1 | -0/+137 |
| |\ | | | | | WebUSB implementation | ||||
| | * | feature: WebUSB capability implementation | Chris Maniewski | 2024-04-27 | 1 | -0/+137 |
| | | | | | | | | | | | | | | | This adds the WebUSB implementation as per https://wicg.github.io/webusb/, using one in-endpoint and one out-endpoint as well as an example for the RP2040 to illustrate this capability. | ||||
| * | | low power for h5 | eZio Pan | 2024-04-28 | 2 | -1/+72 |
| | | | |||||
| * | | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 39 | -39/+22 |
| | | | |||||
| * | | Remove leftover `cargo new` boilerplate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -2/+0 |
| | | | |||||
| * | | Merge pull request #2846 from BjornTheProgrammer/main | Dario Nieuwenhuis | 2024-04-26 | 2 | -0/+326 |
| |\ \ | | | | | | | | | | Added PIO pwm examples for rp | ||||
| | * | | Changed attach to new | Bjorn | 2024-04-21 | 2 | -4/+4 |
| | | | | |||||
| | * | | Merge branch 'main' of https://github.com/embassy-rs/embassy | Bjorn | 2024-04-20 | 15 | -4/+465 |
| | |\| | |||||
| | * | | Added PIO pwm examples for rp | Bjorn | 2024-04-20 | 2 | -0/+326 |
| | | | | | | | | | | | | | Two additionally `rp` examples, `pio_pwm.rs`, which is a baremetal example of how to do pwm with pio, and `pio_servo.rs`, which is a more extended example of pwm and pio with servos. | ||||
| * | | | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2 | Dario Nieuwenhuis | 2024-04-26 | 19 | -19/+19 |
| |\ \ \ | | | | | | | | | | | | | embassy-usb: Update version and add changelog | ||||
| | * | | | Update dependent versions | James Munns | 2024-04-23 | 19 | -19/+19 |
| | | | | | |||||
| * | | | | Merge pull request #2812 from borisfaure/mut-hid-request-handler | Dario Nieuwenhuis | 2024-04-23 | 7 | -46/+46 |
| |\ \ \ \ | |/ / / |/| | | | | | | | usb::hid::RequestHandler::set_report(&mut self, ...) | ||||
| | * | | | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 7 | -21/+21 |
| | | | | | |||||
| | * | | | examples: request_handler is mutable | Boris Faure | 2024-04-15 | 7 | -25/+25 |
| | | | | | |||||
| * | | | | Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfg | Dario Nieuwenhuis | 2024-04-23 | 3 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | stm32: can: fd: Properties for common runtime get/set operations | ||||
| | * | | | | examples: stm32: can: fix build | Torin Cooper-Bennun | 2024-04-22 | 3 | -4/+4 |
| | | |_|/ | |/| | | |||||
| * | | | | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 8 | -13/+13 |
| | | | | | |||||
