use 32kb ram (mini v2)
This commit is contained in:
		@@ -121,14 +121,12 @@
 | 
				
			|||||||
                    "advertising_timeout": 0,
 | 
					                    "advertising_timeout": 0,
 | 
				
			||||||
                    "tx_power": 6,
 | 
					                    "tx_power": 6,
 | 
				
			||||||
                    "dfu_service": 1,
 | 
					                    "dfu_service": 1,
 | 
				
			||||||
                    "event_service": 0,
 | 
					                    "event_service": 1,
 | 
				
			||||||
                    "device_info_service": 0
 | 
					                    "device_info_service": 1
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "stack_size": 1280,
 | 
					                "stack_size": 2048,
 | 
				
			||||||
                "gatt_table_size": "0x600",
 | 
					                "gatt_table_size": "0x600",
 | 
				
			||||||
                "panic_on_heap_full": 0,
 | 
					                "sram_end": "0x20008000"
 | 
				
			||||||
                "debug": 0,
 | 
					 | 
				
			||||||
                "heap_debug": 0
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "userConfigs": [
 | 
					        "userConfigs": [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -109,10 +109,10 @@
 | 
				
			|||||||
        "useNewFunctions": true
 | 
					        "useNewFunctions": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "compileService": {
 | 
					    "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",
 | 
					        "yottaCorePackage": "microbit",
 | 
				
			||||||
        "githubCorePackage": "calliope-mini/microbit",
 | 
					        "githubCorePackage": "calliope-mini/microbit",
 | 
				
			||||||
        "gittag": "v2.2.0-rc6-calliope.rc3-iss0.3",
 | 
					        "gittag": "v2.2.0-rc6-calliope.rc4-32kb",
 | 
				
			||||||
        "serviceId": "calliope",
 | 
					        "serviceId": "calliope",
 | 
				
			||||||
        "dockerImage": "pext/yotta:latest"
 | 
					        "dockerImage": "pext/yotta:latest"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user