]>
granicus.if.org Git - esp-idf/log
Roland Dobai [Wed, 30 May 2018 13:35:50 +0000 (15:35 +0200)]
idf_monitor: add support for filtering options
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
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
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
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
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
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
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
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
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
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
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
chensheng [Thu, 31 May 2018 06:10:28 +0000 (14:10 +0800)]
test: filter duplicated ble adv events in test
zhiweijian [Mon, 4 Jun 2018 03:17:27 +0000 (11:17 +0800)]
Component/bt: close BT sleep in default config
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
Liu Han [Sun, 3 Jun 2018 09:29:49 +0000 (17:29 +0800)]
fix(mdns): fix the exception when remove one of multiple service
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
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
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
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
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
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
Xia Xiaotian [Tue, 29 May 2018 12:26:34 +0000 (20:26 +0800)]
add document of channel state information
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.
baohongde [Fri, 1 Jun 2018 02:57:22 +0000 (10:57 +0800)]
component/bt: Fix bug a2dp assert warn after connected
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
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
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.
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
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
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
xiewenxiang [Wed, 30 May 2018 12:29:14 +0000 (20:29 +0800)]
component/bt: Fix malloc fail lead to crash
Ivan Grokhotkov [Tue, 29 May 2018 16:33:09 +0000 (00:33 +0800)]
xtensa: remove unused header files
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
zhiweijian [Tue, 29 May 2018 12:02:54 +0000 (20:02 +0800)]
Component/bt: fix throughput_demo_fail
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
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
zhiweijian [Wed, 30 May 2018 08:21:35 +0000 (16:21 +0800)]
Component/bt: add makefile for coex demo
zhangyanjiao [Wed, 30 May 2018 09:19:46 +0000 (17:19 +0800)]
fix espnow watchdog when modify
zhiweijian [Tue, 22 May 2018 12:13:53 +0000 (20:13 +0800)]
Component/bt: fix start adv
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
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
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
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
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
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
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
Ivan Grokhotkov [Mon, 28 May 2018 18:08:38 +0000 (02:08 +0800)]
remove executable permission from source files
Ivan Grokhotkov [Mon, 28 May 2018 18:01:43 +0000 (02:01 +0800)]
ci: check for executable flag on source files
Roland Dobai [Tue, 29 May 2018 09:01:25 +0000 (11:01 +0200)]
VFS: fix possible memory leak in UART
Roland Dobai [Tue, 29 May 2018 09:01:25 +0000 (11:01 +0200)]
VFS: Use convenience function for safe FD_ISSET
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".
Roland Dobai [Tue, 29 May 2018 09:01:25 +0000 (11:01 +0200)]
VFS: Add debugging outputs for select() related functions
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).
baohongde [Mon, 28 May 2018 09:43:53 +0000 (17:43 +0800)]
component/bt: Fix mem leak of esp_ble_gap_set_security_param
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
Michael (XIAO Xufeng) [Thu, 24 May 2018 03:40:08 +0000 (11:40 +0800)]
fix the dependency of systemview config menu.
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
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
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
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
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
Alexey Gerenkov [Fri, 25 May 2018 13:42:18 +0000 (16:42 +0300)]
docs: Corrects OpenOCD command usage in logtrace readme
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
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
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
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
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.
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.
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.
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
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
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
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
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
Tian Hao [Thu, 24 May 2018 07:47:16 +0000 (15:47 +0800)]
component/bt : fix bug that assert rwbt.c 265 8192 error
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
He Yin Ling [Tue, 22 May 2018 06:33:35 +0000 (14:33 +0800)]
unit-test-app: udpate CI related part to README
He Yin Ling [Tue, 15 May 2018 15:04:21 +0000 (23:04 +0800)]
CI: remove unnecessary artifacts of assign_test
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
```
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.
zhiweijian [Tue, 22 May 2018 08:54:08 +0000 (16:54 +0800)]
Component/bt: fix set scan params command completer error
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
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.
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().
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
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
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
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
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
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
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
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
zhiweijian [Sat, 27 Jan 2018 09:18:21 +0000 (17:18 +0800)]
Component/bt: add bt_ble_coex demo
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>