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
/
Cargo.toml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Use lora-phy v1.2.1; modify embassy-lora dependencies.
ceekdee
2023-07-26
1
-3
/
+0
|
/
*
Add notes about setting chip name correctly for examples.
Adam Greig
2023-07-22
1
-1
/
+2
*
Release embassy-time v0.1.2
Dario Nieuwenhuis
2023-07-06
1
-1
/
+1
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
1
-0
/
+3
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
1
-1
/
+1
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
1
-1
/
+1
*
Merge branch 'embassy-rs:master' into master
Chuck Davis
2023-04-28
1
-1
/
+1
|
\
|
*
Bump versions preparing for -macros and -executor release
Ulf Lilleengen
2023-04-27
1
-1
/
+1
*
|
Remove external-lora-phy feature.
ceekdee
2023-04-28
1
-1
/
+1
*
|
Remove legacy LoRa drivers.
ceekdee
2023-04-27
1
-1
/
+1
|
/
*
build fixes for stable
Ulf Lilleengen
2023-04-26
1
-1
/
+1
*
Add nightly feature specification for lora-phy.
ceekdee
2023-04-26
1
-2
/
+2
*
Correct nightly feature specification.
ceekdee
2023-04-26
1
-1
/
+2
*
Deprecate original LoRa drivers. Update rust-lorawan releases.
ceekdee
2023-04-25
1
-2
/
+2
*
Use released lora-phy.
ceekdee
2023-04-21
1
-1
/
+1
*
Add external LoRa physical layer functionality.
ceekdee
2023-04-21
1
-5
/
+5
*
enable inline-asm feature for cortex-m in examples
pennae
2023-04-18
1
-1
/
+1
*
update to released versions
Ulf Lilleengen
2023-04-17
1
-2
/
+2
*
Update to rust-lorawan with afit support
Ulf Lilleengen
2023-04-15
1
-2
/
+2
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
1
-1
/
+1
*
executor: add Pender, rework Cargo features.
Dario Nieuwenhuis
2023-04-03
1
-1
/
+1
*
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
*
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
*
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
*
|
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
1
-0
/
+1
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-1
/
+2
*
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
1
-1
/
+2
*
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
1
-2
/
+1
*
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
1
-2
/
+2
*
Add stm32 flash + bootloader support
Ulf Lilleengen
2022-04-27
1
-0
/
+2
*
Update to released lorawan crates
Ulf Lilleengen
2022-04-26
1
-3
/
+3
*
Update to latest rust-lorawan version
Ulf Lilleengen
2022-04-08
1
-2
/
+2
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
1
-1
/
+1
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
1
-3
/
+7
*
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
*
examples/stm32l0: cleanup
Dario Nieuwenhuis
2022-01-19
1
-1
/
+1
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
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
1
-1
/
+1
[prev]
[next]