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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
cleanup for PR
Bruno Bousquet
2024-05-05
8
-258
/
+3
|
*
add get_input_interrupt
Bruno Bousquet
2024-05-05
1
-16
/
+23
|
*
formatting
Bruno Bousquet
2024-05-05
2
-13
/
+18
|
*
create input_capture
Bruno Bousquet
2024-05-05
8
-2
/
+296
*
|
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
5
-5
/
+6
*
Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2
Dario Nieuwenhuis
2024-04-26
1
-1
/
+1
|
\
|
*
Update dependent versions
James Munns
2024-04-23
1
-1
/
+1
*
|
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
*
|
stm32/spi: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
2
-4
/
+3
|
/
*
Fix spelling and white space mistakes
Vega Deftwing
2024-04-11
1
-1
/
+1
*
stm32: update adc examples
Andres Vahter
2024-04-10
1
-1
/
+1
*
Incorporated adam’s suggestion into all multiprio comments
Barnaby Walters
2024-04-07
1
-3
/
+4
*
Apply suggestions from code review
Barnaby Walters
2024-04-07
1
-1
/
+1
*
[embassy-stm32] added comments explaining multiprio interrupts
Barnaby Walters
2024-04-07
1
-0
/
+4
*
Add VBUS detection blackpill comment
Barnaby Walters
2024-04-05
1
-0
/
+1
*
stm32/can: simplify bxcan api, merging bx::* into the main structs.
Dario Nieuwenhuis
2024-04-02
1
-8
/
+3
*
Merge pull request #2730 from embassy-rs/stm32-sealed
Dario Nieuwenhuis
2024-03-23
1
-2
/
+3
|
\
|
*
stm32/timer: simplify traits, convert from trait methods to struct.
Dario Nieuwenhuis
2024-03-23
1
-2
/
+3
*
|
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
5
-10
/
+0
|
/
*
stm32/usb: ensure mux is configured in examples.
Dario Nieuwenhuis
2024-03-19
5
-0
/
+5
*
stm32/usb: merge usb and usb_otg into single module.
Dario Nieuwenhuis
2024-03-19
5
-20
/
+20
*
stm32: add usb_hid_keyboard example
Vo Trung Chi
2024-03-14
1
-0
/
+222
*
Use Result instead of Option for Frame creation.
Corey Schuhen
2024-03-13
1
-1
/
+1
*
Shared frame types.
Corey Schuhen
2024-03-13
1
-2
/
+2
*
Fix examples and improve imports required.
Corey Schuhen
2024-03-07
1
-3
/
+4
*
Merge pull request #2664 from eZioPan/build-target-fix
Dario Nieuwenhuis
2024-03-06
1
-1
/
+1
|
\
|
*
stm32/rtc: remove use of deprecated .timestamp()
Dario Nieuwenhuis
2024-03-06
1
-1
/
+1
*
|
stm32: add usb_hid_mouse example
Vo Trung Chi
2024-03-07
1
-3
/
+3
*
|
stm32: add usb_hid_mouse example
Vo Trung Chi
2024-03-07
1
-16
/
+16
*
|
stm32: add usb_hid_mouse example
Vo Trung Chi
2024-03-07
2
-0
/
+149
|
/
*
Merge pull request #2410 from eZioPan/waveform-on-CHx
Dario Nieuwenhuis
2024-02-01
1
-1
/
+1
|
\
|
*
impl waveform with TIM Channel
eZio Pan
2024-01-06
1
-1
/
+1
*
|
stm32/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
1
-3
/
+2
*
|
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
Dario Nieuwenhuis
2024-01-11
1
-3
/
+3
*
|
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-1
/
+1
|
/
[next]