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
/
embassy-stm32
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
added TL Mailbox initialization for STM32WB
goueslati
2023-05-02
9
-0
/
+684
*
stm32/dma: solve overlapping impl on DmaCtrl on stm32h7
Dario Nieuwenhuis
2023-05-01
3
-15
/
+19
*
stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.
Dario Nieuwenhuis
2023-05-01
2
-0
/
+5
*
stm32/bdma: add ringbuffer support.
Dario Nieuwenhuis
2023-05-01
1
-4
/
+183
*
stm32/dma: remove separate process_tcif.
Dario Nieuwenhuis
2023-05-01
1
-37
/
+9
*
Actually clear idle flag
Rasmus Melchior Jacobsen
2023-05-01
1
-1
/
+8
*
Remove unused import
Rasmus Melchior Jacobsen
2023-05-01
1
-1
/
+1
*
Support overflow detection for more than one ring-period
Rasmus Melchior Jacobsen
2023-05-01
3
-168
/
+191
*
Do not disable dma request when idle line is detected
Rasmus Melchior Jacobsen
2023-05-01
1
-5
/
+0
*
Ring-buffered uart rx with one-period overrun detection
Rasmus Melchior Jacobsen
2023-05-01
5
-18
/
+919
*
Merge #1376
bors[bot]
2023-05-01
16
-533
/
+159
|
\
|
*
stm32/rtc: fix datetime and add f4 test
xoviat
2023-04-25
1
-10
/
+8
|
*
stm32/rtc: impl. functions on trait
xoviat
2023-04-18
3
-67
/
+69
|
*
stm32/rtc: build more chips
xoviat
2023-04-18
3
-94
/
+79
|
*
stm32/rtc: cleanup and consolidate
xoviat
2023-04-18
13
-438
/
+79
*
|
Merge branch 'embassy-rs:master' into master
Chuck Davis
2023-04-30
3
-18
/
+194
|
\
\
|
*
\
Merge #1405
bors[bot]
2023-04-30
2
-0
/
+180
|
|
\
\
|
|
*
|
removed constrain method
OueslatiGhaith
2023-04-28
1
-10
/
+0
|
|
*
|
fixed missing imports
OueslatiGhaith
2023-04-27
1
-0
/
+2
|
|
*
|
fixed mistake with casting channel to a usize
OueslatiGhaith
2023-04-27
1
-14
/
+14
|
|
*
|
add IPCC peripheral for stm32wb
OueslatiGhaith
2023-04-27
2
-0
/
+188
|
*
|
|
Merge #1412
bors[bot]
2023-04-30
1
-18
/
+14
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
stm32/uart: abort on error
xoviat
2023-04-28
1
-18
/
+14
*
|
|
|
Remove legacy LoRa drivers.
ceekdee
2023-04-27
31
-6282
/
+0
|
/
/
/
*
|
|
Deprecate original LoRa drivers. Update rust-lorawan releases.
ceekdee
2023-04-25
1
-0
/
+1
*
|
|
Add external LoRa physical layer functionality.
ceekdee
2023-04-21
2
-2
/
+2
|
/
/
*
|
Merge #1370
bors[bot]
2023-04-19
1
-61
/
+49
|
\
\
|
*
|
stm32/i2c: ignore wakes without interrupt
xoviat
2023-04-19
1
-0
/
+9
|
*
|
stm32/i2c: fix races when using dma.
xoviat
2023-04-17
1
-62
/
+41
*
|
|
stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example i...
anton smeenk
2023-04-18
1
-0
/
+17
*
|
|
stm32/spi: add support for all word sizes.
Dario Nieuwenhuis
2023-04-18
6
-133
/
+190
*
|
|
Merge pull request #1348 from embassy-rs/h5-spi
Dario Nieuwenhuis
2023-04-18
13
-1052
/
+1149
|
\
\
\
|
*
|
|
stm32/dma: add double buffered mode for DMA, update DCMI.
Dario Nieuwenhuis
2023-04-18
2
-14
/
+182
|
*
|
|
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
13
-1068
/
+997
|
|
|
/
|
|
/
|
*
|
|
Add MAX_ERASE_SIZE const in build script, and use it in flash-wide implementa...
Mathias
2023-04-18
2
-3
/
+4
*
|
|
Implement embedded-storage traits for full flash struct
Mathias
2023-04-18
1
-0
/
+29
|
/
/
*
|
stm32/sdmmc: remove "inner" layer.
Dario Nieuwenhuis
2023-04-17
1
-579
/
+419
*
|
stm32/sdmmc: remove unneeded pointer casts.
Dario Nieuwenhuis
2023-04-17
1
-13
/
+12
*
|
stm32/sdmmc: remove cfg_if.
Dario Nieuwenhuis
2023-04-17
1
-89
/
+89
*
|
stm32/rtc: remove unused import
xoviat
2023-04-16
1
-0
/
+1
*
|
stm32/rtc: remove chrono datetime and add converters
xoviat
2023-04-16
2
-3
/
+56
*
|
stm32/rtc: disable nonworking versions
xoviat
2023-04-16
1
-1
/
+1
*
|
stm32/rtc: disable nonworking versions
xoviat
2023-04-16
1
-1
/
+1
*
|
Merge branch 'embassy-stm32/rtc' of https://github.com/MathiasKoch/embassy in...
xoviat
2023-04-16
16
-0
/
+1206
|
\
\
|
*
|
feature-gate variants without vals defined
Mathias
2023-02-13
1
-2
/
+11
|
*
|
Rebase on master
Mathias
2023-02-13
49
-2595
/
+4562
|
|
\
\
|
*
|
|
Remove unused feature gate
Mathias
2022-10-11
1
-1
/
+0
|
*
|
|
Fix RTC for v2l0 & v2l1
Mathias
2022-10-11
3
-67
/
+38
|
*
|
|
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-s...
Mathias
2022-10-11
5
-106
/
+211
|
|
\
\
\
|
*
|
|
|
Fix stm32wl55jc-cm4 RTC
Mathias
2022-10-11
1
-1
/
+6
[next]