From ff11e70c84395a9cbc2b93a4e10568efb10140b2 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 14 Dec 2017 09:57:49 -0800 Subject: [PATCH] more config adjustments --- pxtarget.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pxtarget.json b/pxtarget.json index 9743189f..da50c1dd 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -24,6 +24,10 @@ "deployDrives": "MINI", "driveName": "MINI", "hexMimeType": "application/x-calliope-hex", + "openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]", + "flashUsableEnd": 245760, + "flashEnd": 245760, + "flashCodeAlign": 1024, "upgrades": [ { "type": "package",