| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | fix fmt | Bruno Bousquet | 2024-05-29 | 1 | -1/+4 | |
| | | | ||||||
| | * | rename get_width_ticks and add info!() in examples | Bruno Bousquet | 2024-05-29 | 1 | -5/+4 | |
| | | | ||||||
| | * | Apply suggestions from code review | Bruno Bousquet | 2024-05-29 | 1 | -1/+1 | |
| | | | | | | | Co-authored-by: Romain Reignier <[email protected]> | |||||
| | * | fix fmt again | Bruno Bousquet | 2024-05-29 | 1 | -2/+1 | |
| | | | ||||||
| | * | Merge branch 'pwm_input_f103' into pwm_input | Bruno Bousquet | 2024-05-29 | 1 | -1/+2 | |
| | |\ | ||||||
| | | * | fix fmt | Bruno Bousquet | 2024-05-29 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | remove dev files | Bruno Bousquet | 2024-05-29 | 6 | -104/+3 | |
| | |/ | ||||||
| | * | pwm_input is working on F446 | Bruno Bousquet | 2024-05-29 | 3 | -2/+54 | |
| | | | ||||||
| | * | add f103 example for input_capture | Bruno Bousquet | 2024-05-28 | 1 | -52/+0 | |
| | | | ||||||
| | * | example is working now | Bruno Bousquet | 2024-05-28 | 2 | -2/+2 | |
| | | | ||||||
| | * | compile pwm_input example | Bruno Bousquet | 2024-05-28 | 3 | -2/+54 | |
| | | | ||||||
| | * | add stm32f446 files | Bruno Bousquet | 2024-05-28 | 6 | -3/+104 | |
| | | | ||||||
| * | | Merge pull request #2992 from liarokapisv/i2s-spi_v3 | Dario Nieuwenhuis | 2024-05-30 | 1 | -2/+1 | |
| |\ \ | | | | | | | | | | Add spi v3 & Full-duplex support to the I2S driver. | |||||
| | * | | Add i2s support for spi_v3. | Alexandros Liarokapis | 2024-05-27 | 1 | -2/+1 | |
| | |/ | ||||||
| * / | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 | |
| |/ | ||||||
| * | Add dsi example | Joël Schulz-Ansres | 2024-05-21 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | | ||||||
| * | | examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵ | Dario Nieuwenhuis | 2024-05-13 | 5 | -35/+25 | |
| | | | | | | | | | boards. | |||||
| * | | examples/stm32: reduce packet queue count to avoid OOM on smaller chips. | Dario Nieuwenhuis | 2024-05-13 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #2889 from embassy-rs/update-metapac-42 | Dario Nieuwenhuis | 2024-04-29 | 1 | -1/+1 | |
| |\ | | | | | | | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | |||||
| | * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update wdt.rs: reverted change, probably unneccesary here | pkoevesdi | 2024-04-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 2 | -2/+2 | |
| |/ | ||||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 5 | -5/+6 | |
| | | ||||||
| * | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2 | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 | |
| |\ | | | | | | | embassy-usb: Update version and add changelog | |||||
| | * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #2812 from borisfaure/mut-hid-request-handler | Dario Nieuwenhuis | 2024-04-23 | 2 | -13/+13 | |
| |\ \ | |/ |/| | | | usb::hid::RequestHandler::set_report(&mut self, ...) | |||||
| | * | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 2 | -6/+6 | |
| | | | ||||||
| | * | examples: request_handler is mutable | Boris Faure | 2024-04-15 | 2 | -7/+7 | |
| | | | ||||||
| * | | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 5 | -8/+8 | |
| | | | ||||||
| * | | Add comment on vbus_detection to all USB examples | Joël Schulz-Ansres | 2024-04-22 | 5 | -1/+65 | |
| | | | ||||||
| * | | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 2 | -4/+2 | |
| | | | ||||||
| * | | stm32/i2c: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -17/+1 | |
| | | | ||||||
| * | | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 2 | -4/+3 | |
| |/ | ||||||
| * | Fix spelling and white space mistakes | Vega Deftwing | 2024-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | Incorporated adam’s suggestion into all multiprio comments | Barnaby Walters | 2024-04-07 | 1 | -3/+4 | |
| | | ||||||
| * | Apply suggestions from code review | Barnaby Walters | 2024-04-07 | 1 | -1/+1 | |
| | | | | Co-authored-by: becothas <[email protected]> | |||||
| * | [embassy-stm32] added comments explaining multiprio interrupts | Barnaby Walters | 2024-04-07 | 1 | -0/+4 | |
| | | ||||||
| * | Add VBUS detection blackpill comment | Barnaby Walters | 2024-04-05 | 1 | -0/+1 | |
| | | ||||||
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -8/+3 | |
| | | | | | | | The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait are a relic from the `bxcan` crate. Remove them, move the functionality into the main structs. | |||||
| * | Merge pull request #2730 from embassy-rs/stm32-sealed | Dario Nieuwenhuis | 2024-03-23 | 1 | -2/+3 | |
| |\ | | | | | stm32: use private_bounds for sealed traits. | |||||
| | * | stm32/timer: simplify traits, convert from trait methods to struct. | Dario Nieuwenhuis | 2024-03-23 | 1 | -2/+3 | |
| | | | ||||||
| * | | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 5 | -10/+0 | |
| |/ | ||||||
