Skip to content

Commit 87f1322

Browse files
codal_app: Update codal-microbit-v2 to v0.2.43.
Also adds the MICROBIT_USB_SERIAL_WAKE flag to the CODAL config to enable wake up from UART. Changes to codal-microbit-v2: - deepSleep() with no wake targets will now actually deep sleep. - Serial ports can now be used to wake the board from deep sleep. - New configuration flag MICROBIT_USB_SERIAL_WAKE can now be set to configure the board to wake on serial input. Changes to codal-core: - Fixed spurious mic activation due to overlapping device IDs between CodalComponent and MicroBitCompat.
1 parent cd8bbb8 commit 87f1322

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/codal_app/codal.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target": {
33
"name": "codal-microbit-v2",
44
"url": "https://github.com/lancaster-university/codal-microbit-v2",
5-
"branch": "v0.2.42-hotfix.1",
5+
"branch": "v0.2.43",
66
"type": "git",
77
"test_ignore": true
88
} ,
@@ -11,7 +11,8 @@
1111
"MICROBIT_BLE_ENABLED" : 0,
1212
"MICROBIT_BLE_PAIRING_MODE": 1,
1313
"MICROBIT_BLE_PARTIAL_FLASHING" : 1,
14-
"MICROBIT_BLE_SECURITY_MODE": 2
14+
"MICROBIT_BLE_SECURITY_MODE": 2,
15+
"MICROBIT_USB_SERIAL_WAKE": 1
1516
},
1617
"application": "../../src/codal_app",
1718
"output_folder": "../../src/build"

0 commit comments

Comments
 (0)