]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoMerge branch 'bugfix/macros_trailing_semicolon' into 'master' v4.0-dev
Angus Gratton [Wed, 13 Mar 2019 05:15:12 +0000 (13:15 +0800)]
Merge branch 'bugfix/macros_trailing_semicolon' into 'master'

Remove trialing semicolon from function-like macros

See merge request idf/esp-idf!4397

5 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

5 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

5 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

5 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

5 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

5 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.

5 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.

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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

5 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).

5 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

5 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
5 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
5 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

5 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

5 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

5 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

5 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.

5 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

5 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

5 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

5 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

5 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

5 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

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

5 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.

5 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

5 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

5 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)

5 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

5 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

5 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.

5 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

5 years agoMerge branch 'doc/linker_script_generation_zh_CN' into 'master'
Angus Gratton [Tue, 5 Mar 2019 03:02:31 +0000 (11:02 +0800)]
Merge branch 'doc/linker_script_generation_zh_CN' into 'master'

zh_CN translation of linker script generation

See merge request idf/esp-idf!4226

5 years agoDecouple WiFi and BT with coexist to reduce bin size
XiaXiaotian [Wed, 20 Feb 2019 13:01:27 +0000 (21:01 +0800)]
Decouple WiFi and BT with coexist to reduce bin size

1. Do not link WiFi code when only BT or BLE is used and WiFi is not
used.

2. Do not link coexist code when CONFIG_SW_COEXIST_ENABLE is disabled.

5 years agoMerge branch 'bugfix/fix_some_wifi_bugs_0301' into 'master'
Jiang Jiang Jian [Tue, 5 Mar 2019 02:35:22 +0000 (10:35 +0800)]
Merge branch 'bugfix/fix_some_wifi_bugs_0301' into 'master'

esp32: fix some WiFi bugs

See merge request idf/esp-idf!4399

5 years agoMerge branch 'feature/upgrade_sphinx_and_breathe' into 'master'
Krzysztof Budzynski [Mon, 4 Mar 2019 19:42:34 +0000 (03:42 +0800)]
Merge branch 'feature/upgrade_sphinx_and_breathe' into 'master'

docs: Preparation for upgrade of Sphinx and Breathe packages to versions 1.8.4 and 4.11.1. Updated check of Sphinx warnings to account for the filename instead of the whole path, that for the same errors may be different between English and Chinese docs.

See merge request idf/esp-idf!4282

5 years agoesp_http_server: Provide apps an option to let http_server ignore sess_ctx changes
Piyush Shah [Mon, 4 Mar 2019 18:51:03 +0000 (00:21 +0530)]
esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes

By default, if a URI handler changes the http session context,
the webserver internally clears the older context after the handler
returns. However, if applications want to change this behavior and
manage the allocation/de-allocation/freeing themselves and let the
server handle only the "socket close" case, this commit provides such
an option.

5 years agoMerge branch 'bugfix/uart_fix_critical_section_api_from_isr' into 'master'
Ivan Grokhotkov [Mon, 4 Mar 2019 08:24:22 +0000 (16:24 +0800)]
Merge branch 'bugfix/uart_fix_critical_section_api_from_isr' into 'master'

uart: use correct critical section API from ISR context

See merge request idf/esp-idf!4301

5 years agoMerge branch 'feature/esp_http_client_global_ca_store' into 'master'
Ivan Grokhotkov [Mon, 4 Mar 2019 08:24:07 +0000 (16:24 +0800)]
Merge branch 'feature/esp_http_client_global_ca_store' into 'master'

esp_http_client: add support for using certs from global ca store

See merge request idf/esp-idf!4302

5 years agoesp32: esp_intr_alloc: Fixed issue with level 5 not being called
Christian Hoene [Sat, 9 Feb 2019 11:21:41 +0000 (12:21 +0100)]
esp32: esp_intr_alloc: Fixed issue with level 5 not being called

Closes https://github.com/espressif/esp-idf/issues/3039
Merges https://github.com/espressif/esp-idf/issues/3040

5 years agoesp32: fix some WiFi bugs
Liu Zhi Fu [Fri, 1 Mar 2019 03:23:54 +0000 (11:23 +0800)]
esp32: fix some WiFi bugs

Fix following WiFi bugs:
1. Fix the bug that STA incorrectly deletes BA when receiving DelBA request
2. Add out of memory check
3. Fix the bug that STA incorrectly receives packets when scanning in connected status

5 years agoMerge branch 'doc/crc_apis_usage' into 'master'
Jiang Jiang Jian [Fri, 1 Mar 2019 02:03:03 +0000 (10:03 +0800)]
Merge branch 'doc/crc_apis_usage' into 'master'

Add CRC APIs usage

See merge request idf/esp-idf!4351

5 years agoesp32: Remove trialing semicolon from function-like macros
Darian Leung [Thu, 28 Feb 2019 13:58:47 +0000 (21:58 +0800)]
esp32: Remove trialing semicolon from function-like macros

This commit removes trailing semicolons following a while(0) from
function-like macros in IDF. This will force those macros to be called
with a semicolon when called.

5 years agoMerge branch 'test/spi_param_wiring_doc' into 'master' v3.3-beta2
Ivan Grokhotkov [Thu, 28 Feb 2019 13:00:41 +0000 (21:00 +0800)]
Merge branch 'test/spi_param_wiring_doc' into 'master'

spi test: describe the wiring of param test in the comments

See merge request idf/esp-idf!4394

5 years agoComponent/bt: fix iOS and win10 compatibility error for HID
zhiweijian [Thu, 28 Feb 2019 12:39:12 +0000 (20:39 +0800)]
Component/bt: fix iOS and win10 compatibility error  for HID

5 years agospi test: describe the wiring of param test in the comments
michael [Thu, 28 Feb 2019 11:37:17 +0000 (19:37 +0800)]
spi test: describe the wiring of param test in the comments

5 years agoMerge branch 'bugfix/wifi_modify_wifi_kconfig' into 'master'
Jiang Jiang Jian [Thu, 28 Feb 2019 10:21:16 +0000 (18:21 +0800)]
Merge branch 'bugfix/wifi_modify_wifi_kconfig' into 'master'

esp32: modify WiFi Kconfig in order to achieve better compatility and performance

See merge request idf/esp-idf!4164

5 years agoMerge branch 'feature/efuse_manager' into 'master'
Angus Gratton [Thu, 28 Feb 2019 09:47:22 +0000 (17:47 +0800)]
Merge branch 'feature/efuse_manager' into 'master'

Feature/efuse manager

See merge request idf/esp-idf!2819

5 years agoesp32: modify WiFi Kconfig in order to achieve better compatility
XiaXiaotian [Fri, 25 Jan 2019 09:26:49 +0000 (17:26 +0800)]
esp32: modify WiFi Kconfig in order to achieve better compatility
and performance

5 years agoefuse: Fix to pass CI tests
Konstantin Kondrashov [Tue, 18 Dec 2018 14:42:10 +0000 (22:42 +0800)]
efuse: Fix to pass CI tests

5 years agoefuse: Reduce the size of esp_efuse_desc_t to 4 bytes
Konstantin Kondrashov [Fri, 14 Dec 2018 06:00:59 +0000 (14:00 +0800)]
efuse: Reduce the size of esp_efuse_desc_t to 4 bytes

5 years agoefuse: Add MAX_BLK_LEN define for changing len of field
Konstantin Kondrashov [Wed, 12 Dec 2018 07:50:31 +0000 (15:50 +0800)]
efuse: Add MAX_BLK_LEN define for changing len of field

Added docs, improved efuse_table_gen.py, and minor fixes

Checking the generated files for compliance with the coding scheme.

5 years agoefuse: Fix docs and script
Konstantin Kondrashov [Tue, 11 Dec 2018 06:39:32 +0000 (14:39 +0800)]
efuse: Fix docs and script

5 years agoefuse: Fix python coding style
Konstantin Kondrashov [Fri, 7 Dec 2018 12:32:58 +0000 (20:32 +0800)]
efuse: Fix python coding style

Set python's scripts attribute chmod
Add compatibility with Python3 for efuse_table_gen.py

5 years agoCI: Add host tests
Konstantin Kondrashov [Fri, 7 Dec 2018 11:28:57 +0000 (19:28 +0800)]
CI: Add host tests

5 years agoefuse: Add a write/read protection
Konstantin Kondrashov [Fri, 7 Dec 2018 09:57:25 +0000 (17:57 +0800)]
efuse: Add a write/read protection

5 years agoefuse: Fix make/cmake build systems and docs
Konstantin Kondrashov [Thu, 6 Dec 2018 09:49:02 +0000 (17:49 +0800)]
efuse: Fix make/cmake build systems and docs

5 years agoefuse: Add support coding scheme to script
Konstantin Kondrashov [Wed, 21 Nov 2018 08:09:36 +0000 (16:09 +0800)]
efuse: Add support coding scheme to script

Added support using BLK1 and BLK2 in custom table.
Added change size key in BLK1 and BLK2 if coding scheme was changed.

5 years agoefuse: Add API efuse
Konstantin Kondrashov [Mon, 19 Nov 2018 03:46:21 +0000 (11:46 +0800)]
efuse: Add API efuse

Added support 3/4 coding scheme

5 years agobuild_system: Add support efuse
Konstantin Kondrashov [Mon, 19 Nov 2018 03:45:21 +0000 (11:45 +0800)]
build_system: Add support efuse

5 years agodocs: Add efuse
Konstantin Kondrashov [Mon, 19 Nov 2018 03:41:26 +0000 (11:41 +0800)]
docs: Add efuse

5 years agosoc: Add support efuse
Konstantin Kondrashov [Mon, 19 Nov 2018 03:39:41 +0000 (11:39 +0800)]
soc: Add support efuse

5 years agoesp32: Add using efuse component
Konstantin Kondrashov [Mon, 19 Nov 2018 03:38:05 +0000 (11:38 +0800)]
esp32: Add using efuse component

5 years agobootloader: Add support efuse component
Konstantin Kondrashov [Mon, 19 Nov 2018 03:36:19 +0000 (11:36 +0800)]
bootloader: Add support efuse component

5 years agoexamples: Move blink code to main task
Anuj Deshpande [Sat, 23 Feb 2019 12:28:48 +0000 (17:58 +0530)]
examples: Move blink code to main task

5 years agoMerge branch 'bugfix/fix_scan_bugs_and_alloc_eb_fail' into 'master'
Jiang Jiang Jian [Thu, 28 Feb 2019 05:34:51 +0000 (13:34 +0800)]
Merge branch 'bugfix/fix_scan_bugs_and_alloc_eb_fail' into 'master'

wifi: fix scan bugs and alloc eb fail

See merge request idf/esp-idf!4373

5 years agoMerge branch 'bugfix/pthread_thread_size' into 'master'
Ivan Grokhotkov [Thu, 28 Feb 2019 02:24:34 +0000 (10:24 +0800)]
Merge branch 'bugfix/pthread_thread_size' into 'master'

pthread: Transform the units of the stack size to the FreeRTOS domain

Closes IDFGH-603

See merge request idf/esp-idf!4375

5 years agoMerge branch 'feature/sniffer_app_trace' into 'master'
Angus Gratton [Wed, 27 Feb 2019 23:38:52 +0000 (07:38 +0800)]
Merge branch 'feature/sniffer_app_trace' into 'master'

capture WiFi packets to host via JTAG

See merge request idf/esp-idf!4203

5 years agoMerge branch 'esp_http_server/lru_counter_for_timestamp' into 'master'
Angus Gratton [Wed, 27 Feb 2019 23:04:21 +0000 (07:04 +0800)]
Merge branch 'esp_http_server/lru_counter_for_timestamp' into 'master'

esp_http_server/lru_counter_for_timestamp:Added LRU counter for timer

See merge request idf/esp-idf!4205

5 years agodocs: Preparation for upgrade of Sphinx and Breathe packages to versions 1.8.4 and...
krzychb [Sat, 16 Feb 2019 19:46:49 +0000 (20:46 +0100)]
docs: Preparation for upgrade of Sphinx and Breathe packages to versions 1.8.4 and 4.11.1. Updated check of Sphinx warnings to account for the filename instead of the whole path, that for the same errors may be different between English and Chinese docs.

5 years agopthread: Transform the units of the stack size to the FreeRTOS domain
Roland Dobai [Tue, 26 Feb 2019 15:55:20 +0000 (16:55 +0100)]
pthread: Transform the units of the stack size to the FreeRTOS domain

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

5 years agowifi:
zhangyanjiao [Wed, 13 Feb 2019 09:37:53 +0000 (17:37 +0800)]
wifi:
1. make menuconfig can set the WiFi mgmt short buffer num
2. fix several scan bugs

5 years agoMerge branch 'bugfix/make_get_coreid_volatile' into 'master'
Jeroen Domburg [Wed, 27 Feb 2019 09:58:57 +0000 (17:58 +0800)]
Merge branch 'bugfix/make_get_coreid_volatile' into 'master'

freertos: Make xPortGetCoreID() volatile

See merge request idf/esp-idf!4359

5 years agoMerge branch 'bugfix/btdm_fix_remove_bonded_device_warnning' into 'master'
Jiang Jiang Jian [Wed, 27 Feb 2019 09:54:37 +0000 (17:54 +0800)]
Merge branch 'bugfix/btdm_fix_remove_bonded_device_warnning' into 'master'

Component/bt: fix remove bonded device warnning

See merge request idf/esp-idf!3704

5 years agoMerge branch 'bugfix/ble_reconn_rescan_readv_crash' into 'master'
Jiang Jiang Jian [Wed, 27 Feb 2019 09:37:46 +0000 (17:37 +0800)]
Merge branch 'bugfix/ble_reconn_rescan_readv_crash' into 'master'

component/bt : fix bug that there's low ratio crash when BLE do re-connect/re-scan/re-adv

See merge request idf/esp-idf!4324

5 years agoesp_http_client: add support for using certs from global ca store
Mahavir Jain [Wed, 20 Feb 2019 07:18:45 +0000 (12:48 +0530)]
esp_http_client: add support for using certs from global ca store

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

5 years agoMerge branch 'bugfix/lack_of_break_in_tcp_client' into 'master'
Jiang Jiang Jian [Wed, 27 Feb 2019 08:44:00 +0000 (16:44 +0800)]
Merge branch 'bugfix/lack_of_break_in_tcp_client' into 'master'

fix the bug in tcp_client

See merge request idf/esp-idf!4330

5 years agouart: use correct critical section API (portENTER_CRITICAL_ISR) from ISR context
Mahavir Jain [Wed, 20 Feb 2019 07:12:39 +0000 (12:42 +0530)]
uart: use correct critical section API (portENTER_CRITICAL_ISR) from ISR context

5 years agoMerge branch 'bugfix/tw28146_make_wifi_iram_optimization_configurable' into 'master'
Angus Gratton [Wed, 27 Feb 2019 08:33:05 +0000 (16:33 +0800)]
Merge branch 'bugfix/tw28146_make_wifi_iram_optimization_configurable' into 'master'

esp32: make WiFi IRAM optimization configurable

See merge request idf/esp-idf!4037

5 years agoMerge branch 'feature/embed_elf_sha256' into 'master'
Angus Gratton [Wed, 27 Feb 2019 08:31:47 +0000 (16:31 +0800)]
Merge branch 'feature/embed_elf_sha256' into 'master'

build system: include SHA256 hash of ELF file into app_desc structure

See merge request idf/esp-idf!4093

5 years agosniffer: capture packets to host via JTAG
morris [Fri, 25 Jan 2019 09:03:01 +0000 (17:03 +0800)]
sniffer: capture packets to host via JTAG

Based on app-trace component, it's able to send sniffer packets to host via JTAG interface.

5 years agoesp32: print ELF file SHA256 in panic handler
Ivan Grokhotkov [Thu, 24 Jan 2019 13:05:08 +0000 (21:05 +0800)]
esp32: print ELF file SHA256 in panic handler