CircuitPython 5.0.0 Beta 1 发布
[复制链接]
本帖最后由 dcexpert 于 2019-12-11 10:05 编辑
MicroPython的重要分支,同样也是开源的 CircuitPython 刚发布了 5.0.0 Beta 1 版。
主要更新:
从New Features, Updates, and Fixes since 5.0.0 Beta 0
- Add MP3 playback support and audio improvements. Thanks to @jepler, @urish, @Dar-Scott
- Various BLE fixes and improvements including pairing support, raising specific BluetoothErrors and extended advertisements. Thanks to @kattni, @tannewt and @dhalbert
- Filesystem creation now includes code.py. Thanks to @iayanpahwa
- Added Korean translation thanks to @rafa-gould and @jepler
- Additional Chinese Pinyin translations. Thanks to @hexthat
- The @micropython.native decorator will no longer throw an exception when it isn’t supported. It will fallback to using byte code. Thanks to @theacodes
- Fixed displayio ePaper support that lead to displays not updating. Thanks to @tannewt
- Fixed displayio support in STM32F4. Thanks to @hierophect
- Fixed UART blocking behavior on SAMD. Thanks to @dhalbert
- Fixed crash from attempt at long living frozen code. Thanks to @dmgrime
- Removed Robo Hat MM1 M0 board. Thanks to @wallarug
- Switched to GCC 9 for builds. Thanks to @jepler
New BoardsFind downloads for all boards, including these, at https://circuitpython.org/downloads.New since 5.0.0-beta.0
值得注意的是,PYB Nano V2开发板也加入其中。
|