aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* update metapac after stm32-data PR323eZio Pan2023-12-251-3/+3
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2125-25/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-10/+16
* stm32/timer: docs.Dario Nieuwenhuis2023-12-191-5/+5
* stm32/eth: add host server command exampleBadr Bouslikhin2023-12-052-0/+2
* stm32/eth: fix h7 examplesBadr Bouslikhin2023-12-052-2/+2
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-252-22/+14
* STM32 DAC: Swap to new TSEL enum entirely in-HALAdam Greig2023-11-251-2/+2
* stm32/i2c: add async, dual interrupt scaffolding.Dario Nieuwenhuis2023-11-242-2/+4
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-055-5/+4
* stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-2313-39/+42
* Merge branch 'master' into center-alignDion Dokter2023-10-2020-117/+146
|\
| * time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-1513-40/+40