From cb8e28beb092535b72c55d407be09b3dd1747453 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 9 Sep 2016 10:17:28 +0100 Subject: [PATCH] Bump pxt-microbit-core to 0.5.0 --- libs/microbit/core.cpp | 7 +++++-- pxtarget.json | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libs/microbit/core.cpp b/libs/microbit/core.cpp index 2ef9de04..4a8969eb 100644 --- a/libs/microbit/core.cpp +++ b/libs/microbit/core.cpp @@ -166,6 +166,7 @@ namespace Array_ { int removeElement(RefCollection *c, uint32_t x) { return c->removeElement(x); } } + // Import some stuff directly namespace pxt { //% @@ -181,10 +182,12 @@ namespace pxt { //% Action mkAction(int reflen, int totallen, int startptr); //% - RefRecord* mkRecord(int reflen, int totallen); - //% RefRecord* mkClassInstance(int offset); //% + void RefRecord_destroy(RefRecord *r); + //% + void RefRecord_print(RefRecord *r); + //% void debugMemLeaks(); //% int incr(uint32_t e); diff --git a/pxtarget.json b/pxtarget.json index 1100fcb7..d021d8eb 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -91,7 +91,7 @@ "yottaTarget": "bbc-microbit-classic-gcc", "yottaCorePackage": "pxt-microbit-core", "githubCorePackage": "microsoft/pxt-microbit-core", - "gittag": "v0.4.4", + "gittag": "v0.5.0", "serviceId": "ws" }, "serial": { @@ -147,4 +147,4 @@ "userVoiceApiKey": "WEkkIGaj1WtJnSUF59iwaA", "userVoiceForumId": 402381 } -} \ No newline at end of file +}