aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src
Commit message (Collapse)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
| | | | | | | | | | | * Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples * fixed formatting * Changed to using embassy_time::block_for() * removed my formatting scripts * specify embassy_time::Duration
* 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
|\ | | | | | | stm32/adc: add AnyAdcChannel type
| * 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
| | | | boards.
* 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
|\ | | | | | | stm32: can: fd: Properties for common runtime get/set operations
| * 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
| | | Co-authored-by: becothas <[email protected]>
* [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 stm32f4
| * 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 ↵Corey Schuhen2024-03-281-5/+7
|/ | | | instead of a tuple sometimes.
* Merge pull request #2730 from embassy-rs/stm32-sealedDario Nieuwenhuis2024-03-232-48/+63
|\ | | | | stm32: use private_bounds for sealed traits.
| * 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 ↵Alejandro Nadal2024-03-201-9/+11
| | | | | different devices Not all STM32H7 devices share the pins of the example. Added a warning and a specific example for STM32H747XIH
* 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
| | | | | | Instead have two explcit types(without the mode generic arg)types: - One for config - One for all operating modes
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-33/+56
| | | | | | - Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits.
* 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
| | | | | | | | - Extend the eth/v2 module to support MII besides RMII. - Replace `Ethernet::new` with `Ethernet::new_mii` and `Ethernet::new_rmii`. - Update ethernet examples. - Add example for MII ethernet.
* Add FDCAN examples for STM32G4, STM32H5 and STM32H7Corey Schuhen2024-01-311-0/+74
| | | | | | | | Fix examples Fix examples Fix examples.