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
/
stm32g0
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
2
-2
/
+2
*
chore: prepare embassy crate releases
Ulf Lilleengen
2025-08-26
1
-6
/
+6
*
Load all crates in the graph, honor the "publish" flag to prevent publishing ...
Dario Nieuwenhuis
2025-08-25
1
-0
/
+6
*
fix: prepare embassy-sync 0.7.1 release
Ulf Lilleengen
2025-08-12
1
-1
/
+1
*
chore: update metapac and prepare embassy-stm32 0.3.0
Ulf Lilleengen
2025-08-12
1
-1
/
+1
*
rustfmt
Süha Ünüvar
2025-08-08
1
-9
/
+1
*
i2c examples
Süha Ünüvar
2025-08-08
1
-2
/
+0
*
chore: prepare embassy-executor 0.8 release
Ulf Lilleengen
2025-07-31
1
-1
/
+1
*
chore: Release embassy-usb version 0.5.0
Ulf Lilleengen
2025-07-16
1
-1
/
+1
*
fix examples
Süha Ünüvar
2025-06-27
1
-1
/
+1
*
stm32: adapt examples to timer API changes
melvdl
2025-06-27
4
-9
/
+9
*
embassy-sync: bump to 0.7.0
Matt Johnston
2025-05-22
1
-1
/
+1
*
Update defmt dependencies
Yuri Astrakhan
2025-05-18
1
-3
/
+3
*
Merge pull request #3965 from toon23/stm32_usart-pin_config
Dario Nieuwenhuis
2025-04-18
1
-5
/
+8
|
\
|
*
Stm32 usart: better names for open drain pin modes
Anton Pöhl
2025-04-16
1
-2
/
+2
|
*
Stm32 usart: remove HalfDuplexConfig
Anton Pöhl
2025-04-11
1
-5
/
+8
*
|
BufferedUart initialization
Michael Gomez
2025-04-04
1
-1
/
+1
|
/
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
3
-5
/
+5
*
Merge pull request #3880 from nikvoid/stm32-rtc-subsecond
Dario Nieuwenhuis
2025-02-16
1
-1
/
+1
|
\
|
*
stm32: read microsecond from RTC
nikvoid
2025-02-13
1
-1
/
+1
*
|
Merge pull request #3781 from markus-k/stm32g0-hsisysdiv
Dario Nieuwenhuis
2025-01-17
1
-1
/
+3
|
\
\
|
*
|
examples/stm32: fix g0 hftimer example with hsi sys_div
Markus Kasten
2025-01-17
1
-1
/
+3
*
|
|
chore: bump embassy-sync version
Ulf Lilleengen
2025-01-15
1
-1
/
+1
|
|
/
|
/
|
*
|
Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.
Dario Nieuwenhuis
2025-01-15
1
-1
/
+1
|
/
*
Release embassy-stm32 v0.2.0
Dario Nieuwenhuis
2025-01-10
1
-1
/
+1
*
Merge pull request #3679 from trnila/1wire
Dario Nieuwenhuis
2024-12-31
1
-0
/
+271
|
\
|
*
examples/stm32g0: added ds18b20 temperature sensor on 1-wire bus
Daniel Trnka
2024-12-22
1
-0
/
+271
*
|
Prepare new embassy-time-*driver, embassy-executor, embassy-time
Dániel Buga
2024-12-22
1
-2
/
+2
|
/
*
Make `integrated-timers` the default, remove Cargo feature.
Dario Nieuwenhuis
2024-12-15
1
-1
/
+1
*
Bump sync version (#3562)
Dániel Buga
2024-11-22
1
-1
/
+1
*
Release embassy-executor 0.6.3.
Dario Nieuwenhuis
2024-11-12
1
-1
/
+1
*
Prep executor 0.6.2
Dániel Buga
2024-11-06
1
-1
/
+1
*
Merge pull request #3317 from GrantM11235/simplepwmchannel
Ulf Lilleengen
2024-10-23
2
-10
/
+8
|
\
|
*
last oops I promise
Grant Miller
2024-09-06
1
-1
/
+0
|
*
Update examples
Grant Miller
2024-09-06
2
-9
/
+8
*
|
Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
Dario Nieuwenhuis
2024-10-21
1
-1
/
+1
|
/
*
prepare release embassy-executor
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Prepare to release embassy-usb
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Prepare embassy-time release
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
stm32 adc: introduce blocking_read
Andres Vahter
2024-07-03
3
-4
/
+4
*
Merge pull request #3128 from andresv/stm32-adc-dma-v3
Ulf Lilleengen
2024-07-03
1
-0
/
+44
|
\
|
*
stm32g0: add adc_dma example
Andres Vahter
2024-07-03
1
-0
/
+44
*
|
Add adc oversampling support
Chen Yuheng
2024-06-27
1
-0
/
+43
|
/
*
Update pwm_complementary.rs
Chen Yuheng
2024-06-19
1
-1
/
+0
*
Add PWM examples for stm32g0
Chen Yuheng
2024-06-19
3
-0
/
+190
*
Add stm32g0 examples
Chen Yuheng
2024-06-18
6
-0
/
+153
*
prepare for embassy-time 0.3.1 release
Ulf Lilleengen
2024-06-04
1
-1
/
+1
*
stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions.
Dario Nieuwenhuis
2024-05-31
1
-1
/
+1
*
Prepare for embassy-sync 0.6.0 release
Ulf Lilleengen
2024-05-29
1
-1
/
+1
*
stm32g0: add i2c_async example
Felipe Balbi
2024-05-16
1
-0
/
+48
[next]