This post was last edited by dcexpert on 2019-12-11 10:05
CircuitPython, an important branch of MicroPython and also open source, has just released version 5.0.0 Beta 1.
Major Updates:
从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 includescode.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
- FixeddisplayioePaper support that lead to displays not updating. Thanks to @tannewt
- Fixeddisplayiosupport 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, athttps://circuitpython.org/downloads.New since 5.0.0-beta.0
It is worth noting that the PYB Nano V2 development board has also been added .
|