This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
v1.14.0.b1 (Dual core support and CAN bus)
- esp32: Make sure that static mutexes are allocated from internal memory only and never from pSRAM.
- esp32: Fix bug with LoRaWAN downlinks on the LoPy4.
- esp32: Add CAN bus class. Heavily based on to Thomas Barth's implementation: https://github.com/ThomasBarth/ESP32-CAN-Driver. See docs here: https://docs.pycom.io/chapter/firmwareapi/pycom/machine/CAN.html
- esp32: Enable dual core support. WiFi, BLE and TCP/IP run on core 0. MicroPython, LoRa and Sigfox run on core 1.
- esp32: Update application to the latest IDF. Fixes several I2C problems.
- esp32: Add queue module. Based on: https://docs.python.org/3/library/queue.html
- esp32: Correct LoPy4 flashing scripts and fix os.uname() crash.