MyGit

v1.9.3

micropython/micropython

版本发布时间: 2017-11-01 08:44:31

micropython/micropython最新发布版本:v1.23.0(2024-05-31 13:03:47)

The main change in this release is the introduction of a "ports/" subdirectory at the top-level of the repository, and all of the ports are moved here. In the process the "stmhal" port is renamed to "stm32" to better reflect the MCU that it targets. In addition, the STM32 CMSIS and HAL sources are moved to a new submodule called "stm32lib".

The bytecode has changed in this release, compared to the previous release, and as a consequence the .mpy version number has increased to version 3. This means that scripts compiled with the previous mpy-cross must be recompiled to work with this new version.

There have also been various enhancements and optimisations, such as: check for valid UTF-8 when creating str objects, support for reverse special binary operations like __radd__, full domain checking in the math module, support for floor-division and modulo in the viper emitter, and addition of stack overflow checking when executing a regex.

The stm32 port sees improved support for F7 MCUs, addition of a new board B_L475E_IOT01A based on the STM32L475, and support for the Wiznet W5500 chipset along with improved socket behaviour.

A detailed list of changes follows.

py core:

extmod:

lib:

drivers:

tools:

tests:

unix port:

stm32 port:

cc3200 port:

esp8266 port:

zephyr port:

pic16bit port:

docs:

travis:

examples:

all:

README:

.gitattributes:

相关地址:原始地址 下载(tar) 下载(zip)

1、 micropython-1.9.3.tar.gz 16.51MB

2、 micropython-1.9.3.zip 19.79MB

查看:2017-11-01发行的版本