Skip to content

Commit

Permalink
Updates on Mar 12. 2020.
Browse files Browse the repository at this point in the history
'ota' module updated
  - update can be performed via 'requests.get'
  - some bug fixes and improveents

'ulab' module updated to latest GitHub master

MicroPython core updated
  - backported some code needed to run latest 'ulab
  - objexcept.c, sequence.c, obkstrunicode.c,
    objslice.c, runtime.h, runtime.c, obj.h

'machine' module updated

'spi' module updated
  - many changes to SPI slave

updated littlefs 'trim' function

'network' module updated
  - TLS/SSL is now available for GSM connections
  - secure connection in sockets, requests and mqtt now works over GSM connection

'requests' module updated
  - support for OTA update added
  - resume download is now implemented

fixed bug in 'uart' module

bug fixes in mbedtls (FreeRTOS)

other bugfixes and improvements
  • Loading branch information
loboris committed Mar 12, 2020
1 parent 1efaac0 commit 68a6b75
Show file tree
Hide file tree
Showing 103 changed files with 12,789 additions and 2,502 deletions.
Binary file modified firmware/MicroPython.bin
Binary file not shown.
Binary file modified firmware/MicroPython.kfpkg
Binary file not shown.
Binary file modified firmware/MicroPython_firmwares.zip
Binary file not shown.
Binary file modified firmware/ota/MicroPython.bin
Binary file not shown.
Binary file modified firmware/ota/MicroPython.kfpkg
Binary file not shown.
Binary file modified firmware/sqlite/MicroPython.bin
Binary file not shown.
Binary file modified firmware/sqlite/MicroPython.kfpkg
Binary file not shown.
Binary file modified firmware/twotasks/MicroPython.bin
Binary file not shown.
Binary file modified firmware/twotasks/MicroPython.kfpkg
Binary file not shown.
1 change: 1 addition & 0 deletions k210-freertos/.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
CONFIG_MICROPY_USE_CAMERA=y
CONFIG_MICROPY_PY_USE_GSM=y
CONFIG_MICROPY_PY_USE_WIFI=y
# CONFIG_MICROPY_PY_USE_ESP32 is not set
CONFIG_MICROPY_PY_USE_MQTT=y
CONFIG_MICROPY_PY_USE_REQUESTS=y
CONFIG_MICROPY_PY_USE_ULAB=y
1 change: 1 addition & 0 deletions k210-freertos/.config.default
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
CONFIG_MICROPY_USE_CAMERA=y
CONFIG_MICROPY_PY_USE_GSM=y
CONFIG_MICROPY_PY_USE_WIFI=y
# CONFIG_MICROPY_PY_USE_ESP32 is not set
CONFIG_MICROPY_PY_USE_MQTT=y
CONFIG_MICROPY_PY_USE_REQUESTS=y
CONFIG_MICROPY_PY_USE_ULAB=y
1 change: 1 addition & 0 deletions k210-freertos/.config.ota
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CONFIG_MICROPY_USE_EPD=y
CONFIG_MICROPY_USE_CAMERA=y
CONFIG_MICROPY_PY_USE_GSM=y
CONFIG_MICROPY_PY_USE_WIFI=y
# CONFIG_MICROPY_PY_USE_ESP32 is not set
CONFIG_MICROPY_PY_USE_MQTT=y
CONFIG_MICROPY_PY_USE_REQUESTS=y
CONFIG_MICROPY_PY_USE_ULAB=y
1 change: 1 addition & 0 deletions k210-freertos/.config.sqlite
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
CONFIG_MICROPY_USE_CAMERA=y
CONFIG_MICROPY_PY_USE_GSM=y
CONFIG_MICROPY_PY_USE_WIFI=y
# CONFIG_MICROPY_PY_USE_ESP32 is not set
CONFIG_MICROPY_PY_USE_MQTT=y
CONFIG_MICROPY_PY_USE_REQUESTS=y
CONFIG_MICROPY_PY_USE_ULAB=y
1 change: 1 addition & 0 deletions k210-freertos/.config.twotasks
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
CONFIG_MICROPY_USE_CAMERA=y
CONFIG_MICROPY_PY_USE_GSM=y
CONFIG_MICROPY_PY_USE_WIFI=y
# CONFIG_MICROPY_PY_USE_ESP32 is not set
CONFIG_MICROPY_PY_USE_MQTT=y
CONFIG_MICROPY_PY_USE_REQUESTS=y
CONFIG_MICROPY_PY_USE_ULAB=y
Loading

0 comments on commit 68a6b75

Please sign in to comment.