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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3613 from mubes/stm32u5_otg_hs_support
Dario Nieuwenhuis
2024-12-13
1
-0
/
+129
|
\
|
*
Add support for stm32u595/5a5 OTG_HS in client mode
Dave Marples
2024-12-10
1
-0
/
+129
*
|
Merge pull request #3626 from tommy-gilligan/rp23-usb-hid-keyboard-example
Ulf Lilleengen
2024-12-10
1
-0
/
+193
|
\
\
|
*
|
cargo +nightly fmt
Tommy Gilligan
2024-12-10
1
-1
/
+1
|
*
|
rp23: port usb_hid_keyboard example from rp
Tommy Gilligan
2024-12-08
1
-0
/
+193
|
|
/
*
/
stm32wb-dfu: add MSOS headers
Gerhard de Clercq
2024-12-10
1
-1
/
+16
|
/
*
STM32: bump to latest stm32-metapac
David Lawrence
2024-12-06
1
-2
/
+2
*
docs: improve stm32 embassy-usb-dfu example
Badr Bouslikhin
2024-12-05
1
-3
/
+29
*
Merge pull request #3274 from michelrandahl/discriminating-pins-within-tsc-group
Dario Nieuwenhuis
2024-12-03
19
-383
/
+1371
|
\
|
*
stm32 tsc: added multipin example for stm32f3
michel
2024-11-29
1
-0
/
+204
|
*
stm32 tsc examples: minor corrections
michel
2024-11-29
2
-6
/
+6
|
*
Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons...
michel
2024-11-29
8
-29
/
+29
|
*
stm32 multipin examples: remove check for group status since we are using the...
michel
2024-11-29
2
-52
/
+4
|
*
STM32-TSC: enable discriminating between pins within same TSC group and impro...
michel
2024-11-29
18
-383
/
+1215
*
|
Merge pull request #3512 from EnmanuelParache/stm32_usart_set_baudrate
Dario Nieuwenhuis
2024-12-02
1
-0
/
+37
|
\
\
|
*
|
stm32/usart: Changing baud rate
Enmanuel Parache
2024-12-03
1
-0
/
+37
*
|
|
Merge pull request #3024 from bsodmike/fix_rp_wifi_example
Dario Nieuwenhuis
2024-12-02
1
-5
/
+0
|
\
\
\
|
*
|
|
Remove code that isn't used by the example
Michael de Silva
2024-12-03
1
-5
/
+0
|
|
/
/
*
|
|
Merge pull request #3600 from embassy-rs/patch-1
Dario Nieuwenhuis
2024-12-02
2
-3
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
examples/rp: update sdmmc.
Dario Nieuwenhuis
2024-12-03
1
-2
/
+1
|
*
|
Add `set_config` method to RP SPI driver
dstric-aqueduct
2024-12-03
1
-1
/
+1
*
|
|
formatting
rafael
2024-12-02
2
-2
/
+2
*
|
|
formatting
rafael
2024-12-02
2
-5
/
+5
*
|
|
correct rp pwm dutycycle examples: desired frequency
rafael
2024-12-02
3
-11
/
+22
|
/
/
*
|
Merge pull request #3566 from IvanLi-CN/feat/adc-read-async-stm32g4
Dario Nieuwenhuis
2024-12-02
1
-0
/
+60
|
\
\
|
|
/
|
/
|
|
*
stm32 adc g4: example of async read
Ivan Li
2024-11-23
1
-0
/
+60
*
|
Rename example crate to remove warning
Ulf Lilleengen
2024-11-29
1
-1
/
+1
*
|
net: release v0.5.0
Dario Nieuwenhuis
2024-11-28
18
-18
/
+18
*
|
feat: change SOF timer to input capture
elagil
2024-11-24
2
-38
/
+61
*
|
feat(stm32h5): add usb audio example
elagil
2024-11-24
1
-0
/
+367
*
|
feat(stm32f4): add usb audio example
elagil
2024-11-24
2
-0
/
+376
|
/
*
Bump sync version (#3562)
Dániel Buga
2024-11-22
52
-52
/
+52
*
STM32H5xx ADC (#3557)
Gabriel Smith
2024-11-21
1
-0
/
+59
*
nrf: Add NFCT driver.
Dario Nieuwenhuis
2024-11-20
1
-0
/
+79
*
chore: update for latest SAI features
elagil
2024-11-18
1
-24
/
+29
*
fix: use latest SAI driver
elagil
2024-11-18
1
-1
/
+0
*
feat: Add SPDIFRX example
elagil
2024-11-18
5
-0
/
+379
*
nrf: add nrf54l base: gpio and time driver.
Dario Nieuwenhuis
2024-11-17
5
-0
/
+92
*
fix: unwrap sai receiver `start()`
elagil
2024-11-16
1
-1
/
+1
*
fix(SAI): disallow start without initial write
elagil
2024-11-16
1
-1
/
+0
*
Update nrf-pac.
Dario Nieuwenhuis
2024-11-15
18
-25
/
+25
*
Merge pull request #1660 from Georges760/examples/rp/spi_gc9a01
Ulf Lilleengen
2024-11-14
2
-0
/
+127
|
\
|
*
fix fmt
Georges Palauqui
2024-11-05
1
-1
/
+1
|
*
add second example fo SPI display on RP
Georges Palauqui
2024-11-05
2
-0
/
+127
*
|
Fix multiprio examples for stm32 devices.
Cedric VINCENT
2024-11-13
3
-3
/
+3
*
|
Release embassy-executor 0.6.3.
Dario Nieuwenhuis
2024-11-12
50
-50
/
+50
*
|
Prep executor 0.6.2
Dániel Buga
2024-11-06
50
-50
/
+50
|
/
*
Merge pull request #3467 from Georges760/upd-ex-spi-display
Ulf Lilleengen
2024-11-05
4
-307
/
+37
|
\
|
*
update spi_display example for rp23
Georges Palauqui
2024-10-27
2
-153
/
+18
|
*
update spi_display example for rp
Georges Palauqui
2024-10-27
2
-154
/
+19
[next]