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
*
Merge pull request #310 from bobmcwhirter/dbg
Bob McWhirter
2021-07-23
5
-12
/
+50
|
\
|
*
Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.
Bob McWhirter
2021-07-22
5
-12
/
+50
|
/
*
Merge pull request #308 from timokroeger/stmf4-example-cleanup
Dario Nieuwenhuis
2021-07-21
7
-175
/
+106
|
\
|
*
Cleanup stm32f4 examples
Timo Kröger
2021-07-21
7
-175
/
+106
*
|
Merge pull request #304 from bobmcwhirter/async_move_dma_transfer
Thales
2021-07-20
2
-28
/
+34
|
\
\
|
*
|
The `async move` portion of @thalesfragoso's i2c PR.
Bob McWhirter
2021-07-20
2
-28
/
+34
|
/
/
*
|
Merge pull request #302 from embassy-rs/rp-spi-fixes
Dario Nieuwenhuis
2021-07-20
4
-0
/
+227
|
\
\
|
*
|
rp/examples: add spi_display example
Dario Nieuwenhuis
2021-07-20
3
-0
/
+218
|
*
|
rp/spi: disable+enable when setting frequency
Dario Nieuwenhuis
2021-07-20
1
-0
/
+7
|
*
|
rp/spi: properly drain the rx buffer while writing
Dario Nieuwenhuis
2021-07-20
1
-0
/
+2
*
|
|
Merge pull request #226 from huntc/mpsc
Dario Nieuwenhuis
2021-07-20
5
-0
/
+994
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Feature no longer required given 1.55
huntc
2021-07-15
1
-1
/
+0
|
*
|
Provides a cleaner construction of the channel with the common "new" naming
huntc
2021-07-15
3
-88
/
+51
|
*
|
Partial borrow for receiver to enforce compile-time mpssc
huntc
2021-07-15
1
-50
/
+61
|
*
|
Small tidy up
huntc
2021-07-15
1
-10
/
+10
|
*
|
Eliminates unsoundness by using an UnsafeCell for sharing the channel
huntc
2021-07-15
1
-174
/
+174
|
*
|
Tighten sender/receiver bounds
huntc
2021-07-15
1
-4
/
+12
|
*
|
Removed the closing state as it was not required
huntc
2021-07-15
1
-22
/
+13
|
*
|
Explicitly drop non consumed items
huntc
2021-07-15
1
-0
/
+11
|
*
|
Removed UB code around the send future
huntc
2021-07-15
1
-17
/
+15
|
*
|
Avoid a race condition by reducing the locks to one
huntc
2021-07-15
1
-31
/
+53
|
*
|
NoopMutex does not require an UnsafeCell
huntc
2021-07-15
1
-5
/
+3
|
*
|
Tidying
huntc
2021-07-15
1
-20
/
+10
|
*
|
Migrated to the waker registration functionality for Embassy specific optimis...
huntc
2021-07-15
2
-42
/
+20
|
*
|
Return a new future each time recv is called
huntc
2021-07-15
1
-19
/
+12
|
*
|
Use of a NoopMutex
huntc
2021-07-15
3
-66
/
+78
|
*
|
Remove the cell and trait
huntc
2021-07-15
2
-87
/
+90
|
*
|
ChannelState should be private
huntc
2021-07-15
1
-1
/
+1
|
*
|
Constraint the use of ChannelCell to just channels
huntc
2021-07-15
1
-1
/
+4
|
*
|
Replace UnsafeCell
huntc
2021-07-15
2
-36
/
+56
|
*
|
Fixed some clippy warnings
huntc
2021-07-15
1
-5
/
+4
|
*
|
Improves the representation of side effects
huntc
2021-07-15
1
-6
/
+18
|
*
|
Reduces the types on sender and receiver
huntc
2021-07-15
2
-146
/
+110
|
*
|
Multi Producer Single Consumer channel
huntc
2021-07-15
6
-0
/
+1019
*
|
|
rp/examples: add spi example
Dario Nieuwenhuis
2021-07-19
1
-0
/
+50
|
|
/
|
/
|
*
|
Merge pull request #300 from thalesfragoso/clear-dma
Thales
2021-07-17
3
-0
/
+12
|
\
\
|
*
|
stm32: Clear possible set flags after disabling DMA
Thales Fragoso
2021-07-17
3
-0
/
+12
*
|
|
Merge pull request #281 from thalesfragoso/i2c-256
Thales
2021-07-17
2
-88
/
+169
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update stm32-data
Thales Fragoso
2021-07-14
1
-2
/
+0
|
*
|
i2c-v2: Implement write_vectored
Thales Fragoso
2021-07-14
2
-0
/
+61
|
*
|
i2c-v2: Correct number of chunks calculation
Thales Fragoso
2021-07-14
2
-6
/
+21
|
*
|
i2c-v2: Support transfers with more than 255 bytes
Thales Fragoso
2021-07-14
1
-89
/
+96
|
|
/
*
|
Merge pull request #295 from embassy-rs/all_dma
Dario Nieuwenhuis
2021-07-17
24
-1046
/
+818
|
\
\
|
*
|
stm32/examples: update DMA channel names
Dario Nieuwenhuis
2021-07-17
3
-3
/
+3
|
*
|
stm32/dma: only set TRBUFF in DMAv1 (H7)
Dario Nieuwenhuis
2021-07-17
1
-0
/
+1
|
*
|
stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.
Dario Nieuwenhuis
2021-07-17
5
-14
/
+37
|
*
|
stm32/dma: update codegen+macrotables for new stm32-data
Dario Nieuwenhuis
2021-07-17
6
-110
/
+41
|
*
|
stm32/dma: Fix macrotable column count not matching in DMAMUX-less BDMAv1.
Dario Nieuwenhuis
2021-07-17
1
-0
/
+2
|
*
|
Prep for new stm32-data with dmamux differentiation, but not yet using.
Bob McWhirter
2021-07-16
2
-2
/
+9
|
*
|
Get DMA on H7 working, add usart_dma example for H7.
Bob McWhirter
2021-07-16
4
-44
/
+114
[next]