use 32kb ram (mini v2)

This commit is contained in:
Juri 2022-03-03 19:00:59 +01:00
parent 53574d2c88
commit 4b15592f0f
2 changed files with 6 additions and 8 deletions

View File

@ -121,14 +121,12 @@
"advertising_timeout": 0,
"tx_power": 6,
"dfu_service": 1,
"event_service": 0,
"device_info_service": 0
"event_service": 1,
"device_info_service": 1
},
"stack_size": 1280,
"stack_size": 2048,
"gatt_table_size": "0x600",
"panic_on_heap_full": 0,
"debug": 0,
"heap_debug": 0
"sram_end": "0x20008000"
}
},
"userConfigs": [

View File

@ -109,10 +109,10 @@
"useNewFunctions": true
},
"compileService": {
"yottaTarget": "calliope-mini-classic-gcc@https://github.com/calliope-mini/target-calliope-mini-classic-gcc#v1.2.0-yotta",
"yottaTarget": "calliope-mini-classic-gcc@https://github.com/calliope-mini/target-calliope-mini-classic-gcc#v1.2.0-yotta-32kb",
"yottaCorePackage": "microbit",
"githubCorePackage": "calliope-mini/microbit",
"gittag": "v2.2.0-rc6-calliope.rc3-iss0.3",
"gittag": "v2.2.0-rc6-calliope.rc4-32kb",
"serviceId": "calliope",
"dockerImage": "pext/yotta:latest"
},