microbit-foundation / microbit-fs

A TypeScript library to manipulate the micro:bit MicroPython filesystem.
https://microbit-foundation.github.io/microbit-fs/
MIT License
12 stars 1 forks source link

upy-fs-builder: Add optional parameter to add files and return Uint8Array #15

Closed microbit-carlos closed 5 years ago

microbit-carlos commented 5 years ago

Implements https://github.com/microbit-foundation/platform-software-issue-tracker/issues/394.

bundles.zip

microbit-carlos commented 5 years ago

@microbit-sam Built JS files added to this PR comment. We need to integrate this into the PythonEditor:partial-flashing branch to remove the need to include the Intel hex library:

https://github.com/bbcmicrobit/PythonEditor/pull/217/files#diff-6d9d88a8fbf6c28991df9328acc4142aR446

https://github.com/bbcmicrobit/PythonEditor/pull/217/files#diff-6d9d88a8fbf6c28991df9328acc4142aR1229

Can you review this PR and integrate it into PythonEditor ?

microbit-carlos commented 5 years ago

Thanks Sam, I'll create a release and let you know when the built files are up.