2016-03-10 14:01:04 -08:00
|
|
|
{
|
2016-10-10 16:21:50 -07:00
|
|
|
"name": "core",
|
2016-03-10 14:01:04 -08:00
|
|
|
"description": "The microbit core library",
|
2018-09-10 10:11:41 -07:00
|
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/base",
|
2016-03-10 14:01:04 -08:00
|
|
|
"files": [
|
|
|
|
"README.md",
|
2018-09-24 13:42:08 -07:00
|
|
|
"platform.h",
|
2016-11-29 15:06:34 -08:00
|
|
|
"pxt.cpp",
|
|
|
|
"pxt.h",
|
2018-05-29 23:55:58 +01:00
|
|
|
"pxtbase.h",
|
|
|
|
"pxtcore.h",
|
2018-06-04 16:47:26 -07:00
|
|
|
"math.ts",
|
2016-04-01 14:14:57 -07:00
|
|
|
"dal.d.ts",
|
2016-04-01 17:45:18 -07:00
|
|
|
"enums.d.ts",
|
|
|
|
"shims.d.ts",
|
2018-10-05 11:09:08 -07:00
|
|
|
"pxt-core.d.ts",
|
2016-04-01 22:32:33 -07:00
|
|
|
"core.cpp",
|
2016-04-07 11:41:39 -07:00
|
|
|
"pxt-helpers.ts",
|
2016-04-04 21:18:16 -07:00
|
|
|
"helpers.ts",
|
2018-10-05 11:09:08 -07:00
|
|
|
"pinscompat.ts",
|
2019-02-21 15:41:32 -08:00
|
|
|
"configkeys.h",
|
|
|
|
"gc.cpp",
|
2018-05-29 23:55:58 +01:00
|
|
|
"codal.cpp",
|
2016-04-01 19:55:51 -07:00
|
|
|
"images.cpp",
|
2016-03-29 17:11:17 -07:00
|
|
|
"basic.cpp",
|
2018-05-31 10:04:51 -07:00
|
|
|
"basic.ts",
|
2017-01-30 15:03:50 -08:00
|
|
|
"icons.ts",
|
2018-05-15 18:36:36 -07:00
|
|
|
"icons.jres",
|
2016-04-01 17:45:18 -07:00
|
|
|
"input.cpp",
|
2016-03-10 14:01:04 -08:00
|
|
|
"input.ts",
|
2018-05-24 17:09:08 -07:00
|
|
|
"gestures.jres",
|
2016-03-10 22:17:32 -08:00
|
|
|
"control.ts",
|
2016-03-29 17:11:17 -07:00
|
|
|
"control.cpp",
|
2018-10-29 21:12:09 -07:00
|
|
|
"console.ts",
|
2016-03-10 22:17:32 -08:00
|
|
|
"game.ts",
|
2016-04-01 21:52:25 -07:00
|
|
|
"led.cpp",
|
2016-03-10 22:17:32 -08:00
|
|
|
"led.ts",
|
|
|
|
"music.ts",
|
2017-02-28 15:23:32 -08:00
|
|
|
"melodies.ts",
|
2016-04-01 21:26:06 -07:00
|
|
|
"pins.cpp",
|
2016-04-04 19:02:40 -07:00
|
|
|
"pins.ts",
|
2016-04-01 22:00:42 -07:00
|
|
|
"serial.cpp",
|
2016-04-03 16:52:57 -07:00
|
|
|
"serial.ts",
|
2016-08-08 13:47:45 -07:00
|
|
|
"buffer.cpp",
|
2018-10-25 09:19:49 -07:00
|
|
|
"buffer.ts",
|
2016-09-01 15:37:39 -07:00
|
|
|
"pxtparts.json",
|
2019-02-27 22:01:38 -08:00
|
|
|
"advmath.cpp",
|
|
|
|
"trig.cpp",
|
|
|
|
"fixed.ts",
|
2019-03-12 08:25:48 -07:00
|
|
|
"templates.ts",
|
2016-09-01 16:24:12 -07:00
|
|
|
"parts/speaker.svg",
|
2018-02-20 22:17:35 -08:00
|
|
|
"parts/headphone.svg"
|
2016-03-10 14:01:04 -08:00
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {},
|
2018-09-10 15:35:06 -04:00
|
|
|
"yotta": {
|
2016-11-30 04:35:24 -08:00
|
|
|
"optionalConfig": {
|
2016-04-19 09:43:23 -07:00
|
|
|
"microbit-dal": {
|
2019-02-21 15:41:32 -08:00
|
|
|
"fiber_user_data": 1,
|
2016-04-19 09:43:23 -07:00
|
|
|
"bluetooth": {
|
2017-05-19 06:35:23 -07:00
|
|
|
"private_addressing": 0,
|
|
|
|
"advertising_timeout": 0,
|
|
|
|
"tx_power": 6,
|
|
|
|
"dfu_service": 1,
|
|
|
|
"event_service": 1,
|
|
|
|
"device_info_service": 1,
|
|
|
|
"eddystone_url": 1,
|
|
|
|
"eddystone_uid": 1,
|
2018-10-16 08:54:43 -07:00
|
|
|
"open": 0,
|
2017-05-19 06:35:23 -07:00
|
|
|
"pairing_mode": 1,
|
2018-10-16 08:54:43 -07:00
|
|
|
"whitelist": 1,
|
2018-09-07 08:02:44 -07:00
|
|
|
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
|
2018-09-10 15:35:06 -04:00
|
|
|
"partial_flashing": 1
|
2016-04-19 09:43:23 -07:00
|
|
|
}
|
|
|
|
}
|
2018-09-07 08:02:44 -07:00
|
|
|
},
|
|
|
|
"userConfigs": [
|
|
|
|
{
|
2018-10-16 08:54:43 -07:00
|
|
|
"description": "No Pairing Required: Anyone can connect via Bluetooth.",
|
2018-09-07 08:02:44 -07:00
|
|
|
"config": {
|
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
2018-10-16 08:54:43 -07:00
|
|
|
"open": 1,
|
|
|
|
"whitelist": 0,
|
2018-09-07 08:02:44 -07:00
|
|
|
"security_level": null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2018-10-16 08:54:43 -07:00
|
|
|
"description": "JustWorks pairing (default): Pairing is automatic once the pairing is initiated.",
|
2018-09-07 08:02:44 -07:00
|
|
|
"config": {
|
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
2019-06-06 10:40:29 -07:00
|
|
|
"open": 0,
|
|
|
|
"whitelist": 1,
|
|
|
|
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
|
2018-09-07 08:02:44 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "Passkey pairing: Pairing requires 6 digit key to pair.",
|
|
|
|
"config": {
|
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
|
|
|
"open": 0,
|
|
|
|
"whitelist": 1,
|
|
|
|
"security_level": "SECURITY_MODE_ENCRYPTION_WITH_MITM"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2016-03-10 14:01:04 -08:00
|
|
|
}
|
2018-09-10 10:11:41 -07:00
|
|
|
}
|