Use new PXT flags
This commit is contained in:
parent
d7f97d6476
commit
ee6664c29c
@ -29,14 +29,15 @@
|
|||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"isNative": true,
|
"isNative": true,
|
||||||
"useUF2": true,
|
"useELF": true,
|
||||||
"hasHex": true,
|
"hasHex": true,
|
||||||
"deployDrives": ".*",
|
"deployDrives": ".*",
|
||||||
"deployFileMarker": "INFO_UF2.TXT",
|
"deployFileMarker": "INFO_UF2.TXT",
|
||||||
"driveName": "LEGO",
|
"driveName": "LEGO",
|
||||||
"flashCodeAlign": 256,
|
"flashCodeAlign": 256,
|
||||||
"floatingPoint": true,
|
"floatingPoint": true,
|
||||||
"taggedInts": true
|
"taggedInts": true,
|
||||||
|
"stackAlign": 2
|
||||||
},
|
},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"mathBlocks": true,
|
"mathBlocks": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user