aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/spi
Commit message (Expand)AuthorAgeFilesLines
...
* Track current word size in v2 and v3 alsoGrant Miller2021-12-063-17/+29
* Move WordSize methods to modGrant Miller2021-12-064-41/+43
* Move NoPin impls from v1 to modGrant Miller2021-12-062-22/+22
* Flush MISO before transfer operationUlf Lilleengen2021-12-032-0/+10
* Fix wrong pin configuration in STM32's SPI v3.Matous Hybl2021-12-012-61/+34
* Ensure SPI DMA write is completedUlf Lilleengen2021-11-241-2/+11
* Configure the correct pin instancesUlf Lilleengen2021-10-211-2/+2
* inline FRE register check for SPI on F1Tobias Pisani2021-10-111-23/+19
* Add AFType::Input for input configurations.Tobias Pisani2021-10-111-10/+8
* Make miso/mosi optional when for unidirectional spiTobias Pisani2021-10-114-46/+97
* partial alternate function configuration on STM32f1Tobias Pisani2021-10-112-4/+20
* feat: Add spi support for STM32F1 variantsTobias Pisani2021-10-112-2/+17
* Code review request - moving `OutputType` to `mod sealed`Mariusz Ryndzionek2021-09-241-2/+4
* Small adjustment to 'set_as_af' interfaceMariusz Ryndzionek2021-09-241-4/+8
* Refactor V1 SPIUlf Lilleengen2021-09-211-96/+55
* Add HAL for SubGhz peripheral for STM32 WL seriesUlf Lilleengen2021-09-022-1/+3
* Formatting.Bob McWhirter2021-08-241-3/+3
* Fix blocking-write for SPI.Bob McWhirter2021-08-241-3/+27
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-293-3/+3
* 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-233-9/+8
* As before, EVERY DANG TIME.Bob McWhirter2021-07-231-2/+2
* Enable DMA for SPIv1 on F4's etc.Bob McWhirter2021-07-232-11/+204
* Every dang time.Bob McWhirter2021-07-231-2/+2
* Make SPIv3 work with DMA.Bob McWhirter2021-07-232-10/+92
* Add back in the other versions of SPI.Bob McWhirter2021-07-231-2/+2
* SPIv2 + DMA.Bob McWhirter2021-07-233-16/+233
* 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-232-7/+49
* 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-232-43/+56
* Checkpoint.Bob McWhirter2021-07-232-11/+68
* Derive SPI v1 and v3 clocks automaticallyUlf Lilleengen2021-06-142-2/+2
* Provide a way for a peripheral to query its clock frequencyUlf Lilleengen2021-06-141-1/+1
* Reduce generics noiseUlf Lilleengen2021-06-084-26/+23
* Enable clock for SPI v1 and v3Ulf Lilleengen2021-06-082-14/+20
* Auto generate SPI v2 clock enableUlf Lilleengen2021-06-081-7/+10
* Fix stm32 warningsRukai2021-06-062-10/+4
* Refactor SPI signal pin macro.Bob McWhirter2021-06-031-18/+12
* Move DAC, I2C, SPI and RNG to macro-tables.Bob McWhirter2021-06-031-10/+31
* Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis2021-05-311-3/+3
* Refactor SPI and fix write bugUlf Lilleengen2021-05-272-106/+59
* Merge pull request #197 from rukai/fix_stm32_warningsDario Nieuwenhuis2021-05-212-4/+3
|\
| * Fix warnings for embassy-stm32 and embassy-stm32-examplesLucas Kent2021-05-202-4/+3
* | Use the correct register names.Bob McWhirter2021-05-202-6/+6
* | Formatting.Bob McWhirter2021-05-203-80/+31