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
/
embassy-lora
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
1
-0
/
+1
|
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-2
/
+2
*
|
Improve generics and consolidate antenna handling
ceekdee
2022-10-08
4
-79
/
+61
*
|
Merge branch 'embassy-rs:master' into master
Chuck Davis
2022-09-28
1
-3
/
+3
|
\
|
|
*
Remove subghz static lifetime requirement
Ulf Lilleengen
2022-09-28
1
-3
/
+3
*
|
Update some outstanding questions
ceekdee
2022-09-28
1
-9
/
+9
*
|
Initial add for sx126x
ceekdee
2022-09-27
7
-0
/
+2318
|
/
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-2
/
+1
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+0
*
Merge #939
bors[bot]
2022-09-04
1
-2
/
+2
|
\
|
*
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-09-02
1
-2
/
+2
*
|
run `cargo fmt`
Timo Kröger
2022-09-03
1
-4
/
+3
*
|
lora: Fix unused import warning
Timo Kröger
2022-08-26
1
-1
/
+1
*
|
Use released rust-lorawan with radio fixes
Ulf Lilleengen
2022-08-26
1
-1
/
+1
*
|
Adjust timings after offset calculation fix
Ulf Lilleengen
2022-08-26
1
-2
/
+2
*
|
Make settings configurable
Ulf Lilleengen
2022-08-26
1
-3
/
+7
*
|
Add impl for offset radio interface
Ulf Lilleengen
2022-08-26
1
-2
/
+24
*
|
lora: Improve TX/RX parameters
Timo Kröger
2022-08-26
1
-42
/
+40
*
|
lora: Make some options configurable
Timo Kröger
2022-08-26
1
-38
/
+37
*
|
lora: Use a trait for RF frontend switching
Timo Kröger
2022-08-26
1
-35
/
+7
*
|
lora: Propagate "defmt" feature to lora crates
Timo Kröger
2022-08-26
1
-0
/
+1
*
|
lora: Improve IRQ handling
Timo Kröger
2022-08-26
1
-72
/
+50
|
/
*
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
2
-2
/
+2
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
3
-5
/
+5
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
4
-6
/
+7
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-5
/
+5
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-23
/
+23
*
docs: Add $COMMIT to git srclinks.
Dario Nieuwenhuis
2022-06-26
1
-3
/
+3
*
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
-1
/
+1
*
Extract setting of lora modulation params
Daniel Bevenius
2022-06-15
1
-15
/
+14
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
3
-179
/
+69
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-2
/
+2
*
Update embedded-hal-async to 0.1.0-alpha.1
Dario Nieuwenhuis
2022-05-29
1
-1
/
+1
*
Update to released lorawan crates
Ulf Lilleengen
2022-04-26
1
-2
/
+2
*
Switch to crates.io embedded-hal, embedded-hal-async.
Dario Nieuwenhuis
2022-04-22
1
-2
/
+2
*
Update to latest rust-lorawan version
Ulf Lilleengen
2022-04-08
1
-2
/
+2
*
Add more docserver metadata.
Dario Nieuwenhuis
2022-04-05
1
-0
/
+9
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
4
-15
/
+13
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
3
-16
/
+19
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-10
/
+9
*
Remove unneeded rustfmt::skip
Ulf Lilleengen
2021-12-16
1
-4
/
+18
*
Update rust-toolchain
Ulf Lilleengen
2021-12-16
1
-2
/
+2
*
Flush MISO before transfer operation
Ulf Lilleengen
2021-12-03
1
-2
/
+1
*
Refactor sx127x radio to use async SPI with DMA
Ulf Lilleengen
2021-12-03
2
-213
/
+246
*
Update rust-lorawan to version supporting defmt 0.3
Ulf Lilleengen
2021-12-02
1
-2
/
+2
*
Update to defmt 3.0ish.
Bob McWhirter
2021-11-15
1
-7
/
+1
*
Use upstream version of rust-lorawan
Ulf Lilleengen
2021-10-22
1
-2
/
+2
*
Update to newer revision of async lorawan stack
Ulf Lilleengen
2021-10-11
1
-2
/
+2
[prev]
[next]