mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
4dadb31e18
When using a SoftDevice, the MSD flash method is not appropriate as it will erase the entire flash area before writing the new firmware. This also wipes the SoftDevice. Instead, use OpenOCD to only rewrite the parts of flash that need to be rewritten and leave the SoftDevice alone.
5 lines
74 B
JSON
5 lines
74 B
JSON
{
|
|
"inherits": ["microbit", "nrf51-s110v8"],
|
|
"flash-method": "openocd"
|
|
}
|