Skip to content

Commit 291e05c

Browse files
committed
codal_app: Update codal-microbit-v2 to v0.2.26.
Changes are: codal-microbit-v2: - Mixer: add isSilent() and fire SOUND/SILENCE events - Introduction of persistent logging API codal-core: - add default atomic operations for reference counted types - add events to CodalUSB - ifguard uf2_info in GhostFAT implementation codal-nrf52: - USB for the nrf52 family - NRF52Serial - Avoid overwriting pin definitions during redirection - NRF52Serial::configurePins - wait for TX buffer to empty - NRF52ADC: Improvements to discrete sampling - NRF52I2C Workaround for missed SHORT trigger Signed-off-by: Damien George <damien@micropython.org>
1 parent f71bbc4 commit 291e05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codal_app/codal.json

Lines changed: 1 addition & 1 deletion
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.25",
5+
"branch": "v0.2.26",
66
"type": "git",
77
"test_ignore": true
88
} ,

0 commit comments

Comments
 (0)