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
/
stm32wl
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
Dario Nieuwenhuis
2023-10-11
3
-7
/
+3
*
stm32/rcc: rename HSE32 to HSE
Dario Nieuwenhuis
2023-10-11
6
-6
/
+6
*
stm32/rtc: enable lse in examples.
Dario Nieuwenhuis
2023-09-30
1
-0
/
+2
*
stm32/usart: return error instead of panicking on bad baudrate.
Dario Nieuwenhuis
2023-09-26
1
-2
/
+2
*
Update for rust-lorawan and lora-phy version 2.
ceekdee
2023-09-24
3
-14
/
+9
*
rcc: more cleanup
xoviat
2023-09-08
3
-3
/
+2
*
stm32: fix wl re-export
xoviat
2023-08-27
1
-3
/
+3
*
stm32/rtc: remove generics and segregate clock sel
xoviat
2023-08-08
1
-4
/
+1
*
stm32: fix rtc and examples
xoviat
2023-08-06
1
-1
/
+1
*
stm32/rng: use bind_interrupts!.
Dario Nieuwenhuis
2023-07-31
2
-6
/
+11
*
Enable RTC on STM32WL chips (#1645)
Phil Markgraf
2023-07-15
1
-0
/
+43
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
2
-6
/
+4
*
Fix examples
Rasmus Melchior Jacobsen
2023-05-25
1
-5
/
+5
*
Let Flash<Async/Blocking> be a thing
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+1
*
Align with new bind_interrupt
Rasmus Melchior Jacobsen
2023-05-25
1
-2
/
+2
*
Align examples
Rasmus Melchior Jacobsen
2023-05-25
1
-6
/
+6
*
Align examples
Rasmus Melchior Jacobsen
2023-05-25
1
-3
/
+2
*
stm32: move lora to bind_interrupts
xoviat
2023-05-24
4
-21
/
+30
*
Update Rust nightly.
Dario Nieuwenhuis
2023-05-19
3
-3
/
+0
*
Fix some typos
Dirk Stolle
2023-05-08
1
-1
/
+1
*
Simplify SUBGHZSPI configuration.
ceekdee
2023-05-04
3
-12
/
+3
*
Handle SUBGHZSPI as async.
ceekdee
2023-05-03
3
-35
/
+11
*
Deprecate original LoRa drivers. Update rust-lorawan releases.
ceekdee
2023-04-25
1
-119
/
+0
*
Add lora-phy examples.
ceekdee
2023-04-23
4
-107
/
+139
*
Add external LoRa physical layer functionality.
ceekdee
2023-04-21
2
-0
/
+191
*
Update to rust-lorawan with afit support
Ulf Lilleengen
2023-04-15
1
-1
/
+1
*
Align flash examples
Rasmus Melchior Jacobsen
2023-04-05
1
-1
/
+1
*
Add random example
miathedev
2022-12-04
1
-0
/
+33
*
Add uart async example
miathedev
2022-11-01
1
-0
/
+60
*
Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...
Mathias
2022-09-30
1
-1
/
+1
*
Remove default, reorder generic params
ivmarkov
2022-09-25
1
-1
/
+2
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
2
-2
/
+0
*
Use LP as default
Ulf Lilleengen
2022-08-26
1
-2
/
+2
*
lora: Make some options configurable
Timo Kröger
2022-08-26
1
-1
/
+3
*
lora: Use a trait for RF frontend switching
Timo Kröger
2022-08-26
1
-1
/
+27
*
lora: Improve IRQ handling
Timo Kröger
2022-08-26
1
-3
/
+2
*
stm32wl: Do not require external SPI pins for SUBGHZ
Timo Kröger
2022-08-26
2
-2
/
+2
*
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
5
-6
/
+6
*
examples Remove the `fn config()` idiom.
Dario Nieuwenhuis
2022-08-17
2
-12
/
+6
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
5
-12
/
+16
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
5
-12
/
+12
*
Document configuration options and handle optional downlink
Ulf Lilleengen
2022-07-04
1
-3
/
+21
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
6
-40
/
+19
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
Add bootloader to CI
Ulf Lilleengen
2022-04-27
1
-1
/
+1
*
Add stm32 flash + bootloader support
Ulf Lilleengen
2022-04-27
1
-0
/
+43
*
Update to released lorawan crates
Ulf Lilleengen
2022-04-26
1
-1
/
+1
*
Update to latest rust-lorawan version
Ulf Lilleengen
2022-04-08
1
-8
/
+2
[next]