Skip to content

Commit 68a6b75

Browse files
committed
Updates on Mar 12. 2020.
'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
1 parent 1efaac0 commit 68a6b75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+12789
-2502
lines changed

firmware/MicroPython.bin

52 KB
Binary file not shown.

firmware/MicroPython.kfpkg

27.1 KB
Binary file not shown.

firmware/MicroPython_firmwares.zip

223 KB
Binary file not shown.

firmware/ota/MicroPython.bin

56 KB
Binary file not shown.

firmware/ota/MicroPython.kfpkg

28.9 KB
Binary file not shown.

firmware/sqlite/MicroPython.bin

52 KB
Binary file not shown.

firmware/sqlite/MicroPython.kfpkg

27.6 KB
Binary file not shown.

firmware/twotasks/MicroPython.bin

52 KB
Binary file not shown.

firmware/twotasks/MicroPython.kfpkg

27.7 KB
Binary file not shown.

k210-freertos/.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
6161
CONFIG_MICROPY_USE_CAMERA=y
6262
CONFIG_MICROPY_PY_USE_GSM=y
6363
CONFIG_MICROPY_PY_USE_WIFI=y
64+
# CONFIG_MICROPY_PY_USE_ESP32 is not set
6465
CONFIG_MICROPY_PY_USE_MQTT=y
6566
CONFIG_MICROPY_PY_USE_REQUESTS=y
6667
CONFIG_MICROPY_PY_USE_ULAB=y

k210-freertos/.config.default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
6161
CONFIG_MICROPY_USE_CAMERA=y
6262
CONFIG_MICROPY_PY_USE_GSM=y
6363
CONFIG_MICROPY_PY_USE_WIFI=y
64+
# CONFIG_MICROPY_PY_USE_ESP32 is not set
6465
CONFIG_MICROPY_PY_USE_MQTT=y
6566
CONFIG_MICROPY_PY_USE_REQUESTS=y
6667
CONFIG_MICROPY_PY_USE_ULAB=y

k210-freertos/.config.ota

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ CONFIG_MICROPY_USE_EPD=y
6262
CONFIG_MICROPY_USE_CAMERA=y
6363
CONFIG_MICROPY_PY_USE_GSM=y
6464
CONFIG_MICROPY_PY_USE_WIFI=y
65+
# CONFIG_MICROPY_PY_USE_ESP32 is not set
6566
CONFIG_MICROPY_PY_USE_MQTT=y
6667
CONFIG_MICROPY_PY_USE_REQUESTS=y
6768
CONFIG_MICROPY_PY_USE_ULAB=y

k210-freertos/.config.sqlite

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
6161
CONFIG_MICROPY_USE_CAMERA=y
6262
CONFIG_MICROPY_PY_USE_GSM=y
6363
CONFIG_MICROPY_PY_USE_WIFI=y
64+
# CONFIG_MICROPY_PY_USE_ESP32 is not set
6465
CONFIG_MICROPY_PY_USE_MQTT=y
6566
CONFIG_MICROPY_PY_USE_REQUESTS=y
6667
CONFIG_MICROPY_PY_USE_ULAB=y

k210-freertos/.config.twotasks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ CONFIG_MICROPY_USE_EPD=y
6161
CONFIG_MICROPY_USE_CAMERA=y
6262
CONFIG_MICROPY_PY_USE_GSM=y
6363
CONFIG_MICROPY_PY_USE_WIFI=y
64+
# CONFIG_MICROPY_PY_USE_ESP32 is not set
6465
CONFIG_MICROPY_PY_USE_MQTT=y
6566
CONFIG_MICROPY_PY_USE_REQUESTS=y
6667
CONFIG_MICROPY_PY_USE_ULAB=y

0 commit comments

Comments
 (0)