]> granicus.if.org Git - esp-idf/log
esp-idf
6 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.)

6 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

6 years agoMerge branch 'bugfix/modify_wifi_reason_code_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Mon, 1 Apr 2019 06:26:56 +0000 (14:26 +0800)]
Merge branch 'bugfix/modify_wifi_reason_code_v3.3' into 'release/v3.3'

wifi: modify wifi reason code (backport v3.3)

See merge request idf/esp-idf!4648

6 years agowifi: modify wifi reason code
zhangyanjiao [Mon, 1 Apr 2019 03:29:29 +0000 (11:29 +0800)]
wifi: modify wifi reason code

6 years agoMerge branch 'mesh/decouple_addition_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Tue, 26 Mar 2019 03:04:25 +0000 (11:04 +0800)]
Merge branch 'mesh/decouple_addition_v3.3' into 'release/v3.3'

Decouple Wifi and ESP-Mesh to reduce bin size (backport v3.3)

See merge request idf/esp-idf!4521

6 years agoMerge branch 'bugfix/cmake_component_path_v3.3' into 'release/v3.3'
Ivan Grokhotkov [Mon, 25 Mar 2019 03:24:42 +0000 (11:24 +0800)]
Merge branch 'bugfix/cmake_component_path_v3.3' into 'release/v3.3'

cmake: Set COMPONENT_PATH during early expansion of dependencies (v3.3)

See merge request idf/esp-idf!4595

6 years agoDecouple Wifi and ESP-Mesh to reduce bin size
chenyudong [Fri, 15 Mar 2019 12:22:07 +0000 (20:22 +0800)]
Decouple Wifi and ESP-Mesh to reduce bin size

Do not link mesh code when mesh is not used

6 years agocmake: Set COMPONENT_PATH during early expansion of dependencies
Angus Gratton [Tue, 19 Mar 2019 23:42:29 +0000 (10:42 +1100)]
cmake: Set COMPONENT_PATH during early expansion of dependencies

Works around bug where components/soc/CMakeLists.txt was testing "EXISTS
${COMPONENT_PATH}/${SOC_NAME}" and this test could pass during early
expansion if COMPONENT_PATH was empty and a directory /esp32 exists
on Windows.

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

6 years agoMerge branch 'bugfix/error_in_bootloader_loadprohibited_v3.3' into 'release/v3.3'
Ivan Grokhotkov [Thu, 21 Mar 2019 10:22:24 +0000 (18:22 +0800)]
Merge branch 'bugfix/error_in_bootloader_loadprohibited_v3.3' into 'release/v3.3'

esp_tool: Exclude elf-sha256 from bootloader (backport v3.3)

See merge request idf/esp-idf!4560

6 years agoMerge branch 'bugfix/mesh_memory_leak_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Thu, 21 Mar 2019 03:45:34 +0000 (11:45 +0800)]
Merge branch 'bugfix/mesh_memory_leak_v3.3' into 'release/v3.3'

mesh: fix memory leak and group send (backport v3.3)

See merge request idf/esp-idf!4517

6 years agoMerge branch 'bugfix/sphinx_build_failure_on_rtd_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Thu, 21 Mar 2019 03:44:01 +0000 (11:44 +0800)]
Merge branch 'bugfix/sphinx_build_failure_on_rtd_v3.3' into 'release/v3.3'

docs: Upgraded sphinx package version to prevent build failures on readthedocs…

See merge request idf/esp-idf!4553

6 years agoMerge branch 'bugfix/btdm_fix_no_adv_report_when_scaning_with_sleep_enable_v3.3'...
Jiang Jiang Jian [Wed, 20 Mar 2019 13:40:28 +0000 (21:40 +0800)]
Merge branch 'bugfix/btdm_fix_no_adv_report_when_scaning_with_sleep_enable_v3.3' into 'release/v3.3'

Component/bt: fix no adv report when scaning with sleep enable (backport v3.3)

See merge request idf/esp-idf!4536

6 years agoMerge branch 'bugfix/btdm_fix_build_warning_when_bluedroid_disable_log_v3.3' into...
Jiang Jiang Jian [Wed, 20 Mar 2019 13:22:33 +0000 (21:22 +0800)]
Merge branch 'bugfix/btdm_fix_build_warning_when_bluedroid_disable_log_v3.3' into 'release/v3.3'

Component/bt: fix build warning when bluedroid disable log (backport V3.3)

See merge request idf/esp-idf!4565

6 years agoMerge branch 'bugfix/btdm_fix_blufi_prepare_write_crash_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Wed, 20 Mar 2019 10:21:10 +0000 (18:21 +0800)]
Merge branch 'bugfix/btdm_fix_blufi_prepare_write_crash_v3.3' into 'release/v3.3'

Component/bt: fix blufi prepare write crash (backport v3.3)

See merge request idf/esp-idf!4562

6 years agomesh: fix memory leak and group send
chenyudong [Mon, 18 Mar 2019 07:02:00 +0000 (15:02 +0800)]
mesh: fix memory leak and group send

fix a bug in group send
fix esp_mesh_set_router when router_t not initialized
fix mesh memory leak with invalid option

6 years agoComponent/bt: fix build warning when bluedroid disable log
zhiweijian [Fri, 15 Mar 2019 12:59:55 +0000 (20:59 +0800)]
Component/bt: fix build warning when bluedroid disable log

6 years agoComponent/bt: fix blufi prepare write crash
zhiweijian [Mon, 25 Feb 2019 06:48:46 +0000 (14:48 +0800)]
Component/bt: fix blufi prepare write crash

6 years agoesp_tool: Exclude elf-sha256 from bootloader
Konstantin Kondrashov [Fri, 15 Mar 2019 12:02:16 +0000 (20:02 +0800)]
esp_tool: Exclude elf-sha256 from bootloader

Closes: IDFGH-690
6 years agoMerge branch 'bugfix/fix_the_bug_cal_PMK_too_long_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Wed, 20 Mar 2019 03:29:35 +0000 (11:29 +0800)]
Merge branch 'bugfix/fix_the_bug_cal_PMK_too_long_v3.3' into 'release/v3.3'

wifi: fix the bug that calculate PMK too long (backport v3.3)

See merge request idf/esp-idf!4530

6 years agodocs: Upgraded sphinx package version to prevent build failures on readthedocs site...
krzychb [Tue, 19 Mar 2019 15:47:39 +0000 (16:47 +0100)]
docs: Upgraded sphinx package version to prevent build failures on readthedocs site. Upgraded versions of other packages that are used during documentation build. (backport v3.3)

6 years agoComponent/bt: fix no adv report when scaning with sleep enable
zhiweijian [Mon, 18 Mar 2019 08:35:50 +0000 (16:35 +0800)]
Component/bt: fix no adv report when scaning with sleep enable

6 years agowifi: fix the bug that when call set_config before connecting to an encrypted AP...
zhangyanjiao [Mon, 18 Mar 2019 06:45:33 +0000 (14:45 +0800)]
wifi: fix the bug that when call set_config before connecting to an encrypted AP, PMK will be recalculated

6 years agoMerge branch 'bugfix/mdns_add_remove_multiple_srv_master_3.3' into 'release/v3.3'
Jiang Jiang Jian [Sun, 17 Mar 2019 07:41:34 +0000 (15:41 +0800)]
Merge branch 'bugfix/mdns_add_remove_multiple_srv_master_3.3' into 'release/v3.3'

mdns: fix possible crash if tx packet contained answer to removed service (backport 3.3)

See merge request idf/esp-idf!4480

6 years agoMerge branch 'bugfix/esp_sha_signing_sha256_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Sun, 17 Mar 2019 06:40:21 +0000 (14:40 +0800)]
Merge branch 'bugfix/esp_sha_signing_sha256_v3.3' into 'release/v3.3'

secure boot: Fix esp_sha INT WDT, switch to using mbedTLS API  (backport v3.3)

See merge request idf/esp-idf!4512

6 years agoMerge branch 'bugfix/bb_watchdog_reset_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Fri, 15 Mar 2019 10:49:32 +0000 (18:49 +0800)]
Merge branch 'bugfix/bb_watchdog_reset_v3.3' into 'release/v3.3'

esp32: add WiFi baseband watchdog reset

See merge request idf/esp-idf!4486

6 years agoMerge branch 'test/fix_some_ut_not_assigned_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Fri, 15 Mar 2019 08:11:53 +0000 (16:11 +0800)]
Merge branch 'test/fix_some_ut_not_assigned_v3.3' into 'release/v3.3'

test: fix some ut case not assigned (backport v3.3)

See merge request idf/esp-idf!4488

6 years agoMerge branch 'bugfix/console_allow_buffered_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Fri, 15 Mar 2019 08:11:30 +0000 (16:11 +0800)]
Merge branch 'bugfix/console_allow_buffered_v3.3' into 'release/v3.3'

console example: use buffered stdout by default (backport v3.3)

See merge request idf/esp-idf!4508

6 years agoesp32: Chunk input blocks for esp_sha() function performance, add perf test
Angus Gratton [Mon, 11 Mar 2019 07:24:32 +0000 (18:24 +1100)]
esp32: Chunk input blocks for esp_sha() function performance, add perf test

6 years agosecure boot: Use mbedtls_sha256() not esp_sha()
Angus Gratton [Fri, 8 Mar 2019 05:16:55 +0000 (16:16 +1100)]
secure boot: Use mbedtls_sha256() not esp_sha()

Latter is probably compiled into most firmwares already, saves some size.

Ref https://github.com/espressif/esp-idf/issues/3127

6 years agoesp32 hwcrypto: Prevent esp_sha() from disabling interrupts for extended period
Angus Gratton [Fri, 8 Mar 2019 05:14:15 +0000 (16:14 +1100)]
esp32 hwcrypto: Prevent esp_sha() from disabling interrupts for extended period

* Closes https://github.com/espressif/esp-idf/issues/3127
* Closes IDFGH-681

Also reported at https://esp32.com/viewtopic.php?f=13&t=9506

6 years agoMerge branch 'bugfix/remove_malloc_ble_prov_v3.3' into 'release/v3.3'
Angus Gratton [Fri, 15 Mar 2019 06:29:18 +0000 (14:29 +0800)]
Merge branch 'bugfix/remove_malloc_ble_prov_v3.3' into 'release/v3.3'

(backport v3.3) Protocomm BLE: Make changes in handling BLE read/write requests

See merge request idf/esp-idf!4496

6 years agoMerge branch 'bugfix/ble_assert_8192_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Fri, 15 Mar 2019 06:01:50 +0000 (14:01 +0800)]
Merge branch 'bugfix/ble_assert_8192_v3.3' into 'release/v3.3'

fix the bug assert(8192 0) in rwble.c 234

See merge request idf/esp-idf!4490

6 years agoMerge branch 'feature/trim_idf_ver_to_fit_32bit_field_v3.3' into 'release/v3.3'
Angus Gratton [Fri, 15 Mar 2019 03:38:32 +0000 (11:38 +0800)]
Merge branch 'feature/trim_idf_ver_to_fit_32bit_field_v3.3' into 'release/v3.3'

tools/test_build_system: Trim IDF_VER to fit a 32-bit field (backport v3.3)

See merge request idf/esp-idf!4497

6 years agoexamples: don't enable buffering on stdout in console examples
Ivan Grokhotkov [Wed, 13 Mar 2019 12:19:55 +0000 (20:19 +0800)]
examples: don't enable buffering on stdout in console examples

newlib uses significantly more stack space when printing to an
unbuffered stream. To reduce the amount of stack space required to
use the console, don’t disable buffering. linenoise should support
unbuffered stdout instead.

6 years agoconsole/linenoise: support buffered stdout
Ivan Grokhotkov [Wed, 13 Mar 2019 12:17:25 +0000 (20:17 +0800)]
console/linenoise: support buffered stdout

6 years agotools/test_build_system: Add tests with long IDF_VER
KonstantinKondrashov [Wed, 13 Mar 2019 12:43:33 +0000 (20:43 +0800)]
tools/test_build_system: Add tests with long IDF_VER

6 years agocmake: Trim IDF_VER to fit a 32-bit field
Konstantin Kondrashov [Wed, 13 Mar 2019 12:04:43 +0000 (20:04 +0800)]
cmake: Trim IDF_VER to fit a 32-bit field

6 years agomake: Trim IDF_VER to fit a 32-bit field
Konstantin Kondrashov [Wed, 13 Mar 2019 12:01:28 +0000 (20:01 +0800)]
make: Trim IDF_VER to fit a 32-bit field

Closes: https://github.com/espressif/esp-idf/issues/3131
6 years agoProtocomm BLE: Make changes in handling BLE read/write requests
Hrishikesh Dhayagude [Fri, 8 Mar 2019 06:48:40 +0000 (12:18 +0530)]
Protocomm BLE: Make changes in handling BLE read/write requests

1. Remove unwanted malloc during BLE send response
2. Populate the missing parameters in the response - handle, offset, auth_req

6 years agofix the bug assert(8192 0) in rwble.c 234
Tian Hao [Tue, 12 Mar 2019 03:21:47 +0000 (11:21 +0800)]
fix the bug assert(8192 0) in rwble.c 234

6 years agotest: fix some ut case not assigned:
He Yin Ling [Sun, 10 Mar 2019 06:15:43 +0000 (14:15 +0800)]
test: fix some ut case not assigned:

we didn't remove UT case file correctly for cmake build. even we use
artifact from make jobs, cmake case file will be used to assign test.

6 years agoesp32: add WiFi baseband watchdog reset
Liu Zhi Fu [Wed, 6 Mar 2019 11:02:55 +0000 (19:02 +0800)]
esp32: add WiFi baseband watchdog reset

When WiFi enter into a special status (11b weak mode), then reset
Wifi baseband to recover to normal mode.

6 years agomdns: fix possible crash when probing on particular interface with duplicated service...
David Cermak [Mon, 11 Mar 2019 10:49:29 +0000 (11:49 +0100)]
mdns: fix possible crash when probing on particular interface with duplicated service instances due to naming conflicts on network

Issue: MDNS server initially sends probing packets to resolve naming confilicts with already registered service instances. In case of a conflict, instance name is altered and probing restarts. Original instance however wasnnot removed from the structure and upon service removal only one entry was removed and a dangling service might have been kept in the structure to bring about a crash.
Resolution: Keep only one instance of a service in the probing structure.

Closes IDF-498

6 years agomdns: enable pcbs before starting service thread to avoid updating pcb's internal...
David Cermak [Mon, 4 Mar 2019 11:32:10 +0000 (12:32 +0100)]
mdns: enable pcbs before starting service thread to avoid updating pcb's internal variables from concurent tasks

possible race condition: user task runs mdns_init, which enables pcbs while mdns-task already created could execute enable/disable of the same pcbs if an appropriate system event received

6 years agomdns: fix possible deadlock on mdns deinit calling mdns_free()
David Cermak [Mon, 4 Mar 2019 10:13:52 +0000 (11:13 +0100)]
mdns: fix possible deadlock on mdns deinit calling mdns_free()

mnds_free() initiates stop and delete timer tasks, which after locking the mutex could lead to a dead lock in case timer task executed before deleting the task, as it would wait indefinitelly for unlocking the mutex. This condition is fixed by calling _mdns_stop_timer without locking the mutex, because there's no need to protect any data when stopping and deleting the timer task

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

6 years agomdsn: fix race condition in updating packet data from user task when failed to alloca...
David Cermak [Fri, 1 Mar 2019 15:59:38 +0000 (16:59 +0100)]
mdsn: fix race condition in updating packet data from user task when failed to allocate or queue a new service

Issue: mdns_service_add API allocates and queues an action to be processed in mdns task context; when allocation or queueing fails, allocated structure needs to be freed. Function _mdns_free_service did not only fee all the structures, but also updates packet data.
Resolution: Moved removal of packet data outside of _mdns_free_service function.

6 years agomdns: fix possible crash when packet scheduled to transmit contained service which...
David Cermak [Mon, 25 Feb 2019 13:29:39 +0000 (14:29 +0100)]
mdns: fix possible crash when packet scheduled to transmit contained service which might have been already removed

packets scheduled to transmit are pushed to action queue and removed from tx_queue_head structure, which is searched for all remaining services and while service is removed, then service questions/asnwers are also removed from this structure. This update fixes possible crash when packet is pushed to action queue, and when service is removed, its answers are removed from tx_queue_head, but not from action queue. this could lead to a crash when the packet is poped from action queue containing questions/answers to already removed (freed) service

Closes IDF-504

6 years agoMerge branch 'feature/btdm_add_adv_report_flow_control_v3.3' into 'release/v3.3'
Jiang Jiang Jian [Wed, 13 Mar 2019 13:23:09 +0000 (21:23 +0800)]
Merge branch 'feature/btdm_add_adv_report_flow_control_v3.3' into 'release/v3.3'

Component/bt: add BLE adv report flow control(Backport v3.3)

See merge request idf/esp-idf!4471

6 years agoMerge branch 'bugfix/confgen_expr_value_v3.3' into 'release/v3.3'
Angus Gratton [Wed, 13 Mar 2019 08:54:48 +0000 (16:54 +0800)]
Merge branch 'bugfix/confgen_expr_value_v3.3' into 'release/v3.3'

confgen: Fix bug with JSON metadata conditional range generation (v3.3)

See merge request idf/esp-idf!4469

6 years agoComponent/bt: add BLE adv report flow control
zhiweijian [Fri, 1 Mar 2019 13:59:55 +0000 (21:59 +0800)]
Component/bt: add BLE adv report flow control

6 years agoconfgen: Fix bug with JSON metadata conditional range generation
Angus Gratton [Fri, 1 Mar 2019 04:38:23 +0000 (15:38 +1100)]
confgen: Fix bug with JSON metadata conditional range generation

When generating JSON metadata for ranges where there are conditional ranges (ie different allowed range
depending on another config setting), the JSON metadata would always have the last named range as
the expression was not evaluated properly.

Thanks to ulfalizer on GitHub for pointing this out.

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

6 years agoMerge branch 'bugfix/mdns_incorrect_semaphore_use' into 'master'
Angus Gratton [Wed, 13 Mar 2019 05:11:45 +0000 (13:11 +0800)]
Merge branch 'bugfix/mdns_incorrect_semaphore_use' into 'master'

mdns: use binary semaphore instead of mutex when searching

See merge request idf/esp-idf!4464

6 years agoMerge branch 'bugfix/modify_dhcpserver_and_tcpip_adapter' into 'master'
Angus Gratton [Wed, 13 Mar 2019 04:54:55 +0000 (12:54 +0800)]
Merge branch 'bugfix/modify_dhcpserver_and_tcpip_adapter' into 'master'

modify the behavior for dhcpserver and tcpip_adapter

Closes IDFGH-557 and IDFGH-563

See merge request idf/esp-idf!4453

6 years agoMerge branch 'bugfix/build_fails_when_editor_assoc_with_py_scripts' into 'master'
Angus Gratton [Tue, 12 Mar 2019 23:47:27 +0000 (07:47 +0800)]
Merge branch 'bugfix/build_fails_when_editor_assoc_with_py_scripts' into 'master'

Fix issues with CMake builds when python scripts are associated with an editor

See merge request idf/esp-idf!4459

6 years agoMerge branch 'bugfix/blink-increase-task-size' into 'master'
Angus Gratton [Tue, 12 Mar 2019 23:44:48 +0000 (07:44 +0800)]
Merge branch 'bugfix/blink-increase-task-size' into 'master'

examples: Increase task size for blink demo

See merge request idf/esp-idf!4342

6 years agoci: test full build never runs '/usr/bin/env python' or similar
Renz Christian Bagaporo [Tue, 12 Mar 2019 05:28:06 +0000 (13:28 +0800)]
ci: test full build never runs '/usr/bin/env python' or similar

6 years agomdns: use binary semaphore instead of mutex when searching
Ivan Grokhotkov [Mon, 4 Mar 2019 08:59:09 +0000 (16:59 +0800)]
mdns: use binary semaphore instead of mutex when searching

mdns_search_once_t::lock is used to synchronize tasks (taken by one
task and given by the other) so it should not be a mutex.
Convert to semaphore, and rename to indicate its purpose.

6 years agocmake: Fix for Python files executed directly, not via PYTHON variable
Renz Christian Bagaporo [Tue, 12 Mar 2019 05:31:44 +0000 (13:31 +0800)]
cmake: Fix for Python files executed directly, not via PYTHON variable

A problem if the Python interpreter used for idf.py (or set via PYTHON
variable) didn't match
"/usr/bin/env python" (or the associated executable for .py files, on
Windows).

Closes https://github.com/espressif/esp-idf/issues/3160
Possibly also fix for https://github.com/espressif/esp-idf/issues/2936

Adds build system test to catch any future direct execution of Python in
the standard build process.

6 years agoMerge branch 'feature/sync_issues_to_jira' into 'master'
Angus Gratton [Mon, 11 Mar 2019 22:31:48 +0000 (06:31 +0800)]
Merge branch 'feature/sync_issues_to_jira' into 'master'

github: Add workflow file to sync issues to JIRA

See merge request idf/esp-idf!4443

6 years agoMerge branch 'bugfix/freemodbus_remove_critical_section' into 'master'
Angus Gratton [Mon, 11 Mar 2019 22:30:50 +0000 (06:30 +0800)]
Merge branch 'bugfix/freemodbus_remove_critical_section' into 'master'

freemodbus: Fix remove critical_sections

See merge request idf/esp-idf!4289

6 years agoMerge branch 'bugfix/coredump_improvements_refactoring_delete_include' into 'master'
Ivan Grokhotkov [Mon, 11 Mar 2019 11:00:39 +0000 (19:00 +0800)]
Merge branch 'bugfix/coredump_improvements_refactoring_delete_include' into 'master'

esp32: coredump refactoring fix bug (remove duplicated include)

See merge request idf/esp-idf!4328

6 years agoMerge branch 'doc/jtag_debug_zh_CN' into 'master'
Angus Gratton [Mon, 11 Mar 2019 08:35:04 +0000 (16:35 +0800)]
Merge branch 'doc/jtag_debug_zh_CN' into 'master'

zh_CN translation of JTAG debugging

See merge request idf/esp-idf!3709

6 years agoMerge branch 'bugfix/efuse_virtual_mode' into 'master'
Angus Gratton [Mon, 11 Mar 2019 08:33:32 +0000 (16:33 +0800)]
Merge branch 'bugfix/efuse_virtual_mode' into 'master'

efuse: When Virtual eFuses are enabled, seed the virtual values as part of startup code

Closes WIFI-338

See merge request idf/esp-idf!4454

6 years agoMerge branch 'bugfix/doc_ubuntu_packages' into 'master'
Angus Gratton [Mon, 11 Mar 2019 07:53:57 +0000 (15:53 +0800)]
Merge branch 'bugfix/doc_ubuntu_packages' into 'master'

docs: Update package dependencies

Closes IDFGH-360

See merge request idf/esp-idf!4406

6 years agoMerge branch 'bugfix/msys_cancel_idfpy' into 'master'
Angus Gratton [Mon, 11 Mar 2019 04:27:36 +0000 (12:27 +0800)]
Merge branch 'bugfix/msys_cancel_idfpy' into 'master'

tools: re-run idf.py in MSYS with winpty

Closes #67

See merge request idf/esp-idf!4341

6 years agoefuse: When Virtual eFuses are enabled, seed the virtual values as part of startup...
Angus Gratton [Mon, 11 Mar 2019 04:15:16 +0000 (15:15 +1100)]
efuse: When Virtual eFuses are enabled, seed the virtual values as part of startup code

6 years agomodify the behavior for dhcpserver and tcpip_adapter:
zhangyanjiao [Mon, 11 Mar 2019 03:03:48 +0000 (11:03 +0800)]
modify the behavior for dhcpserver and tcpip_adapter:
1. dhcp_server: suppress send_offer debug output
2. tcpip_adapter: zero-initialize system_event_t structures
3. tcpip_adapter: pass client IP address along with SYSTEM_EVENT_AP_STAIPASSIGNED

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

6 years agoMerge branch 'test/fix_unit_test_job_pass_even_no_test_executed' into 'master'
He Yin Ling [Mon, 11 Mar 2019 02:19:15 +0000 (10:19 +0800)]
Merge branch 'test/fix_unit_test_job_pass_even_no_test_executed' into 'master'

test: fix CI UT job pass even ut app bootup fail

See merge request idf/esp-idf!4208

6 years agotest: temp disable spi master slave mode test
He Yin Ling [Wed, 27 Feb 2019 06:32:24 +0000 (14:32 +0800)]
test: temp disable spi master slave mode test

6 years agounit-test-app: increase factory partition size
He Yin Ling [Thu, 31 Jan 2019 07:12:31 +0000 (15:12 +0800)]
unit-test-app: increase factory partition size

6 years agotest: fix CI UT job pass even ut app bootup fail
He Yin Ling [Thu, 31 Jan 2019 02:12:17 +0000 (10:12 +0800)]
test: fix CI UT job pass even ut app bootup fail

6 years agoMerge branch 'bugfix/autoip_memoey_leak_debug' into 'master'
Jiang Jiang Jian [Fri, 8 Mar 2019 11:54:25 +0000 (19:54 +0800)]
Merge branch 'bugfix/autoip_memoey_leak_debug' into 'master'

fix the bug in auto Ip memory leak

See merge request idf/esp-idf!4395

6 years agoesp32: coredump header (fix linker.lf)
aleks [Thu, 21 Feb 2019 08:10:21 +0000 (09:10 +0100)]
esp32: coredump header (fix linker.lf)

remove duplicated include from components/esp32/incliude/esp_core_dump.h
espcoredump/incliude/esp_core_dump.h:
fix signature of the functions esp_core_dump_to_uart() and esp_core_dump_to_uart();
add espcoredump into COMPONENT_PRIV_REQUIRES list
fix linker.lf file

6 years agogithub: Add workflow file to sync issues to JIRA
Angus Gratton [Fri, 8 Mar 2019 07:39:00 +0000 (18:39 +1100)]
github: Add workflow file to sync issues to JIRA

6 years agoMerge branch 'bugfix/console_join_example' into 'master'
Angus Gratton [Fri, 8 Mar 2019 04:02:57 +0000 (12:02 +0800)]
Merge branch 'bugfix/console_join_example' into 'master'

console: fix wrong timeout settiing in join command

Closes IDF-168

See merge request idf/esp-idf!4366

6 years agoMerge branch 'bugfix/httpd_sess_ctx' into 'master'
Angus Gratton [Thu, 7 Mar 2019 22:55:44 +0000 (06:55 +0800)]
Merge branch 'bugfix/httpd_sess_ctx' into 'master'

esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes

See merge request idf/esp-idf!4417

6 years agotools: re-run idf.py in MSYS with winpty
Roland Dobai [Fri, 22 Feb 2019 15:07:26 +0000 (16:07 +0100)]
tools: re-run idf.py in MSYS with winpty

This is done in order to cancel subprocesses on keyboard interrupt
(CTRL+C).

6 years agodocs: Update package dependencies
Roland Dobai [Fri, 1 Mar 2019 09:50:16 +0000 (10:50 +0100)]
docs: Update package dependencies

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

6 years agofreemodbus: change critical sections to semaphore mutex
aleks [Thu, 7 Mar 2019 08:51:25 +0000 (09:51 +0100)]
freemodbus: change critical sections to semaphore mutex

revert changes made in mbrtu.c, mbascii.c
change critical section type to semaphore mutex instead of spin lock

Closes: https://github.com/espressif/esp-idf/issues/3009
6 years agofreemodbus: Fix remove critical_sections
Konstantin Kondrashov [Wed, 13 Feb 2019 12:10:53 +0000 (20:10 +0800)]
freemodbus: Fix remove critical_sections

Closes: https://github.com/espressif/esp-idf/issues/3009
6 years agoMerge branch 'bugfix/cmakeSpaceProcessForCOMPONENT_SRCS' into 'master'
Ivan Grokhotkov [Thu, 7 Mar 2019 07:11:51 +0000 (15:11 +0800)]
Merge branch 'bugfix/cmakeSpaceProcessForCOMPONENT_SRCS' into 'master'

add spaces2list for COMPONENT_SRCS

See merge request idf/esp-idf!4427

6 years agoMerge branch 'bugfix/ci_submodule_paths' into 'master'
Anton Maklakov [Thu, 7 Mar 2019 05:58:04 +0000 (13:58 +0800)]
Merge branch 'bugfix/ci_submodule_paths' into 'master'

CI - Fix the parsing of submodule paths

See merge request idf/esp-idf!4429

6 years agocmake: add spaces2list for COMPONENT_SRCS
morris [Wed, 6 Mar 2019 04:18:38 +0000 (12:18 +0800)]
cmake: add spaces2list for COMPONENT_SRCS

According to ESP-IDF Cmake build system document, COMPONENT_SRCS should support using spaces to sperate source files.

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

6 years agoci: Fix the parsing of submodule paths
Anton Maklakov [Wed, 6 Mar 2019 11:37:34 +0000 (19:37 +0800)]
ci: Fix the parsing of submodule paths

6 years agoconsole: fix wrong timeout settiing in join command
morris [Tue, 26 Feb 2019 14:08:57 +0000 (22:08 +0800)]
console: fix wrong timeout settiing in join command

1. Fix wrong timeout setting in join command, also alter the default timeout value to 10 seconds
2. Don't clear the CONNECTED_BIT when connected to AP.

6 years agoMerge branch 'bugfix/docs_PROJECT_VER' into 'master'
Ivan Grokhotkov [Wed, 6 Mar 2019 09:29:10 +0000 (17:29 +0800)]
Merge branch 'bugfix/docs_PROJECT_VER' into 'master'

Updated documentation concerning 'PROJECT_VER' and 'PROJECT_NAME'.

See merge request idf/esp-idf!4410

6 years ago fix the bug in auto Ip memory leak
xiehang [Wed, 6 Mar 2019 06:44:06 +0000 (14:44 +0800)]
 fix the bug in auto Ip memory leak

Closes https://jira.espressif.com:8443/browse/WIFI-266

6 years agoMerge branch 'bugfix/btdm_fix_iOS_and_win10_compatibility_error_for_HID' into 'master'
Jiang Jiang Jian [Wed, 6 Mar 2019 06:11:38 +0000 (14:11 +0800)]
Merge branch 'bugfix/btdm_fix_iOS_and_win10_compatibility_error_for_HID' into 'master'

Component/bt: fix iOS and win10 compatibility error  for HID

See merge request idf/esp-idf!4396

6 years agoMerge branch 'bugfix/level5_intr_alloc' into 'master'
Ivan Grokhotkov [Wed, 6 Mar 2019 03:18:36 +0000 (11:18 +0800)]
Merge branch 'bugfix/level5_intr_alloc' into 'master'

esp32: esp_intr_alloc: Fixed issue with level 5 not being called

Closes IDFGH-616

See merge request idf/esp-idf!4405

6 years agoMerge branch 'feature/gdbstub_task_list' into 'master'
Ivan Grokhotkov [Wed, 6 Mar 2019 03:12:46 +0000 (11:12 +0800)]
Merge branch 'feature/gdbstub_task_list' into 'master'

Add support for listing tasks to gdb in gdbstub

Closes IDFGH-498

See merge request idf/esp-idf!4357

6 years agoMerge branch 'docs/correct_typos_in_interrupt_handling_docs' into 'master'
Ivan Grokhotkov [Wed, 6 Mar 2019 03:11:43 +0000 (11:11 +0800)]
Merge branch 'docs/correct_typos_in_interrupt_handling_docs' into 'master'

docs: fix typo and link in high level interrupt documentation

See merge request idf/esp-idf!4419

6 years agoFixed fancy quotes
krzychb [Mon, 4 Mar 2019 19:26:19 +0000 (20:26 +0100)]
Fixed fancy quotes

6 years agoUpdated documentation concerning 'PROJECT_VER' and 'PROJECT_NAME'.
krzychb [Sat, 2 Mar 2019 20:41:46 +0000 (21:41 +0100)]
Updated documentation concerning 'PROJECT_VER' and 'PROJECT_NAME'.
Closes https://github.com/espressif/esp-idf/issues/3115.

6 years agoMerge branch 'bugfix/coex_decouple_wifi_and_bt_code_with_coexist' into 'master'
Jiang Jiang Jian [Tue, 5 Mar 2019 07:14:16 +0000 (15:14 +0800)]
Merge branch 'bugfix/coex_decouple_wifi_and_bt_code_with_coexist' into 'master'

Decouple WiFi and BT with coexist to reduce bin size

Closes IDF-469

See merge request idf/esp-idf!4363

6 years agoMerge branch 'doc/add_build_system_cmake_translation' into 'master'
Ivan Grokhotkov [Tue, 5 Mar 2019 07:02:48 +0000 (15:02 +0800)]
Merge branch 'doc/add_build_system_cmake_translation' into 'master'

zh_CN translation of build system (cmake version)

See merge request idf/esp-idf!4122

6 years agozh_CN translation of build system (cmake version)
Wang Fang [Tue, 5 Mar 2019 07:02:48 +0000 (15:02 +0800)]
zh_CN translation of build system (cmake version)

6 years agoMerge branch 'bugfix/simple_ota_example' into 'master'
Angus Gratton [Tue, 5 Mar 2019 05:05:53 +0000 (13:05 +0800)]
Merge branch 'bugfix/simple_ota_example' into 'master'

bugfix(simple_ota_example): Compatible with V3.1 and V3.2,because the NVS format is different

See merge request idf/esp-idf!3983

6 years agodocs: fix typo and link in high level interrupt documentation
Mahavir Jain [Tue, 5 Mar 2019 04:56:40 +0000 (10:26 +0530)]
docs: fix typo and link in high level interrupt documentation

6 years agogdbstub: minor cleanup
Ivan Grokhotkov [Wed, 27 Feb 2019 04:23:56 +0000 (12:23 +0800)]
gdbstub: minor cleanup

1. Add Kconfig options to control task listing support.
2. Convert magic values (-1, -2) to named constants.
3. Convert spaces to tabs to match the rest of the file.
4. Rename getAllTasksHandle to getTaskInfo to reflect its purpose.
5. Add some curly braces for single line statements.

6 years agoAdd support for listing tasks to gdb in gdbstub
X-Ryl669 [Tue, 11 Dec 2018 22:14:15 +0000 (23:14 +0100)]
Add support for listing tasks to gdb in gdbstub

…and changing the active task and fetching each task's stack

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