OVMS3-idf/components/esp_http_server/src
Gregory Eslinger 7f1047847a HTTP Server: Added ability to select core
The task that runs the HTTP server can now be pinned to a particular core by setting `core_id`
in the HTTP server configuration.  By default, the core is set to `tskNO_AFFINITY`, meaning
it can run on any core.

Merges https://github.com/espressif/esp-idf/pull/3190
2019-03-21 11:22:58 +08:00
..
port/esp32 HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
util HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
esp_httpd_priv.h esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes 2019-03-05 00:21:03 +05:30
httpd_main.c HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
httpd_parse.c esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes 2019-03-05 00:21:03 +05:30
httpd_sess.c esp_http_server/lru_counter_for_timestamp:Added LRU counter for timer 2019-02-25 10:08:15 +00:00
httpd_txrx.c http_server : Added feature for invoking user configurable handlers during server errors 2019-02-25 09:13:39 +00:00
httpd_uri.c http_server : Added feature for invoking user configurable handlers during server errors 2019-02-25 09:13:39 +00:00