]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoesp32: fix some bugs of modem sleep
Liu Zhi Fu [Thu, 13 Sep 2018 03:37:46 +0000 (11:37 +0800)]
esp32: fix some bugs of modem sleep

1. Keep awake to receive beacon at TBTT time no matter which state
   station is on.

2. If there is any packet to send on dream or sleep state, send NULL
   data with power save bit clear first.

6 years agoMerge branch 'bugfix/mqtt_move_kconfig_to_idf' into 'master'
Angus Gratton [Fri, 14 Sep 2018 07:05:13 +0000 (15:05 +0800)]
Merge branch 'bugfix/mqtt_move_kconfig_to_idf' into 'master'

MQTT: Moved Kconfig from esp-mqtt submodule to esp-idf to support docs genration in RTD

See merge request idf/esp-idf!3265

6 years agoMerge branch 'feature/py3_espcoredump' into 'master'
Ivan Grokhotkov [Fri, 14 Sep 2018 04:39:30 +0000 (12:39 +0800)]
Merge branch 'feature/py3_espcoredump' into 'master'

espcoredump: Add tests and Python3 support

See merge request idf/esp-idf!3212

6 years agoMerge branch 'bugfix/tcpip_stack_size_default' into 'master'
Angus Gratton [Fri, 14 Sep 2018 04:23:35 +0000 (12:23 +0800)]
Merge branch 'bugfix/tcpip_stack_size_default' into 'master'

Default stack size for TCPIP task increased to avoid stack overflow.

See merge request idf/esp-idf!3258

6 years agoMQTT: Moved Kconfig from esp-mqtt submodule to esp-idf to support docs genration...
David Cermak [Thu, 13 Sep 2018 09:36:23 +0000 (11:36 +0200)]
MQTT: Moved Kconfig from esp-mqtt submodule to esp-idf to support docs genration in RTD

6 years agoMerge branch 'bugfix/undetermined_lang_for_target_bt' into 'master'
Angus Gratton [Fri, 14 Sep 2018 02:39:32 +0000 (10:39 +0800)]
Merge branch 'bugfix/undetermined_lang_for_target_bt' into 'master'

Fix undetermined language for target bt issue

See merge request idf/esp-idf!3264

6 years agobt: remove non-existing source file from cmakelists
Renz Bagaporo [Thu, 13 Sep 2018 08:03:19 +0000 (16:03 +0800)]
bt: remove non-existing source file from cmakelists

6 years agoMerge branch 'feature/btdm_add_adv_packet_duplicate_in_scan_duplicate' into 'master'
Jiang Jiang Jian [Thu, 13 Sep 2018 10:16:22 +0000 (18:16 +0800)]
Merge branch 'feature/btdm_add_adv_packet_duplicate_in_scan_duplicate' into 'master'

component/bt: add adv packet duplicate in scan duplicate

See merge request idf/esp-idf!2939

6 years agoStack size for TCPIP task increased from 2048 to 3072.
Dmitry [Thu, 13 Sep 2018 08:51:57 +0000 (11:51 +0300)]
Stack size for TCPIP task increased from 2048 to 3072.

6 years agoMerge branch 'feature/cmake_ulp_support' into 'master'
Angus Gratton [Thu, 13 Sep 2018 06:54:59 +0000 (14:54 +0800)]
Merge branch 'feature/cmake_ulp_support' into 'master'

cmake: add ulp components build support

See merge request idf/esp-idf!3100

6 years agocmake: add ulp components build support
Renz Christian Bagaporo [Thu, 13 Sep 2018 06:54:59 +0000 (14:54 +0800)]
cmake: add ulp components build support

6 years agoMerge branch 'fix/spi_slave_free_cs' into 'master'
Angus Gratton [Thu, 13 Sep 2018 05:50:56 +0000 (13:50 +0800)]
Merge branch 'fix/spi_slave_free_cs' into 'master'

spi_slave: fix the issue rx dma get broken by master unexpected transaction

See merge request idf/esp-idf!3207

6 years agoMerge branch 'bugfix/optimize_BLE_memory_debug' into 'master'
Jiang Jiang Jian [Thu, 13 Sep 2018 02:49:26 +0000 (10:49 +0800)]
Merge branch 'bugfix/optimize_BLE_memory_debug' into 'master'

component/bt: optimize bluetooth memory debug

See merge request idf/esp-idf!3047

6 years agoMerge branch 'bugfix/docs_simplify_home_page' into 'master'
Angus Gratton [Thu, 13 Sep 2018 01:07:16 +0000 (09:07 +0800)]
Merge branch 'bugfix/docs_simplify_home_page' into 'master'

There are now visible links to change between English and Chinese version of…

See merge request idf/esp-idf!2983

6 years agoMerge branch 'feature/mqtt_component' into 'master'
Angus Gratton [Thu, 13 Sep 2018 01:06:09 +0000 (09:06 +0800)]
Merge branch 'feature/mqtt_component' into 'master'

added tuan's mqtt library into idf

See merge request idf/esp-idf!2851

6 years agoMerge branch 'feature/light_sleep_example' into 'master'
Angus Gratton [Thu, 13 Sep 2018 01:00:59 +0000 (09:00 +0800)]
Merge branch 'feature/light_sleep_example' into 'master'

examples: add light sleep example

See merge request idf/esp-idf!3179

6 years agoMerge branch 'feature/cmake_make_component_main_again_fixes' into 'master'
Angus Gratton [Thu, 13 Sep 2018 00:56:59 +0000 (08:56 +0800)]
Merge branch 'feature/cmake_make_component_main_again_fixes' into 'master'

cmake: fix source list issues

See merge request idf/esp-idf!3248

6 years agocmake: fix source list issues
Renz Christian Bagaporo [Thu, 13 Sep 2018 00:56:59 +0000 (08:56 +0800)]
cmake: fix source list issues

6 years agoMerge branch 'bugfix/main_component_kconfig' into 'master'
Angus Gratton [Wed, 12 Sep 2018 23:20:32 +0000 (07:20 +0800)]
Merge branch 'bugfix/main_component_kconfig' into 'master'

cmake: don't add main component Kconfig twice

See merge request idf/esp-idf!3250

6 years agoMerge branch 'feature/wifi_update_csi_api_and_fix_phy_dport_access_issue' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 13:29:29 +0000 (21:29 +0800)]
Merge branch 'feature/wifi_update_csi_api_and_fix_phy_dport_access_issue' into 'master'

esp32: update API to set CSI channel filter and HT_LTF data generating

See merge request idf/esp-idf!3180

6 years agocmake: don't add main component Kconfig twice
Ivan Grokhotkov [Wed, 12 Sep 2018 11:31:22 +0000 (19:31 +0800)]
cmake: don't add main component Kconfig twice

6 years agoMerge branch 'bugfix/mdns_service_txt_set' into 'master'
Ivan Grokhotkov [Wed, 12 Sep 2018 10:43:53 +0000 (18:43 +0800)]
Merge branch 'bugfix/mdns_service_txt_set' into 'master'

bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records

See merge request idf/esp-idf!3244

6 years agoMerge branch 'bugfix/multi_divece_cant_detect_case' into 'master'
He Yin Ling [Wed, 12 Sep 2018 10:29:34 +0000 (18:29 +0800)]
Merge branch 'bugfix/multi_divece_cant_detect_case' into 'master'

fix the bug of multi device framework that dut can't detect case

See merge request idf/esp-idf!3176

6 years agoMerge branch 'bugfix/cmake_lambda' into 'master'
Ivan Grokhotkov [Wed, 12 Sep 2018 09:36:03 +0000 (17:36 +0800)]
Merge branch 'bugfix/cmake_lambda' into 'master'

idf.py: Make the lambda function Python 2 & 3 compatible

See merge request idf/esp-idf!3245

6 years agoMerge branch 'bugfix/enlarge_coap_server_pdu' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 08:48:12 +0000 (16:48 +0800)]
Merge branch 'bugfix/enlarge_coap_server_pdu' into 'master'

fix: response failed when set a large response data

See merge request idf/esp-idf!2627

6 years agoMerge branch 'bugfix/btdm_a2dp_role_mixed_up' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 08:44:53 +0000 (16:44 +0800)]
Merge branch 'bugfix/btdm_a2dp_role_mixed_up' into 'master'

component/bt: bugfix that A2DP sink device can be connected by another A2DP sink device

See merge request idf/esp-idf!3191

6 years agoMerge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 08:41:58 +0000 (16:41 +0800)]
Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master'

bugfix/btdm_controller_enable_failed_in_examples

See merge request idf/esp-idf!3224

6 years agofix the bug that multi device's dut can't detect case
houchenyao [Mon, 3 Sep 2018 10:33:05 +0000 (18:33 +0800)]
fix the bug that multi device's dut can't detect case

6 years agoMerge branch 'bugfix/fix_mcpwm_api_mismatch_bug' into 'master'
Angus Gratton [Wed, 12 Sep 2018 06:59:02 +0000 (14:59 +0800)]
Merge branch 'bugfix/fix_mcpwm_api_mismatch_bug' into 'master'

driver(mcpwm): Fix  some mcpwm related bug

See merge request idf/esp-idf!2510

6 years agoMerge branch 'doc/rmt_example_doc_improve' into 'master'
Angus Gratton [Wed, 12 Sep 2018 06:58:04 +0000 (14:58 +0800)]
Merge branch 'doc/rmt_example_doc_improve' into 'master'

doc(rmt): update README.md file of rmt related example.

See merge request idf/esp-idf!2636

6 years agoMerge branch 'bugfix/py23_packages' into 'master'
Ivan Grokhotkov [Wed, 12 Sep 2018 06:44:21 +0000 (14:44 +0800)]
Merge branch 'bugfix/py23_packages' into 'master'

Improve the Python package installation procedure

See merge request idf/esp-idf!3222

6 years agoMerge branch 'bugfix/set_a_real_wakeup_period' into 'master'
Ivan Grokhotkov [Wed, 12 Sep 2018 06:42:53 +0000 (14:42 +0800)]
Merge branch 'bugfix/set_a_real_wakeup_period' into 'master'

Corrected ULP wakeup period setup API to account for time the ULP FSM spends on…

See merge request idf/esp-idf!3228

6 years agoMQTT: Integrate esp-mqtt library into idf
David Cermak [Tue, 24 Jul 2018 14:59:03 +0000 (16:59 +0200)]
MQTT: Integrate esp-mqtt library into idf

added docs and tests for mqtt library, small fixes (removed warnings, option for custom outbox, websocket bug fixed for longer transports). refactored to use common tcp_transport component, support for CMake build system.
Closes #2108

6 years agoMerge branch 'feature/check_uniqueness_name_of_partitions' into 'master'
Angus Gratton [Wed, 12 Sep 2018 04:55:14 +0000 (12:55 +0800)]
Merge branch 'feature/check_uniqueness_name_of_partitions' into 'master'

partition_table: Check - partition names must be unique

See merge request idf/esp-idf!3204

6 years agopartition_table: Check - partition names must be unique
Konstantin Kondrashov [Wed, 5 Sep 2018 17:11:59 +0000 (01:11 +0800)]
partition_table: Check - partition names must be unique

6 years agoThere are now visible links to change between English and Chinese version of document...
krzychb [Sun, 12 Aug 2018 19:21:35 +0000 (21:21 +0200)]
There are now visible links to change between English and Chinese version of documentation. Therefore information on the home page how to switch between languages has been removed. Added 'Download' link to the menu to provide a more visible access to documentation in PDF format for people who prefer to read it offline.

6 years agoidf.py: Make the lambda function Python 2 & 3 compatible
Roland Dobai [Tue, 11 Sep 2018 11:11:04 +0000 (13:11 +0200)]
idf.py: Make the lambda function Python 2 & 3 compatible

6 years agobugfix: mdns_service_txt_set() wasn't allocating memory for TXT records
Piyush Shah [Tue, 11 Sep 2018 10:50:00 +0000 (16:20 +0530)]
bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records

Allocation was happening later, causing possible use of stack variables
of caller function, which could be invalid.

Signed-off-by: Piyush Shah <piyush@espressif.com>
6 years agoEncourage to install python packages without administrative rights
Roland Dobai [Fri, 7 Sep 2018 07:14:05 +0000 (09:14 +0200)]
Encourage to install python packages without administrative rights

Using 'sudo pip install' can cause a lot of problems because usually
there are a couple of Python interpreters installed. This fix encourages
developers to use `pip install --user` instead which is safer.

6 years agoAdd required Python packages
Roland Dobai [Fri, 7 Sep 2018 06:44:19 +0000 (08:44 +0200)]
Add required Python packages

On some systems pip and setuptools are no longer installed as
dependencies of the python packages. This commit adds the requirement
for these packages.

6 years agoespcoredump: Add tests and Python3 support
Roland Dobai [Mon, 3 Sep 2018 11:48:32 +0000 (13:48 +0200)]
espcoredump: Add tests and Python3 support

6 years agoMerge branch 'feature/py23_docs' into 'master'
Angus Gratton [Tue, 11 Sep 2018 04:51:49 +0000 (12:51 +0800)]
Merge branch 'feature/py23_docs' into 'master'

docs: Make the Python scripts Python 2&3 compatible

See merge request idf/esp-idf!3226

6 years agocomponent/bt: release some controller memory according to the configuration of blueto...
wangmengyang [Tue, 11 Sep 2018 03:20:30 +0000 (11:20 +0800)]
component/bt: release some controller memory according to the configuration of bluetooth examples

6 years agocomponent/bt: bugfix for mismatch of controller mode in sdkconfig.defaults and source...
wangmengyang [Tue, 11 Sep 2018 03:18:13 +0000 (11:18 +0800)]
component/bt: bugfix for mismatch of controller mode in sdkconfig.defaults and source code in some examples

6 years agoMerge branch 'bugfix/fix_the_bug_when_gateway_zero' into 'master'
Jiang Jiang Jian [Tue, 11 Sep 2018 02:57:18 +0000 (10:57 +0800)]
Merge branch 'bugfix/fix_the_bug_when_gateway_zero' into 'master'

esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0

See merge request idf/esp-idf!3210

6 years agocomponent/bt: add adv packet duplicate in scan duplicate
zhiweijian [Mon, 20 Aug 2018 07:04:37 +0000 (15:04 +0800)]
component/bt: add adv packet duplicate in scan duplicate

6 years agoMerge branch 'feature/cmake_make_main_component_again' into 'master'
Angus Gratton [Tue, 11 Sep 2018 01:44:12 +0000 (09:44 +0800)]
Merge branch 'feature/cmake_make_main_component_again' into 'master'

cmake: make main a component again

See merge request idf/esp-idf!3202

6 years agocmake: make main a component again
Renz Christian Bagaporo [Tue, 11 Sep 2018 01:44:12 +0000 (09:44 +0800)]
cmake: make main a component again

6 years agocomponent/bt: optimize bluetooth memory debug
zhiweijian [Wed, 15 Aug 2018 02:40:51 +0000 (10:40 +0800)]
component/bt: optimize bluetooth memory debug

6 years agoexamples: add light sleep example
Ivan Grokhotkov [Tue, 4 Sep 2018 05:53:26 +0000 (13:53 +0800)]
examples: add light sleep example

6 years agoMerge branch 'feature/task_wdt_add_timestamp' into 'master'
Angus Gratton [Mon, 10 Sep 2018 08:31:20 +0000 (16:31 +0800)]
Merge branch 'feature/task_wdt_add_timestamp' into 'master'

esp32/task_wdt: Add timestamp to message isr_twdt

See merge request idf/esp-idf!3053

6 years agoDocs: Remove unused kconfiglib.py
Roland Dobai [Mon, 10 Sep 2018 08:28:14 +0000 (10:28 +0200)]
Docs: Remove unused kconfiglib.py

6 years agoMerge branch 'bugfix/esp_ipc_call_blocking' into 'master'
Angus Gratton [Mon, 10 Sep 2018 08:27:50 +0000 (16:27 +0800)]
Merge branch 'bugfix/esp_ipc_call_blocking' into 'master'

ipc: fix `esp_ipc_call_blocking` to return after callback execution is completed

See merge request idf/esp-idf!3218

6 years agoMerge branch 'feature/btdm_add_set_default_passkey_function' into 'master'
Jiang Jiang Jian [Mon, 10 Sep 2018 08:08:05 +0000 (16:08 +0800)]
Merge branch 'feature/btdm_add_set_default_passkey_function' into 'master'

Component/bt: add set/clear static passkey function

See merge request idf/esp-idf!3128

6 years agoMerge branch 'feature/esp-wrover-kit-v4_1' into 'master'
Angus Gratton [Mon, 10 Sep 2018 06:48:41 +0000 (14:48 +0800)]
Merge branch 'feature/esp-wrover-kit-v4_1' into 'master'

Included ESP-WROVER-KIT V4.1 in documenation: Added 'Get Started' guide and updated 'HW Reference'. Closes https://github.com/espressif/esp-idf/issues/2363. Closes https://github.com/espressif/esp-idf/issues/2365.

See merge request idf/esp-idf!3161

6 years agoMerge branch 'feature/http_client_custom_method' into 'master'
Angus Gratton [Mon, 10 Sep 2018 06:44:27 +0000 (14:44 +0800)]
Merge branch 'feature/http_client_custom_method' into 'master'

esp_http_client: add support OPPTIONS/SUB/UNSUB/NOTIFY methods

See merge request idf/esp-idf!3214

6 years agodocs: Make the Python scripts Python 2&3 compatible
Roland Dobai [Fri, 7 Sep 2018 11:46:50 +0000 (13:46 +0200)]
docs: Make the Python scripts Python 2&3 compatible

6 years agoMerge branch 'fix/sdio_slave_recv_isr_load' into 'master'
Ivan Grokhotkov [Mon, 10 Sep 2018 06:37:18 +0000 (14:37 +0800)]
Merge branch 'fix/sdio_slave_recv_isr_load' into 'master'

sdio_slave: fix the recv crash when trans finish and load at the same time

See merge request idf/esp-idf!3217

6 years agoCorrected number of FSM cycles and related description
krzychb [Mon, 10 Sep 2018 05:14:19 +0000 (07:14 +0200)]
Corrected number of FSM cycles and related description

6 years agoCorrected ULP wakeup period setup API to account for time the ULP FSM spends on inter...
krzychb [Sun, 9 Sep 2018 14:13:26 +0000 (16:13 +0200)]
Corrected ULP wakeup period setup API to account for time the ULP FSM spends on internal tasks before being able to execute the program. Inspired by https://esp32.com/viewtopic.php?f=2&t=7081.

6 years agosdio_slave: fix the recv crash when trans finish and load at the same time
michael [Fri, 7 Sep 2018 04:33:45 +0000 (12:33 +0800)]
sdio_slave: fix the recv crash when trans finish and load at the same time

6 years agoMerge branch 'bugfix/cmake_examples_check_stage' into 'master'
Ivan Grokhotkov [Mon, 10 Sep 2018 04:43:29 +0000 (12:43 +0800)]
Merge branch 'bugfix/cmake_examples_check_stage' into 'master'

ci: verify example CMakeLists.txt at check stage

See merge request idf/esp-idf!3230

6 years agoci: verify example CMakeLists.txt at check stage
Ivan Grokhotkov [Mon, 10 Sep 2018 04:02:02 +0000 (12:02 +0800)]
ci: verify example CMakeLists.txt at check stage

6 years agocomponent/bt: stop to inititate AVRC connection when A2DP connection fails to set up
wangmengyang [Fri, 7 Sep 2018 04:07:59 +0000 (12:07 +0800)]
component/bt: stop to inititate AVRC connection when A2DP connection fails to set up

AVRCP connection binds to A2DP in current implementation, despite the two profiles are\
independent according to specification. AVRCP connection is not necessary to set-up \
if A2DP connection fails to establish

6 years agocomponent/bt: stop to initiate AVDTP connection on failure of A2DP service discovery
wangmengyang [Fri, 7 Sep 2018 04:03:33 +0000 (12:03 +0800)]
component/bt: stop to initiate AVDTP connection on failure of A2DP service discovery

In opening state of AVDTP connection, if SDP client fails to get valid A2DP service record\
from peer SDP server, then do not initiate AVDTP connection request

6 years agocomponent/bt: bugfix that A2DP sink device can be connected by another A2DP sink...
wangmengyang [Tue, 4 Sep 2018 12:32:59 +0000 (20:32 +0800)]
component/bt: bugfix that A2DP sink device can be connected by another A2DP sink device

In pevious implementation, A2DP sink will register an A2DP source Stream End Point(SEP) although the SEP is not\
supposed to be used. Now remove the unused SEP for source so that only one role of A2DP can be supported at one
time. Service record in local SDP server only includes at most one service for A2DP sink role or source

6 years agoMerge branch 'bugfix/add_missing_CMakeLists' into 'master'
Angus Gratton [Mon, 10 Sep 2018 02:54:48 +0000 (10:54 +0800)]
Merge branch 'bugfix/add_missing_CMakeLists' into 'master'

Added missing CMakeLists.txt file to satisfy CI checks

See merge request idf/esp-idf!3229

6 years agoAdded missing CMakeLists.txt file to satisfy CI checks
krzychb [Sun, 9 Sep 2018 19:32:57 +0000 (21:32 +0200)]
Added missing CMakeLists.txt file to satisfy CI checks

6 years agoipc: fix `esp_ipc_call_blocking` to return after callback execution is completed
Mahavir Jain [Thu, 6 Sep 2018 05:52:41 +0000 (11:22 +0530)]
ipc: fix `esp_ipc_call_blocking` to return after callback execution is completed

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
6 years agoMerge branch 'test/driver_case_review' into 'master'
He Yin Ling [Fri, 7 Sep 2018 08:48:59 +0000 (16:48 +0800)]
Merge branch 'test/driver_case_review' into 'master'

Test/driver case review

See merge request idf/esp-idf!3206

6 years agoMerge branch 'bugfix/http_server_strcasecmp' into 'master'
Ivan Grokhotkov [Fri, 7 Sep 2018 08:45:52 +0000 (16:45 +0800)]
Merge branch 'bugfix/http_server_strcasecmp' into 'master'

using case-insensitive compare for getting http header

See merge request idf/esp-idf!3155

6 years agoMerge branch 'doc/eclipse_parallel_build' into 'master'
Angus Gratton [Fri, 7 Sep 2018 08:03:53 +0000 (16:03 +0800)]
Merge branch 'doc/eclipse_parallel_build' into 'master'

doc: Add parallel builds to the Eclipse setup guide

See merge request idf/esp-idf!3209

6 years agoMerge branch 'bugfix/slow_mem_keep_rtc_noinit' into 'master'
Ivan Grokhotkov [Fri, 7 Sep 2018 07:54:52 +0000 (15:54 +0800)]
Merge branch 'bugfix/slow_mem_keep_rtc_noinit' into 'master'

sleep: keep RTC_SLOW_MEM powered on if RTC_NOINIT is used

See merge request idf/esp-idf!3213

6 years agodoc: translate parallel build in Eclipse
morris [Fri, 7 Sep 2018 03:12:03 +0000 (11:12 +0800)]
doc: translate parallel build in Eclipse

6 years agoMerge branch 'feature/cmake' into 'master'
Angus Gratton [Fri, 7 Sep 2018 05:44:17 +0000 (13:44 +0800)]
Merge branch 'feature/cmake' into 'master'

Merge experimental CMake support to master

See merge request idf/esp-idf!3024

6 years agospi_slave: fix the issue rx dma get broken by master unexpected transaction
michael [Thu, 6 Sep 2018 06:47:45 +0000 (14:47 +0800)]
spi_slave: fix the issue rx dma get broken by master unexpected transaction

6 years agodoc: Add parallel builds to the Eclipse setup guide
Angus Gratton [Thu, 6 Sep 2018 07:29:37 +0000 (15:29 +0800)]
doc: Add parallel builds to the Eclipse setup guide

6 years agoesp_http_client: add support OPPTIONS/SUB/UNSUB/NOTIFY methods
Tuan PM [Thu, 6 Sep 2018 13:30:07 +0000 (21:30 +0800)]
esp_http_client: add support OPPTIONS/SUB/UNSUB/NOTIFY methods

6 years agoesp32: update API to set CSI channel filter and HT_LTF data generating
XiaXiaotian [Mon, 3 Sep 2018 07:28:46 +0000 (15:28 +0800)]
esp32: update API to set CSI channel filter and HT_LTF data generating
method and apply pre-read APB register dport access method to PHY

Close: https://github.com/espressif/esp-idf/issues/2337

6 years agohttp_server: using case-insensitive compare for getting http header
Tuan PM [Fri, 31 Aug 2018 09:54:38 +0000 (17:54 +0800)]
http_server: using case-insensitive compare for getting http header

6 years agoComponent/bt: add set default passkey function
zhiweijian [Wed, 29 Aug 2018 04:03:55 +0000 (12:03 +0800)]
Component/bt: add set default passkey function

6 years agoMerge branch 'bugfix/enlarge_ethernet_mac_stack_size' into 'master'
Angus Gratton [Fri, 7 Sep 2018 02:47:30 +0000 (10:47 +0800)]
Merge branch 'bugfix/enlarge_ethernet_mac_stack_size' into 'master'

ethernet: enlarge ethernet task stack size

See merge request idf/esp-idf!3203

6 years agoMerge branch 'feature/cpp_exceptions_example' into 'master'
Ivan Grokhotkov [Fri, 7 Sep 2018 02:34:18 +0000 (10:34 +0800)]
Merge branch 'feature/cpp_exceptions_example' into 'master'

examples: add C++ exception handling example

See merge request idf/esp-idf!3178

6 years agoMerge branch 'feature/light_sleep_gpio_uart_wakeup' into 'master'
Ivan Grokhotkov [Fri, 7 Sep 2018 02:33:33 +0000 (10:33 +0800)]
Merge branch 'feature/light_sleep_gpio_uart_wakeup' into 'master'

sleep: add support for GPIO and UART wakeup from light sleep

See merge request idf/esp-idf!3004

6 years agoethernet: enlarge ethernet task stack size
morris [Wed, 5 Sep 2018 13:43:03 +0000 (21:43 +0800)]
ethernet: enlarge ethernet task stack size

1. In original driver, the stack size for emac driver task "emacT" is only 2048 Bytes, which also can not be changed by user.
2. Each time when invoking "emac_start" function, it will reset emac registers, the driver should reconfig some important registers again.

6 years agoMerge branch 'feature/btdm_legacy_paring' into 'master'
Jiang Jiang Jian [Fri, 7 Sep 2018 02:15:52 +0000 (10:15 +0800)]
Merge branch 'feature/btdm_legacy_paring' into 'master'

component/bt: Add Legacy Pairing

See merge request idf/esp-idf!3057

6 years agoidf.py: Choose a default serial port for all targets if '-p' is not given
Angus Gratton [Thu, 6 Sep 2018 12:32:49 +0000 (20:32 +0800)]
idf.py: Choose a default serial port for all targets if '-p' is not given

6 years agolwip: Re-add CONFIG_PPP_SUPPORT check, remove redundant CFLAGS
Angus Gratton [Thu, 6 Sep 2018 12:23:20 +0000 (20:23 +0800)]
lwip: Re-add CONFIG_PPP_SUPPORT check, remove redundant CFLAGS

6 years agoMerge branch 'master' into feature/cmake
Angus Gratton [Thu, 6 Sep 2018 12:23:04 +0000 (20:23 +0800)]
Merge branch 'master' into feature/cmake

6 years agoMerge branch 'bugfix/btdm_hfp_invalid_hci_sync_pkt_len' into 'master'
Jiang Jiang Jian [Thu, 6 Sep 2018 11:51:42 +0000 (19:51 +0800)]
Merge branch 'bugfix/btdm_hfp_invalid_hci_sync_pkt_len' into 'master'

bugfix/btdm_hfp_invalid_hci_sync_pkt_len

See merge request idf/esp-idf!3186

6 years agormt test: add the case for bug in github[#1815]
houchenyao [Thu, 6 Sep 2018 04:01:47 +0000 (12:01 +0800)]
rmt test: add the case for bug in github[#1815]

6 years agormt test: add case test test the bug of re-install problem
houchenyao [Thu, 6 Sep 2018 04:00:36 +0000 (12:00 +0800)]
rmt test: add case test test the bug of re-install problem

add pending bug case:rmt_tx_stop function cause the re-install fail when rmt_config_t.tx_config.loop_en==true

6 years agormt test: add case to check memory block.
houchenyao [Thu, 6 Sep 2018 03:59:06 +0000 (11:59 +0800)]
rmt test: add case to check memory block.

add RMT channel num and memory block relationship test case to check the memory block range is used in right way.

6 years agoledc test: ignore one case.
houchenyao [Thu, 6 Sep 2018 03:55:46 +0000 (11:55 +0800)]
ledc test: ignore one case.

a bug caused by pcnt. it will fail randomly caused by PCNT bug. It will open when PCNT problem is resolved

6 years agoMerge branch 'feature/sync_lwip_as_submodule' into 'master'
Jiang Jiang Jian [Thu, 6 Sep 2018 11:43:08 +0000 (19:43 +0800)]
Merge branch 'feature/sync_lwip_as_submodule' into 'master'

Feature/sync lwip as submodule

See merge request idf/esp-idf!2685

6 years agoFeature/sync lwip as submodule
Zhang Yan Jiao [Thu, 6 Sep 2018 11:43:08 +0000 (19:43 +0800)]
Feature/sync lwip as submodule

6 years agopcnt test: ignore pcnt two test cases
houchenyao [Thu, 6 Sep 2018 03:54:23 +0000 (11:54 +0800)]
pcnt test: ignore pcnt two test cases

a bug caused by pcnt. these two cases has about 10% fail ratio. they fail randomly in CI. stress test needed. they are ignored until this bug fixed.

6 years agoMerge branch 'bugfix/http_server_example_tests_regex' into 'master'
Ivan Grokhotkov [Thu, 6 Sep 2018 11:37:11 +0000 (19:37 +0800)]
Merge branch 'bugfix/http_server_example_tests_regex' into 'master'

HTTP Server Example Tests : Fix various issues

See merge request idf/esp-idf!3162

6 years agoMerge branch 'feature/pyenv_multiple_run' into 'master'
Angus Gratton [Thu, 6 Sep 2018 11:29:03 +0000 (19:29 +0800)]
Merge branch 'feature/pyenv_multiple_run' into 'master'

CI: Simplify running commands with several versions of Python

See merge request idf/esp-idf!3123

6 years agosleep: keep RTC_SLOW_MEM powered on if RTC_NOINIT is used
Ivan Grokhotkov [Thu, 6 Sep 2018 10:31:17 +0000 (18:31 +0800)]
sleep: keep RTC_SLOW_MEM powered on if RTC_NOINIT is used

Fixes a bug that if application uses RTC_NOINIT variables but doesn’t
use RTC_DATA variables, then RTC_NOINIT variables loose their values
after deep sleep.

Reported in https://esp32.com/viewtopic.php?f=2&t=7045&p=30301#p30299