Implement tagged integers in C++ (#813)
* Start on the C++ conversion for tagged ints
This commit is contained in:
committed by
Sam El-Husseini
parent
01c7c0b588
commit
cad13785e2
@ -28,10 +28,11 @@
|
||||
"driveName": "MICROBIT",
|
||||
"hexMimeType": "application/x-microbit-hex",
|
||||
"openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]",
|
||||
"flashUsableEnd": 245760,
|
||||
"flashEnd": 245760,
|
||||
"flashUsableEnd": 242688,
|
||||
"flashEnd": 242688,
|
||||
"flashCodeAlign": 1024,
|
||||
"floatingPoint": true,
|
||||
"taggedInts": true,
|
||||
"patches": {
|
||||
"0.0.0 - 1.0.0": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user