Set flash attributes explicitly in case the relevant changes are ever merged from master to v0.
This commit is contained in:
parent
985ad3d8e3
commit
1fc80ba6bd
@ -28,6 +28,9 @@
|
|||||||
"driveName": "MICROBIT",
|
"driveName": "MICROBIT",
|
||||||
"hexMimeType": "application/x-microbit-hex",
|
"hexMimeType": "application/x-microbit-hex",
|
||||||
"openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]",
|
"openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]",
|
||||||
|
"flashUsableEnd": 245760,
|
||||||
|
"flashEnd": 245760,
|
||||||
|
"flashCodeAlign": 1024,
|
||||||
"upgrades": [{
|
"upgrades": [{
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"map": {
|
"map": {
|
||||||
|
Loading…
Reference in New Issue
Block a user