aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2912 from brunob45/simple_captureDario Nieuwenhuis2024-05-201-0/+52
|\
| * fix fmt for ciBruno Bousquet2024-05-061-2/+1
| * add async captureBruno Bousquet2024-05-061-12/+14
| * add get_input_interruptBruno Bousquet2024-05-051-16/+23
| * formattingBruno Bousquet2024-05-051-12/+17
| * create input_captureBruno Bousquet2024-05-051-0/+39
* | examples/stm32: do not enable vbus detect by default, it doesn't work on all ...Dario Nieuwenhuis2024-05-135-35/+25
* | examples/stm32: reduce packet queue count to avoid OOM on smaller chips.Dario Nieuwenhuis2024-05-131-2/+2
|/
* Merge pull request #2889 from embassy-rs/update-metapac-42Dario Nieuwenhuis2024-04-291-1/+1
|\
| * stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-291-1/+1
* | Update wdt.rs: reverted change, probably unneccesary herepkoevesdi2024-04-291-1/+1
* | fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-292-2/+2
|/
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-264-4/+4
* Merge pull request #2812 from borisfaure/mut-hid-request-handlerDario Nieuwenhuis2024-04-232-13/+13
|\
| * usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-152-6/+6
| * examples: request_handler is mutableBoris Faure2024-04-152-7/+7
* | rustfmt usb examplesJoël Schulz-Ansres2024-04-225-8/+8
* | Add comment on vbus_detection to all USB examplesJoël Schulz-Ansres2024-04-225-1/+65
* | stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-162-4/+2
* | stm32/i2c: remove DMA generic params.Dario Nieuwenhuis2024-04-151-17/+1
* | stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-152-4/+3
|/
* Fix spelling and white space mistakesVega Deftwing2024-04-111-1/+1
* stm32: update adc examplesAndres Vahter2024-04-101-1/+1
* Incorporated adam’s suggestion into all multiprio commentsBarnaby Walters2024-04-071-3/+4
* Apply suggestions from code reviewBarnaby Walters2024-04-071-1/+1
* [embassy-stm32] added comments explaining multiprio interruptsBarnaby Walters2024-04-071-0/+4
* Add VBUS detection blackpill commentBarnaby Walters2024-04-051-0/+1
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-8/+3
* Merge pull request #2730 from embassy-rs/stm32-sealedDario Nieuwenhuis2024-03-231-2/+3
|\
| * stm32/timer: simplify traits, convert from trait methods to struct.Dario Nieuwenhuis2024-03-231-2/+3
* | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-235-10/+0
|/
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-195-0/+5
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-195-20/+20
* stm32: add usb_hid_keyboard exampleVo Trung Chi2024-03-141-0/+222
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
* Shared frame types.Corey Schuhen2024-03-131-2/+2
* Fix examples and improve imports required.Corey Schuhen2024-03-071-3/+4
* Merge pull request #2664 from eZioPan/build-target-fixDario Nieuwenhuis2024-03-061-1/+1
|\
| * stm32/rtc: remove use of deprecated .timestamp()Dario Nieuwenhuis2024-03-061-1/+1
* | stm32: add usb_hid_mouse exampleVo Trung Chi2024-03-071-3/+3
* | stm32: add usb_hid_mouse exampleVo Trung Chi2024-03-071-16/+16
* | stm32: add usb_hid_mouse exampleVo Trung Chi2024-03-071-0/+148
|/
* Merge pull request #2410 from eZioPan/waveform-on-CHxDario Nieuwenhuis2024-02-011-1/+1
|\
| * impl waveform with TIM ChanneleZio Pan2024-01-061-1/+1
* | stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* | Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
|/
* ask a DMA Channel only when use .gen_waveform()eZio Pan2024-01-022-14/+4
* some trivial fixeZio Pan2023-12-301-1/+1
* implement PWM waveform generating with DMAeZio Pan2023-12-282-63/+24
* update metapac after stm32-data PR323eZio Pan2023-12-251-2/+1