microbit-foundation / micropython-microbit-v2

Temporary home for MicroPython for micro:bit v2 as we stablise it before pushing upstream
MIT License
41 stars 22 forks source link

Upcoming CODAL WebUSB comms might require a memory layout change #152

Open microbit-carlos opened 1 year ago

microbit-carlos commented 1 year ago

There is some upcoming CODAL work to create a comms system to exchange data between the micro:bit and the online editors via WebUSB:

This won't have any impact to the MicroPython user API, but if an approach that reserves some RAM to exchange data is selected, it could require some memory layout changes in this project as well.

This is not yet implemented in CODAL v0.2.50 (hopefully it will be in the next tag), so this ticket at the moment is mostly to schedule the work for a future integration.