24 lines
562 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|
|
}
|