| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into xspi | xoviat | 2025-11-24 | 1 | -3/+3 |
| |\ | |||||
| | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -3/+3 |
| | | | |||||
| * | | xspi: properly respect the max DMA transfer size when reading and writing | Brian Schwind | 2025-10-04 | 1 | -32/+41 |
| | | | |||||
| * | | xspi: properly configure the transfer size | Brian Schwind | 2025-10-04 | 1 | -7/+12 |
| | | | |||||
| * | | xspi: use a named enum variant in place of a literal zero | Brian Schwind | 2025-10-04 | 1 | -3/+3 |
| |/ | |||||
| * | Unify derivation of Clone, Copy and defmt::format for all *SPI configs | goodhoko | 2025-09-16 | 1 | -0/+3 |
| | | |||||
| * | Apply fixes to XSPI as well | Brian Schwind | 2025-09-13 | 1 | -9/+8 |
| | | |||||
| * | STM32 XSPI: Disable alternate bytes if not requested | Kevin Lannen | 2025-08-22 | 1 | -0/+5 |
| | | | | | If a previous command used alternate bytes and the next command does not have them the alternate bytes need to be turned off | ||||
| * | stm32: xspi fixes and consistency | Matt Johnston | 2025-04-04 | 1 | -8/+21 |
| | | | | | | | | | | Fix some incorrect DTR flags, fix _bit vs _Bit inconsistency (copied from qspi and ospi). Use the same NCS pullup for all constructors. xspi is now enabled in PWR register | ||||
| * | stm32: xspi: rework switching between ncs1 and ncs2 | Matt Johnston | 2025-04-04 | 1 | -25/+44 |
| | | |||||
| * | stm32: xspi wait for prescaler change | Matt Johnston | 2025-04-04 | 1 | -8/+9 |
| | | | | | | This is documented as being required (and is done by stm32cube), hasn't been observed as a problem though. | ||||
| * | stm32: xspi update for Peri | Matt Johnston | 2025-04-04 | 1 | -133/+131 |
| | | |||||
| * | stm32: Update xspi for stm32-metapac changes | Matt Johnston | 2025-04-04 | 1 | -202/+169 |
| | | | | | | | This is now closer to the original ospi, using more idiomatic naming. Some dead code is removed (previously was hidden by [allow(dead_code)]). | ||||
| * | introduce stm32h7rs xspi | Rick Rogers | 2025-04-04 | 1 | -0/+1427 |
