aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trivial to trigger checks from CI.Bob McWhirter2021-07-281-0/+1
* Update to new stm32-data with better multicore NVIC parsing.Bob McWhirter2021-07-271-0/+0
* Use new interrupt! table format to /enable/ the IRQs also.Bob McWhirter2021-07-272-2/+2
* Generate more rows in the interrupts! table.Bob McWhirter2021-07-273-24/+14
* Update data to include peripheral IRQs.Bob McWhirter2021-07-271-0/+0
* Merge pull request #315 from embassy-rs/ci-fixesThales2021-07-261-17/+39
|\
| * Optimize CIDario Nieuwenhuis2021-07-241-17/+39
* | Merge pull request #316 from bobmcwhirter/update-stm32dataBob McWhirter2021-07-261-0/+0
|\ \ | |/ |/|
| * Update stm32-data.Bob McWhirter2021-07-261-0/+0
|/
* Merge pull request #314 from embassy-rs/example-cleanup-l4Dario Nieuwenhuis2021-07-2410-279/+100
|\
| * stm32/examples: cleanup L4Dario Nieuwenhuis2021-07-2410-279/+100
|/
* Merge pull request #312 from timokroeger/en-exti-clockDario Nieuwenhuis2021-07-248-39/+6
|\
| * Enable SYSCFG clock in `exti::init()`Timo Kröger2021-07-248-39/+6
|/
* Merge pull request #309 from timokroeger/stm32-dmav1-interrupt-flagsDario Nieuwenhuis2021-07-242-65/+47
|\
| * stm32/bdma: do not clear IF on IRQ handlerDario Nieuwenhuis2021-07-241-1/+0
| * STM32 BDMA: Use interrupt flags instead of atomicsTimo Kröger2021-07-241-30/+22
| * STM32 DMA: Use interrupt flags instead of atomicsTimo Kröger2021-07-241-34/+25
|/
* Merge pull request #305 from bobmcwhirter/spi_dma_take3Dario Nieuwenhuis2021-07-2416-56/+1234
|\
| * Actually take a &mut of that read slice.Bob McWhirter2021-07-232-2/+6
| * Adjust how we deal with read/write being different length.Bob McWhirter2021-07-234-9/+11
| * Reset back the memory.x also.Bob McWhirter2021-07-231-2/+2
| * As before, EVERY DANG TIME.Bob McWhirter2021-07-231-2/+2
| * Reset the examples to the original F4 flavor.Bob McWhirter2021-07-232-4/+3
| * Enable DMA for SPIv1 on F4's etc.Bob McWhirter2021-07-237-16/+299
| * Every dang time.Bob McWhirter2021-07-231-2/+2
| * Make SPIv3 work with DMA.Bob McWhirter2021-07-235-11/+318
| * FFS warnings about unused Result<>.Bob McWhirter2021-07-231-1/+1
| * Fix warnings about un-used variables.Bob McWhirter2021-07-231-2/+2
| * Fix extraneous `mut` warnings in L4 example.Bob McWhirter2021-07-231-3/+3
| * Fix up the L0 example for SPI.Bob McWhirter2021-07-231-1/+4
| * Add back in the other versions of SPI.Bob McWhirter2021-07-231-2/+2
| * Improve the SPIv2 DMA example to verify it actually works.Bob McWhirter2021-07-231-9/+22
| * SPIv2 + DMA.Bob McWhirter2021-07-236-17/+344
| * Wire up peripheral DMA channels for SPI.Bob McWhirter2021-07-231-0/+36
| * Avoid borrowck issue.Bob McWhirter2021-07-231-1/+3
| * IntelliJ'd.Bob McWhirter2021-07-231-2/+2
| * Add a non-minc write() to DMA which takes a count.Bob McWhirter2021-07-235-7/+115
| * More unused allowances.Bob McWhirter2021-07-231-0/+1
| * Include all versions when handing to CI.Bob McWhirter2021-07-231-2/+2
| * Annotate to avoid unused warnings for the moment.Bob McWhirter2021-07-231-0/+3
| * Begin reworking SPI to add DMA for stm32.Bob McWhirter2021-07-233-44/+57
| * Checkpoint.Bob McWhirter2021-07-232-11/+68
| * More formatting!Bob McWhirter2021-07-231-9/+6
| * Formatting.Bob McWhirter2021-07-231-1/+1
| * Split up the nRF impls for SPI traits.Bob McWhirter2021-07-231-7/+16
| * Split up the SPI trait into several with shared Error associated type.Bob McWhirter2021-07-231-9/+23
|/
* Merge pull request #313 from timokroeger/cleanup-gpio-clocksBob McWhirter2021-07-2322-260/+46
|\
| * Use `Dbgmcu::enable_all()` in stm32f4 examplesTimo Kröger2021-07-236-39/+10
| * stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-2321-221/+36
|/
* Merge pull request #311 from bobmcwhirter/gpio_enableBob McWhirter2021-07-234-33/+47
|\