cleanup settings (#172)
- closes https://github.com/microsoft/pxt-calliope/issues/170 - deprecates https://github.com/microsoft/pxt-calliope/issues/162 - no changes for https://github.com/microsoft/pxt-calliope/issues/161 Co-authored-by: JW <gitkraken@juriwolf.de> Co-authored-by: Juri <info@juriwolf.de>
This commit is contained in:
		@@ -124,34 +124,24 @@
 | 
			
		||||
                    "event_service": 0,
 | 
			
		||||
                    "device_info_service": 0
 | 
			
		||||
                },
 | 
			
		||||
                "stack_size": 2048,
 | 
			
		||||
                "stack_size": 1280,
 | 
			
		||||
                "gatt_table_size": "0x600",
 | 
			
		||||
                "panic_on_heap_full": 0,
 | 
			
		||||
                "debug": 0,
 | 
			
		||||
                "heap_debug": 0,
 | 
			
		||||
                "sram_end": "0x20008000"
 | 
			
		||||
            },
 | 
			
		||||
            "RAM_SIZE": "\"32K\""
 | 
			
		||||
                "sram_end": "0x20004000",
 | 
			
		||||
                "RAM_SIZE": "\"16K\""
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "userConfigs": [
 | 
			
		||||
            {
 | 
			
		||||
                "description": "Limit bluetooth access to BLE mode (A + B + Reset)",
 | 
			
		||||
                "config": {
 | 
			
		||||
                    "microbit-dal": {
 | 
			
		||||
                        "bluetooth": {
 | 
			
		||||
                            "enabled": 0
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "description": "32K RAM (mini v2 and some v1.3)",
 | 
			
		||||
                "config": {
 | 
			
		||||
                    "microbit-dal": {
 | 
			
		||||
                        "stack_size": 2048,
 | 
			
		||||
                        "sram_end": "0x20008000"
 | 
			
		||||
                    },
 | 
			
		||||
                    "RAM_SIZE": "\"32K\""
 | 
			
		||||
                        "sram_end": "0x20008000",
 | 
			
		||||
                        "RAM_SIZE": "\"16K\""
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
@@ -159,9 +149,9 @@
 | 
			
		||||
                "config": {
 | 
			
		||||
                    "microbit-dal": {
 | 
			
		||||
                        "stack_size": 1280,
 | 
			
		||||
                        "sram_end": "0x20004000"
 | 
			
		||||
                    },
 | 
			
		||||
                    "RAM_SIZE": "\"16K\""
 | 
			
		||||
                        "sram_end": "0x20004000",
 | 
			
		||||
                        "RAM_SIZE": "\"16K\""
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user