Use new PXT flags

This commit is contained in:
Michal Moskal 2017-07-05 01:28:45 +02:00
parent d7f97d6476
commit ee6664c29c

View File

@ -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,