From 564d7fa5389c4c450334a1514a5657593ab5bedc Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Mon, 19 Sep 2022 11:12:58 -0700 Subject: [PATCH] setup build with codal-microbit-v2 (for N3) --- pxtarget.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index cd6c0927bf..bdd525188c 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -374,21 +374,15 @@ }, "compileService": { "codalTarget": { - "name": "codal-nrf52833-dk", - "url": "https://github.com/mmoskal/codal-nrf52833-dk", - "branch": "v2.0.2", + "name": "codal-microbit-v2", + "url": "https://github.com/lancaster-university/codal-microbit-v2", + "branch": "nosd", "type": "git" }, - "codalBinary": "NRF52840_DK", - "serviceId": "codal2nrf52840", + "codalBinary": "MICROBIT", + "serviceId": "mbcodal2", "dockerImage": "pext/yotta:latest", - "yottaConfig": { - "pxt": { - "board": { - "id": "BOARD_ID_NRF52833" - } - } - } + "yottaConfigCompatibility": true } }, "rp2040": {