Upgrade pxt-microbit-core to 0.4.1
This commit is contained in:
parent
6d6c053e4f
commit
7b11a04727
@ -196,6 +196,8 @@ namespace pxt {
|
|||||||
int programHash();
|
int programHash();
|
||||||
//%
|
//%
|
||||||
void *ptrOfLiteral(int offset);
|
void *ptrOfLiteral(int offset);
|
||||||
|
//%
|
||||||
|
int getNumGlobals();
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace pxtrt {
|
namespace pxtrt {
|
||||||
@ -308,11 +310,6 @@ namespace pxtrt {
|
|||||||
// Debugger
|
// Debugger
|
||||||
//
|
//
|
||||||
|
|
||||||
//%
|
|
||||||
uint32_t getNumGlobals() {
|
|
||||||
return numGlobals;
|
|
||||||
}
|
|
||||||
|
|
||||||
//%
|
//%
|
||||||
void* getGlobalsPtr() {
|
void* getGlobalsPtr() {
|
||||||
return globals;
|
return globals;
|
||||||
|
@ -81,7 +81,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.3.1",
|
"gittag": "v0.4.1",
|
||||||
"serviceId": "ws"
|
"serviceId": "ws"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
|
Loading…
Reference in New Issue
Block a user