aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7
Commit message (Expand)AuthorAgeFilesLines
...
| * Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
| * Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-1/+1
| * Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
| * Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
| * Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
| * net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
| * Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| * fix: unwrap sai receiver `start()`elagil2024-11-161-1/+1
| * fix(SAI): disallow start without initial writeelagil2024-11-161-1/+0
| * Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
| * Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
| * 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
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
| * | 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-073-3/+7
| * | net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-163-21/+18
| |/
* / fix examplesjrmoulton2024-08-131-1/+1
|/
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-073-18/+3
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
* 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-052-0/+190
* 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
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* fix broken links to embassy bookUlf Lilleengen2024-06-031-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-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-162-0/+113
* 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-032-2/+2
* add example for bdmaPegasis2024-05-033-0/+122
* fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-291-1/+1
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-262-2/+2
* Update dependent versionsJames Munns2024-04-231-1/+1