forked from verybadsoldier/esp_rgbww_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flash_only.hw
42 lines (42 loc) · 988 Bytes
/
flash_only.hw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "flash only",
"base_config": "standard",
"options": [],
"devices": {
"spiFlash": {
"size": "4M"
}
},
"partitions": {
"rom0": {
"subtype": "ota_0",
"size": "1016K"
},
"lfs0": {
"device": "spiFlash",
"address": "0x00106000",
"size": "1008K",
"type": "data",
"subtype": "littlefs",
"readonly": false,
"encrypted": false,
"filename": ""
},
"rom1": {
"subtype": "ota_1",
"address": "0x00202000",
"size": "1016K",
"type": "app"
},
"lfs1": {
"device": "spiFlash",
"address": "0x00300000",
"size": "1M",
"type": "data",
"subtype": "littlefs",
"readonly": false,
"encrypted": false,
"filename": ""
}
}
}