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
*
update embedded-io, embedded-nal-async.
Dario Nieuwenhuis
2023-10-04
1
-2
/
+2
*
stm32/usart: return error instead of panicking on bad baudrate.
Dario Nieuwenhuis
2023-09-26
2
-6
/
+4
*
Update rust-lorawan crate versions.
ceekdee
2023-09-25
1
-6
/
+2
*
Update for rust-lorawan and lora-phy version 2.
ceekdee
2023-09-24
5
-19
/
+13
*
feat: bump embassy-sync version to 0.3.0
Ulf Lilleengen
2023-09-14
1
-1
/
+1
*
Release embassy-time v0.1.3
Jesse Braham
2023-08-28
1
-2
/
+2
*
Bump executor crate version to 0.3.0
Dániel Buga
2023-08-23
1
-1
/
+1
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-0
/
+3
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
2
-3
/
+4
*
Merge pull request #1606 from JcBernack/rng-update
Dario Nieuwenhuis
2023-07-30
1
-2
/
+6
|
\
|
*
stm32/rng: use bind_interrupts!.
Dario Nieuwenhuis
2023-07-31
1
-2
/
+6
*
|
Set frequency in stm32 SPI examples
bofh
2023-07-31
1
-1
/
+5
*
|
Fix format in stm32 SPI examples
bofh
2023-07-30
4
-36
/
+4
*
|
Fix more stm32 SPI examples
bofh
2023-07-30
4
-8
/
+16
*
|
Fix formatting
bofh
2023-07-30
1
-9
/
+1
*
|
Fix stm32 SPI examples
bofh
2023-07-30
1
-2
/
+0
|
/
*
Merge branch 'main' into main
Chuck Davis
2023-07-27
1
-0
/
+3
|
\
|
*
Added debug=2 in release profile to all examples.
Piotr Esden-Tempski
2023-07-26
1
-0
/
+3
*
|
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
*
Update probe-rs-cli -> probe-rs
Dario Nieuwenhuis
2023-06-29
1
-2
/
+2
*
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
*
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 to bind_interrupts
xoviat
2023-05-24
2
-6
/
+12
*
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
*
Merge branch 'embassy-rs:master' into master
Chuck Davis
2023-04-26
1
-2
/
+2
|
\
|
*
Switch from probe-run to probe-rs-cli.
Dario Nieuwenhuis
2023-04-26
1
-2
/
+2
*
|
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
*
|
Add lora-phy examples.
ceekdee
2023-04-23
5
-76
/
+312
*
|
Use released lora-phy.
ceekdee
2023-04-21
1
-1
/
+1
*
|
Add external LoRa physical layer functionality.
ceekdee
2023-04-21
2
-5
/
+125
|
/
*
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
2
-3
/
+3
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
1
-1
/
+1
*
Align flash examples
Rasmus Melchior Jacobsen
2023-04-05
1
-1
/
+1
*
Merge #1321
bors[bot]
2023-04-04
1
-1
/
+1
|
\
[next]