94 Commits
Author SHA1 Message Date
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
0x1abin ad420d6867 Merge branch 'master' into m5stack-dev 2018-04-08 10:29:13 +08: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
0x1abin 864438899f Merge branch 'master' into m5stack-dev 2018-04-02 15:50:52 +08: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 978b69970e LittleFS update
reduced number of erase cycles
  creating and flashing LittleFS image added
  trim() method added to uos module
2018-03-30 16:43:01 +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
0x1abin f98c01f7fc Merge branch 'master' into m5stack-dev 2018-03-22 14:59:14 +08:00
0x1abin a25ea1aa35 updated the I2S module 2018-03-22 14:50:51 +08:00
Boris Lovosevic b5cf5d61fa Added support for LittleFS as internal file system
Updated esp-idf
2018-03-21 17:39:57 +01:00
0x1abin f24aebe247 Merge branch 'm5stack-dev' into m5stack 2018-03-19 19:04:52 +08:00
0x1abin fe875f4f49 update i2s module 2018-03-19 18:54:35 +08:00
0x1abin 5c9453ebb0 Merge branch 'master' into m5stack-dev 2018-03-19 18:35:33 +08:00
0x1abin df336a2223 Merge branch 'i2s' into m5stack-dev 2018-03-19 18:31:14 +08:00
0x1abin 21ca31656a update i2s module 2018-03-19 18:30:34 +08:00
0x1abin fa1aaedfe9 update i2s module 2018-03-19 18:28:27 +08: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
0x1abin d7508f0ceb v0.3.7 2018-03-16 17:09:46 +08:00