Bump pxt-microbit-core to 0.5.0

This commit is contained in:
Michal Moskal 2016-09-09 10:17:28 +01:00
parent af8babfea2
commit cb8e28beb0
2 changed files with 7 additions and 4 deletions

View File

@ -166,6 +166,7 @@ namespace Array_ {
int removeElement(RefCollection *c, uint32_t x) { return c->removeElement(x); } int removeElement(RefCollection *c, uint32_t x) { return c->removeElement(x); }
} }
// Import some stuff directly // Import some stuff directly
namespace pxt { namespace pxt {
//% //%
@ -181,10 +182,12 @@ namespace pxt {
//% //%
Action mkAction(int reflen, int totallen, int startptr); Action mkAction(int reflen, int totallen, int startptr);
//% //%
RefRecord* mkRecord(int reflen, int totallen);
//%
RefRecord* mkClassInstance(int offset); RefRecord* mkClassInstance(int offset);
//% //%
void RefRecord_destroy(RefRecord *r);
//%
void RefRecord_print(RefRecord *r);
//%
void debugMemLeaks(); void debugMemLeaks();
//% //%
int incr(uint32_t e); int incr(uint32_t e);

View File

@ -91,7 +91,7 @@
"yottaTarget": "bbc-microbit-classic-gcc", "yottaTarget": "bbc-microbit-classic-gcc",
"yottaCorePackage": "pxt-microbit-core", "yottaCorePackage": "pxt-microbit-core",
"githubCorePackage": "microsoft/pxt-microbit-core", "githubCorePackage": "microsoft/pxt-microbit-core",
"gittag": "v0.4.4", "gittag": "v0.5.0",
"serviceId": "ws" "serviceId": "ws"
}, },
"serial": { "serial": {
@ -147,4 +147,4 @@
"userVoiceApiKey": "WEkkIGaj1WtJnSUF59iwaA", "userVoiceApiKey": "WEkkIGaj1WtJnSUF59iwaA",
"userVoiceForumId": 402381 "userVoiceForumId": 402381
} }
} }