index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
stm32f1
Age
Commit message (
Expand
)
Author
2022-06-18
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
Merge pull request #821 from embassy-rs/defmt-trace
Dario Nieuwenhuis
2022-06-18
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-12
Run rustfmt.
Dario Nieuwenhuis
2022-06-07
stm32: add USB driver.
Dario Nieuwenhuis
2022-05-31
examples/stm32*, tests/stm32: specify time-tick-32768hz
Will Glynn
2022-04-02
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-02-12
stm32: add rust stable support
Dario Nieuwenhuis
2022-01-27
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-24
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-19
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2021-12-30
examples: stm32f1: Add an example of using the ADC
Sjoerd Simons
2021-12-30
examples: stm32f1: Optimize for size on development builds
Sjoerd Simons
2021-11-29
examples: remove unused deps.
Dario Nieuwenhuis
2021-11-15
Remove unused deps
Dario Nieuwenhuis
2021-11-15
Adjust all examples to defmt 0.3.
Bob McWhirter
2021-11-07
Replace rustflags with build.rs extra-link-args.
Dario Nieuwenhuis
2021-09-28
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Mariusz Ryndzionek