Commit Graph
94 Commits
Author SHA1 Message Date
0x1abin 2fa5830dd6 Merge branch 'm5stack-dev' into m5stack 2018-04-19 11:03:23 +08:00
0x1abin cd2deeaa2a update spi speed 2018-04-19 11:03:08 +08:00
0x1abin 80a6c5b98f update spi speed 2018-04-19 11:00:40 +08:00
0x1abin 9c65cfe108 Merge branch 'master' into m5stack-dev 2018-04-19 09:57:28 +08:00
0x1abin e1f52fac98 Merge branch 'm5stack-dev' into m5stack 2018-04-19 09:48:27 +08:00
0x1abin eabe28331f v0.3.9 res 2018-04-19 09:47:40 +08:00
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
0x1abin 32e48880b1 Merge branch 'master' into m5stack-dev 2018-04-17 09:45:15 +08: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
0x1abin 9b54ad3278 v0416 2018-04-16 11:21:29 +08:00
0x1abin 610e9d8aa9 Merge branch 'master' into m5stack-dev 2018-04-16 10:53:00 +08: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
0x1abin 6ed05b0394 041101 2018-04-11 14:34:24 +08:00
0x1abin 8445cf36b1 v0.3.9 2018-04-10 14:56:34 +08:00
0x1abin ddeede2bd5 Merge branch 'm5stack-dev' into m5stack 2018-04-10 14:52:53 +08:00
0x1abin 9c12e7dc7e v0.3.9 2018-04-10 14:51:09 +08:00
0x1abin 63f2ae4c7d v0.3.9 2018-04-10 14:14:30 +08:00
0x1abin 01ee38dead Merge branch 'm5stack-dev' into m5stack 2018-04-10 13:33:51 +08:00
0x1abin 1e7773c62a Merge branch 'master' into m5stack-dev 2018-04-10 09:56:22 +08: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
0x1abin d6023df653 Merge branch 'm5stack-dev' into m5stack 2018-04-09 14:44:37 +08:00
0x1abin 4b43ea7656 Merge branch 'master' into m5stack-dev 2018-04-09 14:44:11 +08:00