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
*
Trivial to trigger checks from CI.
Bob McWhirter
2021-07-28
1
-0
/
+1
*
Update to new stm32-data with better multicore NVIC parsing.
Bob McWhirter
2021-07-27
1
-0
/
+0
*
Use new interrupt! table format to /enable/ the IRQs also.
Bob McWhirter
2021-07-27
2
-2
/
+2
*
Generate more rows in the interrupts! table.
Bob McWhirter
2021-07-27
3
-24
/
+14
*
Update data to include peripheral IRQs.
Bob McWhirter
2021-07-27
1
-0
/
+0
*
Merge pull request #315 from embassy-rs/ci-fixes
Thales
2021-07-26
1
-17
/
+39
|
\
|
*
Optimize CI
Dario Nieuwenhuis
2021-07-24
1
-17
/
+39
*
|
Merge pull request #316 from bobmcwhirter/update-stm32data
Bob McWhirter
2021-07-26
1
-0
/
+0
|
\
\
|
|
/
|
/
|
|
*
Update stm32-data.
Bob McWhirter
2021-07-26
1
-0
/
+0
|
/
*
Merge pull request #314 from embassy-rs/example-cleanup-l4
Dario Nieuwenhuis
2021-07-24
10
-279
/
+100
|
\
|
*
stm32/examples: cleanup L4
Dario Nieuwenhuis
2021-07-24
10
-279
/
+100
|
/
*
Merge pull request #312 from timokroeger/en-exti-clock
Dario Nieuwenhuis
2021-07-24
8
-39
/
+6
|
\
|
*
Enable SYSCFG clock in `exti::init()`
Timo Kröger
2021-07-24
8
-39
/
+6
|
/
*
Merge pull request #309 from timokroeger/stm32-dmav1-interrupt-flags
Dario Nieuwenhuis
2021-07-24
2
-65
/
+47
|
\
|
*
stm32/bdma: do not clear IF on IRQ handler
Dario Nieuwenhuis
2021-07-24
1
-1
/
+0
|
*
STM32 BDMA: Use interrupt flags instead of atomics
Timo Kröger
2021-07-24
1
-30
/
+22
|
*
STM32 DMA: Use interrupt flags instead of atomics
Timo Kröger
2021-07-24
1
-34
/
+25
|
/
*
Merge pull request #305 from bobmcwhirter/spi_dma_take3
Dario Nieuwenhuis
2021-07-24
16
-56
/
+1234
|
\
|
*
Actually take a &mut of that read slice.
Bob McWhirter
2021-07-23
2
-2
/
+6
|
*
Adjust how we deal with read/write being different length.
Bob McWhirter
2021-07-23
4
-9
/
+11
|
*
Reset back the memory.x also.
Bob McWhirter
2021-07-23
1
-2
/
+2
|
*
As before, EVERY DANG TIME.
Bob McWhirter
2021-07-23
1
-2
/
+2
|
*
Reset the examples to the original F4 flavor.
Bob McWhirter
2021-07-23
2
-4
/
+3
|
*
Enable DMA for SPIv1 on F4's etc.
Bob McWhirter
2021-07-23
7
-16
/
+299
|
*
Every dang time.
Bob McWhirter
2021-07-23
1
-2
/
+2
|
*
Make SPIv3 work with DMA.
Bob McWhirter
2021-07-23
5
-11
/
+318
|
*
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
|
*
Fix up the L0 example for SPI.
Bob McWhirter
2021-07-23
1
-1
/
+4
|
*
Add back in the other versions of SPI.
Bob McWhirter
2021-07-23
1
-2
/
+2
|
*
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
6
-17
/
+344
|
*
Wire up peripheral DMA channels for SPI.
Bob McWhirter
2021-07-23
1
-0
/
+36
|
*
Avoid borrowck issue.
Bob McWhirter
2021-07-23
1
-1
/
+3
|
*
IntelliJ'd.
Bob McWhirter
2021-07-23
1
-2
/
+2
|
*
Add a non-minc write() to DMA which takes a count.
Bob McWhirter
2021-07-23
5
-7
/
+115
|
*
More unused allowances.
Bob McWhirter
2021-07-23
1
-0
/
+1
|
*
Include all versions when handing to CI.
Bob McWhirter
2021-07-23
1
-2
/
+2
|
*
Annotate to avoid unused warnings for the moment.
Bob McWhirter
2021-07-23
1
-0
/
+3
|
*
Begin reworking SPI to add DMA for stm32.
Bob McWhirter
2021-07-23
3
-44
/
+57
|
*
Checkpoint.
Bob McWhirter
2021-07-23
2
-11
/
+68
|
*
More formatting!
Bob McWhirter
2021-07-23
1
-9
/
+6
|
*
Formatting.
Bob McWhirter
2021-07-23
1
-1
/
+1
|
*
Split up the nRF impls for SPI traits.
Bob McWhirter
2021-07-23
1
-7
/
+16
|
*
Split up the SPI trait into several with shared Error associated type.
Bob McWhirter
2021-07-23
1
-9
/
+23
|
/
*
Merge pull request #313 from timokroeger/cleanup-gpio-clocks
Bob McWhirter
2021-07-23
22
-260
/
+46
|
\
|
*
Use `Dbgmcu::enable_all()` in stm32f4 examples
Timo Kröger
2021-07-23
6
-39
/
+10
|
*
stm32: No need to enable GPIO clocks manually
Timo Kröger
2021-07-23
21
-221
/
+36
|
/
*
Merge pull request #311 from bobmcwhirter/gpio_enable
Bob McWhirter
2021-07-23
4
-33
/
+47
|
\
[next]