firmware-base/vendor/sming/Sming/samples/FtpServer_Files/ftpserver.hw
2026-01-28 16:42:43 +01:00

24 lines
562 B
Plaintext

{
"name": "FTP Server sample",
"base_config": "standard",
"partitions": {
"spiffs0": {
"type": "data",
"subtype": "spiffs",
"address": "0x100000",
"size": "0x20000"
},
"fwfs1": {
"address": "0x120000",
"size": "330K",
"type": "data",
"subtype": "fwfs",
"filename": "out/fwfs1.bin",
"build": {
"target": "fwfs-build",
"config": "fsimage.fwfs"
}
}
}
}