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
/
stm32l0
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump defmt-rtt to 0.4
Dario Nieuwenhuis
2022-11-29
1
-1
/
+1
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-1
/
+1
*
stm32: Add support for read_until_idle on UART
Guillaume MICHEL
2022-10-26
2
-6
/
+10
*
Update Rust nightly.
Dario Nieuwenhuis
2022-10-26
1
-1
/
+1
*
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
1
-0
/
+1
*
Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...
Mathias
2022-09-30
1
-1
/
+1
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+0
*
Merge #939
bors[bot]
2022-09-04
1
-1
/
+1
|
\
|
*
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-09-02
1
-1
/
+1
*
|
lora: Fix for stm32l0 exampe to build
Timo Kröger
2022-08-26
1
-1
/
+1
*
|
Use released rust-lorawan with radio fixes
Ulf Lilleengen
2022-08-26
1
-1
/
+1
|
/
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
2
-3
/
+4
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
10
-13
/
+14
*
examples Remove the `fn config()` idiom.
Dario Nieuwenhuis
2022-08-17
2
-13
/
+8
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
8
-18
/
+21
*
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
1
-1
/
+1
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
10
-22
/
+23
*
embassy-stm32: Simplify time
Grant Miller
2022-07-10
1
-2
/
+2
*
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
|
\
|
*
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
|
Merge pull request #821 from embassy-rs/defmt-trace
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
*
|
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
1
-2
/
+1
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
9
-58
/
+24
*
examples/stm32*, tests/stm32: specify time-tick-32768hz
Will Glynn
2022-05-31
1
-1
/
+1
*
Update embedded-io to 0.3
Dario Nieuwenhuis
2022-05-19
1
-1
/
+1
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
3
-7
/
+10
*
Add bootloader to CI
Ulf Lilleengen
2022-04-27
1
-1
/
+1
*
Add stm32 flash + bootloader support
Ulf Lilleengen
2022-04-27
2
-0
/
+45
*
Update to released lorawan crates
Ulf Lilleengen
2022-04-26
2
-4
/
+4
*
Update to latest rust-lorawan version
Ulf Lilleengen
2022-04-08
2
-10
/
+4
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
10
-41
/
+24
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
2
-3
/
+61
*
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-27
1
-1
/
+0
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
1
-1
/
+1
*
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
1
-1
/
+1
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-2
/
+1
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+0
*
examples/stm32l0: cleanup
Dario Nieuwenhuis
2022-01-19
4
-37
/
+2
*
stm32/exti: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+0
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
3
-12
/
+9
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
1
-1
/
+1
*
stm32/rcc: remove Rcc struct, RccExt trait.
Dario Nieuwenhuis
2022-01-05
2
-16
/
+10
*
stm32/rcc: remove builders on Config.
Dario Nieuwenhuis
2022-01-04
1
-1
/
+1
*
Update rust-toolchain
Ulf Lilleengen
2021-12-16
1
-2
/
+2
*
Refactor sx127x radio to use async SPI with DMA
Ulf Lilleengen
2021-12-03
2
-13
/
+6
*
Update rust-lorawan to version supporting defmt 0.3
Ulf Lilleengen
2021-12-02
1
-3
/
+4
*
examples: remove unused deps.
Dario Nieuwenhuis
2021-11-29
1
-2
/
+0
*
Fix interrupt_take macro by specifying path to panic macro.
Matous Hybl
2021-11-23
1
-1
/
+0
[next]