dal6 integration v1 (#1227)
* dal6 integration v1 * updating stack size * fix gatt_table_size option
This commit is contained in:
parent
f76f5b23d1
commit
abb117eab5
@ -20,6 +20,12 @@
|
|||||||
"enabled": 1
|
"enabled": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"optionalConfig": {
|
||||||
|
"microbit-dal": {
|
||||||
|
"stack_size": 1280,
|
||||||
|
"gatt_table_size": "0x700"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installedVersion": "vzlhfd"
|
"installedVersion": "vzlhfd"
|
||||||
|
@ -59,7 +59,6 @@
|
|||||||
"pairing_mode": 1,
|
"pairing_mode": 1,
|
||||||
"whitelist": 1,
|
"whitelist": 1,
|
||||||
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
|
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
|
||||||
"gatt_table_size": "0x700",
|
|
||||||
"partial_flashing": 1
|
"partial_flashing": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -215,7 +215,7 @@
|
|||||||
"yottaTarget": "bbc-microbit-classic-gcc",
|
"yottaTarget": "bbc-microbit-classic-gcc",
|
||||||
"yottaCorePackage": "microbit",
|
"yottaCorePackage": "microbit",
|
||||||
"githubCorePackage": "lancaster-university/microbit",
|
"githubCorePackage": "lancaster-university/microbit",
|
||||||
"gittag": "dal-integration-5",
|
"gittag": "dal-integration-6",
|
||||||
"serviceId": "microbit",
|
"serviceId": "microbit",
|
||||||
"dockerImage": "pext/yotta:latest"
|
"dockerImage": "pext/yotta:latest"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user