]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoMerge branch 'bugfix/httpd_accept_conn' into 'master'
Angus Gratton [Thu, 4 Apr 2019 06:26:49 +0000 (14:26 +0800)]
Merge branch 'bugfix/httpd_accept_conn' into 'master'

esp_http_server : Only accept new connections if server has capacity to handle more

Closes IDFGH-749

See merge request idf/esp-idf!4655

5 years agoMerge branch 'feature/micro-ecc-only-in-bootloader' into 'master'
Angus Gratton [Thu, 4 Apr 2019 06:26:48 +0000 (14:26 +0800)]
Merge branch 'feature/micro-ecc-only-in-bootloader' into 'master'

Use micro_ecc library only in bootloader

See merge request idf/esp-idf!4082

5 years agoMerge branch 'feature/misc_adjustment_of_esp32' into 'master'
Angus Gratton [Thu, 4 Apr 2019 03:16:46 +0000 (11:16 +0800)]
Merge branch 'feature/misc_adjustment_of_esp32' into 'master'

misc adjustment of esp32 component

Closes IDF-36

See merge request idf/esp-idf!4627

5 years agoMerge branch 'bugfix/soc_register_struct_names' into 'master'
Angus Gratton [Wed, 3 Apr 2019 23:42:24 +0000 (07:42 +0800)]
Merge branch 'bugfix/soc_register_struct_names' into 'master'

soc:Added names to anonymous register structs

See merge request idf/esp-idf!4668

5 years agoesp_http_server : Test added to check limit on max_open_sockets config option
Anurag Kar [Wed, 3 Apr 2019 13:31:40 +0000 (19:01 +0530)]
esp_http_server : Test added to check limit on max_open_sockets config option

5 years agoesp_http_server : Only accept new connections if server has capacity to handle more
Anurag Kar [Mon, 1 Apr 2019 09:22:04 +0000 (14:52 +0530)]
esp_http_server : Only accept new connections if server has capacity to handle more

This fix prevents HTTP server from accepting new connections when the total count of connected
sockets has reached the max_open_sockets limit set during configuration. The pending connections
are kept in backlog until atleast one of the connected sockets is closed. The maximum number of
connection requests that can kept in backlog is specified as backlog_conn configuration option.
Note that this modification has no effect when LRU purge is enabled.

Also added sanity check on setting for max_open_sockets during configuration.

Solution suggested by jimparis https://github.com/espressif/esp-idf/issues/3183#issue-421234265

Closes https://github.com/espressif/esp-idf/issues/3183

5 years agomisc adjustment of esp32 component
morris [Tue, 26 Mar 2019 08:30:43 +0000 (16:30 +0800)]
misc adjustment of esp32 component

5 years agoMerge branch 'feature/support_comments_in_csv' into 'master'
Angus Gratton [Wed, 3 Apr 2019 03:12:51 +0000 (11:12 +0800)]
Merge branch 'feature/support_comments_in_csv' into 'master'

nvs_util: Add support to include comments in csv file

See merge request idf/esp-idf!4656

5 years agosoc:Added names to anonymous register structs
huub [Sun, 24 Mar 2019 21:24:05 +0000 (22:24 +0100)]
soc:Added names to anonymous register structs

For typedef volatile struct in components/soc/esp32/include/soc

Merges https://github.com/espressif/esp-idf/pull/3199

5 years agoMerge branch 'doc/translate_404_page' into 'master'
Krzysztof Budzynski [Tue, 2 Apr 2019 09:49:43 +0000 (17:49 +0800)]
Merge branch 'doc/translate_404_page' into 'master'

Add translation for 404 page

See merge request idf/esp-idf!4635

5 years agoMerge branch 'bugfix/fix_some_sta_certification_issues' into 'master'
Jiang Jiang Jian [Tue, 2 Apr 2019 06:32:26 +0000 (14:32 +0800)]
Merge branch 'bugfix/fix_some_sta_certification_issues' into 'master'

esp32: fix some STA certification issues

Closes WIFI-295, WIFI-299, WIFI-305, WIFI-306, WIFI-358, WIFI-367, and WIFI-368

See merge request idf/esp-idf!4434

5 years agoMerge branch 'bugfix/undefined_partition_table_bin_warning' into 'master'
Angus Gratton [Tue, 2 Apr 2019 03:49:58 +0000 (11:49 +0800)]
Merge branch 'bugfix/undefined_partition_table_bin_warning' into 'master'

make: fix undefined variables warning for PARTITION_TABLE_BIN

Closes IDFGH-685

See merge request idf/esp-idf!4633

5 years agoMerge branch 'feature/derive_esp_wifi_from_esp32' into 'master'
Ivan Grokhotkov [Tue, 2 Apr 2019 02:13:15 +0000 (10:13 +0800)]
Merge branch 'feature/derive_esp_wifi_from_esp32' into 'master'

derive esp_wifi from esp32 component

See merge request idf/esp-idf!4602

5 years agoMerge branch 'bugfix/external_rtc_start_fail' into 'master'
Angus Gratton [Tue, 2 Apr 2019 01:42:27 +0000 (09:42 +0800)]
Merge branch 'bugfix/external_rtc_start_fail' into 'master'

Bugfix/external rtc start fail

See merge request idf/esp-idf!4374

5 years agoMerge branch 'feature/sysview_heap_tracing' into 'master'
Ivan Grokhotkov [Tue, 2 Apr 2019 01:07:55 +0000 (09:07 +0800)]
Merge branch 'feature/sysview_heap_tracing' into 'master'

SystemView based heap and log tracing

See merge request idf/esp-idf!3952

5 years agoapptrace: Adds test for logtrace_proc script
Alexey Gerenkov [Thu, 13 Dec 2018 22:18:16 +0000 (01:18 +0300)]
apptrace: Adds test for logtrace_proc script

5 years agosys_view: Adds heap & log tracing example
Alexey Gerenkov [Wed, 12 Dec 2018 17:44:32 +0000 (20:44 +0300)]
sys_view: Adds heap & log tracing example

5 years agodocs: Adds host-based heap tracing description
Alexey Gerenkov [Wed, 12 Dec 2018 15:57:55 +0000 (18:57 +0300)]
docs: Adds host-based heap tracing description

5 years agosys_view: Adds processing scripts for heap & log traces
Alexey Gerenkov [Wed, 12 Dec 2018 17:38:23 +0000 (20:38 +0300)]
sys_view: Adds processing scripts for heap & log traces

5 years agosys_view: Adds heap tracing API
Alexey Gerenkov [Wed, 12 Dec 2018 17:35:17 +0000 (20:35 +0300)]
sys_view: Adds heap tracing API

5 years agoMerge branch 'feature/btdm_add_mesh_adv_type_and_srv_uuid_for_dup_scan_except' into...
Jiang Jiang Jian [Mon, 1 Apr 2019 13:49:18 +0000 (21:49 +0800)]
Merge branch 'feature/btdm_add_mesh_adv_type_and_srv_uuid_for_dup_scan_except' into 'master'

Component/bt: add mesh beacon adv and svc uuid for duplicate scan exceptional list

See merge request idf/esp-idf!4592

5 years agoesp32: fix some STA certification issues
Liu Zhi Fu [Mon, 1 Apr 2019 13:39:47 +0000 (21:39 +0800)]
esp32: fix some STA certification issues

Fix following STA WFA certification issues:
1. STA HT2040 coexist
2. Disallow WEP/TKIP with HT rates
3. WPA2 improvement
4. Minor refactor for WiFi internal global variable auth_type

5 years agoheap: Separate standalone and common part of tracing module
Alexey Gerenkov [Wed, 12 Dec 2018 17:29:47 +0000 (20:29 +0300)]
heap: Separate standalone and common part of tracing module

5 years agoapptrace: Adds checks for user arguments in apptrace API
Alexey Gerenkov [Wed, 26 Dec 2018 12:42:07 +0000 (15:42 +0300)]
apptrace: Adds checks for user arguments in apptrace API

5 years agoapptrace: Fixes tracing xQueueGiveFromISR
Alexey Gerenkov [Mon, 19 Nov 2018 20:30:04 +0000 (23:30 +0300)]
apptrace: Fixes tracing xQueueGiveFromISR

5 years agoMerge branch 'feature/spiffs_image_generator' into 'master'
Ivan Grokhotkov [Mon, 1 Apr 2019 12:08:40 +0000 (20:08 +0800)]
Merge branch 'feature/spiffs_image_generator' into 'master'

SPIFFS Image Generator

See merge request idf/esp-idf!4156

5 years agoderive esp_wifi from esp32 component
morris [Fri, 22 Mar 2019 06:21:15 +0000 (14:21 +0800)]
derive esp_wifi from esp32 component

5 years agonvs_util: Add support to include comments in csv file
Shivani Tipnis [Mon, 1 Apr 2019 09:55:20 +0000 (15:25 +0530)]
nvs_util: Add support to include comments in csv file

Closes https://github.com/espressif/esp-idf/issues/2965

5 years agoci: Fix the cleaning stale submodule script to support difference in sub-pathes
Anton Maklakov [Mon, 25 Mar 2019 12:21:06 +0000 (19:21 +0700)]
ci: Fix the cleaning stale submodule script to support difference in sub-pathes

5 years agoapp_update: remove redundant (additional) check for signature verification
Mahavir Jain [Tue, 19 Mar 2019 05:39:58 +0000 (13:39 +0800)]
app_update: remove redundant (additional) check for signature verification

Call `esp_image_verify` takes care of validating image signature.

5 years agofix cmake build for bootloader
Mahavir Jain [Fri, 4 Jan 2019 07:23:31 +0000 (12:53 +0530)]
fix cmake build for bootloader

5 years agobootloader: use mbedTLS for secure boot verification in firmware
Mahavir Jain [Fri, 4 Jan 2019 07:18:28 +0000 (12:48 +0530)]
bootloader: use mbedTLS for secure boot verification in firmware

5 years agomicro-ecc: move into booloader directory
Mahavir Jain [Fri, 4 Jan 2019 07:18:07 +0000 (12:48 +0530)]
micro-ecc: move into booloader directory

5 years agoMerge branch 'bugfix/increase_block_scan_time' into 'master'
Jiang Jiang Jian [Mon, 1 Apr 2019 09:24:04 +0000 (17:24 +0800)]
Merge branch 'bugfix/increase_block_scan_time' into 'master'

wifi: increase the block scan time

Closes WIFI-378 and WIFI-379

See merge request idf/esp-idf!4645

5 years agoMerge branch 'bugfix/http_server_lf_term_hdr' into 'master'
Angus Gratton [Mon, 1 Apr 2019 05:25:24 +0000 (13:25 +0800)]
Merge branch 'bugfix/http_server_lf_term_hdr' into 'master'

HTTP Server : Fix for tolerating LF terminated headers

Closes IDFGH-748

See merge request idf/esp-idf!4588

5 years agowifi: increase the block scan time because of changing channel will take at 30nm...
zhangyanjiao [Fri, 29 Mar 2019 12:50:22 +0000 (20:50 +0800)]
wifi: increase the block scan time because of changing channel will take at 30nm when BT/WiFi coexist

5 years agoMerge branch 'bugfix/coap_gcc8_format_error' into 'master'
Ivan Grokhotkov [Fri, 29 Mar 2019 15:50:52 +0000 (23:50 +0800)]
Merge branch 'bugfix/coap_gcc8_format_error' into 'master'

coap: fix format error with GCC 8, define WITH_POSIX in the port header

See merge request idf/esp-idf!4639

5 years agoMerge branch 'doc/review_get_st_wrover_kit_rm' into 'master'
Krzysztof Budzynski [Thu, 28 Mar 2019 17:52:43 +0000 (01:52 +0800)]
Merge branch 'doc/review_get_st_wrover_kit_rm' into 'master'

Delete a file which accidentally ended up in the idf's root derictory. Its…

See merge request idf/esp-idf!4632

5 years agoUpdated 404 page not found pages, both Chinese and English versions.
liying [Thu, 28 Mar 2019 03:33:04 +0000 (11:33 +0800)]
Updated 404 page not found pages, both Chinese and English versions.

5 years agocoap: define WITH_POSIX in coap_config.h instead of globally
Ivan Grokhotkov [Thu, 28 Mar 2019 08:29:13 +0000 (16:29 +0800)]
coap: define WITH_POSIX in coap_config.h instead of globally

5 years agocoap: silence format truncation warning (appears with GCC 8)
Ivan Grokhotkov [Thu, 28 Mar 2019 08:28:25 +0000 (16:28 +0800)]
coap: silence format truncation warning (appears with GCC 8)

5 years agoMerge branch 'docs/translate-getting-started-guides-devkitc2' into 'master'
Krzysztof Budzynski [Thu, 28 Mar 2019 07:34:17 +0000 (15:34 +0800)]
Merge branch 'docs/translate-getting-started-guides-devkitc2' into 'master'

Add translation for Devkitc guides and index files

See merge request idf/esp-idf!4522

5 years agoMerge branch 'update/nvs_partition_util' into 'master'
Angus Gratton [Thu, 28 Mar 2019 07:07:44 +0000 (15:07 +0800)]
Merge branch 'update/nvs_partition_util' into 'master'

Update for creation of unique filename for encryption keys

See merge request idf/esp-idf!3808

5 years agoComponent/bt: add mesh beacon adv and svc uuid for duplicate scan exceptional list
zhiweijian [Thu, 21 Mar 2019 11:42:44 +0000 (19:42 +0800)]
Component/bt: add mesh beacon adv and svc uuid for duplicate scan exceptional list

5 years agoMerge branch 'feature/separate_xtensa_from_esp32' into 'master'
Ivan Grokhotkov [Thu, 28 Mar 2019 06:04:03 +0000 (14:04 +0800)]
Merge branch 'feature/separate_xtensa_from_esp32' into 'master'

separate xtensa from esp32

See merge request idf/esp-idf!4625

5 years agonvs_util: Add support for creation of unique encryption keys
Shivani Tipnis [Wed, 28 Nov 2018 05:26:06 +0000 (10:56 +0530)]
nvs_util: Add support for creation of unique encryption keys

5 years agoMerge branch 'bugfix/restore_deleted_factory_offset' into 'master'
Angus Gratton [Thu, 28 Mar 2019 04:03:27 +0000 (12:03 +0800)]
Merge branch 'bugfix/restore_deleted_factory_offset' into 'master'

partition_table: restore needed factory offset variable

See merge request idf/esp-idf!4601

5 years agoadd translation for devkitc guides and index files
liying [Fri, 15 Mar 2019 12:41:31 +0000 (20:41 +0800)]
add translation for devkitc guides and index files

5 years agoMerge branch 'feature/docs_provide_404_page' into 'master'
Krzysztof Budzynski [Wed, 27 Mar 2019 17:38:31 +0000 (01:38 +0800)]
Merge branch 'feature/docs_provide_404_page' into 'master'

docs: Introduced custom 404 page in readthedocs documentation to replace…

See merge request idf/esp-idf!4541

5 years agodocs: Introduced custom 404 page in readthedocs documentation to replace…
Krzysztof Budzynski [Wed, 27 Mar 2019 17:38:31 +0000 (01:38 +0800)]
docs: Introduced custom 404 page in readthedocs documentation to replace…

5 years agomake: fix undefined variables warning for PARTITION_TABLE_BIN
Renz Christian Bagaporo [Wed, 27 Mar 2019 13:02:55 +0000 (21:02 +0800)]
make: fix undefined variables warning for PARTITION_TABLE_BIN

Closes https://github.com/espressif/esp-idf/issues/3136

5 years agocreate xtensa component
morris [Mon, 25 Mar 2019 13:11:53 +0000 (21:11 +0800)]
create xtensa component

1. move xtensa specific files out of esp32 component
2. merge xtensa-debug-module component into xtensa

5 years agoMerge branch 'feature/mqtt_weekend_tests' into 'master'
Anton Maklakov [Wed, 27 Mar 2019 11:12:33 +0000 (19:12 +0800)]
Merge branch 'feature/mqtt_weekend_tests' into 'master'

introducing weekend tests for mqtt and fuzzer test (mdns, LWIP)

Closes IDF-540

See merge request idf/esp-idf!4230

5 years agoDelete a file which accidentally ended up in the idf's root derictory. Its original...
Kirill Chalov [Wed, 27 Mar 2019 10:09:13 +0000 (18:09 +0800)]
Delete a file which accidentally ended up in the idf's root derictory. Its original copy is safe and sound where it should be and is up to date.

5 years agoMerge branch 'feature/common_parts_into_esp_common' into 'master'
Ivan Grokhotkov [Wed, 27 Mar 2019 09:00:58 +0000 (17:00 +0800)]
Merge branch 'feature/common_parts_into_esp_common' into 'master'

move common include files from esp32 into esp_common

See merge request idf/esp-idf!4515

5 years agoMerge branch 'bugfix/modify_wifi_reason_code' into 'master'
Jiang Jiang Jian [Wed, 27 Mar 2019 08:50:35 +0000 (16:50 +0800)]
Merge branch 'bugfix/modify_wifi_reason_code' into 'master'

wifi: modify wifi reason code

Closes WIFI-268 and WIFI-388

See merge request idf/esp-idf!4604

5 years agoMerge branch 'bugfix/btdm_modify_HCI_GET_CMD_BUF' into 'master'
Jiang Jiang Jian [Wed, 27 Mar 2019 06:23:52 +0000 (14:23 +0800)]
Merge branch 'bugfix/btdm_modify_HCI_GET_CMD_BUF' into 'master'

Component/bt: modify HCI_GET_CMD_BUF

See merge request idf/esp-idf!4465

5 years agoMerge branch 'bugfix/btdm_add_new_param_for_update_whitelist_api' into 'master'
Jiang Jiang Jian [Wed, 27 Mar 2019 06:23:12 +0000 (14:23 +0800)]
Merge branch 'bugfix/btdm_add_new_param_for_update_whitelist_api' into 'master'

Component/bt: add new param for update_whitelist API

See merge request idf/esp-idf!4493

5 years agodocs: Add documentation for spiffsgen
Renz Christian Bagaporo [Thu, 24 Jan 2019 03:58:12 +0000 (11:58 +0800)]
docs: Add documentation for spiffsgen

5 years agoexample: Add SPIFFS image generation from build system example
Renz Christian Bagaporo [Thu, 31 Jan 2019 11:54:45 +0000 (19:54 +0800)]
example: Add SPIFFS image generation from build system example

5 years agoMerge branch 'feature/move_hwcrypto_to_mbedtls' into 'master'
Ivan Grokhotkov [Wed, 27 Mar 2019 01:07:52 +0000 (09:07 +0800)]
Merge branch 'feature/move_hwcrypto_to_mbedtls' into 'master'

move hwcrypto from esp32 to mbedtls

See merge request idf/esp-idf!4610

5 years agoHTTP Server : Added example tests for verifying parser behavior on arbitrary HTTP...
Anurag Kar [Fri, 15 Mar 2019 21:23:16 +0000 (02:53 +0530)]
HTTP Server : Added example tests for verifying parser behavior on arbitrary HTTP terminations (LF, CRLF, etc.)

5 years agoHTTP Server : Fix for tolerating LF terminated headers
Anurag Kar [Fri, 15 Mar 2019 21:20:13 +0000 (02:50 +0530)]
HTTP Server : Fix for tolerating LF terminated headers

List of changes:
* When parsing requests, count termination from LF characters only
* Correct memcpy() length parameter in httpd_unrecv() (pointed out by jimparis in GitHub issue thread)
* Use ssize_t to store results of length subtractions during parsing
* Modify some comments to reduce ambiguity

Closes https://github.com/espressif/esp-idf/issues/3182

5 years agomove hwcrypto from esp32 to mbedtls
morris [Mon, 25 Mar 2019 06:15:14 +0000 (14:15 +0800)]
move hwcrypto from esp32 to mbedtls

5 years agoMerge branch 'doc/review_get_st_wrover_kit' into 'master'
Krzysztof Budzynski [Tue, 26 Mar 2019 08:12:42 +0000 (16:12 +0800)]
Merge branch 'doc/review_get_st_wrover_kit' into 'master'

Doc/review get st wrover kit

See merge request idf/esp-idf!4579

5 years agoDoc/review get st wrover kit
Kirill Chalov [Tue, 26 Mar 2019 08:12:42 +0000 (16:12 +0800)]
Doc/review get st wrover kit

5 years agoMerge branch 'doc/review_get_st_pico' into 'master'
Krzysztof Budzynski [Tue, 26 Mar 2019 08:11:11 +0000 (16:11 +0800)]
Merge branch 'doc/review_get_st_pico' into 'master'

Doc/review get st pico

See merge request idf/esp-idf!4603

5 years agoDoc/review get st pico
Kirill Chalov [Tue, 26 Mar 2019 08:11:11 +0000 (16:11 +0800)]
Doc/review get st pico

5 years agomove common include files from esp32 into esp_common
morris [Fri, 15 Mar 2019 09:44:27 +0000 (17:44 +0800)]
move common include files from esp32 into esp_common

5 years agoMerge branch 'bugfix/from_github' into 'master'
Ivan Grokhotkov [Tue, 26 Mar 2019 03:17:46 +0000 (11:17 +0800)]
Merge branch 'bugfix/from_github' into 'master'

Bugfixes from GitHub

See merge request idf/esp-idf!4607

5 years agowifi: modify wifi reason code
zhangyanjiao [Tue, 26 Mar 2019 03:16:47 +0000 (11:16 +0800)]
wifi: modify wifi reason code

5 years agocmake,make: Support SPIFFS image generation from build systems
Renz Christian Bagaporo [Tue, 22 Jan 2019 08:14:47 +0000 (16:14 +0800)]
cmake,make: Support SPIFFS image generation from build systems

5 years agospiffs: Add host test for generated spiffs image
Renz Christian Bagaporo [Tue, 15 Jan 2019 01:59:09 +0000 (09:59 +0800)]
spiffs: Add host test for generated spiffs image

5 years agospiffs: Implement spiffs image generation
Renz Christian Bagaporo [Wed, 9 Jan 2019 15:36:44 +0000 (23:36 +0800)]
spiffs: Implement spiffs image generation

5 years agonvs_flash: Fix typo in README.rst
Tim Nordell [Thu, 21 Mar 2019 19:29:08 +0000 (14:29 -0500)]
nvs_flash: Fix typo in README.rst
Merges https://github.com/espressif/esp-idf/pull/3216

This should read "except for the new key-value pair" instead of
"expect for the new key-value pair".

Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
5 years agoUpdate README.md
[Wed, 27 Feb 2019 12:02:57 +0000 (20:02 +0800)]
Update README.md

Merges https://github.com/espressif/esp-idf/pull/3104

5 years agoFix math: 8192 = 2 ** 13
Dan [Wed, 6 Mar 2019 10:12:23 +0000 (11:12 +0100)]
Fix math: 8192 = 2 ** 13

Merges https://github.com/espressif/esp-idf/pull/3133

5 years agoComponent/bt: add new param for update_whitelist()
zhiweijian [Thu, 14 Mar 2019 06:03:36 +0000 (14:03 +0800)]
Component/bt: add new param for update_whitelist()

5 years agofuzzer tests: update of mdns and lwip host compilation for fuzzer testing
David Cermak [Tue, 19 Feb 2019 13:38:59 +0000 (14:38 +0100)]
fuzzer tests: update of mdns and lwip host compilation for fuzzer testing

Closes IDF-540

5 years agoci: assign fuzzer tests to be executed as weekend tests
David Cermak [Fri, 15 Feb 2019 20:38:41 +0000 (21:38 +0100)]
ci: assign fuzzer tests to be executed as weekend tests

5 years agotcp_transport: ws fix on reception of longer data than receive buffer
David Cermak [Sat, 2 Feb 2019 17:35:22 +0000 (18:35 +0100)]
tcp_transport: ws fix on reception of longer data than receive buffer

5 years agotiny-test-fw: update sdkconfig python dictionary to contain values without trailing...
David Cermak [Tue, 26 Feb 2019 15:27:39 +0000 (16:27 +0100)]
tiny-test-fw: update sdkconfig python dictionary to contain values without trailing newlines

5 years agomqtt tests: adding weekend test for mqtt library to exercise publishing/receiving...
David Cermak [Thu, 31 Jan 2019 16:09:34 +0000 (17:09 +0100)]
mqtt tests: adding weekend test for mqtt library to exercise publishing/receiving different data and references esp-mqtt commits to pass these tests

testing conditions:
transports (tcp, ssl, ws..)
qos (0, 1, 2)
short repeated messages (packed packets)
oversized messages (fragmented packets)
publish from a different thread

Closes https://github.com/espressif/esp-idf/issues/2870 by means of including commit 815623dfe5a0e41fa0e51ab4e336feb3eaa5ba15 from esp-mqtt
Closes https://github.com/espressif/esp-idf/issues/2975 by means of including commit 752953dc3be007cca4255b66a35d3087e61f6a54 from esp-mqtt
Closes https://github.com/espressif/esp-idf/issues/2850 by means of including commits df455d2a5fe562dd1b8351da99a1d6d82b66eff3 17fd713bced4f2d00df7ed664ed82a7d108ab317 from esp-mqtt

5 years agopartition_table: restore needed factory offset variable
Renz Christian Bagaporo [Fri, 22 Mar 2019 07:24:23 +0000 (15:24 +0800)]
partition_table: restore needed factory offset variable

5 years agoMerge branch 'bugfix/tinydtls_mirror' into 'master'
Ivan Grokhotkov [Fri, 22 Mar 2019 07:22:14 +0000 (15:22 +0800)]
Merge branch 'bugfix/tinydtls_mirror' into 'master'

ci: add mirror for tinydtls submodule

See merge request idf/esp-idf!4597

5 years agoci: add mirror for tinydtls submodule
Ivan Grokhotkov [Fri, 22 Mar 2019 06:20:57 +0000 (14:20 +0800)]
ci: add mirror for tinydtls submodule

5 years agoMerge branch 'mesh/decouple_addition' into 'master'
Jiang Jiang Jian [Fri, 22 Mar 2019 04:57:03 +0000 (12:57 +0800)]
Merge branch 'mesh/decouple_addition' into 'master'

wifi: decouple mesh functions from net80211

See merge request idf/esp-idf!4393

5 years agoMerge branch 'feature/allow_components_to_declare_images_to_flash' into 'master'
Angus Gratton [Fri, 22 Mar 2019 03:14:37 +0000 (11:14 +0800)]
Merge branch 'feature/allow_components_to_declare_images_to_flash' into 'master'

Allow components to present their own images to flash

See merge request idf/esp-idf!4148

5 years agoMerge branch 'feature/move_common_src_to_esp_common' into 'master'
Ivan Grokhotkov [Fri, 22 Mar 2019 03:12:05 +0000 (11:12 +0800)]
Merge branch 'feature/move_common_src_to_esp_common' into 'master'

move common source files from esp32 to esp_common

See merge request idf/esp-idf!4589

5 years agomove common source files from esp32 to esp_common
morris [Thu, 21 Mar 2019 04:21:01 +0000 (12:21 +0800)]
move common source files from esp32 to esp_common

5 years agoMerge branch 'bugfix/cmake_component_path' into 'master'
Angus Gratton [Thu, 21 Mar 2019 23:13:11 +0000 (07:13 +0800)]
Merge branch 'bugfix/cmake_component_path' into 'master'

cmake: Set COMPONENT_PATH during early expansion of dependencies

Closes IDFGH-787

See merge request idf/esp-idf!4557

5 years agoMerge branch 'feature/separate_rom_from_esp32' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 14:10:45 +0000 (22:10 +0800)]
Merge branch 'feature/separate_rom_from_esp32' into 'master'

separate rom from esp32 component to esp_rom

Closes IDF-542

See merge request idf/esp-idf!4500

5 years agoMerge branch 'feature/semihost_vfs' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 14:03:06 +0000 (22:03 +0800)]
Merge branch 'feature/semihost_vfs' into 'master'

Adds semihosting VFS driver

Closes IDF-367

See merge request idf/esp-idf!4145

5 years agoMerge branch 'feature/http_server_pinned_to_core_support' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 11:19:13 +0000 (19:19 +0800)]
Merge branch 'feature/http_server_pinned_to_core_support' into 'master'

HTTP Server: Added ability to select core

See merge request idf/esp-idf!4586

5 years agoMerge branch 'bugfix/nvs_util_write_single_page_big_blob_data' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 11:10:29 +0000 (19:10 +0800)]
Merge branch 'bugfix/nvs_util_write_single_page_big_blob_data' into 'master'

nvs_util: Fix to support write operation of multiple single page big blob data

See merge request idf/esp-idf!4268

5 years agoMerge branch 'feature/idf_monitor_save_log' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 11:06:31 +0000 (19:06 +0800)]
Merge branch 'feature/idf_monitor_save_log' into 'master'

tools: Create log files from IDF Monitor

Closes IDF-364

See merge request idf/esp-idf!4414

5 years agoMerge branch 'doc/app_trace_zh_CN' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 10:58:32 +0000 (18:58 +0800)]
Merge branch 'doc/app_trace_zh_CN' into 'master'

zh_CN translation of app_trace

See merge request idf/esp-idf!4087

5 years agoseparate rom from esp32 component to esp_rom
morris [Thu, 14 Mar 2019 09:29:32 +0000 (17:29 +0800)]
separate rom from esp32 component to esp_rom

1. separate rom include files and linkscript to esp_rom
2. modefiy "include rom/xxx.h" to "include esp32/rom/xxx.h"
3. Forward compatible
4. update mqtt

5 years agoMerge branch 'bugfix/ldgen_type_1_fails_on_windows' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 10:38:51 +0000 (18:38 +0800)]
Merge branch 'bugfix/ldgen_type_1_fails_on_windows' into 'master'

Fix library path parsing in windows

Closes IDFGH-733

See merge request idf/esp-idf!4516

5 years agoMerge branch 'doc/http_server_zh_CN' into 'master'
Ivan Grokhotkov [Thu, 21 Mar 2019 10:37:15 +0000 (18:37 +0800)]
Merge branch 'doc/http_server_zh_CN' into 'master'

zh_CN translation of HTTP Server API reference

See merge request idf/esp-idf!4548