You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've skipped to latest master as it has changes that require source
level updates here that I expect to be in the 2.1 release.
- Add new sound and power source files
- Update conversions to use new HAL constants
- Update sound expression HAL for function name change
- Stub the power HAL for now (all void returns)
- Update config to add power module
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,14 @@ Otherwise, the user will need to use <code>radio.receive_bytes</code> or <code>r
268
268
269
269
</table>
270
270
271
+
## Upgrading micropython-microbit-v2
272
+
273
+
1. Update the lib/micropython-microbit-v2 to the relevant hash. Make sure that its lib/micropython submodule is updated (see checkout instructions above).
274
+
2. Review the full diff for micropython-microbit-v2. In particular, note changes to:
275
+
1. main.c, src/Makefile and mpconfigport.h all which have simulator versions that may need updates
276
+
2. the HAL, which may require implementing in the simulator
277
+
3. the filesystem, which has a JavaScript implementation.
0 commit comments