index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
stm32f4
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: change SOF timer to input capture
elagil
2024-11-24
1
-19
/
+31
*
feat(stm32f4): add usb audio example
elagil
2024-11-24
1
-0
/
+375
*
Merge pull request #3317 from GrantM11235/simplepwmchannel
Ulf Lilleengen
2024-10-23
2
-12
/
+11
|
\
|
*
last oops I promise
Grant Miller
2024-09-06
2
-3
/
+2
|
*
Update examples
Grant Miller
2024-09-06
2
-11
/
+11
*
|
Revise I2S interface to ring-buffered.
Alexandros Liarokapis
2024-10-16
1
-7
/
+6
*
|
embassy_stm32/eth: support compliance testing
Gerhard de Clercq
2024-09-20
1
-0
/
+77
*
|
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
3
-19
/
+16
|
/
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
3
-21
/
+6
*
stm32 adc: introduce blocking_read
Andres Vahter
2024-07-03
2
-6
/
+6
*
Merge pull request #3132 from oro-os/wiznet-version-check
Dario Nieuwenhuis
2024-07-02
1
-1
/
+3
|
\
|
*
wiznet: add version check to initialization sequence
Josh Junon
2024-06-30
1
-1
/
+3
*
|
CI
seth
2024-06-24
1
-8
/
+13
*
|
second adc added to example + API todos completed
seth
2024-06-24
1
-6
/
+26
*
|
fmt
seth
2024-06-24
1
-3
/
+2
*
|
new PR, taking Dirbao's advice to make the DMA impl in a separate struct that...
seth
2024-06-24
1
-0
/
+59
|
/
*
Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)
Daniel Philipp
2024-06-12
1
-2
/
+2
*
cargo fmt
dvdsk
2024-06-08
1
-8
/
+7
*
Adds an example for using the w5500 with an stm32f4
dvdsk
2024-06-07
1
-0
/
+139
*
fix broken links to embassy book
Ulf Lilleengen
2024-06-03
5
-5
/
+5
*
Merge pull request #3014 from brunob45/pwm_input
Dario Nieuwenhuis
2024-05-31
1
-0
/
+54
|
\
|
*
fix fmt
Bruno Bousquet
2024-05-29
1
-1
/
+4
|
*
rename get_width_ticks and add info!() in examples
Bruno Bousquet
2024-05-29
1
-5
/
+4
|
*
Apply suggestions from code review
Bruno Bousquet
2024-05-29
1
-1
/
+1
|
*
fix fmt again
Bruno Bousquet
2024-05-29
1
-2
/
+1
|
*
fix fmt
Bruno Bousquet
2024-05-29
1
-1
/
+2
|
*
pwm_input is working on F446
Bruno Bousquet
2024-05-29
1
-0
/
+52
|
*
add f103 example for input_capture
Bruno Bousquet
2024-05-28
1
-52
/
+0
|
*
compile pwm_input example
Bruno Bousquet
2024-05-28
1
-0
/
+52
*
|
Add i2s support for spi_v3.
Alexandros Liarokapis
2024-05-27
1
-2
/
+1
|
/
*
Merge pull request #2912 from brunob45/simple_capture
Dario Nieuwenhuis
2024-05-20
1
-0
/
+52
|
\
|
*
fix fmt for ci
Bruno Bousquet
2024-05-06
1
-2
/
+1
|
*
add async capture
Bruno Bousquet
2024-05-06
1
-12
/
+14
|
*
add get_input_interrupt
Bruno Bousquet
2024-05-05
1
-16
/
+23
|
*
formatting
Bruno Bousquet
2024-05-05
1
-12
/
+17
|
*
create input_capture
Bruno Bousquet
2024-05-05
1
-0
/
+39
*
|
examples/stm32: do not enable vbus detect by default, it doesn't work on all ...
Dario Nieuwenhuis
2024-05-13
5
-35
/
+25
*
|
examples/stm32: reduce packet queue count to avoid OOM on smaller chips.
Dario Nieuwenhuis
2024-05-13
1
-2
/
+2
|
/
*
Merge pull request #2889 from embassy-rs/update-metapac-42
Dario Nieuwenhuis
2024-04-29
1
-1
/
+1
|
\
|
*
stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.
Dario Nieuwenhuis
2024-04-29
1
-1
/
+1
*
|
Update wdt.rs: reverted change, probably unneccesary here
pkoevesdi
2024-04-29
1
-1
/
+1
*
|
fixed: example loops crashing after 256 passes
Peter Kövesdi
2024-04-29
2
-2
/
+2
|
/
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
4
-4
/
+4
*
Merge pull request #2812 from borisfaure/mut-hid-request-handler
Dario Nieuwenhuis
2024-04-23
2
-13
/
+13
|
\
|
*
usb-hid: all the RequestHandler method accept &mut self
Boris Faure
2024-04-15
2
-6
/
+6
|
*
examples: request_handler is mutable
Boris Faure
2024-04-15
2
-7
/
+7
*
|
rustfmt usb examples
Joël Schulz-Ansres
2024-04-22
5
-8
/
+8
*
|
Add comment on vbus_detection to all USB examples
Joël Schulz-Ansres
2024-04-22
5
-1
/
+65
*
|
stm32/usart: remove DMA generic params.
Dario Nieuwenhuis
2024-04-16
2
-4
/
+2
*
|
stm32/i2c: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
1
-17
/
+1
[next]