Ivan Grokhotkov

Results 404 comments of Ivan Grokhotkov

Unfortunately it doesn't, but you can subscribe to https://github.com/espressif/qemu/issues/42 to get notified if we implement it. I can't promise any timeline, sorry.

> What is esp32r0_delay? https://github.com/espressif/esptool/commit/2d72f56ce6b6103d908194f6d4237a2032ce9b89#diff-b035aa3701bf24cdb68151b147c0cfe693bbb1b27812a779f13d4255bdff1fc7L597 Agree that some delays here are probably excessive, we can speed this up.

Latest version should have a stack trace printed to console — can you please post that and your .elf file as well? Thanks.

@sblantipodi I will need to research a bit on what the "TinyUSB mode" is to answer this question. As far as this tool is concerned, the only thing that is...

If you see "USB Serial/JTAG debug unit" in device manager, that is the port provided by the hardware USB_SERIAL_JTAG peripheral. USB_SERIAL_JTAG is a fixed-function composite USB device which provides two...

Any particular reason why +++? It's normally an escape sequence used to return from data mode to command mode. IIRC, AT+IPR=0 triggers baud rate detection. There's an UART_AUTOBAUD register in...

Not sure how that would work. On ESP8266 you have to explicitly enable autobaud mode. Having a command that would enable autobaud mode looks a bit pointless — if your...

I am thinking of moving this issue into https://github.com/espressif/esp-launchpad, since it looks like this will be at least partially application-specific. Some applications might support CLI based provisioning, others might handle...

@Jason2866 At the moment, no one from Espressif is working on this issue. The main reason why this type of issues doesn't get resolved quickly is that they require someone...

This should be now fixed by #54, thanks @liux-pro!