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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32/ble: fix tests and add instructions to run example
xoviat
2023-05-11
5
-6
/
+44
*
removed hardcoded addresses in memory.x
goueslati
2023-05-04
4
-39
/
+25
*
Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mbox
goueslati
2023-05-04
3
-3
/
+58
|
\
|
*
rustfmt
xoviat
2023-05-03
1
-1
/
+0
|
*
stm32/tests: add hil test for ble
xoviat
2023-05-03
3
-2
/
+58
|
/
*
fixed ble table cmd buffer being constant
goueslati
2023-05-03
1
-1
/
+1
*
Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mbox
goueslati
2023-05-02
2
-9
/
+3
|
\
|
*
Merge branch 'embassy-rs:master' into tl_mbox
Ghaith Oueslati
2023-05-02
2
-9
/
+3
|
|
\
|
|
*
Merge #1422
bors[bot]
2023-05-02
2
-9
/
+3
|
|
|
\
|
|
|
*
rp: remove leftovers from #1414
pennae
2023-05-02
2
-9
/
+3
*
|
|
|
whoops, plugin formatted Cargo.toml, reverting
goueslati
2023-05-02
1
-1334
/
+1334
|
/
/
/
*
/
/
added TL Mailbox initialization for STM32WB
goueslati
2023-05-02
11
-1334
/
+2063
|
/
/
*
|
Merge #1404
bors[bot]
2023-05-01
12
-53
/
+1409
|
\
\
|
*
|
stm32/test: fix race condition in uart_dma.
Dario Nieuwenhuis
2023-05-01
1
-9
/
+18
|
*
|
stm32/test: cleanup ringbuffer test, exit on success (transferring 100kb)
Dario Nieuwenhuis
2023-05-01
1
-39
/
+38
|
*
|
stm32/test: add real defmt timestamp
Dario Nieuwenhuis
2023-05-01
2
-12
/
+2
|
*
|
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
4
-7
/
+20
|
*
|
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
5
-179
/
+214
|
*
|
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
9
-18
/
+1171
|
/
/
*
|
Merge #1376
bors[bot]
2023-05-01
20
-534
/
+251
|
\
\
|
|
/
|
/
|
|
*
stm32/rtc: fix datetime and add f4 test
xoviat
2023-04-25
3
-11
/
+69
|
*
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
15
-438
/
+110
*
|
Merge #1414
bors[bot]
2023-05-01
6
-151
/
+1005
|
\
\
|
*
|
rp/uart: report errors from dma receive
pennae
2023-05-01
4
-25
/
+375
|
*
|
rp/uart: extract fifo draining from blocking_read
pennae
2023-05-01
1
-23
/
+27
|
*
|
rp/uart: make dma multicore-safe
pennae
2023-05-01
1
-2
/
+2
|
*
|
rp/uart: report errors from buffered uart
pennae
2023-05-01
2
-34
/
+301
|
*
|
rp/uart: extract common code from async and blocking buffered reads
pennae
2023-05-01
1
-47
/
+39
|
*
|
tests/rp: test error conditions for uart
pennae
2023-05-01
1
-11
/
+148
|
*
|
rp/uart: rename state to buffered_state
pennae
2023-05-01
2
-14
/
+14
|
*
|
rp/uart: add set-break functions
pennae
2023-05-01
2
-1
/
+95
|
*
|
rp/uart: add UartRx::new_blocking
pennae
2023-05-01
1
-0
/
+10
|
*
|
tests/rp: fix buffered uart test
pennae
2023-05-01
1
-3
/
+3
*
|
|
Merge #1395
bors[bot]
2023-05-01
5
-443
/
+284
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rp/pio: write instr memory only from common
pennae
2023-05-01
4
-79
/
+63
|
*
|
rp/pio: remove a bunch of unnecessary let _ = self
pennae
2023-05-01
1
-13
/
+0
|
*
|
rp/pio: move non-sm-specific methods to PioCommon
pennae
2023-05-01
3
-45
/
+47
|
*
|
rp/pio: remove top-level PIOS array
pennae
2023-05-01
1
-162
/
+90
|
*
|
rp/pio: seal PioInstance, SmInstance
pennae
2023-05-01
1
-20
/
+41
|
*
|
rp/pio: don't call dma::init so much
pennae
2023-05-01
1
-3
/
+1
|
*
|
rp/pio: enable pio interrupts only once
pennae
2023-05-01
2
-36
/
+15
|
*
|
rp/pio: use atomic accesses, not critical sections
pennae
2023-05-01
1
-24
/
+12
[next]