Skip to content

Commit facef00

Browse files
committed
update to newest codal
1 parent ddaf174 commit facef00

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

pxtarget.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -383,27 +383,26 @@
383383
"openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf52.cfg]",
384384
"webUSB": false,
385385
"useUF2": false,
386-
"flashEnd": 524288,
387386
"deployDrives": ".*",
388-
"deployFileMarker": "DETAILS.TXT"
387+
"deployFileMarker": "DETAILS.TXT",
388+
"flashCodeAlign": 4096,
389+
"flashUsableEnd": 471040,
390+
"flashEnd": 524288
389391
},
390392
"compileService": {
393+
"buildEngine": "codal",
391394
"codalTarget": {
392-
"name": "codal-nrf52833-dk",
393-
"url": "https://github.com/mmoskal/codal-nrf52833-dk",
394-
"branch": "v2.0.2",
395+
"name": "codal-microbit-v2",
396+
"url": "https://github.com/lancaster-university/codal-microbit-v2",
397+
"branch": "v0.3.5",
395398
"type": "git"
396399
},
397-
"codalBinary": "NRF52840_DK",
398-
"serviceId": "codal2nrf52840",
400+
"codalBinary": "MICROBIT",
401+
"githubCorePackage": "lancaster-university/microbit-v2-samples",
402+
"gittag": "v0.2.13",
403+
"serviceId": "mbcodal2",
399404
"dockerImage": "pext/yotta:latest",
400-
"yottaConfig": {
401-
"pxt": {
402-
"board": {
403-
"id": "BOARD_ID_NRF52833"
404-
}
405-
}
406-
}
405+
"yottaConfigCompatibility": true
407406
}
408407
},
409408
"rp2040": {

0 commit comments

Comments
 (0)