Commit Graph
29 Commits
Author SHA1 Message Date
Boris Lovosevic 651cb28544 FTP server, bugfix: not removing directories 2018-03-16 18:29:40 +01:00
Boris Lovosevic 1f67e6e0ee Updated UART module
Updated display module, added methods to get/set default background and foreground colors

Updated neopixel module
  added method info() which returns the neopixel instance configuration
  get() method can now return tuple of neopixel colors

Fixed ALLHIGH constant in RTC module
2018-03-16 12:45:01 +01:00
Boris Lovosevic 4e4f1e8613 Fixed bug in spiffs causing crashes in ftp module when multiple subdirectories was used
Updated ftp module

Added option to force boot from factory partition based on the state of the defined gpio
Added option to activate the LED on defined gpio from bootloader, as boot indication

Updated SPI module
  fixed bug when initializing spi wothout CS specified

Added support for Power management and selecting CPU frequenca from MicroPython

Added support for Wake Stub during deepsleep
  Some new option to machine.deepsleep() added
  Updated wake_on_ext0() & wake_on_ext1 functions

Fixed bug in rtc.ntpsync(), not setting the time zone

Added getdrive() method to uos module

Updated machinne.Pin
  some improvements
  added all supported by ESP32 pin configuration

Updated 'upysh' frozen module
  'ls' function improved, now prints total and free drive space
  'cp' function added, copy file

Minor improvements and bug fixes

Added the toolchain for building on aarch64, thanks to John Cutler
2018-03-15 16:42:44 +01:00
Boris Lovosevic f2b25e261d Removed libquickmail
libcurl based email function implemented

Fixed GPIO initialization after deepsleep
if ext0 or ext1 wake up source was used

Licensing information updated

Some unneeded sources removed
2018-03-03 11:43:38 +01: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 d775bb11a0 Updated 'ftp server'
Some improvements and bug fixes
  Should now support many more FTP clients
Updated 'curl' module
  mail functions can now be excluded from build (via menuconfig)
2018-02-07 17:51:08 +01:00
Boris Lovosevic 6a8e7bf8be Bugfix in 'machine.UART'
Updated 'machine' module
Removed unused random.c & random.h
2018-02-05 18:14:30 +01:00
Boris Lovosevic 5bc0b0b85d Refactored 'machine.UART' module
changes in buffering mode and callbacks
Updated (again) 'utimeq' module
  fix handling if time values
More events handling in 'network' module
  not enabled by default
2018-02-04 20:19:15 +01:00
Boris Lovosevic d9c168e1b2 BUg fix:
utime.ticks_diff() and ticks_add(): Overflow error
Add missing uhashlib back
Updated 'utimeq' module
  fix handling if time values
Updated 'machine.UART' module
  added callbacks on data, pattern and error
  added flush() method
Various small uptates and improvements
2018-02-03 21:43:38 +01:00
Boris Lovosevic 05ca947ee3 Updated 'machine.uart', bug in receive methods fixed
Updated 'ftp' module
Initial support for FTDI EVE display modules (FT80x and FT81x)
  not yet functional
2018-02-02 18:20:59 +01:00
Boris Lovosevic 24fb2858e8 Bugfix in 'network.ftp'
'Display' module updated
  added option to select rotation in init() method
  added option not to display splash in init() method
Added callback function on WiFi events in 'network' module
'uftpserver' removed from frozen modules and 'uftpserver.py' placed in examples directory
2018-01-29 14:48:28 +01:00
Boris Lovosevic 17cc78c216 Updated uftpserver frozen module 2018-01-28 17:00:02 +01:00
Boris Lovosevic c0c3840ca3 Updated Display module, M5Stack display support added
Updated microWebServer frozen module, WebSockets support added
Updated uftpserver frozen module
Some missing licensing information added
Other small changes and improvements
2018-01-28 16:24:07 +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 7b97da2889 Fixed bug in machine.RTC
Added ARM Xtenssa toolchain
2018-01-24 09:59:19 +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 ccf2cbc472 Updated SSH & Curl modules, some bugs fixed
Some minor changes
2018-01-21 16:14:38 +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 1d9ef818a0 Fixed bug in machine.Timer
preventing extended timers to function as intended
2018-01-18 16:42:15 +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 927966dbc7 Fixed bug in unmounting sdcard causing issues with rshell
Fixed bug in curl module affecting sendmail
2018-01-16 01:34:47 +01:00
Boris Lovosevic 934917e19e Updated _thread module
class functions can now be used in threads
Updated PWM module
  up to 8 channels can be used
2018-01-13 21:04:40 +01:00
Boris Lovosevic b0c179e620 Fixed bug in utime.sleep & utime.sleep_ms 2018-01-12 16:23:16 +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