aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-231-10/+9
|\
| * last oops I promiseGrant Miller2024-09-061-3/+2
| * Update examplesGrant Miller2024-09-061-9/+9
* | executor: fix unsoundness due to `impl Trait`, improve macro error handling. ...Dario Nieuwenhuis2024-10-181-2/+4
* | Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-142-7/+10
* | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-072-2/+6
* | net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-163-21/+18
|/
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-073-18/+3
* Fixed to reserve as much space as it uses.Dickless2024-07-071-1/+1
* [#2905 #2904] Replaced static raw array with GroundedArrayCellDickless2024-07-061-3/+9
* cargo +nightly fmtDickless2024-07-051-3/+1
* rustfmtDickless2024-07-051-2/+1
* add SAI exampleDickless2024-07-051-0/+189
* stm32 adc: introduce blocking_readAndres Vahter2024-07-032-3/+3
* 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