Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Neutree Neutree released this 27 Apr 02:40
· 598 commits to master since this release

New Features

  • Add file transfer support for MaixPy IDE
  • Add machine.reset()

Fix

  • Fix os.getcwd() return value error
  • Clear file when open file with "w" mode
  • Fix img.get_statistics() memory align error

Docs

maixpy.sipeed.com

Firmware Download

dl.sipeed.com
or assets below


New Features

  • Add file transfer support for MaixPy IDE
  • Add machine.reset()

Fix

  • Fix os.getcwd() return value error(#49)
  • Clear file when open file with "w" mode
  • Fix img.get_statistics() memory align error(#55)

Docs

maixpy.sipeed.com

Download

Firmware and model

dl.sipeed.com
or assets below

  • maixpy_v0.3.1_full.bin: firmware with full function
  • maixpy_v0.3.1_no_lvgl.bin: firmware with no littlvgl support
  • maixpy_v0.3.1_minimum.bin: firmware with minimum function support
  • face_model_at_0x300000.kfpkg: face detect model at flash adrees 0x300000, burn it with kflash(This file contains only the model. Burning this file will not cause the firmware in flash to be overwritten.)

MaixPy IDE


新特性

  • 为 MaixPy IDE 增加文件传输和脚本保存的功能
  • 增加硬件复位功能: machine.reset()

修复

  • 修复 os.getcwd() 返回值问题(#49)
  • 当文件以 "w" 模式打开时,清除文件所有内容
  • 修复 img.get_statistics() 出现的内存对齐错误(#55)

文档

maixpy.sipeed.com

下载

固件下载

dl.sipeed.com
或者下面的 assets 下载

  • maixpy_v0.3.1_full.bin: 全功能版本固件
  • maixpy_v0.3.1_no_lvgl.bin: 不包含 littlvgl 的固件
  • maixpy_v0.3.1_minimum.bin: 最小功能的固件
  • face_model_at_0x300000.kfpkg: 将会烧录到flash地址0x300000的人脸检测模型,使用kflash烧录。(此文件只包含模型,烧录此文件不会导致flash里面的固件被覆盖)

MaixPy IDE 下载