OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
124 stars 118 forks source link

micro:bit v2 partial flashing #1607

Open PamoCurtis opened 6 months ago

PamoCurtis commented 6 months ago

The upload over webUsb for the micro:bit v2 is not very fast, because the whole program will be uploaded every time which is very time consuming when working with larger programs. For this reason, partial flashing would be a great option to speed up the flashing process. Partial flashing compares all the pages of the micro:bit v2 and only flashes the ones that has changed since the last flashing process.

resources for partial flashing: