Commit Graph
47 Commits
Author SHA1 Message Date
Boris Lovosevic c6aa0c6fc1 Remove one unnecessary debug message from uart module 2018-04-18 16:22:54 +02:00
Boris Lovosevic 7ca7a402f3 Added build time option to start REPL in separate thread
Running REPL in thread may solve some issues with uasyncio
  and long running or infinite loops

Updated 'machine.UART' module
  - fixed bug when wrong parameter was returned to callback functions
  - added option to set inverted mode for Rx, Tx, CTS, RTS
  - enabled using hw flow controll if CTS and/or RTC pisn are defined
  - 'write_break()' function added whitch enits the break signal after data write

Updated 'sys' module
  Added 'sys.tz()' to get or set the time zone
  The time zone is saved in NVS string and time zone is set on boot
  The time zone can be now preserved on reset, power off or deepsleep wake up

Updated 'machine' module
  Added SetStackSize() function to set the MicroPython stack size
  Added SetHeapSize() function to set the MicroPython heap size
  Both heap an stack sizes are set as NVS variables and are read at boot time
    to set the sizes, so the sizes may now be different than the compiled ones

Updated 'machine.timer' module
  Changed function name 'reshot()' -> 'reshoot()'
2018-04-18 13:52:42 +02:00
Boris Lovosevic 09e4111c4b Updated 'machine.UART' module
Fixed issue where 'linefeed' and 'pattern' arguments
  were not able to accept character values > \x7f
2018-04-16 14:47:34 +02:00
Boris Lovosevic 7dd4cba81a Updated 'network' module
Operating in STA & AP mode at the same time (APSTA) is now supported

Updated 'machine.ADC' module
  Fixed bug: 'adc.read()' always  returns 0
  Added support for ADC2
  other minor bug fixes and improvements
2018-04-15 14:38:23 +02:00
Boris Lovosevic 1996d7b5c8 Updated esp-idf
commit: bae9709 (Apr 11, 2018)
  fullSHA: bae9709a7950e2ee08e14c65be27831bcb547105

Improved initialization of SD card
  it should be possible to connect SD cards without external pull-ups
2018-04-12 17:30:56 +02:00
Boris Lovosevic f6297a57db MicroPython core updated
commit: 59dda71 (Apr 10, 2018)
  fullSHA: 59dda7103855e2f85822f83ecbb835d66f12183d

'network' module update
  see Wiki for changes

'microWebServer' frozen module updated

Some fixes related 'ticks_*' functions returning 64-bit values
  better compatibiliy with 'uasyncio' module

Other minor changes and bugfixes
2018-04-12 13:50:45 +02:00
Boris Lovosevic 7df5b49a02 Fixed bug preventing 'ftp' and 'Telnet' servers to run in WiFi set to AP mode.
Updated 'network' module
  see Wiki for detailes
2018-04-09 15:47:57 +02:00
Boris Lovosevic a0586ce802 Bug fixes, esp-idf update
'network' module updated

'ADC' module updated
  fixed 'read()' bug

'UART' module updated, some bugs fixed

Enabled High speed mode for SD cards (in SD modes only)

Updated esp-idf
  Commit: f586f5e (Apr 5, 2018)
full SHA: f586f5e690e687f8db219a8b509bbf483fc416d6
2018-04-08 16:17:44 +02:00
Boris Lovosevic d9ee0a6cf7 Fixed bug preventing SDCard to be configured for 1-line SD mode 2018-04-06 01:18:02 +02:00
Boris Lovosevic a09f392839 Fixed bug preventing the 'rshell' and 'ampy' to run 2018-04-05 14:04:59 +02:00
Boris Lovosevic 5babc3c44b Update 'usocket' module
allow 'getaddrinfo' to accep additional arguments
2018-04-05 10:33:51 +02:00
Boris Lovosevic 7bfb2f1af7 Updated esp-idf
commit: 139d498
  full SHA: 139d49894c473bd34ab6e9515e85d3f6871a30c7
2018-04-04 15:05:51 +02:00
Boris Lovosevic b8fff81b45 MicroPython core updated to the latest commit (bcfff4f, 2018-03-30)
'Ctrl+D' on empty line now performs full ESP32 soft reset

'math' module updated, added 'factorial' method

'uos' module updated, added 'mpycore' method to show MicroPython core git commit hash and date
2018-04-03 13:59:26 +02:00
Boris Lovosevic 8de6ca3184 Fixed bug in utime.mktime()
not enough precission in returned float value
2018-03-31 13:23:44 +02:00
Boris Lovosevic db69153c34 LittleFS updated
use on top of esp-idf wear leveling
  512 Bytes sector size added

Fixed bug in utime module
  reversed sleep() and block_sleep() functions

Some WiFi events messages replaced with esp-idf log messages

Added hypot() method to math module
2018-03-29 15:57:58 +02:00
Boris Lovosevic b5cf5d61fa Added support for LittleFS as internal file system
Updated esp-idf
2018-03-21 17:39:57 +01:00
Boris Lovosevic 8c5b384312 Updated Power management, some bugs fixed 2018-03-18 16:24:40 +01:00
Boris Lovosevic fcb5c233d0 Fixed bug in UART module 2018-03-17 15:20:25 +01:00
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