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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove external-lora-phy feature.
ceekdee
2023-04-28
1
-1
/
+1
*
Remove legacy LoRa drivers.
ceekdee
2023-04-27
10
-3410
/
+2
*
Deprecate original LoRa drivers. Update rust-lorawan releases.
ceekdee
2023-04-25
1
-0
/
+1
*
Add lora-phy examples.
ceekdee
2023-04-23
1
-0
/
+3
*
Add external LoRa physical layer functionality.
ceekdee
2023-04-21
2
-0
/
+328
*
Update to rust-lorawan with afit support
Ulf Lilleengen
2023-04-15
4
-179
/
+135
*
Change timing window to match values found experimentally.
Caleb Jamison
2023-02-17
1
-2
/
+2
*
LoRa/STM32WL: adjust Rx window offset and duration
Samuel Tardieu
2023-02-02
1
-2
/
+2
*
LoRa/SX126x: adjust Rx window offset and duration
Samuel Tardieu
2023-02-02
1
-2
/
+2
*
LoRa/SX1276: adjust Rx window offset and duration
Samuel Tardieu
2023-01-27
1
-2
/
+2
*
Fix LoRaWAN PHY settings for SX126x driver
Justin Beaurivage
2022-11-21
1
-3
/
+3
*
Special handling for log and defmt
Ulf Lilleengen
2022-11-09
1
-0
/
+4
*
Ensure embassy-lora stm32wl supports log crate
Ulf Lilleengen
2022-11-07
1
-4
/
+4
*
Change rak4631 feature to sx126x, removing use in board-specific processing; ...
ceekdee
2022-10-10
3
-24
/
+12
*
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
6
-0
/
+2316
|
/
*
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
*
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
*
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: 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
1
-1
/
+1
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
2
-2
/
+2
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
3
-3
/
+3
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-5
/
+5
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-23
/
+23
*
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 rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
3
-13
/
+11
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
2
-16
/
+17
*
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
*
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
*
Add embassy-lora crate
Ulf Lilleengen
2021-09-30
6
-0
/
+1517