Commit Graph
67 Commits
Author SHA1 Message Date
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 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 fe71b9be40 v0.3.7 2018-03-16 17:10:39 +08:00
0x1abin d7508f0ceb v0.3.7 2018-03-16 17:09:46 +08:00
0x1abin 162e88210e v0.3.7 2018-03-16 17:07:09 +08:00
0x1abin 0694c41a66 Merge branch 'master' into m5stack-dev 2018-03-16 12:04:57 +08:00
0x1abin 4ced85d0b8 d180316 2018-03-16 11:47:31 +08:00
0x1abin f9f767ae62 i2s dev 2018-03-16 11:45:42 +08:00
0x1abin 1e1a29ab92 . 2018-03-16 11:41:51 +08:00
0x1abin 3ee6b4a00e i2s basic api 2018-03-16 11:37:01 +08: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