aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
Commit message (Expand)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-299-18/+18
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-8/+8
* Load all crates in the graph, honor the "publish" flag to prevent publishing ...Dario Nieuwenhuis2025-08-251-0/+6
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
* rustfmtSüha Ünüvar2025-08-082-36/+4
* i2c examplesSüha Ünüvar2025-08-083-8/+1
* i2sSüha Ünüvar2025-08-081-1/+0
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
* fix examplesSüha Ünüvar2025-06-271-1/+1
* stm32: adapt examples to timer API changesmelvdl2025-06-274-5/+5
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
* Merge pull request #4016 from antonok-edm/emmcDario Nieuwenhuis2025-04-061-1/+1
|\
| * refactor to reduce code duplicationAnton Lazarev2025-03-311-1/+1
* | BufferedUart initializationMichael Gomez2025-04-041-1/+1
|/
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-275-10/+10
* stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-251-2/+1
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
* document clock settings in examples/stm32f4/.../i2s_dma.rsvinsynth2025-02-031-0/+2
* update examples/stm32f4/.../i2s_dma.rsvinsynth2025-02-031-19/+67
* stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-262-8/+6
* Merge pull request #3795 from nikvoid/stm32-phy-addr-detectionDario Nieuwenhuis2025-01-261-1/+1
|\
| * stm32: change all examples and tests to use GenericSMI::new_auto().Dario Nieuwenhuis2025-01-261-1/+1
* | chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
|/
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
* Prepare embassy-net driversDániel Buga2025-01-051-1/+1
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-246-41/+0
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
* Remove use of static mut.Dario Nieuwenhuis2024-12-161-8/+11
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
* feat: change SOF timer to input captureelagil2024-11-241-19/+31
* feat(stm32f4): add usb audio exampleelagil2024-11-242-0/+376
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* Fix multiprio examples for stm32 devices.Cedric VINCENT2024-11-131-1/+1
* 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-232-12/+11
|\
| * last oops I promiseGrant Miller2024-09-062-3/+2
| * Update examplesGrant Miller2024-09-062-11/+11
* | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
* | Revise I2S interface to ring-buffered.Alexandros Liarokapis2024-10-161-7/+6
* | embassy_stm32/eth: support compliance testingGerhard de Clercq2024-09-201-0/+77
* | net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-163-19/+16
|/
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-073-21/+6