]>
granicus.if.org Git - esp-idf/log
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
Ivan Grokhotkov [Tue, 22 May 2018 12:03:02 +0000 (20:03 +0800)]
Merge branch 'bugfix/cermak_mdns_fuzzer_update' into 'master'
Bugfix/cermak mdns fuzzer update
See merge request idf/esp-idf!2388
David Cermak [Tue, 22 May 2018 09:10:27 +0000 (11:10 +0200)]
Fixed nullptr dereference in MDNS.c
David Cermak [Fri, 4 May 2018 14:42:54 +0000 (16:42 +0200)]
MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser
Ivan Grokhotkov [Tue, 22 May 2018 08:55:59 +0000 (16:55 +0800)]
Merge branch 'bugfix/docs_fix_vcp_driver_link_v2' into 'master'
docs: fix (in remaining places) link for FTDI VCP drivers
See merge request idf/esp-idf!2424
Ivan Grokhotkov [Tue, 22 May 2018 08:22:30 +0000 (16:22 +0800)]
Merge branch 'bugfix/docs_esp-wrover-kit_and_touch-sensor' into 'master'
docs: updated esp wrover kit jumpers and touch sensor links
See merge request idf/esp-idf!2422
Mahavir Jain [Mon, 21 May 2018 07:12:43 +0000 (12:42 +0530)]
docs: fix (in remaining places) link for FTDI VCP drivers
Signed-off-by: Mahavir Jain <mahavir@espressif.com>
Angus Gratton [Tue, 22 May 2018 05:30:58 +0000 (13:30 +0800)]
Merge branch 'bugfix/parallel_multi_heap_test' into 'master'
CI fix: multi heap host test parallel race
See merge request idf/esp-idf!2428
Tuan PM [Tue, 22 May 2018 05:04:47 +0000 (12:04 +0700)]
Remove unused macro
Tuan PM [Tue, 22 May 2018 03:55:18 +0000 (10:55 +0700)]
Add http status enum & return ESP_FAIL as error code
Angus Gratton [Tue, 22 May 2018 03:31:17 +0000 (11:31 +0800)]
Merge branch 'bugfix/esp_err_to_name_windows' into 'master'
gen_esp_err_to_name.py: Use normal file I/O instead of mmap()
See merge request idf/esp-idf!2425
Angus Gratton [Tue, 22 May 2018 03:13:16 +0000 (11:13 +0800)]
Merge branch 'bugfix/unit_test_timeout' into 'master'
Unit tests: Add per-test timeout option, disable two SD tests
See merge request idf/esp-idf!2423
Angus Gratton [Mon, 21 May 2018 23:47:16 +0000 (09:47 +1000)]
gitignore: Add test_multi_heap_host
Angus Gratton [Mon, 21 May 2018 23:46:15 +0000 (09:46 +1000)]
test_multi_heap_host: Remove race conditions from parallel "make clean test"
Angus Gratton [Tue, 22 May 2018 01:56:55 +0000 (09:56 +0800)]
Merge branch 'feature/update_touchpad_filter_process' into 'master'
driver(touchpad): Change the measuring mode, improve the software filter.
See merge request idf/esp-idf!2358
Angus Gratton [Tue, 22 May 2018 01:43:35 +0000 (09:43 +0800)]
Merge branch 'feature/sdio_slave' into 'master'
feature(sdio_slave): add support for sdio_slave
See merge request idf/esp-idf!1829
Angus Gratton [Tue, 22 May 2018 01:22:52 +0000 (09:22 +0800)]
Merge branch 'bugfix/dport_access_iram' into 'master'
dport: Bigfix dport_read code move to IRAM
See merge request idf/esp-idf!2427
krzychb [Sat, 19 May 2018 15:45:40 +0000 (17:45 +0200)]
Provided links to 'Touch Sensor Application Note' and 'Guide for ESP32-Sense Development Kit'
krzychb [Sat, 19 May 2018 15:28:36 +0000 (17:28 +0200)]
Updated pictures of user configurable jumpers to reflect Version 3 of ESP-WROVER-KIT.
This includes changing the picture of JTAG jumper block by removing the jumper on S_TDI. It has been reported by a number of users that removing this jumper fixes random communication issues observed in OpenOCD.
Konstantin Kondrashov [Mon, 21 May 2018 10:10:03 +0000 (15:10 +0500)]
dport: Bigfix dport_read code move to IRAM
A new method of workaround an error with DPORT is to ensure that the APB is read and followed by the DPORT register without interruptions and pauses. This fix places this implementation in the IRAM to exclude errors associated with the cache miss.
michael [Mon, 4 Dec 2017 12:05:09 +0000 (20:05 +0800)]
doc(sdio_slave): documentation for SDIO slave driver
michael [Wed, 29 Nov 2017 05:33:07 +0000 (13:33 +0800)]
feat(sdio_slave): add new driver for sdio_slave
Michael (XIAO Xufeng) [Wed, 25 Oct 2017 00:45:17 +0000 (08:45 +0800)]
feat(sdio_slave): add headers for sdio slave components: slc, host, hinf
Angus Gratton [Mon, 21 May 2018 04:59:55 +0000 (14:59 +1000)]
Temporarily disable SD CD/WP mode tests
Tracked in TW22648
Angus Gratton [Mon, 21 May 2018 04:50:27 +0000 (14:50 +1000)]
test: Allow per-unit-test timeouts
Work around for "(WL) write/read speed test" taking >30s in some configs
Jiang Jiang Jian [Mon, 21 May 2018 12:00:49 +0000 (20:00 +0800)]
Merge branch 'bugfix/btdm_fix_scan_duplicate' into 'master'
Component/bt: fix scan duplicate
See merge request idf/esp-idf!2342
Angus Gratton [Mon, 21 May 2018 07:33:10 +0000 (17:33 +1000)]
gen_esp_err_to_name.py: Use normal file I/O instead of mmap()
mmap is different on Python for Windows
Angus Gratton [Mon, 21 May 2018 07:26:32 +0000 (15:26 +0800)]
Merge branch 'bugfix/sdio_write_unaligned_len' into 'master'
SDIO: allow read/write operations for lengths not divisible by 4
See merge request idf/esp-idf!2278
zhiweijian [Thu, 3 May 2018 12:22:08 +0000 (20:22 +0800)]
Component/bt: fix scan duplicate
Wangjialin [Fri, 18 May 2018 07:56:45 +0000 (15:56 +0800)]
driver(touchpad): improve touchpad filter mode and update examples.
Jiang Jiang Jian [Mon, 21 May 2018 06:14:51 +0000 (14:14 +0800)]
Merge branch 'feature/wifi_channel_state_information' into 'master'
add Channel State Information(CSI) support
See merge request idf/esp-idf!2373
Jiang Jiang Jian [Mon, 21 May 2018 06:09:44 +0000 (14:09 +0800)]
Merge branch 'bugfix/fix_uart_buffer_full_flg_error_bug' into 'master'
driver(uart): Fix the bug that uart buffer_full flag is true all the time.
See merge request idf/esp-idf!2418
Jiang Jiang Jian [Mon, 21 May 2018 05:56:52 +0000 (13:56 +0800)]
Merge branch 'feature/btdm_hfp_hf' into 'master'
component/bt: implement HFP Hands Free Unit Role
See merge request idf/esp-idf!2306
wangmengyang [Mon, 21 May 2018 03:33:30 +0000 (11:33 +0800)]
component/bt: implement HFP Hands Free Unit Role
Angus Gratton [Mon, 21 May 2018 03:00:37 +0000 (11:00 +0800)]
Merge branch 'doc/language_link' into 'master'
docs: add language link to easily change to Chinese version.
See merge request idf/esp-idf!2051
Angus Gratton [Mon, 21 May 2018 02:59:00 +0000 (10:59 +0800)]
Merge branch 'feature/freertos_tickless_idle' into 'master'
freertos,esp32: automatic light sleep support
See merge request idf/esp-idf!2247
Tuan PM [Tue, 14 Nov 2017 03:16:20 +0000 (10:16 +0700)]
Add esp_http_client
Add error handling for http client
set ssid password correct with Example_WIFI test, and clear password before free
Fixed the CI failure due to HTTP errror names
michael [Fri, 27 Apr 2018 06:46:13 +0000 (14:46 +0800)]
doc(global): build cross-language links for translated documents
Michael (Xiao Xufeng) [Wed, 14 Mar 2018 09:03:56 +0000 (17:03 +0800)]
docs: add language link to easily change to Chinese version
krzychb [Thu, 15 Mar 2018 18:28:58 +0000 (02:28 +0800)]
Implemented docutils custom role that renders a link to current documentation page on Read The Docs in another language version
Provided documentation of the role.
Jiang Jiang Jian [Mon, 21 May 2018 02:29:31 +0000 (10:29 +0800)]
Merge branch 'bugfix/i2c_add_xqueue_static_allocation' into 'master'
driver(i2c, rmt): Add xQueue and xSemaphore static allocation support when intr_alloc_flag set to ESP_INTR_FLAG_IRAM.
See merge request idf/esp-idf!2335
Angus Gratton [Mon, 21 May 2018 01:53:42 +0000 (09:53 +0800)]
Merge branch 'bugfix/reset_some_peripherals_when_cpu_start' into 'master'
driver: Reset communication peripherals when cpu start up.
See merge request idf/esp-idf!2296
kooho [Wed, 2 May 2018 07:27:41 +0000 (15:27 +0800)]
driver(i2c, rmt):Add intr_flag setting to ESP_INTR_FLAG_IRAM support when enable psram.
Angus Gratton [Mon, 21 May 2018 00:42:24 +0000 (08:42 +0800)]
Merge branch 'patch-2' into 'master'
Update idf-monitor.rst
See merge request idf/esp-idf!2149
Lin Meiling [Thu, 29 Mar 2018 06:21:15 +0000 (14:21 +0800)]
Update idf-monitor.rst
Angus Gratton [Mon, 21 May 2018 00:07:49 +0000 (08:07 +0800)]
Merge branch 'feature/gcov_dbg_stubs' into 'master'
Feature/gcov dbg stubs
See merge request idf/esp-idf!1494
Xia Xiaotian [Wed, 9 May 2018 08:44:06 +0000 (16:44 +0800)]
add Channel State Information(CSI) support
Jiang Jiang Jian [Sun, 20 May 2018 09:26:57 +0000 (17:26 +0800)]
Merge branch 'mesh/update_libs' into 'master'
mesh: update libs
See merge request idf/esp-idf!2416
qiyueixa [Fri, 18 May 2018 04:25:52 +0000 (12:25 +0800)]
mesh: update libs
1. use pbkdf2_sha1() to encrypted mesh ie key.
2. fix esp_mesh_waive_root().
3. fix esp_mesh_stop().
4. fix xon issues.
Jiang Jiang Jian [Sat, 19 May 2018 09:04:24 +0000 (17:04 +0800)]
Merge branch 'feature/add_event_SYSTEM_EVENT_AP_STAIPASSIGNED' into 'master'
add event SYSTEM_EVENT_AP_STAIPASSIGNED
See merge request idf/esp-idf!2202
Jiang Jiang Jian [Sat, 19 May 2018 09:00:17 +0000 (17:00 +0800)]
Merge branch 'bugfix/docs_fix_vcp_driver_link' into 'master'
docs: fix link for FTDI VCP drivers
See merge request idf/esp-idf!2420
Jiang Jiang Jian [Sat, 19 May 2018 08:20:49 +0000 (16:20 +0800)]
Merge branch 'feature/unified_btdm_modem_sleep_with_coex' into 'master'
component/bt: implement bluetooth modem sleep
See merge request idf/esp-idf!2198
wangmengyang [Sun, 8 Apr 2018 11:19:47 +0000 (19:19 +0800)]
component/bt: implement bluetooth modem sleep mode, one mode for BLE only and another for dual mode bluetooth
1. provide options for bluetooth low power mode
2. provide two options for bluetooth low power clock: main XTAL and external 32kHz XTAL
3. provide function and callbacks to control bluetooth low power mode, including enable/disable sleep, software wakeup request, low power clock settings, check power state, etc
4. modify vhci API vhci_host_send_packet to use blocking mode
5. note that DFS and bluetooth modem sleep can not be used together currently.
zhangyanjiao [Mon, 9 Apr 2018 03:01:44 +0000 (11:01 +0800)]
add event SYSTEM_EVENT_AP_STAIPASSIGNED
Jiang Jiang Jian [Fri, 18 May 2018 16:44:56 +0000 (00:44 +0800)]
Merge branch 'doc/nvs_flash_encryption' into 'master'
nvs README: Remove section about encryption capability
See merge request idf/esp-idf!2404
Alexey Gerenkov [Thu, 15 Feb 2018 17:09:03 +0000 (20:09 +0300)]
esp32: Adds GCOV debug stubs support
Adds the following functionality
- Debug stubs infrastructure
- Stub for retrieveing GCOV data without user source code modification
Mahavir Jain [Fri, 18 May 2018 11:39:53 +0000 (17:09 +0530)]
docs: fix link for FTDI VCP drivers
Signed-off-by: Mahavir Jain <mahavir@espressif.com>
Jiang Jiang Jian [Fri, 18 May 2018 09:29:32 +0000 (17:29 +0800)]
Merge branch 'feature/add_more_information_about_wifi_config' into 'master'
wifi: Add more information about wifi config
See merge request idf/esp-idf!2384
kooho [Fri, 18 May 2018 07:47:02 +0000 (15:47 +0800)]
driver(uart):Fix the bug that uart buffer_full flag is true all the time.
Angus Gratton [Fri, 18 May 2018 07:22:20 +0000 (15:22 +0800)]
Merge branch 'feature/vfs_find_free_fd' into 'master'
Add "find file descriptor" API to be used by VFS drivers
See merge request idf/esp-idf!2389
Angus Gratton [Fri, 18 May 2018 07:04:25 +0000 (15:04 +0800)]
Merge branch 'feature/vfs_select' into 'master'
Allow VFS file descriptors in select()
See merge request idf/esp-idf!2377
kooho [Fri, 18 May 2018 03:12:19 +0000 (11:12 +0800)]
driver: reset communication peripherals when the cpu starts.
Roland Dobai [Thu, 3 May 2018 08:41:10 +0000 (10:41 +0200)]
Allow VFS file descriptors in select()
Roland Dobai [Fri, 11 May 2018 13:56:53 +0000 (15:56 +0200)]
VFS: allow to find free file descriptors & register them
Deng Xin [Fri, 11 May 2018 06:49:16 +0000 (14:49 +0800)]
(wifi): Add more information about wifi config
1. Update libphy.a to v3900
2. Update librtc.a to v238
3. add scan_method, sort_method and threshold when invoke esp_wifi_get_config()
4. add rssi of each STA in softAP list
5. add country information in scan result
6. add noise floor in rx pkt
Closes https://github.com/espressif/esp-idf/issues/1095
Closes https://github.com/espressif/esp-idf/issues/1723
Closes https://github.com/espressif/esp-idf/issues/1483
Jiang Jiang Jian [Fri, 18 May 2018 03:35:33 +0000 (11:35 +0800)]
Merge branch 'bugfix/performance_tests_psram' into 'master'
tests: Increase performance thresholds when running with PSRAM
See merge request idf/esp-idf!2414
Ivan Grokhotkov [Thu, 3 May 2018 17:31:15 +0000 (01:31 +0800)]
examples/wifi/power_save: enable tickless idle
Ivan Grokhotkov [Thu, 3 May 2018 17:59:54 +0000 (01:59 +0800)]
docs: update information about automatic light sleep
Ivan Grokhotkov [Thu, 12 Apr 2018 10:18:45 +0000 (18:18 +0800)]
freertos,esp32: automatic light sleep support
Angus Gratton [Fri, 18 May 2018 02:10:13 +0000 (10:10 +0800)]
Merge branch 'bugfix/idle_task_stack_size' into 'master'
freertos: Bump default idle task stack size to 1536 bytes
See merge request idf/esp-idf!2411
Jiang Jiang Jian [Fri, 18 May 2018 01:55:45 +0000 (09:55 +0800)]
Merge branch 'feature/tw15298_support_create_wifi_task_on_any_core' into 'master'
esp32: support to create wifi task on any core
See merge request idf/esp-idf!2379
Jiang Jiang Jian [Fri, 18 May 2018 01:52:17 +0000 (09:52 +0800)]
Merge branch 'bugfix/update_ota_download_valid_bin' into 'master'
bugfix(ota): update ota to download valid bin file
See merge request idf/esp-idf!2038
Liu Zhi Fu [Thu, 3 May 2018 09:02:44 +0000 (17:02 +0800)]
esp32: support to create wifi task on any core
Support to create WiFi task on any core.
Closes https://github.com/espressif/esp-idf/issues/968
Jiang Jiang Jian [Thu, 17 May 2018 13:53:06 +0000 (21:53 +0800)]
Merge branch 'bugfix/i2s_mix_result_with_error_code_master' into 'master'
fix i2s mix result and error code
See merge request idf/esp-idf!2227
Jiang Jiang Jian [Thu, 17 May 2018 13:49:40 +0000 (21:49 +0800)]
Merge branch 'feature/add_set_factory_info_customer_in_wps_v3.1' into 'master'
wifi: add set factory information feature by customer in wps
See merge request idf/esp-idf!2412
Angus Gratton [Thu, 17 May 2018 11:12:45 +0000 (19:12 +0800)]
tests: Increase performance threshold for VFS running with PSRAM
Cache effects on microbenchmarks in cached flash can be significant, depending on linker layout in flash.
Jiang Jiang Jian [Thu, 17 May 2018 09:17:14 +0000 (17:17 +0800)]
Merge branch 'bugfix/fix_an_error_in_comment_of_uart_driver' into 'master'
deiver(uart):revise the explanation of uart break length
See merge request idf/esp-idf!2398
Jiang Jiang Jian [Thu, 17 May 2018 08:48:13 +0000 (16:48 +0800)]
Merge branch 'bugfix/o3_fails' into 'master'
Fix compilation errors when -O3 is used
See merge request idf/esp-idf!2396
Deng Xin [Mon, 14 May 2018 02:58:19 +0000 (10:58 +0800)]
wifi: add set factory information feature by customer in wps
Jiang Jiang Jian [Thu, 17 May 2018 08:33:38 +0000 (16:33 +0800)]
Merge branch 'bugfix/wifi_fix_a_few_wifi_bugs' into 'master'
Fix a few WiFi bugs
See merge request idf/esp-idf!2312
Jiang Jiang Jian [Thu, 17 May 2018 08:21:46 +0000 (16:21 +0800)]
Merge branch 'bugfix/fix_qio_mode' into 'master'
bootloader(flash): fix flash QIO mode configuration error.
See merge request idf/esp-idf!2403
Jiang Jiang Jian [Thu, 17 May 2018 03:13:13 +0000 (11:13 +0800)]
Merge branch 'bugfix/btdm_change_scan_mode_after_conn_or_disconn' into 'master'
component/bt: Change scan mode after connected or disconnected
See merge request idf/esp-idf!2402
Zhang Zhao Xiang [Wed, 11 Apr 2018 11:37:31 +0000 (19:37 +0800)]
fix i2s mix result and error code
Angus Gratton [Thu, 17 May 2018 02:14:26 +0000 (10:14 +0800)]
freertos: Bump default idle task stack size to 1536 bytes
In situations where idle task runs a lot of idle hooks or cleanup code
(due to pthread local storage, etc) it can use more than 1KB of stack.
(I think the trigger is if a context switch happens at the right point
in the TLS cleanup).
Also removes an sdkconfig.default which accidentally set all config items,
including this stack size.
Wangjialin [Tue, 15 May 2018 09:14:52 +0000 (17:14 +0800)]
bootloader(flash): fix flash QIO mode configuration error.
reported from github: https://github.com/espressif/esp-idf/issues/1944
1. Add SPI register setup in execute_flash_command.
2. Save and recover the SPI ctrl register in execute_flash_command.
Angus Gratton [Wed, 16 May 2018 11:53:40 +0000 (19:53 +0800)]
Merge branch 'bugfix/docs_small_updates' into 'master'
Bugfix/docs small updates
See merge request idf/esp-idf!2392
Angus Gratton [Wed, 16 May 2018 11:52:45 +0000 (19:52 +0800)]
Merge branch 'bugfix/mbedtls_submodule' into 'master'
mbedtls: Add submodule check at build time
See merge request idf/esp-idf!2395
Angus Gratton [Wed, 16 May 2018 11:52:26 +0000 (19:52 +0800)]
Merge branch 'feature/ledc_add_api_set_hpoint_val' into 'master'
driver(ledc): fix duty and fade issues and add thread-safe version APIs.
See merge request idf/esp-idf!2233
Angus Gratton [Wed, 16 May 2018 11:46:55 +0000 (19:46 +0800)]
Merge branch 'feature/btdm_modify_bt_gap_structure' into 'master'
component/bt: modify BT GAP structure
See merge request idf/esp-idf!2364
baohongde [Wed, 16 May 2018 10:58:13 +0000 (18:58 +0800)]
component/bt: modify BT GAP structure
1. Separate the upward and the downward
2. Cancel use of msg.aid when call btc_transfer_context
XiaXiaotian [Wed, 16 May 2018 10:50:28 +0000 (18:50 +0800)]
Fix a few WiFi bugs
1. remove rc when ap not found
closes issue: https://github.com/espressif/esp-idf/issues/1797
2. allocate mimo packet to internal memory
3. use FRC2 timer instead of WDEV_NOW() for modem sleep to calculate
TBTT time.
It fixes the bug that TBTT will be incorrect if beacon is lost.
baohongde [Tue, 15 May 2018 08:35:48 +0000 (16:35 +0800)]
component/bt: Change scan mode after connected or disconnected
Jiang Jiang Jian [Wed, 16 May 2018 10:18:58 +0000 (18:18 +0800)]
Merge branch 'bugfix/fix_interrupt_list_insert_issue' into 'master'
esp32: fix interrupt list insert issue
See merge request idf/esp-idf!2391
Jiang Jiang Jian [Wed, 16 May 2018 09:40:18 +0000 (17:40 +0800)]
Merge branch 'bugfix/touch_change_default_enable_value' into 'master'
bugfix(touch): change the default value for sar_touch_enable register.
See merge request idf/esp-idf!1870
Jiang Jiang Jian [Wed, 16 May 2018 09:39:04 +0000 (17:39 +0800)]
Merge branch 'bugfix/rmt_tx_cmd' into 'master'
example(rmt): tx cmd without negative coding
See merge request idf/esp-idf!1884
Chen Wu [Mon, 12 Mar 2018 07:16:17 +0000 (15:16 +0800)]
bugfix(ota): update ota to download valid bin file
Jiang Jiang Jian [Wed, 16 May 2018 08:04:34 +0000 (16:04 +0800)]
Merge branch 'bugfix/improve_bt_debug' into 'master'
components/bt: Improve the Bluetooth debug messaging scheme
See merge request idf/esp-idf!2303
Jiang Jiang Jian [Wed, 16 May 2018 06:55:00 +0000 (14:55 +0800)]
Merge branch 'feature/tw16750_full_support_esp_wifi_80211_tx' into 'master'
esp32/docs: fully support esp_wifi_80211_tx
See merge request idf/esp-idf!2007
Liu Zhi Fu [Mon, 26 Feb 2018 05:29:52 +0000 (13:29 +0800)]
esp32/docs: fully support esp_wifi_80211_tx
Closes https://github.com/espressif/esp-idf/issues/1256
Closes https://github.com/espressif/esp-idf/issues/1332
krzychb [Fri, 11 May 2018 18:08:55 +0000 (20:08 +0200)]
Fixed git command