add new project for ps7init extractor

This commit is contained in:
Robin Mueller
2025-10-07 12:43:27 +02:00
parent 15a91f59ab
commit 6921a6fd95
3 changed files with 10 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ members = [
"zedboard-fsbl",
"zedboard-bsp",
"zynq-boot-image",
"zedboard-qspi-flasher",
"zedboard-qspi-flasher", "zynq-ps7init-extract",
]
exclude = [

View File

@@ -0,0 +1,6 @@
[package]
name = "zynq-ps7init-extract"
version = "0.1.0"
edition = "2024"
[dependencies]

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}