]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agofix espnow bug when add node in AP+STA mode
zhangyanjiao [Wed, 6 Jun 2018 12:44:19 +0000 (20:44 +0800)]
fix espnow bug when add node in AP+STA mode

6 years agoMerge branch 'bugfix/btdm_fix_no_gatt_server_req_callback_warning' into 'master'
Jiang Jiang Jian [Wed, 6 Jun 2018 08:29:59 +0000 (16:29 +0800)]
Merge branch 'bugfix/btdm_fix_no_gatt_server_req_callback_warning' into 'master'

component/bt: fix the issue where no gatt server request callback warning caused…

See merge request idf/esp-idf!2502

6 years agoMerge branch 'bugfix/btdm_fix_memory_leak' into 'master'
Jiang Jiang Jian [Wed, 6 Jun 2018 08:28:15 +0000 (16:28 +0800)]
Merge branch 'bugfix/btdm_fix_memory_leak' into 'master'

Component/bt: add config for gattc cache and fix memory leak

See merge request idf/esp-idf!2429

6 years agoMerge branch 'bugfix/tw20393_tcp_pcb_purge_assert_v3.1' into 'master'
Jiang Jiang Jian [Wed, 6 Jun 2018 06:02:35 +0000 (14:02 +0800)]
Merge branch 'bugfix/tw20393_tcp_pcb_purge_assert_v3.1' into 'master'

lwip: fix tcp_pcb_purge assert

See merge request idf/esp-idf!2512

6 years agolwip: fix tcp_pcb_purge assert
Liu Zhi Fu [Fri, 27 Apr 2018 06:05:55 +0000 (14:05 +0800)]
lwip: fix tcp_pcb_purge assert

Remove the assert in tcp_pcb_purge()

6 years agotest/fix bug refresh cache after connect
chensheng [Mon, 4 Jun 2018 08:53:46 +0000 (16:53 +0800)]
test/fix bug refresh cache after connect

6 years agoComponent/bt: fix memory leak
zhiweijian [Tue, 22 May 2018 08:27:01 +0000 (16:27 +0800)]
Component/bt: fix memory leak

6 years agoMerge branch 'bugfix/github_prs' into 'master'
Angus Gratton [Tue, 5 Jun 2018 03:51:35 +0000 (11:51 +0800)]
Merge branch 'bugfix/github_prs' into 'master'

Merge some small fixes from Github

See merge request idf/esp-idf!2500

6 years agocomponent/bt: fix the issue where no gatt server request callback warning caused...
island [Mon, 4 Jun 2018 09:19:01 +0000 (17:19 +0800)]
component/bt: fix the issue where no gatt server request callback warning caused while acting as a GATTC

6 years agodocs: eclipse: Reword sentence, copy to Windows Eclipse guide also
Angus Gratton [Mon, 4 Jun 2018 23:53:59 +0000 (09:53 +1000)]
docs: eclipse: Reword sentence, copy to Windows Eclipse guide also

Ref https://github.com/espressif/esp-idf/pull/1990

6 years agoMerge branch 'doc/wifi_channel_state_information' into 'master'
Jiang Jiang Jian [Mon, 4 Jun 2018 09:59:05 +0000 (17:59 +0800)]
Merge branch 'doc/wifi_channel_state_information' into 'master'

add document of channel state information

See merge request idf/esp-idf!2468

6 years agoMerge branch 'bugfix/btdm_close_sleep_default' into 'master'
Jiang Jiang Jian [Mon, 4 Jun 2018 09:51:42 +0000 (17:51 +0800)]
Merge branch 'bugfix/btdm_close_sleep_default' into 'master'

Component/btdm: close BT sleep in default config

See merge request idf/esp-idf!2499

6 years agocorrect eclipse build command
wushifu32 [Sun, 3 Jun 2018 03:44:26 +0000 (11:44 +0800)]
correct eclipse build command

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

6 years agoFix PartitionDefinition comparison in Python 3
Marcin Jaworski [Thu, 31 May 2018 14:26:38 +0000 (16:26 +0200)]
Fix PartitionDefinition comparison in Python 3

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

6 years agoUpdate eclipse-setup.rst
Wenderson Oliveira [Wed, 23 May 2018 11:16:25 +0000 (08:16 -0300)]
Update eclipse-setup.rst

This is workaround for eclipse indexer problems. When I disable that option, my problems with eclipse and header files are gone.

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

6 years agoFix compile error using asm
Stefan Profanter [Wed, 16 May 2018 11:25:38 +0000 (13:25 +0200)]
Fix compile error using asm

In function 'xPortGetCoreID':
error: expected ')' before ':' token
         :"=r"(id));

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

6 years agoAdd declarations of private nvs functions (nvs_*) in nvs_flash component to fix C...
Paul Reimer [Tue, 15 May 2018 05:33:53 +0000 (22:33 -0700)]
Add declarations of private nvs functions (nvs_*) in nvs_flash component to fix C++ -Wmissing-declarations warning

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

6 years agoAdd declarations of private cxx_guard functions (__cxa_guard_*) in cxx component...
Paul Reimer [Mon, 14 May 2018 17:17:04 +0000 (10:17 -0700)]
Add declarations of private cxx_guard functions (__cxa_guard_*) in cxx component to fix C++ -Wmissing-declarations warning

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

6 years agoUnset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs...
Paul Reimer [Mon, 14 May 2018 17:10:03 +0000 (10:10 -0700)]
Unset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs warning

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

6 years agotest: filter duplicated ble adv events in test
chensheng [Thu, 31 May 2018 06:10:28 +0000 (14:10 +0800)]
test: filter duplicated ble adv events in test

6 years agoComponent/bt: close BT sleep in default config
zhiweijian [Mon, 4 Jun 2018 03:17:27 +0000 (11:17 +0800)]
Component/bt: close BT sleep in default config

6 years agoMerge branch 'bugfix/mdns_remove_service' into 'master'
Angus Gratton [Mon, 4 Jun 2018 00:39:38 +0000 (08:39 +0800)]
Merge branch 'bugfix/mdns_remove_service' into 'master'

fix(mdns): fix the exception when remove one of multiple service

See merge request idf/esp-idf!2497

6 years agofix(mdns): fix the exception when remove one of multiple service
Liu Han [Sun, 3 Jun 2018 09:29:49 +0000 (17:29 +0800)]
fix(mdns): fix the exception when remove one of multiple service

6 years agoMerge branch 'bugfix/systemview_menu' into 'master'
Ivan Grokhotkov [Fri, 1 Jun 2018 13:52:16 +0000 (21:52 +0800)]
Merge branch 'bugfix/systemview_menu' into 'master'

fix the dependency of systemview config menu.

See merge request idf/esp-idf!2457

6 years agoMerge branch 'bugfix/wifi_fix_a_few_bugs' into 'master'
Jiang Jiang Jian [Fri, 1 Jun 2018 10:37:50 +0000 (18:37 +0800)]
Merge branch 'bugfix/wifi_fix_a_few_bugs' into 'master'

Fix a few WiFi bugs

See merge request idf/esp-idf!2491

6 years agoMerge branch 'bugfix/a2dp_sink_fluent' into 'master'
Jiang Jiang Jian [Fri, 1 Jun 2018 10:34:20 +0000 (18:34 +0800)]
Merge branch 'bugfix/a2dp_sink_fluent' into 'master'

component/bt : enlarge the A2DP SINK FRAME QUEUE SIZE to make A2DP more fluent

See merge request idf/esp-idf!2492

6 years agocomponent/bt : enlarge the A2DP SINK FRAME QUEUE SIZE to make A2DP more fluent
Tian Hao [Fri, 1 Jun 2018 08:51:23 +0000 (16:51 +0800)]
component/bt : enlarge the A2DP SINK FRAME QUEUE SIZE to make A2DP more fluent

6 years agoMerge branch 'feature/esp_error_check_prints_error_text' into 'master'
Ivan Grokhotkov [Fri, 1 Jun 2018 08:43:37 +0000 (16:43 +0800)]
Merge branch 'feature/esp_error_check_prints_error_text' into 'master'

ESP_ERROR_CHECK converts error code to text

See merge request idf/esp-idf!2488

6 years agoMerge branch 'bugfix/btdm_a2dp_assert_warn_after_connected' into 'master'
Jiang Jiang Jian [Fri, 1 Jun 2018 07:54:05 +0000 (15:54 +0800)]
Merge branch 'bugfix/btdm_a2dp_assert_warn_after_connected' into 'master'

component/bt: Fix bug a2dp assert warn after connected

See merge request idf/esp-idf!2470

6 years agoadd document of channel state information
Xia Xiaotian [Tue, 29 May 2018 12:26:34 +0000 (20:26 +0800)]
add document of channel state information

6 years agoFix a few WiFi bugs
XiaXiaotian [Fri, 1 Jun 2018 06:25:43 +0000 (14:25 +0800)]
Fix a few WiFi bugs

1. fix rx state parse if CSI is enabled.

2. make smartconfig channel timer thread safe.

3. fix sniffer filter mask to keep the same as IDF.

6 years agocomponent/bt: Fix bug a2dp assert warn after connected
baohongde [Fri, 1 Jun 2018 02:57:22 +0000 (10:57 +0800)]
component/bt: Fix bug a2dp assert warn after connected

6 years agoMerge branch 'bugfix/btdm_malloc_fail_lead_to_exception' into 'master'
Jiang Jiang Jian [Fri, 1 Jun 2018 02:36:36 +0000 (10:36 +0800)]
Merge branch 'bugfix/btdm_malloc_fail_lead_to_exception' into 'master'

component/bt: Fix malloc fail lead to crash

See merge request idf/esp-idf!2485

6 years agoMerge branch 'bugfix/tw22958_fix_some_bugs_introduced_by_wifi_os_adapter' into 'master'
Jiang Jiang Jian [Fri, 1 Jun 2018 02:34:04 +0000 (10:34 +0800)]
Merge branch 'bugfix/tw22958_fix_some_bugs_introduced_by_wifi_os_adapter' into 'master'

esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter

See merge request idf/esp-idf!2475

6 years agoESP_ERROR_CHECK converts error code to text
Roland Dobai [Thu, 31 May 2018 10:47:06 +0000 (12:47 +0200)]
ESP_ERROR_CHECK converts error code to text

If CONFIG_ESP_ERR_TO_NAME_LOOKUP is enabled, ESP_ERROR_CHECK
prints error message in addition to the error code.

6 years agoMerge branch 'bugfix/btdm_fix_ble_throughput_demo_fail' into 'master'
Jiang Jiang Jian [Thu, 31 May 2018 10:53:01 +0000 (18:53 +0800)]
Merge branch 'bugfix/btdm_fix_ble_throughput_demo_fail' into 'master'

Component/bt: fix throughput_demo_fail

See merge request idf/esp-idf!2467

6 years agoesp32/wpa_supplicant: fix some bugs introduced by wifi os adapter
Liu Zhi Fu [Tue, 29 May 2018 12:25:20 +0000 (20:25 +0800)]
esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter

1. Fix the WiFi/BT coexist bug
2. Fix WPA2 enterprise example crash bug
3. Add size and version check for crypto type struct
4. Add MD5 check for crypto type header file

6 years agoMerge branch 'feature/xtensa_cleanup' into 'master'
Jiang Jiang Jian [Thu, 31 May 2018 06:59:11 +0000 (14:59 +0800)]
Merge branch 'feature/xtensa_cleanup' into 'master'

xtensa: remove unused header files

See merge request idf/esp-idf!2471

6 years agocomponent/bt: Fix malloc fail lead to crash
xiewenxiang [Wed, 30 May 2018 12:29:14 +0000 (20:29 +0800)]
component/bt: Fix malloc fail lead to crash

6 years agoxtensa: remove unused header files
Ivan Grokhotkov [Tue, 29 May 2018 16:33:09 +0000 (00:33 +0800)]
xtensa: remove unused header files

6 years agoMerge branch 'bugfix/btdm_add_makefile_for_coex_demo' into 'master'
Angus Gratton [Thu, 31 May 2018 01:00:18 +0000 (09:00 +0800)]
Merge branch 'bugfix/btdm_add_makefile_for_coex_demo' into 'master'

Component/bt: add makefile for coex demo

See merge request idf/esp-idf!2477

6 years agoComponent/bt: fix throughput_demo_fail
zhiweijian [Tue, 29 May 2018 12:02:54 +0000 (20:02 +0800)]
Component/bt: fix throughput_demo_fail

6 years agoMerge branch 'bugfix/tw19630_fix_espnow_watchdog' into 'master'
Jiang Jiang Jian [Wed, 30 May 2018 11:53:52 +0000 (19:53 +0800)]
Merge branch 'bugfix/tw19630_fix_espnow_watchdog' into 'master'

fix espnow watchdog when modify it's config parameter

See merge request idf/esp-idf!2480

6 years agoMerge branch 'bugfix/btdm_fix_start_adv' into 'master'
Jiang Jiang Jian [Wed, 30 May 2018 11:41:39 +0000 (19:41 +0800)]
Merge branch 'bugfix/btdm_fix_start_adv' into 'master'

Component/bt: fix start adv complete event state error in dual core

See merge request idf/esp-idf!2432

6 years agoComponent/bt: add makefile for coex demo
zhiweijian [Wed, 30 May 2018 08:21:35 +0000 (16:21 +0800)]
Component/bt: add makefile for coex demo

6 years agofix espnow watchdog when modify
zhangyanjiao [Wed, 30 May 2018 09:19:46 +0000 (17:19 +0800)]
fix espnow watchdog when modify

6 years agoComponent/bt: fix start adv
zhiweijian [Tue, 22 May 2018 12:13:53 +0000 (20:13 +0800)]
Component/bt: fix start adv

6 years agoMerge branch 'bugfix/tw20805_fix_wpa2_enterprise_issue' into 'master'
Jiang Jiang Jian [Wed, 30 May 2018 07:51:48 +0000 (15:51 +0800)]
Merge branch 'bugfix/tw20805_fix_wpa2_enterprise_issue' into 'master'

wpa_supplicant: fix wpa2 enterprise PEAP connection issue

See merge request idf/esp-idf!2474

6 years agoMerge branch 'feature/adjtime_newlib' into 'master'
Ivan Grokhotkov [Wed, 30 May 2018 07:00:13 +0000 (15:00 +0800)]
Merge branch 'feature/adjtime_newlib' into 'master'

newlib: Add adjtime - makes a gradual adjustment the system clock

See merge request idf/esp-idf!2462

6 years agoMerge branch 'bugfix/btdm_memleak_of_ble_set_security_param' into 'master'
Jiang Jiang Jian [Wed, 30 May 2018 06:50:02 +0000 (14:50 +0800)]
Merge branch 'bugfix/btdm_memleak_of_ble_set_security_param' into 'master'

component/bt: Fix mem leak of esp_ble_gap_set_security_param

See merge request idf/esp-idf!2458

6 years agowpa_supplicant: fix wpa2 enterprise PEAP connection issue
Liu Zhi Fu [Wed, 30 May 2018 05:48:29 +0000 (13:48 +0800)]
wpa_supplicant: fix wpa2 enterprise PEAP connection issue

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

6 years agoMerge branch 'feature/ci_fail_on_executable_files' into 'master'
Ivan Grokhotkov [Wed, 30 May 2018 03:41:06 +0000 (11:41 +0800)]
Merge branch 'feature/ci_fail_on_executable_files' into 'master'

CI: check source files for executable flag

See merge request idf/esp-idf!2463

6 years agoMerge branch 'cermak_dhcpserver_fuzzer_test' into 'master'
Ivan Grokhotkov [Tue, 29 May 2018 14:28:43 +0000 (22:28 +0800)]
Merge branch 'cermak_dhcpserver_fuzzer_test' into 'master'

LWIP_Fuzzer: Added AFL tests for lwip dhcpserver, client and dns

See merge request idf/esp-idf!2399

6 years agoMerge branch 'bugfix/vfs_select' into 'master'
Ivan Grokhotkov [Tue, 29 May 2018 12:27:10 +0000 (20:27 +0800)]
Merge branch 'bugfix/vfs_select' into 'master'

VFS select: Bugfixes and debug output

See merge request idf/esp-idf!2459

6 years agoremove executable permission from source files
Ivan Grokhotkov [Mon, 28 May 2018 18:08:38 +0000 (02:08 +0800)]
remove executable permission from source files

6 years agoci: check for executable flag on source files
Ivan Grokhotkov [Mon, 28 May 2018 18:01:43 +0000 (02:01 +0800)]
ci: check for executable flag on source files

6 years agoVFS: fix possible memory leak in UART
Roland Dobai [Tue, 29 May 2018 09:01:25 +0000 (11:01 +0200)]
VFS: fix possible memory leak in UART

6 years agoVFS: Use convenience function for safe FD_ISSET
Roland Dobai [Tue, 29 May 2018 09:01:25 +0000 (11:01 +0200)]
VFS: Use convenience function for safe FD_ISSET

6 years agoVFS: esp_vfs_select() needs to be callable from concurrent tasks
Roland Dobai [Tue, 29 May 2018 09:01:25 +0000 (11:01 +0200)]
VFS: esp_vfs_select() needs to be callable from concurrent tasks

This fix is for compatibility with lwip_select(). It moves the lock to
UART which is the only VFS driver which is implemented and is not
"thread-safe".

6 years agoVFS: Add debugging outputs for select() related functions
Roland Dobai [Tue, 29 May 2018 09:01:25 +0000 (11:01 +0200)]
VFS: Add debugging outputs for select() related functions

6 years agonewlib: Add adjtime - makes a gradual adjustment the system clock
Konstantin Kondrashov [Mon, 28 May 2018 12:36:04 +0000 (17:36 +0500)]
newlib: Add adjtime - makes a gradual adjustment the system clock

This function speeds up or slows down the system clock in order to make a gradual adjustment. This ensures
 that the calendar time reported by the system clock is always monotonically increasing, which might not happen
 if you simply set the clock.

The delta argument specifies a relative adjustment to be made to the clock time. If negative, the system clock is
 slowed down for a while until it has lost this much elapsed time. If positive, the system clock is speeded up for a
 while.

If the olddelta argument is not a null pointer, the adjtime function returns information about any previous time
 adjustment that has not yet completed.

The return value is 0 on success and -1 on failure.

To stop the adjustement, call the function settimeofday(current_time).

6 years agocomponent/bt: Fix mem leak of esp_ble_gap_set_security_param
baohongde [Mon, 28 May 2018 09:43:53 +0000 (17:43 +0800)]
component/bt: Fix mem leak of esp_ble_gap_set_security_param

6 years agoMerge branch 'docs/update_logtrace_readme' into 'master'
Ivan Grokhotkov [Mon, 28 May 2018 09:05:02 +0000 (17:05 +0800)]
Merge branch 'docs/update_logtrace_readme' into 'master'

docs: Corrects OpenOCD command usage in logtrace readme

See merge request idf/esp-idf!2455

6 years agofix the dependency of systemview config menu.
Michael (XIAO Xufeng) [Thu, 24 May 2018 03:40:08 +0000 (11:40 +0800)]
fix the dependency of systemview config menu.

6 years agoMerge branch 'bugfix/rtc_vddsdio_details' into 'master'
Angus Gratton [Mon, 28 May 2018 00:51:02 +0000 (08:51 +0800)]
Merge branch 'bugfix/rtc_vddsdio_details' into 'master'

Fix minor VDDSDIO details

See merge request idf/esp-idf!2449

6 years agoMerge branch 'feature/wifi_add_os_adapter_func' into 'master'
Jiang Jiang Jian [Sat, 26 May 2018 14:06:25 +0000 (22:06 +0800)]
Merge branch 'feature/wifi_add_os_adapter_func' into 'master'

Feature/wifi add os adapter func

See merge request idf/esp-idf!2417

6 years agoAdd OS adapter to WiFi driver
XiaXiaotian [Thu, 19 Oct 2017 09:42:55 +0000 (17:42 +0800)]
Add OS adapter to WiFi driver

1.add os adapter to wifi driver
2.type of encrypt funcs not correct

6 years agoMerge branch 'bugfix/vfs_select_incorrect_reset' into 'master'
Ivan Grokhotkov [Fri, 25 May 2018 15:22:01 +0000 (23:22 +0800)]
Merge branch 'bugfix/vfs_select_incorrect_reset' into 'master'

VFS select: Correct reseting of socket FDs

See merge request idf/esp-idf!2444

6 years agoMerge branch 'bugfix/btdm_bt_err_8192' into 'master'
Jiang Jiang Jian [Fri, 25 May 2018 15:15:05 +0000 (23:15 +0800)]
Merge branch 'bugfix/btdm_bt_err_8192' into 'master'

component/bt : fix bug that assert rwbt.c 265 8192 error

See merge request idf/esp-idf!2442

6 years agodocs: Corrects OpenOCD command usage in logtrace readme
Alexey Gerenkov [Fri, 25 May 2018 13:42:18 +0000 (16:42 +0300)]
docs: Corrects OpenOCD command usage in logtrace readme

6 years agoFix redefinition of select() on platforms where ESP_PLATFORM is discarded
Roland Dobai [Thu, 24 May 2018 11:47:00 +0000 (13:47 +0200)]
Fix redefinition of select() on platforms where ESP_PLATFORM is discarded

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

6 years agoVFS select: Correct reseting of socket FDs
Roland Dobai [Thu, 24 May 2018 08:02:24 +0000 (10:02 +0200)]
VFS select: Correct reseting of socket FDs

When using multiple sockets, some of them could be incorrectly removed
from the fd_sets before passing these fd_sets forward to the socket
select function.

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

6 years agoMerge branch 'feature/btdm_add_bt_ble_coex_demo' into 'master'
Jiang Jiang Jian [Fri, 25 May 2018 11:57:45 +0000 (19:57 +0800)]
Merge branch 'feature/btdm_add_bt_ble_coex_demo' into 'master'

Component/bt: add a2dp_gatts_coex demo

See merge request idf/esp-idf!1945

6 years agoMerge branch 'bugfix/unit_test_partition_size' into 'master'
Ivan Grokhotkov [Fri, 25 May 2018 11:39:44 +0000 (19:39 +0800)]
Merge branch 'bugfix/unit_test_partition_size' into 'master'

unit test app: Require 4MB flash

See merge request idf/esp-idf!2448

6 years agosoc: rtc_vddsdio_get_config() In default configuration, VDD_SDIO LDO is always enabled
Angus Gratton [Fri, 25 May 2018 04:53:03 +0000 (14:53 +1000)]
soc: rtc_vddsdio_get_config() In default configuration, VDD_SDIO LDO is always enabled

When using bootstrapping pin to enable VDD_SDIO, the internal LDO is always enabled at either 1.8V
or 3.3V.

6 years agosoc: Fix description of rtc_config_t.tieh, add macros
Angus Gratton [Fri, 25 May 2018 04:52:41 +0000 (14:52 +1000)]
soc: Fix description of rtc_config_t.tieh, add macros

Usage of TIEH was correct but description had 1.8V & 3.3V backwards.

Add macro definitions for TIEH values to improve readability.

6 years agounit test app: Require 4MB flash
Angus Gratton [Fri, 25 May 2018 02:16:26 +0000 (12:16 +1000)]
unit test app: Require 4MB flash

PSRAM config unit tests had outgrown the 0x14000 byte allocated factory size.

6 years agoMerge branch 'feature/bootloader_factory_reset' into 'master'
Angus Gratton [Fri, 25 May 2018 00:17:48 +0000 (08:17 +0800)]
Merge branch 'feature/bootloader_factory_reset' into 'master'

bootloader: Add factory reset and start test app

See merge request idf/esp-idf!2291

6 years agoMerge branch 'bugfix/disable_vfs_select' into 'master'
Angus Gratton [Thu, 24 May 2018 23:58:54 +0000 (07:58 +0800)]
Merge branch 'bugfix/disable_vfs_select' into 'master'

VFS: Optionally disable the VFS implementation of select()

See merge request idf/esp-idf!2434

6 years agobootloader: Add factory reset and start test app
Konstantin Kondrashov [Mon, 23 Apr 2018 12:19:04 +0000 (17:19 +0500)]
bootloader: Add factory reset and start test app

Added feature:
- reset firmware to Factory app.(by long pressing of the button)
- boot Test app. (by long pressing of the button)
- Added feature erase data partitions from factory reset.

TW10281
TW10280

6 years agoMerge branch 'test/assign_ut_cases_according_to_sdkconfig' into 'master'
Ivan Grokhotkov [Thu, 24 May 2018 11:28:03 +0000 (19:28 +0800)]
Merge branch 'test/assign_ut_cases_according_to_sdkconfig' into 'master'

CI: assign ut cases according to sdkconfig

See merge request idf/esp-idf!2407

6 years agoMerge branch 'docs/make_core_dump_doc_clear' into 'master'
Ivan Grokhotkov [Thu, 24 May 2018 09:38:28 +0000 (17:38 +0800)]
Merge branch 'docs/make_core_dump_doc_clear' into 'master'

docs: Makes core dump's documentation slightly clearer

See merge request idf/esp-idf!2433

6 years agocomponent/bt : fix bug that assert rwbt.c 265 8192 error
Tian Hao [Thu, 24 May 2018 07:47:16 +0000 (15:47 +0800)]
component/bt : fix bug that assert rwbt.c 265 8192 error

6 years agoMerge branch 'bugfix/btdm_fix_set_scan_params_cmd_complete_error' into 'master'
Jiang Jiang Jian [Thu, 24 May 2018 05:44:15 +0000 (13:44 +0800)]
Merge branch 'bugfix/btdm_fix_set_scan_params_cmd_complete_error' into 'master'

Component/bt: fix set scan params command completer error

See merge request idf/esp-idf!2430

6 years agounit-test-app: udpate CI related part to README
He Yin Ling [Tue, 22 May 2018 06:33:35 +0000 (14:33 +0800)]
unit-test-app: udpate CI related part to README

6 years agoCI: remove unnecessary artifacts of assign_test
He Yin Ling [Tue, 15 May 2018 15:04:21 +0000 (23:04 +0800)]
CI: remove unnecessary artifacts of assign_test

6 years agotiny-test-fw: show descriptive error when test case assignment fails:
He Yin Ling [Tue, 15 May 2018 09:41:57 +0000 (17:41 +0800)]
tiny-test-fw: show descriptive error when test case assignment fails:

Will give hint when any job failed to assign:

```
Please add the following jobs to .gitlab-ci.yml with specific tags:
* Add job with: psram, ESP32_IDF, UT_T1_1
* Add job with: psram, ESP32_IDF, UT_T1_1
```

6 years agoCI: assign unit test cases according to sdkconfig:
He Yin Ling [Tue, 15 May 2018 03:51:56 +0000 (11:51 +0800)]
CI: assign unit test cases according to sdkconfig:

We have built unit-test-app with different configs.
Currently we use the config name as tags to match runners.
It's not easy to add new configs (need to update tags to existed runners).

Now we'll parse required test runner tags from `sdkconfig` file.
For example, if config enables `CONFIG_SPIRAM_SUPPORT`, then it requires `psram` tag.
This will make adding new configs easier.

In this commit we change the one behavior of assign test: match keys of
cases should be exactly the same with job tags. This fixes cases select
jobs include their tags, and jobs requires those tags can't be assigned.

6 years agoComponent/bt: fix set scan params command completer error
zhiweijian [Tue, 22 May 2018 08:54:08 +0000 (16:54 +0800)]
Component/bt: fix set scan params command completer error

6 years agoMerge branch 'mesh/feature_manual_networking' into 'master'
Jiang Jiang Jian [Wed, 23 May 2018 11:20:30 +0000 (19:20 +0800)]
Merge branch 'mesh/feature_manual_networking' into 'master'

Mesh/feature manual networking

See merge request idf/esp-idf!2426

6 years agomesh: add manual networking function
qiyueixa [Mon, 21 May 2018 09:22:04 +0000 (17:22 +0800)]
mesh: add manual networking function

1. add mesh_assoc_t to esp_mesh_internal.h file.
2. rename "node" to "device" in esp_mesh.h.
3. add MESH_EVENT_SCAN_DONE event.
4. add APIs esp_mesh_scan_get_ap_record() and esp_mesh_scan_get_ap_ie_len() to get scan results.
5. modify API esp_mesh_set_self_organized() by adding parameter "select_parent".
6. modify API esp_mesh_set_parent() by adding parameter "parent_mesh_id"
7. add manual networking example.

6 years agoVFS: Optionally disable the VFS implementation of select()
Roland Dobai [Wed, 23 May 2018 06:25:46 +0000 (08:25 +0200)]
VFS: Optionally disable the VFS implementation of select()

This allows to temporarily resolve issues like
https://github.com/espressif/esp-idf/issues/1987
while bugs are fixed in the VFS implementation of select().

6 years agoMerge branch 'feature/xRingBufferCanRead_pr1672' into 'master'
Angus Gratton [Wed, 23 May 2018 07:09:40 +0000 (15:09 +0800)]
Merge branch 'feature/xRingBufferCanRead_pr1672' into 'master'

freeRTOS/Re-factor ring buffers and add xRingbufferCanRead, xRingbufferCanWrite

See merge request idf/esp-idf!2214

6 years agoMerge branch 'feature/rmt_translator' into 'master'
Angus Gratton [Tue, 22 May 2018 23:27:14 +0000 (07:27 +0800)]
Merge branch 'feature/rmt_translator' into 'master'

driver(rmt): Add API supports sending uint8_t type data

See merge request idf/esp-idf!1975

6 years agodocs: Makes core dump's documentation slightly clearer
Alexey Gerenkov [Tue, 22 May 2018 13:45:07 +0000 (16:45 +0300)]
docs: Makes core dump's documentation slightly clearer

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

6 years agoMerge branch 'feature/multi_antenna_v3.1' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 15:04:01 +0000 (23:04 +0800)]
Merge branch 'feature/multi_antenna_v3.1' into 'master'

esp32: add multiple antenna

See merge request idf/esp-idf!2400

6 years agoesp32: add multiple antenna
Liu Zhi Fu [Tue, 15 May 2018 03:59:32 +0000 (11:59 +0800)]
esp32: add multiple antenna

1. Support multiple antenna support
2. libphy.a is updated to v3910

6 years agoMerge branch 'feature/a2dp-sink-source-runtime-selection' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 14:21:39 +0000 (22:21 +0800)]
Merge branch 'feature/a2dp-sink-source-runtime-selection' into 'master'

bt-a2dp: BT A2DP sink and source selection is now runtime

See merge request idf/esp-idf!2229

6 years agoMerge branch 'bugfix/some_changes_relating_to_phy_v3900' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 13:09:05 +0000 (21:09 +0800)]
Merge branch 'bugfix/some_changes_relating_to_phy_v3900' into 'master'

esp32: some changes relating to phy v3900

See merge request idf/esp-idf!2421

6 years agoMerge branch 'feature/proto-client' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 13:06:46 +0000 (21:06 +0800)]
Merge branch 'feature/proto-client' into 'master'

HTTP Client

See merge request idf/esp-idf!1521