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
/
stm32l4
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
14
-52
/
+19
*
Async shared bus for SPI & I2C + rename embassy-traits (#769)
Henrik Alsér
2022-05-26
2
-2
/
+2
*
Remove embassy_hal_common::usb.
Dario Nieuwenhuis
2022-05-04
1
-115
/
+0
*
Switch to crates.io embedded-hal, embedded-hal-async.
Dario Nieuwenhuis
2022-04-22
1
-30
/
+0
*
fix clock in l4 rng example
Philip A Reimer
2022-04-11
1
-3
/
+4
*
add stm32l4 hsi48 and usb example
Philip A Reimer
2022-04-09
1
-0
/
+115
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
16
-62
/
+45
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
1
-1
/
+1
*
Update examples
Grant Miller
2022-03-08
1
-1
/
+1
*
stm32: Remove OptionalPin
Dario Nieuwenhuis
2022-02-10
1
-2
/
+1
*
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-27
2
-8
/
+5
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
4
-11
/
+10
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-2
/
+1
*
stm32/i2c: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
2
-3
/
+1
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
2
-5
/
+3
*
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
5
-18
/
+13
*
stm32/rcc: remove builders on Config.
Dario Nieuwenhuis
2022-01-04
1
-2
/
+2
*
Add adapter for implementing async traits for blocking types
Ulf Lilleengen
2021-12-17
3
-0
/
+118
*
Merge #456
bors[bot]
2021-10-26
1
-0
/
+37
|
\
|
*
Fix clock setup for MSI and PLL to allow RNG opereation
Ulf Lilleengen
2021-10-26
1
-0
/
+37
*
|
Add implementation of async trait for STM32 I2C v2
Ulf Lilleengen
2021-10-21
1
-0
/
+35
|
/
*
Add i2c example for L4
Ulf Lilleengen
2021-10-20
1
-0
/
+28
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
9
-18
/
+0
*
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-19
9
-41
/
+0
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
4
-8
/
+8
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
4
-4
/
+0
*
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
9
-18
/
+0
*
Rename bread -> read_blocking
Ulf Lilleengen
2021-08-04
1
-1
/
+1
*
Add uart::Read DMA-based implementation
Ulf Lilleengen
2021-08-03
1
-1
/
+1
*
stm32l4: Cleanup examples
Timo Kröger
2021-07-29
9
-75
/
+48
*
stm32/examples: cleanup L4
Dario Nieuwenhuis
2021-07-24
9
-278
/
+100
*
Enable SYSCFG clock in `exti::init()`
Timo Kröger
2021-07-24
6
-30
/
+2
*
FFS warnings about unused Result<>.
Bob McWhirter
2021-07-23
1
-1
/
+1
*
Fix warnings about un-used variables.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Fix extraneous `mut` warnings in L4 example.
Bob McWhirter
2021-07-23
1
-3
/
+3
*
Improve the SPIv2 DMA example to verify it actually works.
Bob McWhirter
2021-07-23
1
-9
/
+22
*
SPIv2 + DMA.
Bob McWhirter
2021-07-23
2
-0
/
+106
*
stm32: No need to enable GPIO clocks manually
Timo Kröger
2021-07-23
8
-109
/
+25
*
stm32/examples: update DMA channel names
Dario Nieuwenhuis
2021-07-17
1
-1
/
+1
*
stm32/dma: impl all variants
Dario Nieuwenhuis
2021-07-16
3
-3
/
+3
*
stm32l4/examples: remove old-pac uses.
Dario Nieuwenhuis
2021-07-15
6
-161
/
+146
*
Fix more warnings and examples.
Bob McWhirter
2021-07-14
2
-4
/
+4
*
First shot at async dma usart for stm32.
Bob McWhirter
2021-07-14
1
-5
/
+6
*
Mix dmamux into bdma_v1.
Bob McWhirter
2021-07-13
1
-0
/
+96
*
Checkpoint DMAMUX channel setup.
Bob McWhirter
2021-07-13
1
-4
/
+0
*
stm32/adc: simplify delay handling
Dario Nieuwenhuis
2021-07-05
1
-5
/
+4
*
fix stm32 warnings
Rukai
2021-07-05
2
-34
/
+11
*
Stub in the DMA bits that aren't yet there.
Bob McWhirter
2021-07-01
1
-1
/
+9
*
Add L4+ example for USART.
Bob McWhirter
2021-07-01
1
-0
/
+89
[next]