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
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Add support for read_until_idle on UART
Guillaume MICHEL
2022-10-26
2
-6
/
+10
*
Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...
Mathias
2022-09-30
1
-1
/
+1
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+0
*
lora: Fix for stm32l0 exampe to build
Timo Kröger
2022-08-26
1
-1
/
+1
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
1
-3
/
+3
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
9
-12
/
+12
*
examples Remove the `fn config()` idiom.
Dario Nieuwenhuis
2022-08-17
2
-13
/
+8
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
8
-18
/
+21
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
9
-21
/
+21
*
embassy-stm32: Simplify time
Grant Miller
2022-07-10
1
-2
/
+2
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
9
-58
/
+24
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
1
-4
/
+7
*
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
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
8
-23
/
+23
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
1
-0
/
+54
*
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
*
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
*
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
*
Refactor sx127x radio to use async SPI with DMA
Ulf Lilleengen
2021-12-03
1
-12
/
+5
*
Fix interrupt_take macro by specifying path to panic macro.
Matous Hybl
2021-11-23
1
-1
/
+0
*
Add embassy-lora crate
Ulf Lilleengen
2021-09-30
1
-0
/
+104
*
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
6
-35
/
+15
*
Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)
Ulf Lilleengen
2021-08-16
1
-0
/
+51
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
2
-7
/
+7
*
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
*
stm32l0: Use `embassy::main` for examples
Timo Kröger
2021-07-29
2
-44
/
+17
*
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
4
-0
/
+189