mirror of https://github.com/ARMmbed/mbed-os.git
20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"name": "flashiap-block-device",
|
|
"config": {
|
|
"base-address": {
|
|
"help": "Base address for the block device on the external flash.",
|
|
"value": "0xFFFFFFFF"
|
|
},
|
|
"size": {
|
|
"help": "Memory allocated for block device.",
|
|
"value": "0"
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"REALTEK_RTL8195AM": {
|
|
"base-address": "0x1C0000",
|
|
"size": "0x40000"
|
|
}
|
|
}
|
|
}
|