bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
603 stars 284 forks source link

module.json: Update to DAL release version 2.1.1. #618

Closed microbit-carlos closed 5 years ago

microbit-carlos commented 5 years ago

DAL changes can be seen here: https://github.com/lancaster-university/microbit-dal/compare/v2.1.0...v2.1.1

The main things relevant to MicroPython are:

We've tested all the features affected, and done a sanity check on the rest of the basic features.

Haven't updated the version in the module.json file since we should only edit that when we change the mpconfigport.h file.

dpgeorge commented 5 years ago

I tested this and didn't find any problems with it. I think the only thing that would affect MicroPython is the delayed errors on accel/compass use (which I couldn't test).

Also the firmware size increased by 56 bytes from 228804 to 228860, but this didn't cross a 1024 page boundary so the filesystem should still be the same size.

So I think it's good to merge!

microbit-carlos commented 5 years ago

Great, thanks Damien!