分页: 1 / 1

MicroPython v2.0 的路线图

发表于 : 2019年 11月 5日 09:44
shaoziyang
MicroPython V2.0官方的路线图
  •   Python 3.5 support? and 3.6?
  •   full support for PYBD-SFx; see #4669
  •   initial Bluetooth support; see #4589
  •   add LittleFS; see #3847
  •   update CMSIS; see #4820
  •   enhance pyboard.py to copy files over serial REPL
  •   remove mpy-cross from automatically being built (it's stable enough now)
  •   add some performance tests
  •   stm32: move boards/startup*.s to stm32lib
  •   stm32: multi LUN support on USB MSC
  •   add I2CSlave support (I2CSlaveFIFO, I2CSlaveMem)
  •   esp8266/esp32: switch to use LittleFS (saves 4k RAM, more robust filesystem)?
  •   esp32: support more of its features, like SDCard, OTA, mesh
  •   initial port to ATSAMDx MCUs?

https://github.com/micropython/micropython/issues/4821