Commit Graph

139 Commits

Author SHA1 Message Date
muellerr decfc4fa89 bugfix for DDR init
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-04-01 10:54:21 +02:00
muellerr 2a6012cbc3 Merge pull request 'improve FSBL' (#61) from improve-fsbl into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #61
2026-03-31 20:12:51 +02:00
muellerr b786a67d38 improve FSBL
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-31 20:10:52 +02:00
muellerr b9b0d7b1bc Merge pull request 'Add PL reset de-assert in FSBL' (#60) from add-pl-deassert-in-fsbl into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #60
2026-03-31 18:29:05 +02:00
muellerr 56692b7dae Add PL reset de-assert in FSBL
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-31 18:28:35 +02:00
muellerr 06f08b2378 Merge pull request 'smaller tweaks' (#59) from smaller-tweaks into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #59
2026-03-31 18:21:03 +02:00
muellerr 0722681674 smaller tweaks
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-03-31 18:20:39 +02:00
muellerr caf9c49422 Merge pull request 'Add SDIO support' (#21) from add-sdio-support into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #21
2026-03-27 12:58:27 +01:00
Robin Mueller 3890795aa9 initial SD card support
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-27 12:56:00 +01:00
muellerr b9a64b76a4 Merge pull request 'readme tweak' (#58) from readme-tweak into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #58
2026-03-25 10:39:03 +01:00
muellerr c51e0c782a readme tweak
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-03-25 10:38:48 +01:00
muellerr 70fa1db75f Merge pull request 'bump dependencies and improve documentation' (#57) from bump-deps-improve-docs into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #57
2026-03-25 10:37:36 +01:00
muellerr a196d6c139 bump dependencies and improve documentation
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-03-25 10:36:06 +01:00
muellerr 530fc7a8dc Merge pull request 'firmware/zynq7000-hal/Cargo.toml aktualisiert: Replace dependency' (#56) from nehlichp/replace-paste into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #56
2026-03-25 10:26:23 +01:00
muellerr d2372ad41c actually use pastey as well
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-03-25 10:24:19 +01:00
nehlichp 9cdec1ffba firmware/zynq7000-hal/Cargo.toml aktualisiert
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
https://rustsec.org/advisories/RUSTSEC-2024-0436
2026-03-23 14:57:25 +01:00
muellerr 5e4e687403 Merge pull request 'try-to-fix-embassy-docs' (#55) from try-to-fix-embassy-docs into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #55
zynq7000-embassy-v0.1.1
2026-03-13 17:52:16 +01:00
muellerr d07ffb3ae1 try to fix embassy docs
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-13 17:50:35 +01:00
muellerr 332779326a Merge pull request 'some CI fixes' (#54) from ci-fixes into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #54
2026-03-13 17:47:32 +01:00
muellerr 558f38682d some CI fixes
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-13 17:45:57 +01:00
muellerr 3263b9964d Merge pull request 'some CI fixes' (#53) from ci-fixes into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #53
2026-03-13 17:35:11 +01:00
muellerr 0d11210173 some CI fixes
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-03-13 17:34:46 +01:00
muellerr 9c187bd657 Merge pull request 'another tweak for the QSPI spansion driver' (#52) from tweak-for-qspi-spansion-driver into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #52
2026-03-10 19:46:25 +01:00
muellerr a2d1efde46 another tweak for the QSPI spansion driver
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-10 15:00:20 +01:00
muellerr 16ecc6e71c Merge pull request 'QSPI Spansion Remove Page Alignement Constraint' (#51) from meier/qspi-remove-page-alignment-constraint into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #51
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
2026-03-10 13:28:43 +01:00
meierj ecabeb1a4b adapted qspi example and qpsi-flasher to api changes in qspi_spansion
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-03-10 11:25:55 +01:00
meierj 7494036099 changed read_page to read
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-06 16:04:07 +01:00
meierj 21427bf019 removed page alignment constraint for qspi spansion programming
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-06 15:35:45 +01:00
muellerr fc1fdada3e changelog
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-03-06 13:43:50 +01:00
muellerr 3f01b61770 Merge pull request 'Fixed Bit Positions of QSPI Reset Register' (#50) from meier/qspi-reset-bugfix into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #50
Reviewed-by: Robin Müller <muellerr@irs.uni-stuttgart.de>
2026-03-06 13:34:47 +01:00
meierj dd97bc3177 corrected bit positions of qspi reset register
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-03-06 13:15:57 +01:00
muellerr efd55042b2 Merge pull request 'fmt' (#49) from minor-qspi-improvements-and-tweaks into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #49
2026-02-28 12:49:36 +01:00
muellerr 8bafdc20e7 fmt
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-02-28 12:49:18 +01:00
muellerr 401643f8ec Merge pull request 'minor-qspi-improvements-and-tweaks' (#48) from minor-qspi-improvements-and-tweaks into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #48
2026-02-28 12:47:32 +01:00
muellerr 2b11516bf5 more double reads
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-02-28 12:46:19 +01:00
muellerr 703af93bb9 more improvements
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-02-28 12:37:06 +01:00
muellerr 1fe16466ab Merge pull request 'use div-ceil for QSPI clock calc' (#45) from small-qspi-clock-tweak into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #45
2026-02-26 17:20:41 +01:00
muellerr 47a17e7550 use div-ceil for QSPI clock calc
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-02-26 17:20:32 +01:00
muellerr af025c5490 Merge pull request 'chunked read' (#47) from chunked-read into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #47
2026-02-26 17:19:40 +01:00
muellerr c15e3828b7 Spansion QSPI module improvements
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-02-26 17:19:08 +01:00
muellerr 9ef548e1bc Merge pull request 'Add slow read for Spansion QSPI' (#46) from add-slow-read-spansion-qspi into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #46
2026-02-25 17:31:59 +01:00
muellerr 3eb8467bf5 add register double read
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-02-25 15:57:21 +01:00
muellerr 4112e336ef add slow read
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-02-25 15:51:37 +01:00
muellerr a58d398d82 Merge pull request 'prepare zedboard BSP release' (#44) from prepare-zedboard-bsp-release into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #44
zedboard-bsp-v0.1.0
2026-02-14 19:37:31 +01:00
muellerr fd178e1d3b prepare zedboard BSP release
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-02-14 19:30:13 +01:00
muellerr e8a6c88e2b Merge pull request 'prepare zynq7000-embassy release' (#43) from prepare-zynq7000-embassy-release into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #43
zynq7000-embassy-v0.1.0
2026-02-14 19:23:53 +01:00
muellerr 8606bcbd63 prepare zynq7000-embassy release
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-02-14 19:23:38 +01:00
muellerr 2b6e27875f re-generate lock file
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2026-02-14 19:15:43 +01:00
muellerr fa6f7d836e Merge pull request 'prepare zynq-mmu v0.1.2' (#42) from zynq-mmu-release into main
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
Reviewed-on: #42
zynq7000-mmu-v0.1.2 zynq7000-rt-v0.2.0
2026-02-14 19:10:59 +01:00
muellerr b7093706f5 prepare zynq-mmu v0.1.2
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
2026-02-14 19:10:32 +01:00