14 Commits

Author SHA1 Message Date
ed743eb2d1 fix: remove esptool debug log 2018-08-09 14:31:24 +08:00
f6db55c0e4 feat(tools): Add time information to idf monitor 2018-08-03 17:35:55 +08:00
403510f141 feat(esptool): Not check if the port exits.
MacOS cannot list named "tty.XXXX" tty but can list "cu.XXXX" tty.
But user may use "tty.XXXX" default.
2018-07-13 13:31:38 +08:00
2094416ac7 bugfix(esptool_py): Fix select uart error 2018-06-29 10:41:29 +08:00
db10e49f14 feat(esptool): hack code to support esp8266 version 3 binary 2018-06-19 17:34:54 +08:00
2b8279e2a1 feat(esptool): Modify to support esp8266 2018-06-14 21:13:08 +08:00
5963026696 feat(esptool): Add esptool Makefile from idf
esp-idf commit: a3a0b01c
2018-06-14 21:13:08 +08:00
03a43f4cc7 feat(esptool): update to v2.4.0
Refer to https://github.com/espressif/esptool/releases/tag/v2.4.0
2018-06-14 19:35:03 +08:00
797811a626 feat(esp8266): Only support 2MB+ spi flash in menuconfig
Default config is 2MB(1024KB + 1024KB)
2018-06-01 15:11:15 +08:00
e7bf6e37bb feat(esptool_py): Add cmake script 2018-05-04 16:20:07 +08:00
b432953ffc feat(esp2866): Use QIO mode default 2018-04-08 17:30:07 +08:00
839d298bb8 feat(esptool_py): Modify kconfig for esp8266
1. add esp8266 flash map configuration
2. esp8266 using '74880' as its default baudrate
2018-04-08 14:54:28 +08:00
70152ef723 feat(esp8266): Move Makefile.projbuild from esptool_py to esp8266
Every chip should has its own 'esptool' function and parameters.
2018-04-08 14:02:17 +08:00
815d1ddf34 feat(esptool_py): Add esptool to components 2018-04-04 19:46:24 +08:00