Ivan Grokhotkov

Results 391 comments of Ivan Grokhotkov

Very nice list! Yes, i think we can limit the implementation to 8 bit for now. You can determine the amount of free heap using `xPortGetFreeHeapSize` function.

I would expect that once we add Micropython (or god forbid, WiFi) to the mix, we will have much less memory. On the other hand, we may just as well...

As far as I know, SPIFFS relies on the fact that "empty" (unused) space in flash is filled with 0xff-s. My guess is that long sequences of 0xff-s make the...

_From @davisonja on May 10, 2017 2:58_ I think it's fair to say that it is taken seriously, but it has a myriad of potential causes meaning that there isn't...

Moved to this repo, since the issue is with the esptool. I am sure there are a fair few cases where esptool-ck is "not trying hard enough". It would be...

> Some Chines flashes are bad. Using them on PCB may result that. I have seen this as well, but this should not produce `espcomm_sync failure`, more likely a timeout...

Sorry for a dumb question @ouki-wang, but why do you expect to receive an RTS packet when serial port is being closed? We aren't resetting the ESP using external reset,...

GPIO0/CH_PD get toggled when the port is opened, call chain looks like this: espcomm_open > espcomm_sync > espcomm_enter_boot > espcomm_board_reset_into_bootloader > (one of board_XX_rb functions in espcomm_boards.c). There you can...

Releases are built on Appveyor, that's an automated build in a container. Then it is directly uploaded to GitHub. Honestly, I have no idea where to start looking for a...

``` espcomm_send_command: receiving 1796 bytes of data ``` Wow, looks like a bug. Will check. Side note: since you are using a PL2303-based USB-serial converter, the version of FTDI driver...