]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agounity: allow test task stack size to be configured
Ivan Grokhotkov [Wed, 2 May 2018 07:39:39 +0000 (15:39 +0800)]
unity: allow test task stack size to be configured

6 years agobuild: allow EXCLUDE_COMPONENTS to contain quotes
Ivan Grokhotkov [Sat, 28 Apr 2018 11:57:00 +0000 (19:57 +0800)]
build: allow EXCLUDE_COMPONENTS to contain quotes

'dequote' macro can’t be used at this point yet, use subst directly.
Also prevent EXCLUDE_COMPONENTS from being passed to bootloader build.

6 years agounit-test-app: allow specifying subset of tests for configuration
Ivan Grokhotkov [Sat, 28 Apr 2018 10:56:25 +0000 (18:56 +0800)]
unit-test-app: allow specifying subset of tests for configuration

For some test configurations, not all tests need to be run. This
change allows adding a comment in the configuration file of the
following form:

unit-test-app makefile will use it to determine which components to
build. If the comment is not present, all components will be built
(TESTS_ALL=1).

Also add test configuration for libsodium. It is a separate test
configuration due to the large binary size generated when building
libsodium tests.

6 years agoMerge branch 'bugfix/performance_tests' into 'master'
Ivan Grokhotkov [Mon, 11 Jun 2018 15:20:45 +0000 (23:20 +0800)]
Merge branch 'bugfix/performance_tests' into 'master'

test: Tweaks to reduce variation in CI unit tests

See merge request idf/esp-idf!2529

6 years agoMerge branch 'docs/update_eclipse-setup' into 'master'
Ivan Grokhotkov [Mon, 11 Jun 2018 15:20:24 +0000 (23:20 +0800)]
Merge branch 'docs/update_eclipse-setup' into 'master'

Docs/update_eclipse-setup

See merge request idf/esp-idf!2528

6 years agoMerge branch 'bugfix/ci_remove_stale_submodules' into 'master'
Ivan Grokhotkov [Mon, 11 Jun 2018 04:26:47 +0000 (12:26 +0800)]
Merge branch 'bugfix/ci_remove_stale_submodules' into 'master'

ci: remove stale submodules after checkout

See merge request idf/esp-idf!2533

6 years agoMerge branch 'feature/esp_timer_example' into 'master'
Angus Gratton [Mon, 11 Jun 2018 03:44:45 +0000 (11:44 +0800)]
Merge branch 'feature/esp_timer_example' into 'master'

examples: add esp_timer example

See merge request idf/esp-idf!2494

6 years agoMerge branch 'bugfix/tw23171_fix_espnow_bug_when_add_node_in_AP_STA_mode' into 'master'
Jiang Jiang Jian [Mon, 11 Jun 2018 03:39:01 +0000 (11:39 +0800)]
Merge branch 'bugfix/tw23171_fix_espnow_bug_when_add_node_in_AP_STA_mode' into 'master'

fix espnow bug when add node in AP+STA mode

See merge request idf/esp-idf!2518

6 years agoMerge branch 'bugfix/btdm_fix_include_service_start_handle_error' into 'master'
Angus Gratton [Mon, 11 Jun 2018 02:36:36 +0000 (10:36 +0800)]
Merge branch 'bugfix/btdm_fix_include_service_start_handle_error' into 'master'

Component/bt: fix include service start handle error

See merge request idf/esp-idf!2525

6 years agoci: remove stale submodules after checkout
Ivan Grokhotkov [Fri, 8 Jun 2018 11:41:18 +0000 (19:41 +0800)]
ci: remove stale submodules after checkout

When ‘fetch’ strategy is used, Gitlab removes untracked files before
checking out new revision. However if the new revision doesn’t
include some of the submodules which were present in the old
revision, such submodule directories would not be removed by the
checkout. This extra step ensures that these stale submodules are
removed.

6 years agoMerge branch 'feature/Add_noinit_rtc_noinit_sections' into 'master'
Ivan Grokhotkov [Fri, 8 Jun 2018 08:01:30 +0000 (16:01 +0800)]
Merge branch 'feature/Add_noinit_rtc_noinit_sections' into 'master'

esp32: Add .noinit and .rtc_noinit sections to the linker script

See merge request idf/esp-idf!1996

6 years agoComponent/bt: fix include service start handle error
zhiweijian [Thu, 7 Jun 2018 07:19:20 +0000 (15:19 +0800)]
Component/bt: fix include service start handle error

6 years agoMerge branch 'doc/jtag_startup_command_fix' into 'master'
Angus Gratton [Fri, 8 Jun 2018 07:15:29 +0000 (15:15 +0800)]
Merge branch 'doc/jtag_startup_command_fix' into 'master'

docs/jtag: use 'flushregs' instead of 'x $a1=0' in gdbinit

See merge request idf/esp-idf!2520

6 years agotest: Tweaks to reduce variation in CI unit tests
Angus Gratton [Fri, 8 Jun 2018 04:42:44 +0000 (14:42 +1000)]
test: Tweaks to reduce variation in CI unit tests

spi test: Prime the flash cache before each test to minimise flash cache misses.

VFS performance test: Increase the number of runs to minimise influence of an isolated bad run.

6 years agodocs/jtag: use ‘flushregs’ instead of ‘x $a1=0” in gdbinit
Ivan Grokhotkov [Wed, 6 Jun 2018 15:55:06 +0000 (23:55 +0800)]
docs/jtag: use ‘flushregs’ instead of ‘x $a1=0” in gdbinit

The old command caused was incorrect (x is “examine”, not “execute”)
and caused GDB register update only by chance. This replaces it with
“flushregs” command which purpose is exactly that — force GDB to
fetch registers from the remote.

6 years agoMerge branch 'feature/host_side_storage_components' into 'master'
Ivan Grokhotkov [Fri, 8 Jun 2018 03:42:37 +0000 (11:42 +0800)]
Merge branch 'feature/host_side_storage_components' into 'master'

Runnable FS components on host

See merge request idf/esp-idf!2431

6 years agoUpdate eclipse-setup.rst
Jin Fang Cheng Cheng [Fri, 8 Jun 2018 03:01:25 +0000 (11:01 +0800)]
Update eclipse-setup.rst
Ref https://github.com/espressif/esp-idf/pull/1990

6 years agoUpdate eclipse-setup.rst
Jin Fang Cheng Cheng [Fri, 8 Jun 2018 03:00:29 +0000 (11:00 +0800)]
Update eclipse-setup.rst

6 years agoMerge branch 'bugfix/wakeup_from_deep_sleep' into 'master'
Angus Gratton [Fri, 8 Jun 2018 02:40:47 +0000 (10:40 +0800)]
Merge branch 'bugfix/wakeup_from_deep_sleep' into 'master'

esp32: Fix not the right time spent in a deep sleep

See merge request idf/esp-idf!2501

6 years agoMerge branch 'feature/monitor_filter_output' into 'master'
Angus Gratton [Fri, 8 Jun 2018 00:09:40 +0000 (08:09 +0800)]
Merge branch 'feature/monitor_filter_output' into 'master'

idf_monitor: add support for filtering options

See merge request idf/esp-idf!2486

6 years agoMerge branch 'bugfix/get_power_down_flags' into 'master'
Ivan Grokhotkov [Thu, 7 Jun 2018 12:20:13 +0000 (20:20 +0800)]
Merge branch 'bugfix/get_power_down_flags' into 'master'

sleep_mode/esp32: Fix a condition to keep power domain enabled during sleep mode

See merge request idf/esp-idf!2515

6 years agoMerge branch 'feat/spi_master_timing' into 'master'
Ivan Grokhotkov [Thu, 7 Jun 2018 12:19:06 +0000 (20:19 +0800)]
Merge branch 'feat/spi_master_timing' into 'master'

feature(spi_master): fine tune the timing of spi master

See merge request idf/esp-idf!2301

6 years agoexamples: add esp_timer example
Ivan Grokhotkov [Fri, 1 Jun 2018 10:36:34 +0000 (12:36 +0200)]
examples: add esp_timer example

6 years agoMerge branch 'feature/ci_host_test_tag' into 'master'
Angus Gratton [Thu, 7 Jun 2018 03:59:25 +0000 (11:59 +0800)]
Merge branch 'feature/ci_host_test_tag' into 'master'

ci: Use new common host_test tag for host-side testing

See merge request idf/esp-idf!2514

6 years agoMerge branch 'doc/api-guides_blufi' into 'master'
Angus Gratton [Thu, 7 Jun 2018 00:54:27 +0000 (08:54 +0800)]
Merge branch 'doc/api-guides_blufi' into 'master'

Doc/api guides blufi

See merge request idf/esp-idf!2376

6 years agoMerge branch 'bugfix/adjtime_attr' into 'master'
Angus Gratton [Thu, 7 Jun 2018 00:25:05 +0000 (08:25 +0800)]
Merge branch 'bugfix/adjtime_attr' into 'master'

newlib: Remove RTC_DATA_ATTR for adjtime

See merge request idf/esp-idf!2504

6 years agoMerge branch 'bugfix/few_typos_in_docs' into 'master'
Angus Gratton [Thu, 7 Jun 2018 00:24:23 +0000 (08:24 +0800)]
Merge branch 'bugfix/few_typos_in_docs' into 'master'

Fix few typos in documentation

See merge request idf/esp-idf!2519

6 years agoMerge branch 'bugfix/docs_ascii_art_2_blockdiag' into 'master'
Angus Gratton [Thu, 7 Jun 2018 00:23:01 +0000 (08:23 +0800)]
Merge branch 'bugfix/docs_ascii_art_2_blockdiag' into 'master'

Replaced ASCII art drawings with blockdiag drawings

See merge request idf/esp-idf!2243

6 years agoReplaced ASCII art drawings with blockdiag drawings
krzychb [Fri, 13 Apr 2018 17:50:14 +0000 (19:50 +0200)]
Replaced ASCII art drawings with blockdiag drawings

6 years agospi_flash: Enable flash emulation down to ROM function calls
Renz Bagaporo [Sat, 26 May 2018 06:58:01 +0000 (14:58 +0800)]
spi_flash: Enable flash emulation down to ROM function calls

6 years agoci: Add spiffs, fatfs host runs to CI
Renz Bagaporo [Tue, 22 May 2018 10:26:19 +0000 (18:26 +0800)]
ci: Add spiffs, fatfs host runs to CI

Adds running the fatfs, spiffs sanity check to CI.

6 years agospiffs: Make spiffs runnable on host
Renz Bagaporo [Tue, 22 May 2018 08:47:30 +0000 (16:47 +0800)]
spiffs: Make spiffs runnable on host

Makes spiffs component runnable on host. Depends on the host library build
of flash emulator. Includes a basic sanity test of
mounting a volume, opening a file, writing to the file, reading the file,
closing the file and unmounting volume.

6 years agofatfs: Make fatfs runnable on host
Renz Bagaporo [Thu, 17 May 2018 08:19:29 +0000 (16:19 +0800)]
fatfs: Make fatfs runnable on host

Makes fatfs component runnable on host. Depends on the host library build
of wear levelling and flash emulator. Includes a basic sanity test of
mounting a volume, opening a file, writing to the file, reading the file,
closing the file and unmounting volume.

6 years agowl, spi_flash: Make wl API runnable on host
Renz Bagaporo [Thu, 17 May 2018 10:56:52 +0000 (18:56 +0800)]
wl, spi_flash: Make wl API runnable on host

Makes the entirety of the wl API runnable on host. Flash emulator
is separated into spi_flash component directory to be reused by
other storage components.

6 years agoesp32: Fix not the right time spent in a deep sleep
Konstantin Kondrashov [Mon, 4 Jun 2018 07:39:18 +0000 (12:39 +0500)]
esp32: Fix not the right time spent in a deep sleep

Before entering the deep sleep, the RTC and FRC counters are synchronized. Updating the boot_time.
Added a unit test for this case.
Fixed warnings for MULTIPLE_STAGES

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

6 years agobt: fix typo in documentation
Mahavir Jain [Wed, 6 Jun 2018 12:52:32 +0000 (18:22 +0530)]
bt: fix typo in documentation

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
6 years agodocs: fix flash_encryption key generation command
Mahavir Jain [Wed, 6 Jun 2018 12:51:00 +0000 (18:21 +0530)]
docs: fix flash_encryption key generation command

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
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 agosleep_mode/esp32: Fix a condition to keep power domain enabled during sleep mode
Konstantin Kondrashov [Wed, 6 Jun 2018 11:50:28 +0000 (16:50 +0500)]
sleep_mode/esp32: Fix a condition to keep power domain enabled during sleep 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 agoci: Use new common host_test tag for host-side testing
Angus Gratton [Wed, 6 Jun 2018 07:20:44 +0000 (17:20 +1000)]
ci: Use new common host_test tag for host-side testing

6 years agochore(spi): fix the terms of native to iomux
Michael (XIAO Xufeng) [Tue, 5 Jun 2018 17:36:01 +0000 (01:36 +0800)]
chore(spi): fix the terms of native to iomux

6 years agotest(spi): add test for SPI timing
michael [Thu, 19 Apr 2018 04:47:29 +0000 (12:47 +0800)]
test(spi): add test for SPI timing

6 years agotest(spi_master): slightly modify the test
michael [Thu, 19 Apr 2018 04:47:29 +0000 (12:47 +0800)]
test(spi_master): slightly modify the test

6 years agofeat(spi_master): fine tune the timing of SPI
michael [Thu, 28 Sep 2017 12:19:18 +0000 (20:19 +0800)]
feat(spi_master): fine tune the timing of SPI

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 agoUpdate blufi.rst
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 04:11:57 +0000 (12:11 +0800)]
Update blufi.rst

6 years agoUpdate blufi.rst
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 04:05:27 +0000 (12:05 +0800)]
Update blufi.rst

6 years agoUpdate blufi.rst
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 03:58:46 +0000 (11:58 +0800)]
Update blufi.rst

6 years agoDelete api-guides_blufi.png
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 03:46:13 +0000 (11:46 +0800)]
Delete api-guides_blufi.png

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 agoidf_monitor: add support for filtering options
Roland Dobai [Wed, 30 May 2018 13:35:50 +0000 (15:35 +0200)]
idf_monitor: add support for filtering options

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 agonewlib: Remove RTC_DATA_ATTR for adjtime
Konstantin Kondrashov [Mon, 4 Jun 2018 10:59:22 +0000 (15:59 +0500)]
newlib: Remove RTC_DATA_ATTR for adjtime

Using RTC_DATA_ATTR in newlib leads to increased power consumption in sleep mode. (RTC SLOW MEM)

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 agoUpdate index.rst
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:24:40 +0000 (14:24 +0800)]
Update index.rst

6 years agoUpdate index.rst
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:24:10 +0000 (14:24 +0800)]
Update index.rst

6 years agoUpdate blufi.rst
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:22:04 +0000 (14:22 +0800)]
Update blufi.rst

6 years agoUpdate blufi.rst
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:21:12 +0000 (14:21 +0800)]
Update blufi.rst

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