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 to 0.3
Dario Nieuwenhuis
2022-05-19
1
-1
/
+1
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
3
-7
/
+10
*
Add bootloader to CI
Ulf Lilleengen
2022-04-27
1
-1
/
+1
*
Add stm32 flash + bootloader support
Ulf Lilleengen
2022-04-27
2
-0
/
+45
*
Update to released lorawan crates
Ulf Lilleengen
2022-04-26
2
-4
/
+4
*
Update to latest rust-lorawan version
Ulf Lilleengen
2022-04-08
2
-10
/
+4
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
10
-41
/
+24
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
2
-3
/
+61
*
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
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-2
/
+1
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+0
*
examples/stm32l0: cleanup
Dario Nieuwenhuis
2022-01-19
4
-37
/
+2
*
stm32/exti: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+0
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
3
-12
/
+9
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
1
-1
/
+1
*
stm32/rcc: remove Rcc struct, RccExt trait.
Dario Nieuwenhuis
2022-01-05
2
-16
/
+10
*
stm32/rcc: remove builders on Config.
Dario Nieuwenhuis
2022-01-04
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
2
-13
/
+6
*
Update rust-lorawan to version supporting defmt 0.3
Ulf Lilleengen
2021-12-02
1
-3
/
+4
*
examples: remove unused deps.
Dario Nieuwenhuis
2021-11-29
1
-2
/
+0
*
Fix interrupt_take macro by specifying path to panic macro.
Matous Hybl
2021-11-23
1
-1
/
+0
*
Remove unused deps
Dario Nieuwenhuis
2021-11-15
1
-1
/
+0
*
Adjust all examples to defmt 0.3.
Bob McWhirter
2021-11-15
1
-16
/
+5
*
Replace rustflags with build.rs extra-link-args.
Dario Nieuwenhuis
2021-11-07
2
-12
/
+4
*
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
*
Add embassy-lora crate
Ulf Lilleengen
2021-09-30
2
-0
/
+108
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-7
/
+7
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
6
-12
/
+0
*
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-19
7
-36
/
+16
*
Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)
Ulf Lilleengen
2021-08-16
2
-0
/
+52
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
2
-7
/
+7
*
stm32/time: add Cargo features to choose tim2/tim3
Dario Nieuwenhuis
2021-08-05
1
-1
/
+1
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
3
-3
/
+0
*
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
5
-10
/
+0
*
rustfmt everything
Dario Nieuwenhuis
2021-08-04
1
-1
/
+1
*
Add uart::Read DMA-based implementation
Ulf Lilleengen
2021-08-03
1
-0
/
+42
*
examples: Drop build-std = ["core"]
Ben Gamari
2021-07-31
1
-3
/
+0
*
stm32l0: Use `embassy::main` for examples
Timo Kröger
2021-07-29
2
-44
/
+17
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
Fix up the L0 example for SPI.
Bob McWhirter
2021-07-23
1
-1
/
+4
*
stm32: Update gpio examples
Thales Fragoso
2021-06-25
3
-7
/
+7
*
Add support for generating PAC for dual cores
Ulf Lilleengen
2021-06-16
2
-3
/
+8
*
Add minimal RCC impls for L4 and F4
Ulf Lilleengen
2021-06-14
1
-1
/
+0
*
Add examples for STM32L0
Ulf Lilleengen
2021-06-09
9
-0
/
+297
[prev]