| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPI slave constructors Fix SPI slave constructors Fix embedded hal async trait One more constructor fix Set SSM bit in SPI driver according to CommunicationMode Fix embedded_hal_async trait to be generic for both master and slave Fix I2S driver to use async master SPI Forgot import from spi mode Fix CommunicationMode associated const conditionals Duplicate doc for CommunicationMode const Add missing nss argument Fix existing SPI tests not compiling Fix stm32h7rs examples not compiling Fix failing stm32l4 example Fix stm32h7 example Fix stm32h7 spi_bdma example Fix stm32h7 spi example Fix stm32f4 example docs: added entry in changelog.md fix: spi_v3 vals mismatch + rise_fall_speed renamed to gpio_speed fix: added spi_v6 conditional compilation feature fix: use if_afio macro in slave constructors fix: add missing trait bound fix: if_afio for cs pin trait fix: changelog message fix: broken rebase | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | stm32/afio: make af_num() unavailable in afio chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -2/+2 |
| | | |||||
| * | stm32/afio: make the A generic param only appear in chips with AFIO. | Dario Nieuwenhuis | 2025-09-05 | 1 | -23/+23 |
| | | |||||
| * | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 1 | -23/+23 |
| | | |||||
| * | stm32/spi: update for new version numbering, add i2s support for all versions. | Dario Nieuwenhuis | 2025-09-05 | 1 | -95/+88 |
| | | |||||
| * | i2s | Süha Ünüvar | 2025-08-08 | 1 | -15/+12 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -45/+42 |
| | | |||||
| * | fix: unneeded mutability | elagil | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix: unused import | elagil | 2025-01-03 | 1 | -2/+1 |
| | | |||||
| * | fix: configuration logic | elagil | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix: STM32F4 I2S clock calculations | elagil | 2025-01-03 | 1 | -4/+4 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -8/+8 |
| | | |||||
| * | Revise I2S interface to ring-buffered. | Alexandros Liarokapis | 2024-10-16 | 1 | -72/+267 |
| | | |||||
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -13/+8 |
| | | |||||
| * | Add i2s support for spi_v3. | Alexandros Liarokapis | 2024-05-27 | 1 | -66/+261 |
| | | |||||
| * | add proper rxonly support for spi_v3 and force tx dma stream requirement on ↵ | Alexandros Liarokapis | 2024-05-27 | 1 | -2/+10 |
| | | | | | others | ||||
| * | stm32: use funcs for info/state, const for ENABLE_BIT. | Dario Nieuwenhuis | 2024-05-21 | 1 | -2/+2 |
| | | |||||
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 1 | -7/+7 |
| | | |||||
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -15/+9 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -2/+1 |
| | | |||||
| * | stm32: update metapac. | Dario Nieuwenhuis | 2024-02-26 | 1 | -8/+8 |
| | | |||||
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -5/+4 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+1 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -5/+30 |
| | | |||||
| * | rcc: update pll clock naming | xoviat | 2023-10-15 | 1 | -1/+1 |
| | | |||||
| * | Fix typo | bofh | 2023-07-30 | 1 | -1/+1 |
| | | |||||
| * | Fix Spi::new_internal call in i2s | bofh | 2023-07-30 | 1 | -1/+3 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -21/+13 |
| | | |||||
| * | stm32/i2s: add module and example for f4 | xoviat | 2023-05-03 | 1 | -0/+310 |
