Ivan Grokhotkov

Results 397 comments of Ivan Grokhotkov

Filesystem binary generation is done using mkspiffs, and uploading can be done using esptool-ck or esptool.py.

Where will this hook script will be located? In the same `data` directory?

> But, I also kind of miss the purpose of resetting the frequency every time before the loop() is called, perhaps there was some issue discussing it. > (i.e. why...

> addr2line which has issues with reporting on the Xtensa architecture FWIW if you update the binutils to a recent version (2.31), the issue will be solved. That version also...

Just a note, esp-idf will drop support for OpenSSL wrapper in 5.0 release. If it is necessary for rust, there is an option to extract the wrapper into a separate...

For future reference, the line which is responsible for cloning the repository during zip file creation is here: https://github.com/espressif/github-actions/blob/a9f8c9761ada5717ff05e2ebd3791b0328c9d21d/release_zips/release_zips.py#L39

I recall that VisualGDB manages creation of IDF virtual environment on its own. You should be able to find the Python environment path by checking Tools->Options->VisualGDB->General->Python Directory (mentioned in the...

Is it okay if I move this issue into openocd-esp32 repository? Given that both openocd-esp32 and probe.rs fail, this is likely a hardware issue, and esp-idf codebase is likely not...

It may help, since the device OpenOCD will be trying to open (VID/PID) is specified in the config file. The one you have been using is for an FT2233H based...

Based on VID:PID pair 067B:2303, you have a development board with a PL2303 USB-Serial adapter (perhaps [ESP-C3-32S-Kit](https://www.waveshare.com/wiki/ESP-C3-32S-Kit)?) The drivers for PL2303 are available here: https://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41. Edit: sorry, I have missed...