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
path:
root
/
embassy-stm32
/
src
/
ospi
Commit message (
Expand
)
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
*
|
ospi: properly respect the max DMA transfer size when reading
Brian Schwind
2025-10-04
1
-16
/
+20
*
|
ospi: properly respect the max DMA transfer size when writing
Brian Schwind
2025-10-04
1
-2
/
+2
*
|
ospi: properly configure the transfer size
Brian Schwind
2025-10-04
1
-6
/
+12
*
|
ospi: use a named enum variant in place of a literal zero
Brian Schwind
2025-10-04
1
-1
/
+1
|
/
*
Write data with the Ospi peripheral in chunks to respect the max DMA transfer...
Brian Schwind
2025-09-16
1
-18
/
+24
*
Handle OSPI address errors
goodhoko
2025-09-16
1
-3
/
+18
*
It's "derive" all the way down
goodhoko
2025-09-16
1
-0
/
+8
*
Unify derivation of Clone, Copy and defmt::format for all *SPI configs
goodhoko
2025-09-16
1
-0
/
+3
*
Set the alternate bytes register to the correct value when configuring an Osp...
Brian Schwind
2025-09-13
1
-6
/
+5
*
Typo fixes
Brian Schwind
2025-09-13
1
-4
/
+4
*
OSPI RAM Support
jake-taf
2025-09-05
1
-9
/
+100
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-113
/
+111
*
Fix compile error in ospi
Rasmus Melchior Jacobsen
2025-03-20
1
-2
/
+2
*
Fix typo.
Dario Nieuwenhuis
2025-01-07
1
-1
/
+1
*
chore: fix build
elagil
2025-01-03
1
-10
/
+16
*
stm32/(o|q)spi: command naming convention fix
Piotr Esden-Tempski
2024-12-17
1
-1
/
+1
*
feat(ospi): add ospi example
Haobo Gu
2024-10-26
1
-7
/
+2
*
feat(ospi): add memory mapped mode
Haobo Gu
2024-10-25
1
-15
/
+48
*
feat: set ospi memory mapped mode
Haobo Gu
2024-10-23
1
-0
/
+37
*
stm32: Fix build for chips with octospim but not octospi2.
Dario Nieuwenhuis
2024-10-21
1
-1
/
+1
*
Add octospim support for octospi (#3102)
HaoboGu
2024-10-13
1
-0
/
+118
*
Update to Rust 1.80, make check-cfg unconditional.
Dario Nieuwenhuis
2024-07-25
1
-12
/
+5
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-69
/
+99
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-3
/
+3
*
update to remove dma generics
Karun
2024-05-14
1
-380
/
+437
*
stm32/ospi: remove unused trait.
Dario Nieuwenhuis
2024-05-12
1
-11
/
+0
*
Fix passing of dual quad param to inner constructor
Karun
2024-04-03
1
-20
/
+10
*
Fix build errors
Karun
2024-04-03
1
-31
/
+62
*
Configure dual-quad setting by constructor
Karun
2024-04-03
1
-8
/
+20
*
Remove data length from transfer config
Karun
2024-04-03
1
-75
/
+16
*
Address PR comments
Karun
2024-04-03
1
-14
/
+8
*
Add octospi version dependency for max transfer support
Karun
2024-04-02
1
-2
/
+8
*
Update to use private supertrait, following PR#2730
Karun
2024-04-02
1
-15
/
+12
*
Resolve rustfmt issue and unused import errors
Karun
2024-03-07
1
-3
/
+3
*
Update trait definitions
Karun
2024-03-07
2
-39
/
+102
*
Add get and set config trait implementations
Karun
2024-03-07
1
-1
/
+106
*
Add constructors
Karun
2024-03-07
2
-59
/
+664
*
Add user enums for transaction configuration
Karun
2024-03-07
1
-0
/
+336
*
Add transfer config, trait, functional initial configuration and read from me...
Karun
2024-03-07
1
-20
/
+198
*
Add initial octopsi module
Karun
2024-03-07
1
-0
/
+178