]>
granicus.if.org Git - esp-idf/log
Ivan Grokhotkov [Tue, 13 Nov 2018 03:41:19 +0000 (11:41 +0800)]
spiffs: increase timeout in readdir test
Timeout of 15 seconds is not sufficient if SPIFFS partition needs to
be formatted, on some of the boards.
Ivan Grokhotkov [Wed, 21 Nov 2018 03:41:34 +0000 (11:41 +0800)]
Merge branch 'bugfix/mdns_query_failed_after_init_v3.2' into 'release/v3.2'
Fixed: mdns query failed after init (Backport v3.2)
See merge request idf/esp-idf!3729
Jiang Jiang Jian [Wed, 21 Nov 2018 03:26:14 +0000 (11:26 +0800)]
Merge branch 'bugfix/btdm_controller_disable_v3.2' into 'release/v3.2'
Fix two bugs when disable bluetooth controller(backport v3.2)
See merge request idf/esp-idf!3716
Jiang Jiang Jian [Tue, 20 Nov 2018 12:02:37 +0000 (20:02 +0800)]
Merge branch 'bugfix/btdm_add_check_peer_addr_type_in_set_adv_params_v3.2' into 'release/v3.2'
Component/bt: add check peer addr type in set adv params (backport v3.2)
See merge request idf/esp-idf!3734
Tian Hao [Tue, 13 Nov 2018 09:29:44 +0000 (17:29 +0800)]
Fix two bugs when disable bluetooth controller
1. Fix the bug that disable controller suddenly cause crash when ble is working.
2. Fix the bug that when disable controller, it will cause wifi cannot RX, TX timeout, buffer lack and etc.
Jiang Jiang Jian [Tue, 20 Nov 2018 06:20:29 +0000 (14:20 +0800)]
Merge branch 'bugfix/wifi_sta_sniffer_phy_config_bug_v3.2' into 'release/v3.2'
wifi: fix wifi sta and sniffer phy config bug (backport v3.2)
See merge request idf/esp-idf!3718
Ivan Grokhotkov [Mon, 19 Nov 2018 09:54:27 +0000 (17:54 +0800)]
Merge branch 'bugfix/fix_bug_ethernet_v3.2' into 'release/v3.2'
ethernet: fix some bugs in phy&mac driver(backport v3.2)
See merge request idf/esp-idf!3640
zhiweijian [Mon, 19 Nov 2018 09:04:48 +0000 (17:04 +0800)]
Component/bt: add check peer addr type in set adv params
morris [Fri, 9 Nov 2018 09:33:44 +0000 (17:33 +0800)]
ethernet: multi-call failure in esp_eth_init
Because of incomplete state machine, ethernet driver will broken if esp_eth_init is called twice.
Detailed information here: https://ezredmine.espressif.cn:8765/issues/27332
morris [Tue, 6 Nov 2018 11:10:01 +0000 (19:10 +0800)]
ethernetif: fix potential memory leak
1. If L2_TO_L3_RX_BUF_MODE is not selected, we must assign l2_owner explictly before we call pbuf_free.
2. free intr resource in esp_eth_deinit
Closes https://github.com/espressif/esp-idf/issues/2670
morris [Mon, 15 Oct 2018 12:35:05 +0000 (20:35 +0800)]
ethernet: fix some bugs in phy&mac driver
1. Original register mapping for LAN8720 has some registers that doesn't exist/support.
So just remove them, and fix the power and init function for LAN8720.
2. GPIO16 and GPIO17 is occupied by PSRAM, so only ETH_CLOCK_GPIO_IN mode is supported in that case if using PSRAM.
3. Fix bug of OTA failing with Ethernet
4. Fix bug of multicast with Ethernet
5. Fix potential memory leak
Jiang Jiang Jian [Mon, 19 Nov 2018 06:36:45 +0000 (14:36 +0800)]
Merge branch 'bugfix/btdm_errors_in_comment_v3.2' into 'release/v3.2'
components/bt: Some errors in comment(backport 3.2)
See merge request idf/esp-idf!3713
David Cermak [Fri, 12 Oct 2018 06:13:55 +0000 (08:13 +0200)]
mdns: sending search packets also in probing and announcing state
mdns queries did not work properly when send imeadiately after set_hostname, which cuased reinit of pcb and therefore restarted probing, so search packets were blocked until probing finished
closes #2507, closes #2593
zhangyanjiao [Fri, 16 Nov 2018 11:09:31 +0000 (19:09 +0800)]
wifi: fix the bug that if station (sleep is enabled) and sniffer are enabled at the same time,
when disable sniffer, station will never enable phy and rf again.
Jiang Jiang Jian [Fri, 16 Nov 2018 10:15:01 +0000 (18:15 +0800)]
Merge branch 'bugfix/btdm_fuction_in_isr_is_not_in_iram_v3.2' into 'release/v3.2'
components/bt: Put function in isr into iram(backport 3.2)
See merge request idf/esp-idf!3689
baohongde [Fri, 16 Nov 2018 03:27:22 +0000 (11:27 +0800)]
components/bt: Some errors in comment
baohongde [Tue, 13 Nov 2018 03:56:14 +0000 (11:56 +0800)]
components/bt: Put function in isr into iram(backport 3.2)
Ivan Grokhotkov [Fri, 16 Nov 2018 07:18:36 +0000 (15:18 +0800)]
Merge branch 'bugfix/app_template_build_v3.2' into 'release/v3.2'
esp-idf-template app: some fixes for the updated template app (backport v3.2)
See merge request idf/esp-idf!3700
Mahavir Jain [Wed, 14 Nov 2018 12:27:15 +0000 (17:57 +0530)]
tools: fix cmake build script for sdkconfig test
Anton Maklakov [Wed, 14 Nov 2018 11:45:14 +0000 (19:45 +0800)]
cmake: fix the creation dummy main to avoid rebuilding
Anton Maklakov [Wed, 14 Nov 2018 06:13:28 +0000 (14:13 +0800)]
ci: If there is no sdkconfig, we have to generate one
Jiang Jiang Jian [Thu, 15 Nov 2018 02:31:46 +0000 (10:31 +0800)]
Merge branch 'bugfix/tw27096_fix_lwip_mbox_free_crash_v3.2' into 'release/v3.2'
fix the crash caused by sys_mbox_free (backport v3.2)
See merge request idf/esp-idf!3676
Jiang Jiang Jian [Wed, 14 Nov 2018 07:35:03 +0000 (15:35 +0800)]
Merge branch 'bugfix/fix_memory_leak_for_v3.2' into 'release/v3.2'
Component/bt: fix memory leak in service change(backport v3.2)
See merge request idf/esp-idf!3685
zhiweijian [Mon, 12 Nov 2018 11:41:19 +0000 (19:41 +0800)]
Component/bt: fix memory leak in service change
Jiang Jiang Jian [Mon, 12 Nov 2018 07:59:14 +0000 (15:59 +0800)]
Merge branch 'bugfix/mesh_start_stop_v3.2' into 'release/v3.2'
mesh: update libs (backport3.2)
See merge request idf/esp-idf!3648
Ivan Grokhotkov [Mon, 12 Nov 2018 07:31:58 +0000 (15:31 +0800)]
Merge branch 'temp/release_v3_2_fastforward' into 'release/v3.2'
release v3.2 fastforward
See merge request idf/esp-idf!3678
Liu Zhi Fu [Wed, 7 Nov 2018 02:52:33 +0000 (10:52 +0800)]
lwip: fix crash caused by sys_mbox_free
Fix lwip crashed bug caused by sys_mbox_free()
qiyuexia [Wed, 31 Oct 2018 13:11:57 +0000 (21:11 +0800)]
mesh: update libs
1. fix ap_loss that occurs when the parent turns off the mesh function and becomes a normal WiFi with a different SSID.
2. add an event MESH_EVENT_NETWORK_STATE that contains information about whether there is a root in the current network.
3. modify the mechanism of mesh IE update.
4. fix a problem in the process of re-voting to select the root, the device that does not meet the conditions of being a root votes for itself.
5. fix an issue that occurs in esp_mesh_recv_toDS() when stopping the mesh.
6. when the user specifies a parent for the device, the device will set the authmode and password of its AP mode to the same value as the specified parent.
7. add two disconnected reason codes MESH_REASON_EMPTY_PASSWORD and MESH_REASON_PARENT_UNENCRYPTED.
Ivan Grokhotkov [Tue, 6 Nov 2018 02:45:24 +0000 (10:45 +0800)]
Merge branch 'bugfix/ut_add_job' into 'master'
ci: add unit test job
See merge request idf/esp-idf!3634
Ivan Grokhotkov [Tue, 6 Nov 2018 02:45:11 +0000 (10:45 +0800)]
Merge branch 'doc/partition_tables_zh_CN' into 'master'
translation of partition-tables.rst
See merge request idf/esp-idf!3457
Ivan Grokhotkov [Mon, 5 Nov 2018 15:19:30 +0000 (23:19 +0800)]
ci: add unit test job
Ivan Grokhotkov [Mon, 5 Nov 2018 11:49:32 +0000 (19:49 +0800)]
Merge branch 'bugfix/py3_ci_enable' into 'master'
Enable Python 3 bot tests in master
See merge request idf/esp-idf!3615
Ivan Grokhotkov [Mon, 5 Nov 2018 11:33:16 +0000 (19:33 +0800)]
Merge branch 'doc/storage_example_readme' into 'master'
examples/storage: adjust readme files according to standard
See merge request idf/esp-idf!3594
liying [Fri, 2 Nov 2018 10:51:20 +0000 (18:51 +0800)]
(doc)update_CN/EN_partition_tables
morris [Wed, 10 Oct 2018 01:43:31 +0000 (09:43 +0800)]
doc/partition-tables: translation of zh_CN
1. Translated partition-tables.rst into Chinese.
2. Fixed some error in the English version.
Ivan Grokhotkov [Mon, 5 Nov 2018 08:58:38 +0000 (16:58 +0800)]
Merge branch 'bugfix/xts_compile_err' into 'master'
mbedtls: Fix compilation errors when CONFIG_MBEDTLS_HARDWARE_AES is disabled
See merge request idf/esp-idf!3506
Ivan Grokhotkov [Mon, 5 Nov 2018 08:31:03 +0000 (16:31 +0800)]
Merge branch 'bugfix/aes_sha_mpi_shared_regs' into 'master'
aes/sha/mpi: Bugfix a use of shared registers.
See merge request idf/esp-idf!3580
Roland Dobai [Thu, 25 Oct 2018 09:58:49 +0000 (11:58 +0200)]
CI: Update Python 3 ignore list
Roland Dobai [Thu, 25 Oct 2018 09:02:58 +0000 (11:02 +0200)]
idf_ext.py: Fix Python 3 compatibility issue
Ivan Grokhotkov [Wed, 31 Oct 2018 07:57:48 +0000 (15:57 +0800)]
examples/storage: adjust readme files according to standard
Ivan Grokhotkov [Mon, 5 Nov 2018 04:30:22 +0000 (12:30 +0800)]
Merge branch 'bugfix/esp-tls-doc' into 'master'
esp-tls: Fix documentaion issue in esp_tls_conn_new_async API
See merge request idf/esp-idf!3545
Ivan Grokhotkov [Mon, 5 Nov 2018 04:30:04 +0000 (12:30 +0800)]
Merge branch 'bugfix/esp_http_client_async_crash' into 'master'
esp_http_client: Fix crash in async mode
See merge request idf/esp-idf!3551
Konstantin Kondrashov [Mon, 29 Oct 2018 15:55:02 +0000 (23:55 +0800)]
aes/sha/mpi: Bugfix a use of shared registers.
This commit resolves a blocking in esp_aes_block function.
Introduce:
The problem was in the fact that AES is switched off at the moment when he should give out the processed data. But because of the disabled, the operation can not be completed successfully, there is an infinite hang. The reason for this behavior is that the registers for controlling the inclusion of AES, SHA, MPI have shared registers and they were not protected from sharing.
Fix some related issue with shared using of AES SHA RSA accelerators.
Closes: https://github.com/espressif/esp-idf/issues/2295#issuecomment-432898137
Ivan Grokhotkov [Mon, 5 Nov 2018 04:20:07 +0000 (12:20 +0800)]
Merge branch 'bugfix/unit_test_adjtime' into 'master'
Resolve ""test for thread safety adjtime and gettimeofday functions" fails randomly"
Closes #37
See merge request idf/esp-idf!3613
Jiang Jiang Jian [Mon, 5 Nov 2018 03:05:45 +0000 (11:05 +0800)]
Merge branch 'test/change_iperf_test_env' into 'master'
test: use simplified env to test iperf cases
See merge request idf/esp-idf!3554
He Yin Ling [Mon, 5 Nov 2018 03:00:58 +0000 (11:00 +0800)]
Merge branch 'test/fix_bug_of_scan_interval_and_windows' into 'master'
test: fix bug of scan interval and window
See merge request idf/esp-idf!3606
Ivan Grokhotkov [Fri, 2 Nov 2018 12:38:16 +0000 (20:38 +0800)]
Merge branch 'bugfix/ci_make_html' into 'master'
ci: revert accidental change from
f0eb9985b9
See merge request idf/esp-idf!3607
Jiang Jiang Jian [Fri, 2 Nov 2018 08:12:31 +0000 (16:12 +0800)]
Merge branch 'bugfix/iperf_bt_error_when_wifi_connect' into 'master'
components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null
See merge request idf/esp-idf!3536
Ivan Grokhotkov [Fri, 2 Nov 2018 06:12:17 +0000 (14:12 +0800)]
Merge branch 'bugfix/event_perf_test_psram' into 'master'
esp_event: lower test performance threshold for PSRAM config
Closes #34
See merge request idf/esp-idf!3603
Angus Gratton [Fri, 2 Nov 2018 05:04:40 +0000 (13:04 +0800)]
Merge branch 'bugfix/build_example_make' into 'master'
Better detection failures in built_examples
See merge request idf/esp-idf!3604
Angus Gratton [Fri, 2 Nov 2018 05:02:42 +0000 (13:02 +0800)]
Merge branch 'test/fix_unit_test_script_cant_process_test_command' into 'master'
test: fix UT script can't process cmd after reset
See merge request idf/esp-idf!3372
Ivan Grokhotkov [Thu, 1 Nov 2018 14:28:31 +0000 (22:28 +0800)]
Merge branch 'bugfix/example_tests_trow_readable_errors' into 'master'
MQTT Example tests cleanup, python 2 and 3 support
See merge request idf/esp-idf!3387
Konstantin Kondrashov [Thu, 1 Nov 2018 12:34:39 +0000 (20:34 +0800)]
newlib: Fix UT adjtime
baohongde [Thu, 1 Nov 2018 09:33:44 +0000 (17:33 +0800)]
components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null
1. When WIFI task or other high priority task blocks the Bluetooth task, ACL RX buffer will use up, ACL RX buffer ptr will point to null and will never point to a valid adress. Causing errors in Bluetooth.
2. hcimsgs.h used whether flow control is on or off
David Cermak [Thu, 27 Sep 2018 09:46:13 +0000 (11:46 +0200)]
mqtt: example tests refactored to provide descriptive failures, addapted to python23, removed workarround for launching without mqtt-paho package
Jiang Jiang Jian [Thu, 1 Nov 2018 07:58:00 +0000 (15:58 +0800)]
Merge branch 'bugfix/btdm_sniff_anchor_point_calculation_error' into 'master'
bugfix/btdm_sniff_anchor_point_calculation_error
See merge request idf/esp-idf!3582
Jiang Jiang Jian [Thu, 1 Nov 2018 07:56:45 +0000 (15:56 +0800)]
Merge branch 'bugfix/btdm_name_buffer_allocation_size_differs' into 'master'
components/bt: Fix the different size of name buffer allocation size
See merge request idf/esp-idf!3587
Jiang Jiang Jian [Thu, 1 Nov 2018 07:55:22 +0000 (15:55 +0800)]
Merge branch 'bugfix/btdm_fix_get_attr_value_error' into 'master'
Component/bt: fix get attr value API error
See merge request idf/esp-idf!3583
Jiang Jiang Jian [Thu, 1 Nov 2018 07:55:05 +0000 (15:55 +0800)]
Merge branch 'bugfix/btdm_fix_ble_cannt_send_or_receive_packet_sometimes' into 'master'
Component/bt: fix ble cannot send or receive packet sometimes
See merge request idf/esp-idf!3585
Sagar Bijwe [Wed, 17 Oct 2018 13:53:46 +0000 (19:23 +0530)]
mbedtls: Fix compilation errors when CONFIG_MBEDTLS_HARDWARE_AES is disabled
Ivan Grokhotkov [Thu, 1 Nov 2018 05:56:43 +0000 (13:56 +0800)]
Merge branch 'bugfix/bootloader_iram_overlap_check' into 'master'
bootloader: verify that loaded image does not overlap bootloader code
See merge request idf/esp-idf!3409
Ivan Grokhotkov [Thu, 1 Nov 2018 03:01:35 +0000 (11:01 +0800)]
esp_event: lower test performance threshold for PSRAM config
Ivan Grokhotkov [Thu, 1 Nov 2018 04:56:07 +0000 (12:56 +0800)]
ci: revert accidental change from
f0eb9985b9
Ivan Grokhotkov [Thu, 1 Nov 2018 04:50:49 +0000 (12:50 +0800)]
Merge branch 'bugfix/wl_version_update' into 'master'
Version update from V1 to V2 now done in correct way.
See merge request idf/esp-idf!3557
Ivan Grokhotkov [Thu, 1 Nov 2018 04:16:30 +0000 (12:16 +0800)]
Merge branch 'doc/issue_template_compiler_version' into 'master'
doc: include compiler version in issue template
See merge request idf/esp-idf!3357
chensheng [Thu, 1 Nov 2018 03:54:52 +0000 (11:54 +0800)]
test: fix bug of scan interval and window
Anton Maklakov [Wed, 31 Oct 2018 10:33:51 +0000 (18:33 +0800)]
ci: Detect undetectable failures in build_examples
Anton Maklakov [Thu, 1 Nov 2018 02:41:45 +0000 (10:41 +0800)]
ci: Count build_example jobs in decimal instead of octal
baohongde [Tue, 30 Oct 2018 11:20:56 +0000 (19:20 +0800)]
component/bt: bugfix of error when entering sniff mode with attempt large than 0xFF
wangmengyang [Tue, 30 Oct 2018 06:30:07 +0000 (14:30 +0800)]
component/bt: bugfix for the error in calculation sniff anchor point which can result in supervision timeout after connection is brought into sniff mode
zhiweijian [Tue, 30 Oct 2018 12:01:13 +0000 (20:01 +0800)]
Component/bt: fix ble cannot send or receive packet sometimes
Ivan Grokhotkov [Wed, 31 Oct 2018 13:37:56 +0000 (21:37 +0800)]
Merge branch 'fix/spi_test_memory_layout' into 'master'
test: fix the unit test fail issue under single_core config
See merge request idf/esp-idf!3596
Jiang Jiang Jian [Wed, 31 Oct 2018 12:51:15 +0000 (20:51 +0800)]
Merge branch 'bugfix/btdm_change_default_CoD_of_BT_profile' into 'master'
components/bt: Set default Class of Device of BT profile
See merge request idf/esp-idf!3564
baohongde [Wed, 31 Oct 2018 02:48:47 +0000 (10:48 +0800)]
components/bt: Fix the different size of name buffer allocation size
Close https://github.com/espressif/esp-idf/issues/2615
Jiang Jiang Jian [Wed, 31 Oct 2018 09:20:47 +0000 (17:20 +0800)]
Merge branch 'bugfix/btdm_add_attr_handle_for_ESP_GATTS_CONF_EVT' into 'master'
Component/bt: add attr_handle for ESP_GATTS_CONF_EVT
See merge request idf/esp-idf!3492
Michael (XIAO Xufeng) [Wed, 31 Oct 2018 08:51:09 +0000 (16:51 +0800)]
test: fix the unit test fail issue under single_core config
Introduced in
97e35429477b9877378ce9c4ec943ccc34318d42 .
The previous commit frees the IRAM part when single core, but doesn't
change the memory layout functions. The unit test mallocs IRAM memory
from the heap, accidently into the new-released region, which doesn't
match the memory layout function.
This commit update the memory layout function to fix this.
Angus Gratton [Wed, 31 Oct 2018 05:23:58 +0000 (13:23 +0800)]
Merge branch 'bugfix/minor_doc_fixes' into 'master'
Documentation fixes
See merge request idf/esp-idf!3529
Angus Gratton [Tue, 30 Oct 2018 23:06:58 +0000 (07:06 +0800)]
Merge branch 'feature/mqtt_mutual_auth' into 'master'
MQTT: Added client cert ssl example per PR from GitHub
See merge request idf/esp-idf!3473
Jitin George [Wed, 24 Oct 2018 07:32:47 +0000 (13:02 +0530)]
esp_http_client: Fix crash in async mode
Closes https://github.com/espressif/esp-idf/issues/2624
Jiang Jiang Jian [Tue, 30 Oct 2018 07:53:31 +0000 (15:53 +0800)]
Merge branch 'bugfix/release_some_memory_on_single_core_mode' into 'master'
release memory not used in single core mode
See merge request idf/esp-idf!2733
Jiang Jiang Jian [Tue, 30 Oct 2018 07:52:02 +0000 (15:52 +0800)]
Merge branch 'bugfix/assert_when_do_wps_with_mikrotik' into 'master'
wifi: bugfix of assert when do wps with mikrotik
See merge request idf/esp-idf!3572
Jiang Jiang Jian [Tue, 30 Oct 2018 07:17:06 +0000 (15:17 +0800)]
Merge branch 'bugfix/btdm_reduce_iram_size' into 'master'
components/bt: Reduce IRAM size
See merge request idf/esp-idf!3574
David Cermak [Thu, 11 Oct 2018 15:34:09 +0000 (17:34 +0200)]
mqtt: ssl mutual authentication example added per PR from github, corrected cmake build, updated per idf style
Merges https://github.com/espressif/esp-idf/pull/2490
Riccardo Binetti [Mon, 6 Aug 2018 14:35:00 +0000 (16:35 +0200)]
mqtt: Add ssl mutual authentication example
Signed-off-by: David Cermak <cermak@espressif.com>
Riccardo Binetti [Fri, 28 Sep 2018 16:45:37 +0000 (18:45 +0200)]
transport_ssl: add support for mutual SSL authentication
Signed-off-by: David Cermak <cermak@espressif.com>
Riccardo Binetti [Fri, 28 Sep 2018 16:45:11 +0000 (18:45 +0200)]
esp-tls: add support for mutual SSL authentication
Signed-off-by: David Cermak <cermak@espressif.com>
zhiweijian [Tue, 30 Oct 2018 07:00:23 +0000 (15:00 +0800)]
Component/bt: fix get attr value API error
Angus Gratton [Mon, 29 Oct 2018 23:40:16 +0000 (07:40 +0800)]
Merge branch 'bugfix/docs_fixes_from_github' into 'master'
Documentation bugfixes from GitHub
See merge request idf/esp-idf!3570
Deng Xin [Mon, 29 Oct 2018 07:28:32 +0000 (15:28 +0800)]
wifi: bugfix of assert when do wps with mikrotik
Problem Decribe
The problem happenned when do wps with a mikrotik router
1. router always want to do connect with 32 without EAP-WSC step
2. after 4 way timeour, 32 crash
Root Cause
The reason why can not start EAP-WSC step is router's check method is RSN > WPA > WPS, when it found there include RSN and WPS in assoc, it will choice do 4 way rather than WPS
The reason of second problem is 32's EAPOL start timer didn't stop and send EAPOL start to a null pointer
Soultion
1. remove RSN and WPA ie when do WPS step
2. check mac address's pointer before send EAPOL start
closes: https://github.com/espressif/esp-idf/issues/2382
baohongde [Mon, 29 Oct 2018 08:54:32 +0000 (16:54 +0800)]
components/bt: Reduce IRAM size
libbtdm: 2608B
idf: 924B
Angus Gratton [Mon, 29 Oct 2018 08:31:52 +0000 (16:31 +0800)]
Merge branch 'bugfix/mdns_crash_on_network_change' into 'master'
Fixed mdns crashes on network changes
See merge request idf/esp-idf!3546
Angus Gratton [Mon, 29 Oct 2018 06:56:32 +0000 (14:56 +0800)]
Merge branch 'bugfix/doc_provisioning' into 'master'
Docs : Provisioning docs and READMEs updated with links to phone apps
See merge request idf/esp-idf!3511
Angus Gratton [Mon, 29 Oct 2018 01:07:30 +0000 (09:07 +0800)]
Merge branch 'feat/sdio_slave_init_doc' into 'master'
sdio_slave: add documentation for the standard init process
See merge request idf/esp-idf!3548
Peter Meerwald-Stadler [Sat, 27 Oct 2018 13:03:27 +0000 (15:03 +0200)]
Fix some typos related to ethernet documentation and Kconfig. Closes https://github.com/espressif/esp-idf/pull/2642
fabianpedd [Sun, 28 Oct 2018 11:23:50 +0000 (12:23 +0100)]
Fixed spelling in build-system.rst. Closes https://github.com/espressif/esp-idf/pull/2641
baohongde [Fri, 26 Oct 2018 09:03:39 +0000 (17:03 +0800)]
components/bt: Set default Class of Device of BT profile
The CoD of each profile both are 0x2c0414, now they are as follow:
A2DP sink: 0x240414
A2DP source: 0x280400
HFP: 0x200408
SPP: 0x001F00
Michael (XIAO Xufeng) [Wed, 24 Oct 2018 03:17:56 +0000 (11:17 +0800)]
sdio_slave: add documentation for the standard init process
He Yin Ling [Wed, 24 Oct 2018 05:34:05 +0000 (13:34 +0800)]
test: use simplified env to test iperf cases
He Yin Ling [Tue, 25 Sep 2018 07:04:16 +0000 (15:04 +0800)]
test: fix UT script can't process cmd after reset:
There's still a small chance that can't process command issue still
happen on some runners. Now we change the way to detect if the runner
reset finished: input `-` to check test history for a few times until it
succeeded. If DUT can process check history command, then it should be
able to process other test commands.
Dmitry [Thu, 25 Oct 2018 12:31:28 +0000 (15:31 +0300)]
Version update from V1 to V2 now done in correct way.
Before this works only first time.
The source and test updated.
State length was changed to macro.