bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
196 stars 130 forks source link

Module management #26

Open jaustin opened 7 years ago

jaustin commented 7 years ago

It would be good to be able to add modules that aren't included in the default build.

It might also be nice to be able to remove modules that are included by default but that are using flash that the program could reclaim.

One possible model for this would be to drag and drop a module into the browser and have included modules listed on the right hand side where the 'instructions' lived on the microbit.co.uk site

image
ZanderBrown commented 7 years ago

I like the idea but surely this would require adding configure flags to MicroPython and hosting multiple hex files for the editor?

carlosperate commented 7 years ago

Yeah, I think we should have 3 issues for this:

The first one is something that I had in mind for a while, but I think the other two will probably take a bit more time until anybody is available to look into it.

jaustin commented 6 years ago

This is certainly related to #53