]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoReview the file api-reference/peripherals/touch_pad.rst
Kirill Chalov [Fri, 21 Jun 2019 12:43:17 +0000 (20:43 +0800)]
Review the file api-reference/peripherals/touch_pad.rst

5 years agoMerge branch 'bugfix/misc_cmake_changes' into 'master'
Angus Gratton [Fri, 21 Jun 2019 05:27:55 +0000 (13:27 +0800)]
Merge branch 'bugfix/misc_cmake_changes' into 'master'

Follow up CMake changes/fixes

See merge request idf/esp-idf!5267

5 years agoMerge branch 'feature/add_ability_to_specify_spiffsgen_dependencies' into 'master'
Angus Gratton [Fri, 21 Jun 2019 05:27:35 +0000 (13:27 +0800)]
Merge branch 'feature/add_ability_to_specify_spiffsgen_dependencies' into 'master'

Add ability to specify dependencies for spiffsgen

See merge request idf/esp-idf!4933

5 years agoMerge branch 'bugfix/spi_flash_remove_include_chain_in_host_drv' into 'master'
Angus Gratton [Fri, 21 Jun 2019 05:12:09 +0000 (13:12 +0800)]
Merge branch 'bugfix/spi_flash_remove_include_chain_in_host_drv' into 'master'

esp_flash: support C++ and improve the document

See merge request idf/esp-idf!5287

5 years agoMerge branch 'bugfix/malloc_warnings_mdns' into 'master'
Angus Gratton [Fri, 21 Jun 2019 05:10:06 +0000 (13:10 +0800)]
Merge branch 'bugfix/malloc_warnings_mdns' into 'master'

mdns: fix static analysis warnings

See merge request idf/esp-idf!5143

5 years agoMerge branch 'feature/docs_for_updated_idf_argparsing' into 'master'
Angus Gratton [Fri, 21 Jun 2019 03:42:59 +0000 (11:42 +0800)]
Merge branch 'feature/docs_for_updated_idf_argparsing' into 'master'

docs: Update order of arguments for idf.py and add click linux package

Closes IDF-501

See merge request idf/esp-idf!5166

5 years agospiffs,make: change spiffsgen build API
Renz Christian Bagaporo [Fri, 21 Jun 2019 02:58:00 +0000 (10:58 +0800)]
spiffs,make: change spiffsgen build API

5 years agospiffs: add ability to specify dependencies when dirs themselves are generated
Renz Christian Bagaporo [Sun, 5 May 2019 07:42:39 +0000 (15:42 +0800)]
spiffs: add ability to specify dependencies when dirs themselves are generated

5 years agoMerge branch 'feature/netif_custom_name' into 'master'
Angus Gratton [Fri, 21 Jun 2019 00:41:59 +0000 (08:41 +0800)]
Merge branch 'feature/netif_custom_name' into 'master'

Allow setting netif hostname via lw/ip component config menu item (IDFGH-1342)

See merge request idf/esp-idf!5262

5 years agoMerge branch 'feature/example_ethernet2wifi_ap' into 'master'
Angus Gratton [Fri, 21 Jun 2019 00:31:44 +0000 (08:31 +0800)]
Merge branch 'feature/example_ethernet2wifi_ap' into 'master'

add ethernet to wifi-ap example

See merge request idf/esp-idf!5053

5 years agoethernet: add eth2ap example
suda-morris [Fri, 10 May 2019 05:52:23 +0000 (13:52 +0800)]
ethernet: add eth2ap example

This example illustrates how to do Layer2 packet forwarding bussiness between Wi-Fi and Ethernet.

5 years agoMerge branch 'test/fix_some_error_wifi_cases' into 'master'
He Yin Ling [Thu, 20 Jun 2019 14:05:16 +0000 (22:05 +0800)]
Merge branch 'test/fix_some_error_wifi_cases' into 'master'

test: fix some wifi case issues

See merge request idf/esp-idf!5226

5 years agoMerge branch 'refactor/vfs_uart_multichip_support' into 'master'
Angus Gratton [Thu, 20 Jun 2019 10:31:24 +0000 (18:31 +0800)]
Merge branch 'refactor/vfs_uart_multichip_support' into 'master'

vfs_uart & uart: add multichip support

See merge request idf/esp-idf!5298

5 years agoMerge branch 'feature/spi_driver_support_multi_chip' into 'master'
Angus Gratton [Thu, 20 Jun 2019 08:45:06 +0000 (16:45 +0800)]
Merge branch 'feature/spi_driver_support_multi_chip' into 'master'

spi: multichip support

See merge request idf/esp-idf!5234

5 years agoMerge branch 'bugfix/ut_ci_test_fail_because_failed_to_reset' into 'master'
Ivan Grokhotkov [Thu, 20 Jun 2019 08:08:51 +0000 (16:08 +0800)]
Merge branch 'bugfix/ut_ci_test_fail_because_failed_to_reset' into 'master'

ci: fix random unit test CI failure

See merge request idf/esp-idf!5264

5 years agocmake: clarify build trimming docs
Renz Christian Bagaporo [Mon, 17 Jun 2019 04:14:02 +0000 (12:14 +0800)]
cmake: clarify build trimming docs

How idf_build_component and the COMPONENTS argument to idf_build_process
interact is not clear/misleading. Clarify their interaction in the docs.

Closes: https://github.com/espressif/esp-idf/issues/3630
5 years agoesptool_py: better display logs when generating binary
Renz Christian Bagaporo [Mon, 17 Jun 2019 04:20:12 +0000 (12:20 +0800)]
esptool_py: better display logs when generating binary

Since OUTPUT argument of custom command does not currently support
generator expressions, the project image is only generated as a side
effect. The primary generated file is a timestamp file. Unfortunately as a consequence
the output logs when the
binary is about to be generated is not as helpful anymore.

Set a custom comment that is more descriptive of what is happening,
and provide more feedback as to what has been generated.

5 years agocmake: fix issues with build process
Renz Christian Bagaporo [Sat, 15 Jun 2019 03:26:32 +0000 (11:26 +0800)]
cmake: fix issues with build process

Fix issue when COMPONENTS are is not specified for idf_build_process,
no component is included in the build.

5 years agocmake: export IDF_TARGET to menuconfig
Renz Christian Bagaporo [Sat, 15 Jun 2019 03:20:43 +0000 (11:20 +0800)]
cmake: export IDF_TARGET to menuconfig

Pass value of IDF_TARGET to menuconfig invocation.

5 years agocmake: set CONFIG_DIR build property
Renz Christian Bagaporo [Sat, 15 Jun 2019 03:17:16 +0000 (11:17 +0800)]
cmake: set CONFIG_DIR build property

Add CONFIG_DIR as a build property, so that components don't have to
derive it from one of the generated config files.

5 years agoMerge branch 'feature/ws_client' into 'master'
Angus Gratton [Thu, 20 Jun 2019 07:37:40 +0000 (15:37 +0800)]
Merge branch 'feature/ws_client' into 'master'

esp_websocket_client

See merge request idf/esp-idf!3420

5 years agoesp_websocket_client: Add websocket client component
Tuan [Thu, 20 Jun 2019 07:37:40 +0000 (15:37 +0800)]
esp_websocket_client: Add websocket client component

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

5 years agoMerge branch 'bugfix/spi_concurrency' into 'master'
Angus Gratton [Thu, 20 Jun 2019 07:32:02 +0000 (15:32 +0800)]
Merge branch 'bugfix/spi_concurrency' into 'master'

spi: fix a possible concurrency issue (port to master)

See merge request idf/esp-idf!5191

5 years agoesp_flash: update the document to the latest API
Michael (XIAO Xufeng) [Wed, 19 Jun 2019 12:35:55 +0000 (20:35 +0800)]
esp_flash: update the document to the latest API

5 years agovfs_uart: refactor to have static context structure
Michael (XIAO Xufeng) [Wed, 19 Jun 2019 17:18:20 +0000 (01:18 +0800)]
vfs_uart: refactor to have static context structure

5 years agouart: multichip support
chenjianqiang [Fri, 14 Jun 2019 03:01:30 +0000 (11:01 +0800)]
uart: multichip support

5 years agoesp_flash: fix C++ compilation and some typos
Ivan Grokhotkov [Wed, 19 Jun 2019 08:37:11 +0000 (16:37 +0800)]
esp_flash: fix C++ compilation and some typos

5 years agoesp_flash: break the inappropriate include chain in spi_flash_host_drv.h
Michael (XIAO Xufeng) [Wed, 19 Jun 2019 08:37:55 +0000 (16:37 +0800)]
esp_flash: break the inappropriate include chain in spi_flash_host_drv.h

5 years agospi_slave: fix a example issue caused by word alignment
Michael (XIAO Xufeng) [Thu, 13 Jun 2019 07:09:28 +0000 (15:09 +0800)]
spi_slave: fix a example issue caused by word alignment

5 years agospi: multichip support
Michael (XIAO Xufeng) [Thu, 13 Jun 2019 06:12:54 +0000 (14:12 +0800)]
spi: multichip support

move hardcoded numbers, etc. into soc files.
create headers for shared types which needs to be documented.

(MINOR CHANGE)

5 years agoMerge branch 'feat/backtrace_in_ut' into 'master'
Angus Gratton [Thu, 20 Jun 2019 01:28:34 +0000 (09:28 +0800)]
Merge branch 'feat/backtrace_in_ut' into 'master'

esp32: Refactor backtraces to be iterative, add printing backtrace at runtime and when UT fails

Closes IDF-93

See merge request idf/esp-idf!3825

5 years agoMerge branch 'bugfix/ci_confserver_timeout_again' into 'master'
Anton Maklakov [Wed, 19 Jun 2019 14:56:45 +0000 (22:56 +0800)]
Merge branch 'bugfix/ci_confserver_timeout_again' into 'master'

ci: Adjust spawn settings in test_confserver

See merge request idf/esp-idf!5225

5 years agoci: Adjust more 'spawn' settings in test_confserver
Anton Maklakov [Thu, 13 Jun 2019 03:05:14 +0000 (10:05 +0700)]
ci: Adjust more 'spawn' settings in test_confserver

5 years agoesp32: Refactor backtrace and add esp_backtrace_print()
Darian Leung [Thu, 29 Nov 2018 09:06:21 +0000 (17:06 +0800)]
esp32: Refactor backtrace and add esp_backtrace_print()

This commit refactors backtracing within the panic handler so that a common
function esp_backtrace_get_next_frame() is used iteratively to traverse a
callstack.

A esp_backtrace_print() function has also be added that allows the printing
of a backtrace at runtime. The esp_backtrace_print() function allows unity to
print the backtrace of failed test cases and jump back to the main test menu
without the need reset the chip. esp_backtrace_print() can also be used as a
debugging function by users.

- esp_stack_ptr_is_sane() moved to soc_memory_layout.h
- removed uncessary includes of "esp_debug_helpers.h"

5 years agoMerge branch 'bugfix/btdm_make_failed_due_to_macro' into 'master'
Jiang Jiang Jian [Wed, 19 Jun 2019 06:44:02 +0000 (14:44 +0800)]
Merge branch 'bugfix/btdm_make_failed_due_to_macro' into 'master'

components/bt: Fix make errors due to macro usage error

See merge request idf/esp-idf!5105

5 years agoMerge branch 'feature/mdns_unit_tests' into 'master'
Angus Gratton [Wed, 19 Jun 2019 06:43:51 +0000 (14:43 +0800)]
Merge branch 'feature/mdns_unit_tests' into 'master'

mdns: add initial unit tests

See merge request idf/esp-idf!5088

5 years agoMerge branch 'bugfix/ci_remove_dup_UT' into 'master'
Anton Maklakov [Wed, 19 Jun 2019 02:59:43 +0000 (10:59 +0800)]
Merge branch 'bugfix/ci_remove_dup_UT' into 'master'

ci: fix a duplicate job the CI.

See merge request idf/esp-idf!5276

5 years agoci: fix a duplicate job the CI.
Dmitry [Thu, 13 Jun 2019 12:59:11 +0000 (15:59 +0300)]
ci: fix a duplicate job the CI.

5 years agoMerge branch 'feature/spi_ext_flash' into 'master'
Ivan Grokhotkov [Tue, 18 Jun 2019 16:14:39 +0000 (00:14 +0800)]
Merge branch 'feature/spi_ext_flash' into 'master'

spi_flash: support working on differnt buses and frequency

See merge request idf/esp-idf!4096

5 years agoMerge branch 'doc/openocd_build2win_update' into 'master'
Ivan Grokhotkov [Tue, 18 Jun 2019 16:14:22 +0000 (00:14 +0800)]
Merge branch 'doc/openocd_build2win_update' into 'master'

Updated building-openocd-windows.rst instruction

See merge request idf/esp-idf!5049

5 years agoMerge branch 'bugfix/btdm_add_svc_inst_id_param_for_create_tab_event' into 'master'
Jiang Jiang Jian [Tue, 18 Jun 2019 13:19:41 +0000 (21:19 +0800)]
Merge branch 'bugfix/btdm_add_svc_inst_id_param_for_create_tab_event' into 'master'

Component/bt: add svc_inst_id param for create service table event

See merge request idf/esp-idf!4958

5 years agoMerge branch 'feature/btdm_add_new_api_get_conn_params' into 'master'
Jiang Jiang Jian [Tue, 18 Jun 2019 13:10:53 +0000 (21:10 +0800)]
Merge branch 'feature/btdm_add_new_api_get_conn_params' into 'master'

Component/bt: add new api to get connection parameters

See merge request idf/esp-idf!5057

5 years agoMerge branch 'bugfix/log_free_level_entry' into 'master'
Angus Gratton [Tue, 18 Jun 2019 07:34:39 +0000 (15:34 +0800)]
Merge branch 'bugfix/log_free_level_entry' into 'master'

log: fix minor memory leak when cleaning list of log levels

Closes IDF-710

See merge request idf/esp-idf!5260

5 years agospi_flash: support working on differnt buses and frequency
Michael (XIAO Xufeng) [Tue, 8 Jan 2019 10:29:25 +0000 (18:29 +0800)]
spi_flash: support working on differnt buses and frequency

5 years agospi_flash: New low-level flash API
Angus Gratton [Wed, 24 May 2017 02:35:12 +0000 (12:35 +1000)]
spi_flash: New low-level flash API

5 years agoMerge branch 'bugfix/phy_init_data_mistake' into 'master'
Angus Gratton [Tue, 18 Jun 2019 06:13:01 +0000 (14:13 +0800)]
Merge branch 'bugfix/phy_init_data_mistake' into 'master'

esp_wifi: fix wrong path of phy_init_data

Closes IDFGH-1168

See merge request idf/esp-idf!5201

5 years agoci: fix random unit test CI failure:
He Yin Ling [Mon, 17 Jun 2019 01:48:04 +0000 (09:48 +0800)]
ci: fix random unit test CI failure:

we use `-` command to check if DUT reset pass. If we input `-` command
during DUT bootup, DUT could only receive `\n` and print test cases.
Print test cases could take long time and lead to reset check timeout.
Now we will add delay after reset, and enlarge reset check timeout to
solve this problem.

5 years agoesp_wifi: fix wrong path of phy_init_data
suda-morris [Wed, 12 Jun 2019 03:52:23 +0000 (11:52 +0800)]
esp_wifi: fix wrong path of phy_init_data

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

5 years agoMerge branch 'bugfix/mbedtls_mpi_exp_mod' into 'master'
Angus Gratton [Tue, 18 Jun 2019 03:17:37 +0000 (11:17 +0800)]
Merge branch 'bugfix/mbedtls_mpi_exp_mod' into 'master'

mbedtls: Fix mbedtls_mpi_exp_mod() set n and s values

Closes IDFGH-1313

See merge request idf/esp-idf!5222

5 years agoMerge branch 'feature/clang_static_analysis' into 'master'
Angus Gratton [Tue, 18 Jun 2019 00:42:00 +0000 (08:42 +0800)]
Merge branch 'feature/clang_static_analysis' into 'master'

add clang static analysis jobs

Closes IDF-91

See merge request idf/esp-idf!3752

5 years agoMerge branch 'bugfix/strncpy_issue_in_wifi_example' into 'master'
Angus Gratton [Mon, 17 Jun 2019 07:38:23 +0000 (15:38 +0800)]
Merge branch 'bugfix/strncpy_issue_in_wifi_example' into 'master'

replace strncpy with strlcpy in wifi examples for safety's sake

Closes IDF-695

See merge request idf/esp-idf!5192

5 years agombedtls: Add UTs for modexp
Konstantin Kondrashov [Thu, 13 Jun 2019 14:09:50 +0000 (22:09 +0800)]
mbedtls: Add UTs for modexp

5 years agombedtls: Fix Z->s in mbedtls_mpi_exp_mod()
Konstantin Kondrashov [Wed, 12 Jun 2019 11:00:44 +0000 (19:00 +0800)]
mbedtls: Fix Z->s in mbedtls_mpi_exp_mod()

Z->s should never be zero, only 1 or -1.
Added additional checks for X, Y and M args to correctly set Z->s.

Closes: https://github.com/espressif/esp-idf/issues/1681
Closes: https://github.com/espressif/esp-idf/issues/3603
Closes: IDFGH-1313
5 years agoComponent/bt: add svc_inst_id param for create service table event
zhiweijian [Wed, 8 May 2019 09:20:56 +0000 (17:20 +0800)]
Component/bt: add svc_inst_id param for create service table event
  - add svc_inst_id param for create service table event
  - Closes https://github.com/espressif/esp-idf/issues/3256

5 years agoComponent/bt: add new api to get connection parameters
zhiweijian [Thu, 23 May 2019 06:44:16 +0000 (14:44 +0800)]
Component/bt: add new api to get connection parameters

5 years agoMerge branch 'doc/review_api-ref_storage' into 'master'
Krzysztof Budzynski [Mon, 17 Jun 2019 06:23:52 +0000 (14:23 +0800)]
Merge branch 'doc/review_api-ref_storage' into 'master'

Doc/review api ref storage

See merge request idf/esp-idf!5074

5 years agoDoc/review api ref storage
Kirill Chalov [Mon, 17 Jun 2019 06:23:52 +0000 (14:23 +0800)]
Doc/review api ref storage

5 years agoreplace strncpy with strlcpy in wifi examples for safety's sake
suda-morris [Tue, 11 Jun 2019 07:46:02 +0000 (15:46 +0800)]
replace strncpy with strlcpy in wifi examples for safety's sake

5 years agoMerge branch 'bugfix/prov_examples_strlcpy' into 'master'
Angus Gratton [Mon, 17 Jun 2019 02:29:05 +0000 (10:29 +0800)]
Merge branch 'bugfix/prov_examples_strlcpy' into 'master'

Wi-Fi Provisioning : Bugfix in copying Wi-Fi SSID and Passphrase

Closes IDF-693

See merge request idf/esp-idf!5180

5 years agospi: fix a possible concurrency issue
Michael (XIAO Xufeng) [Fri, 31 May 2019 07:23:10 +0000 (15:23 +0800)]
spi: fix a possible concurrency issue

5 years agoAllow configuration of local netif hostname via new LWIP component configuration...
grumpy-dude [Thu, 13 Jun 2019 00:05:41 +0000 (17:05 -0700)]
Allow configuration of local netif hostname via new LWIP component configuration menu item

Signed-off-by: Sagar Bijwe <sagar@espressif.com>
Merges https://github.com/espressif/esp-idf/pull/3627

5 years agoci: add clang static analysis jobs
David Cermak [Tue, 20 Nov 2018 14:00:49 +0000 (15:00 +0100)]
ci: add clang static analysis jobs

Clang tidy 9.0.0 is to perform static analysis of IDF sources. All component sources are analysed with default sdkconfig configuration, based on examples/get-started/hello_world project (compilation commands are extracted from default build commands for this project). Configuration of static analysis is defined in tools/ci/static-analysis-rules.yml

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

5 years agoAdd click package to linux setup instructions
Sergei Silnov [Tue, 11 Jun 2019 12:30:01 +0000 (14:30 +0200)]
Add click package to linux setup instructions

5 years agoUpdate order of arguments for idf.py in docs
Sergei Silnov [Mon, 27 May 2019 07:18:38 +0000 (09:18 +0200)]
Update order of arguments for idf.py in docs

5 years agolog: fix minor memory leak when cleaning list of log levels
David Cermak [Fri, 14 Jun 2019 09:42:11 +0000 (11:42 +0200)]
log: fix minor memory leak when cleaning list of log levels

5 years agoMerge branch 'bugfix/dns_bug' into 'master'
Jiang Jiang Jian [Fri, 14 Jun 2019 07:06:05 +0000 (15:06 +0800)]
Merge branch 'bugfix/dns_bug' into 'master'

LDNS: fix the crash  under static IP address

Closes WIFI-487

See merge request idf/esp-idf!5069

5 years agoMerge branch 'feature/allow_multiple_fragment_definitions_for_library_v4.0' into...
Angus Gratton [Fri, 14 Jun 2019 06:07:59 +0000 (14:07 +0800)]
Merge branch 'feature/allow_multiple_fragment_definitions_for_library_v4.0' into 'master'

Allow multiple mapping fragments to map same library

See merge request idf/esp-idf!4713

5 years agoMerge branch 'bugfix/improve_flash_dio_read_timing' into 'master'
Wang Jia Lin [Fri, 14 Jun 2019 04:10:46 +0000 (12:10 +0800)]
Merge branch 'bugfix/improve_flash_dio_read_timing' into 'master'

bugfix(flash): fix flash dio read mode configuration error on SPI0

See merge request idf/esp-idf!5086

5 years agolwip:fix bugfix/dns_bug
xueyunfei [Fri, 24 May 2019 03:58:48 +0000 (11:58 +0800)]
lwip:fix bugfix/dns_bug

5 years agoMerge branch 'bugfix/malloc_warnings_can' into 'master'
Angus Gratton [Fri, 14 Jun 2019 01:58:14 +0000 (09:58 +0800)]
Merge branch 'bugfix/malloc_warnings_can' into 'master'

can: suppress clang tidy warning about nullptr dereference

See merge request idf/esp-idf!5145

5 years agocan: suppress clang tidy warning about nullptr dereference
David Cermak [Fri, 31 May 2019 13:35:05 +0000 (15:35 +0200)]
can: suppress clang tidy warning about nullptr dereference

5 years agoMerge branch 'bugfix/ci_sort_executable_list' into 'master'
Ivan Grokhotkov [Thu, 13 Jun 2019 13:39:06 +0000 (21:39 +0800)]
Merge branch 'bugfix/ci_sort_executable_list' into 'master'

ci: keep executables list sorted to pass tests

See merge request idf/esp-idf!5231

5 years agoMerge branch 'fix/bootloader_region_overlap_update' into 'master'
Ivan Grokhotkov [Thu, 13 Jun 2019 08:07:05 +0000 (16:07 +0800)]
Merge branch 'fix/bootloader_region_overlap_update' into 'master'

bootloader: remove duplicate region overlap logic

See merge request idf/esp-idf!5128

5 years agoMerge branch 'optimize/igmp_mld6_timer' into 'master'
Jiang Jiang Jian [Thu, 13 Jun 2019 07:31:26 +0000 (15:31 +0800)]
Merge branch 'optimize/igmp_mld6_timer' into 'master'

optimize: IGMP and MLD6 timer optimization config added

See merge request idf/esp-idf!4776

5 years agoMerge branch 'feature/btdm_config_eir' into 'master'
Jiang Jiang Jian [Thu, 13 Jun 2019 06:55:23 +0000 (14:55 +0800)]
Merge branch 'feature/btdm_config_eir' into 'master'

components/bt: Add API to config EIR data

See merge request idf/esp-idf!5038

5 years agoMerge branch 'bugfix/btdm_coex_assert_in_lc_lmppdu' into 'master'
Jiang Jiang Jian [Thu, 13 Jun 2019 05:58:43 +0000 (13:58 +0800)]
Merge branch 'bugfix/btdm_coex_assert_in_lc_lmppdu' into 'master'

components/bt: Fix assert due to alloc LMP TX buffer failed

See merge request idf/esp-idf!5134

5 years agoci: keep executables list sorted to pass tests
Anton Maklakov [Thu, 13 Jun 2019 05:42:49 +0000 (12:42 +0700)]
ci: keep executables list sorted to pass tests

5 years agotest: fix some wifi case issues:
He Yin Ling [Thu, 13 Jun 2019 03:14:39 +0000 (11:14 +0800)]
test: fix some wifi case issues:

* remove heap size check cases as we have bg tasks allocate memory
* fix wifi connect to open ap issue

5 years agoMerge branch 'feature/otatool_parttool_python_api' into 'master'
Angus Gratton [Thu, 13 Jun 2019 02:31:29 +0000 (10:31 +0800)]
Merge branch 'feature/otatool_parttool_python_api' into 'master'

otatool, parttool Python API

See merge request idf/esp-idf!5077

5 years agoMerge branch 'bugfix/spiflash_kconfig' into 'master'
Angus Gratton [Thu, 13 Jun 2019 02:18:14 +0000 (10:18 +0800)]
Merge branch 'bugfix/spiflash_kconfig' into 'master'

spi_flash: Fix Kconfig indentation

Closes IDFGH-1307

See merge request idf/esp-idf!5195

5 years agoMerge branch 'doc/partition_table_app_test' into 'master'
Angus Gratton [Thu, 13 Jun 2019 02:16:51 +0000 (10:16 +0800)]
Merge branch 'doc/partition_table_app_test' into 'master'

partition table: Update documentation about "test" partition type

See merge request idf/esp-idf!5125

5 years agoMerge branch 'bugfix/malloc_warnings_transport' into 'master'
Angus Gratton [Thu, 13 Jun 2019 02:11:36 +0000 (10:11 +0800)]
Merge branch 'bugfix/malloc_warnings_transport' into 'master'

tcp_transport: fix minor memory leak found by static analyzer

Closes IDF-681

See merge request idf/esp-idf!5141

5 years agoMerge branch 'bugfix/malloc_warnings_event_loop' into 'master'
Angus Gratton [Thu, 13 Jun 2019 02:10:26 +0000 (10:10 +0800)]
Merge branch 'bugfix/malloc_warnings_event_loop' into 'master'

esp_event: fix possible malloc free issues found by static analyzer

See merge request idf/esp-idf!5142

5 years agoMerge branch 'bugfix/rest_server_strlcpy' into 'master'
Angus Gratton [Thu, 13 Jun 2019 01:47:32 +0000 (09:47 +0800)]
Merge branch 'bugfix/rest_server_strlcpy' into 'master'

Example restful_server : Minor fix in copying file system base path

Closes IDF-691

See merge request idf/esp-idf!5181

5 years agoMerge branch 'feature/idf_version_header' into 'master'
Angus Gratton [Thu, 13 Jun 2019 01:41:35 +0000 (09:41 +0800)]
Merge branch 'feature/idf_version_header' into 'master'

esp_common: add esp_idf_version.h header to define IDF version

Closes IDF-253

See merge request idf/esp-idf!4596

5 years agoMerge branch 'bugfix/idfpy_msys_powershell' into 'master'
Angus Gratton [Thu, 13 Jun 2019 01:23:43 +0000 (09:23 +0800)]
Merge branch 'bugfix/idfpy_msys_powershell' into 'master'

idf.py: Don't expect "_" env. variable to be available from PowerShell

Closes #79

See merge request idf/esp-idf!5119

5 years agoMerge branch 'doc/translate_idf_about' into 'master'
Krzysztof Budzynski [Wed, 12 Jun 2019 11:17:04 +0000 (19:17 +0800)]
Merge branch 'doc/translate_idf_about' into 'master'

Doc/translate idf about

See merge request idf/esp-idf!5168

5 years agoDoc/translate idf about
Natasha [Wed, 12 Jun 2019 11:17:04 +0000 (19:17 +0800)]
Doc/translate idf about

5 years agoMerge branch 'bugfix/gcc8_toolchain_links' into 'master'
Ivan Grokhotkov [Wed, 12 Jun 2019 10:40:02 +0000 (18:40 +0800)]
Merge branch 'bugfix/gcc8_toolchain_links' into 'master'

docs: fix generation of toolchain links

Closes IDFGH-1319

See merge request idf/esp-idf!5194

5 years agoMerge branch 'bugfix/fix_some_wps_bugs' into 'master'
Jiang Jiang Jian [Wed, 12 Jun 2019 06:35:52 +0000 (14:35 +0800)]
Merge branch 'bugfix/fix_some_wps_bugs' into 'master'

wps: add  overlap event

Closes WIFI-517

See merge request idf/esp-idf!5022

5 years agomdns: added initial suite of api unit tests
David Cermak [Mon, 27 May 2019 14:06:48 +0000 (16:06 +0200)]
mdns: added initial suite of api unit tests

5 years agoidf.py: Don't expect "_" env. variable to be available from PowerShell
Roland Dobai [Tue, 4 Jun 2019 11:20:00 +0000 (13:20 +0200)]
idf.py: Don't expect "_" env. variable to be available from PowerShell

5 years agospi_flash: Rename long Kconfig options
Roland Dobai [Tue, 11 Jun 2019 08:45:26 +0000 (10:45 +0200)]
spi_flash: Rename long Kconfig options

5 years agospi_flash: Fix Kconfig indentation
Roland Dobai [Tue, 11 Jun 2019 08:32:59 +0000 (10:32 +0200)]
spi_flash: Fix Kconfig indentation

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

5 years agoMerge branch 'bugfix/ci_test_confserver_timeout' into 'master'
Ivan Grokhotkov [Wed, 12 Jun 2019 05:48:19 +0000 (13:48 +0800)]
Merge branch 'bugfix/ci_test_confserver_timeout' into 'master'

ci: Adjust the test_confserver timeout to 2 seconds

See merge request idf/esp-idf!5184

5 years agoExample restful_server : Minor fix in copying file system base path
Anurag Kar [Mon, 10 Jun 2019 12:32:45 +0000 (18:02 +0530)]
Example restful_server : Minor fix in copying file system base path

5 years agoProvisioning Examples : Bugfix in copying Wi-Fi SSID and Passphrase
Anurag Kar [Mon, 10 Jun 2019 11:53:53 +0000 (17:23 +0530)]
Provisioning Examples : Bugfix in copying Wi-Fi SSID and Passphrase

5 years agoWi-Fi Provisioning : Bugfix in copying SSID and Passphrase
Anurag Kar [Mon, 10 Jun 2019 12:19:30 +0000 (17:49 +0530)]
Wi-Fi Provisioning : Bugfix in copying SSID and Passphrase

These changes guarantee that the SSID and Passphrase received via protocomm are NULL terminated and size limited to their standard lengths.

List of changes:
* Corrected length of passphrase field in wifi_prov_config_set_data_t structure
* Performing length checks on SSID, passphrase and bssid, when populating wifi_prov_config_set_data_t structure with received credentials

5 years agooptimize: IGMP and MLD6 timers on demand config added
Sachin Parekh [Mon, 15 Apr 2019 09:50:37 +0000 (15:20 +0530)]
optimize: IGMP and MLD6 timers on demand config added

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agoldgen: allow multiple mapping fragments to map same library
Renz Christian Bagaporo [Fri, 5 Apr 2019 06:32:21 +0000 (14:32 +0800)]
ldgen: allow multiple mapping fragments to map same library