aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin
Commit message (Expand)AuthorAgeFilesLines
...
* add async dma read exampleAlexandros Liarokapis2024-07-021-0/+76
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-5/+5
* Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)Daniel Philipp2024-06-121-2/+2
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
* stm32/usart: remove instance generic paramsJan Špaček2024-05-231-2/+1
* Merge pull request #2985 from rumcake-rs/stm32-adc-anyadcchannelDario Nieuwenhuis2024-05-231-1/+1
|\
| * add AnyAdcChannelUniva2024-05-201-1/+1
* | stm32/i2c: remove peripheral generic param.Dario Nieuwenhuis2024-05-211-3/+2
|/
* stm32/spi: remove peripheral generic param.Dario Nieuwenhuis2024-05-203-6/+5
* stm32h7: add shared bus exampleFelipe Balbi2024-05-161-0/+112
* examples/stm32: do not enable vbus detect by default, it doesn't work on all ...Dario Nieuwenhuis2024-05-131-7/+5
* examples/stm32: reduce packet queue count to avoid OOM on smaller chips.Dario Nieuwenhuis2024-05-132-4/+4
* formatPegasis2024-05-031-1/+1
* add example for bdmaPegasis2024-05-031-0/+78
* fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-291-1/+1
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
* Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfgDario Nieuwenhuis2024-04-231-1/+1
|\
| * examples: stm32: can: fix buildTorin Cooper-Bennun2024-04-221-1/+1
* | rustfmt usb examplesJoël Schulz-Ansres2024-04-221-2/+2
* | Add comment on vbus_detection to all USB examplesJoël Schulz-Ansres2024-04-221-0/+13
|/
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-163-24/+5
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-152-6/+6
* stm32: update adc examplesAndres Vahter2024-04-101-2/+2
* 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
* Merge pull request #2746 from msrd0/multiprio-example-stm32h7Dario Nieuwenhuis2024-04-041-0/+145
|\
| * Add multiprio example for stm32h7 inspired by stm32f4Dominic2024-04-041-0/+145
* | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-5/+7
|/
* Merge pull request #2730 from embassy-rs/stm32-sealedDario Nieuwenhuis2024-03-232-48/+63
|\
| * stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-232-19/+32
| * stm32/timer: simplify traits, convert from trait methods to struct.Dario Nieuwenhuis2024-03-232-29/+31
* | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|/
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-2/+2
* Rust formatting for comments.AlejandroFNadal2024-03-201-9/+9
* Add comment warning for new users about changing pins on Ethernet for differe...Alejandro Nadal2024-03-201-9/+11
* stm32/usb: ensure mux is configured in examples.Dario Nieuwenhuis2024-03-191-0/+1
* stm32/usb: merge usb and usb_otg into single module.Dario Nieuwenhuis2024-03-191-4/+4
* stm32/rtc: remove use of deprecated .timestamp()Dario Nieuwenhuis2024-03-061-2/+2
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-014-4/+4
* update metapaceZio Pan2024-02-291-2/+2
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-1/+1
* Remove the OperatingMode typestatesCorey Schuhen2024-02-181-2/+1
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-33/+56
* restore original public API of timer, but keep new PACeZio Pan2024-02-101-2/+2
* add methods with macroeZio Pan2024-02-101-2/+2
* update timer mod after stm32-metapac timer_v2eZio Pan2024-02-091-7/+7
* stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C.Dario Nieuwenhuis2024-02-012-2/+3
* Implement MII interfaceSimon B. Gasse2024-02-013-2/+144
* Add FDCAN examples for STM32G4, STM32H5 and STM32H7Corey Schuhen2024-01-311-0/+74