dal6 integration v1 (#1227)

* dal6 integration v1

* updating stack size

* fix gatt_table_size option
This commit is contained in:
Peli de Halleux 2018-09-13 10:23:05 -07:00 committed by GitHub
parent f76f5b23d1
commit abb117eab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -20,6 +20,12 @@
"enabled": 1 "enabled": 1
} }
} }
},
"optionalConfig": {
"microbit-dal": {
"stack_size": 1280,
"gatt_table_size": "0x700"
}
} }
}, },
"installedVersion": "vzlhfd" "installedVersion": "vzlhfd"

View File

@ -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
} }
} }

View File

@ -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"
}, },