lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
256 stars 130 forks source link

Support for full flashing with Partial Flashing code #415

Closed pelikhan closed 5 years ago

pelikhan commented 5 years ago

Is there any reason why we would not completely remove the DFU service and use the Partial Flashing service to flash the full image?

martinwork commented 5 years ago

The partial flashing service code is part of the full image.

jaustin commented 5 years ago

Closing as Martin's answer is about as complete as can be - we can't clobber ourselves over BLE. The reason the existing DFU service works well is that it fits in 16KB Flash as a standalone image that doesn't require any other infrastructure