summaryrefslogtreecommitdiff
path: root/extra/usb_updater/sweetberry.json
blob: 6b70d19fad4f2ee8532ed515940b6fce70e1f58a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "Comment": "This file describes the updateable sections of the flash.",
  "board": "sweetberry",
  "vid": "0x18d1",
  "pid": "0x5020",
  "console": "0",
  "Comment on flash": "This is the base address of writeable flash",
  "flash": "0x8000000",
  "Comment on region format": "name: [baseoffset, length]",
  "regions": {
    "RW": ["0x40000", "0x40000"],
    "RO": ["0x0000", "0x40000"]
  }
}