Skip to content

Commit

Permalink
codal_app: Update codal-microbit-v2 to v0.2.26.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dpgeorge committed May 24, 2021
1 parent f71bbc4 commit 291e05c
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.25",
"branch": "v0.2.26",
"type": "git",
"test_ignore": true
} ,
Expand Down

0 comments on commit 291e05c

Please sign in to comment.