12 Commits
Author SHA1 Message Date
sakabin 070e06db00 update micropython
add m5stack.py
add m5ui.py
2018-12-04 14:06:15 +08:00
Boris Lovosevic 0de63ef395 Changed the method of passing parameters from tasks/events/interrupts to MicroPython callbacks
Updated MicroPython scheduler functions
  Updated all affected modules

esp-idf sdspi_host driver refactored
  Using SDCard in SPI mode and display at the same time now works
  Tested on M5Stack & Adafruit 2.4" TFT Featherwing

Display module refactored
  uses (modified) esp-idf spi-master driver
  16-bit color mode added
  low level display functions added
  get TP calibration constants function added
  Backlight on/off function added
  M5Stack & GENERIC display types added
  display initialization sequence for unknown display types can now be handled from MicroPython
  tpcalib frozen module updated

I2C module refactored
  SLAVE mode added
  Low level I2C functions added
  esp-idf i2c driver modified

SPI module updated

UART module updated

network module updated

machine module: added method for reading internal ESP32 temperature sensor

_thread module: status of the system tasks is now available in _thread.list()

os module: SDCard mode can now be configured from MicroPython

time.ticks_xx() functions now returns correct tick count after time update
rtc module updated

Added MPU9250 frozen module (available on M5Stack)

Experimental Bluetooth support, not yet finished
Experimental support for eve display modules, not yet finished

License file added
License information in many source files updated/added
2018-02-28 14:46:02 +01:00
Boris Lovosevic 6935d21745 Updated mDNS module
can now be built with latest esp-idf mdns componnent
  some api changes, see the Wiki
Updated _thread module
  some bugfixes, new functions added
Updated esp-idf to the latest commit
2018-01-27 15:28:49 +01:00
Boris Lovosevic 4dbd7db4e1 Updated Curl module, latest libcurl used
Individual prebuilt firmware zip archives added
Few small changes and improvements
2018-01-22 16:27:39 +01:00
Boris Lovosevic a7397a2a9e Updated BUILD.sh
do not permit 'flash' command if the firmware was not built
  fix wrong partition sizes in some cases
Updated OTA module
  allow setting boot partition also for ota types
2018-01-19 12:20:23 +01:00
Boris Lovosevic cc836a3c5d Updated PWM module
float values accepted in duty function
Updated RTC module
  improved smpt functions
Updated utime module
  added utime.ticks_base() function
Added -fno-stack-protector in mpy-cross Makefile to address issues on some operating systems
2018-01-17 16:04:14 +01:00
Boris Lovosevic 10f22d5971 Fixed buf in spiffs driver affecting uos.listdir() 2018-01-16 11:17:48 +01:00
Boris Lovosevic aed6e636bc Updated _thread module, _thread.wait() function added
Updated utime module
Added prebuilt firmware with all modules enabled (for psRAM boards)
Updated esp-idf to the latest commit
Updated Xtenssa toolchains to version 1.22.0-80-g6c4433a-5.2.0
2018-01-12 14:44:19 +01:00
loboris fb0fb3aeae Updated esp-idf 2018-01-07 16:06:48 +01:00
loboris baab2076a2 Updated SPI module, bugs fixed
Refactored PWM module
Prebuilt firmwares available as one zip file
2018-01-07 15:48:03 +01:00
loboris 4b21686bfd Prebuilt firmware added 2018-01-04 16:41:56 +01:00
loboris 45c58efc5e Repository cleanup 2018-01-03 14:18:06 +01:00