aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* bump more udbd-hid usages to 0.8.1JuliDi2024-07-161-1/+1
* stm32 adc: introduce blocking_readAndres Vahter2024-07-032-6/+6
* Merge pull request #3132 from oro-os/wiznet-version-checkDario Nieuwenhuis2024-07-021-1/+3
|\
| * wiznet: add version check to initialization sequenceJosh Junon2024-06-301-1/+3
* | CIseth2024-06-241-8/+13
* | second adc added to example + API todos completedseth2024-06-241-6/+26
* | fmtseth2024-06-241-3/+2
* | new PR, taking Dirbao's advice to make the DMA impl in a separate struct that...seth2024-06-241-0/+59
|/
* Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)Daniel Philipp2024-06-121-2/+2
* Merge pull request #3057 from dvdsk/docs-net-sizeDario Nieuwenhuis2024-06-072-0/+140
|\
| * cargo fmtdvdsk2024-06-081-8/+7
| * Adds an example for using the w5500 with an stm32f4dvdsk2024-06-072-0/+141
* | prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|/
* fix broken links to embassy bookUlf Lilleengen2024-06-035-5/+5
* Merge pull request #3014 from brunob45/pwm_inputDario Nieuwenhuis2024-05-311-0/+54
|\
| * fix fmtBruno Bousquet2024-05-291-1/+4
| * rename get_width_ticks and add info!() in examplesBruno Bousquet2024-05-291-5/+4
| * Apply suggestions from code reviewBruno Bousquet2024-05-291-1/+1
| * fix fmt againBruno Bousquet2024-05-291-2/+1
| * Merge branch 'pwm_input_f103' into pwm_inputBruno Bousquet2024-05-291-1/+2
| |\
| | * fix fmtBruno Bousquet2024-05-291-1/+2
| * | remove dev filesBruno Bousquet2024-05-296-104/+3
| |/
| * pwm_input is working on F446Bruno Bousquet2024-05-293-2/+54
| * add f103 example for input_captureBruno Bousquet2024-05-281-52/+0
| * example is working nowBruno Bousquet2024-05-282-2/+2
| * compile pwm_input exampleBruno Bousquet2024-05-283-2/+54