Skip to content

Commit

Permalink
codal_app: Update codal-microbit-v2 to v0.2.29.
Browse files Browse the repository at this point in the history
Changes are:

codal-microbit-v2:
- improvements to MicroBitLog
- make private pin variable a pointer, to fix pins becoming other pins
- deep sleep support
- fix memory leak in MicroBitAudio::setSleep()/enable()

codal-core:
- introduce framework for power efficient deep sleep

codal-nrf52:
- update drivers to support deep sleep mode

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Jun 21, 2021
1 parent f0e630b commit ab59d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codal_app/codal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"target": {
"name": "codal-microbit-v2",
"url": "https://github.com/lancaster-university/codal-microbit-v2",
"branch": "v0.2.26",
"branch": "v0.2.29",
"type": "git",
"test_ignore": true
} ,
Expand Down

0 comments on commit ab59d87

Please sign in to comment.