Skip to content

v0.9.0

Compare
Choose a tag to compare
@microbit-carlos microbit-carlos released this 24 Nov 00:46
· 33 commits to master since this release
  • Support for the new micro:bit and MicroPython v2 🎉
  • MicropythonFsHex can now generate Universal Hex files for compatibility with v1 and v2
    • Examples in the docs quick guide
  • MicropythonFsHex.getIntelHex() and getIntelHexBytes() cannot take an Intel Hex string as an argument anymore
    • The MicroPython Intel Hex data has to be provided on MicropythonFsHex constructor
  • getIntelHexUicrData() replaced by getIntelHexDeviceMemInfo()
    • The UICR is no longer the universal way to obtain this data, so a new level of abstraction in hex-mem-info.ts has been introduced
    • The new interface can be seen in device-mem-info.ts and examples in the docs quick guide
  • Significant improvements in speed generating Intel Hex strings
  • Other minor bug fixes
  • Updated dev dependencies
  • text-encoder-lite dependency now fetches a released version instead of a commit