MAixPyがv0.5にバージョンアップ

昨日、MAixPyの新バージョン(v0.5)がリリースされていました
バイナリはこちらからダウンロードできます。

Sipeed Share files

とりあえずインストールしてみましたが、増えたモジュールは無いようです。
MicroPython自体のバージョンも、I2C.writevto()が入っていないので1.9ベースのままではないかと思います。
何か気付いたら追記していきます。

[MaixPy]: soft reboot
gc heap=0x8027cbb0-0x802fcbb0(524288)
[MaixPy] init end

 __  __              _____  __   __  _____   __     __
|  \/  |     /\     |_   _| \ \ / / |  __ \  \ \   / /
| \  / |    /  \      | |    \ V /  | |__) |  \ \_/ /
| |\/| |   / /\ \     | |     > <   |  ___/    \   /
| |  | |  / ____ \   _| |_   / . \  | |         | |
|_|  |_| /_/    \_\ |_____| /_/ \_\ |_|         |_|

Official Site : https://www.sipeed.com
Wiki          : https://maixpy.sipeed.com

MicroPython v0.5.0 on 2019-11-29; Sipeed_M1 with kendryte-k210
Type "help()" for more information.
>>> help('modules')
KPU               gc                random            uio
Maix              hashlib           re                ujson
__main__          heapq             sensor            uos
_boot             image             socket            urandom
_thread           json              struct            ure
_webrepl          lcd               sys               usocket
array             machine           time              ustruct
audio             math              touchscreen       utime
binascii          math              ubinascii         utimeq
board             micropython       ucollections      uzlib
builtins          modules           ucryptolib        video
cmath             nes               uctypes           zlib
collections       network           uerrno
errno             os                uhashlib
fpioa_manager     pye_mp            uheapq
Plus any modules on the filesystem
>>>

コメント