Search found 3 matches

by rokko1337
Tue Oct 04, 2022 2:20 pm
Forum: ESP-IDF
Topic: user_ctx vs sess_ctx in http server
Replies: 0
Views: 936

user_ctx vs sess_ctx in http server

What is the main difference between user_ctx and sess_ctx? Is sess_ctx different for each session/connection and user_ctx is not, in this case what is the point of user_ctx and in which scenario you recommend to use it? In restful_server example it's used to store server response, but why you can't ...
by rokko1337
Sat Jan 23, 2021 2:00 pm
Forum: ESP-IDF
Topic: ESP-IDF semihost example doesn't work under Windows.
Replies: 3
Views: 3449

Re: ESP-IDF semihost example doesn't work under Windows.

Looks like I found the solution of my problem. I was confused by "Host path to mount (e.g. absolute path to web dist directory) " option in project menuconfig, specifically "absolute path to web dist directory". If you run openocd with absolute path in ESP_SEMIHOST_BASEDIR argument, you need to leav...
by rokko1337
Fri Jan 22, 2021 9:01 pm
Forum: ESP-IDF
Topic: ESP-IDF semihost example doesn't work under Windows.
Replies: 3
Views: 3449

ESP-IDF semihost example doesn't work under Windows.

Please help, I'm tying to run ESP-IDF example of REST server with semihost file upload through JTAG, but can't make it work. https://github.com/espressif/esp-idf/tree/master/examples/protocols/http_server/restful_server In my project I'm using ESP32-WROOM-32, FT2232HL JTAG, Eclipse IDE running under...