ntoll / uflash

A module and command to easily flash Python onto the BBC's micro:bit device.
http://micropython.org/
MIT License
101 stars 27 forks source link

Remove old attach script method and wire universal hex fs method. #72

Closed carlosperate closed 3 years ago

carlosperate commented 3 years ago

Preleminary reviewed in https://github.com/carlosperate/uflash/pull/1 (noted in https://github.com/ntoll/uflash/pull/70#issuecomment-771484780).

Still need to update the tests.

carlosperate commented 3 years ago

@ntoll all the tests have been updated and this PR is ready for review.

Once we are good to go I can merge the hex into the uflash.py (as mentioned in https://github.com/ntoll/uflash/pull/72#discussion_r581307928), otherwise if I do that already the diff becomes to big to be rendered in GitHub.

ntoll commented 3 years ago

LGTM :+1: