]>
granicus.if.org Git - esp-idf/log
Ivan Grokhotkov [Wed, 23 May 2018 14:40:29 +0000 (22:40 +0800)]
esp_timer: add test for esp_timer_impl_set_alarm
Ref https://github.com/espressif/esp-idf/issues/1891
Ivan Grokhotkov [Wed, 23 May 2018 14:39:49 +0000 (22:39 +0800)]
esp_timer: reduce overflow value in unit tests
This allows testing for race conditions which occur near timer
overflow point more effectively.
Ivan Grokhotkov [Wed, 23 May 2018 13:50:55 +0000 (21:50 +0800)]
esp_timer: don’t busy loop in esp_timer_impl_set_alarm
Previously the loop in esp_timer_impl_set_alarm was necessary to catch
the case when timer count wraps around (goes from 2^32 - 1 to 0).
Since ALARM_OVERFLOW_VAL was reduced from 2^32 - 1 to 0xefffffff,
this is no longer necessary.
Fixes https://github.com/espressif/esp-idf/issues/1891
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
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
zhiweijian [Thu, 7 Jun 2018 07:19:20 +0000 (15:19 +0800)]
Component/bt: fix include service start handle error
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
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.
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
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
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
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
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
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
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
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
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
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
krzychb [Fri, 13 Apr 2018 17:50:14 +0000 (19:50 +0200)]
Replaced ASCII art drawings with blockdiag drawings
Renz Bagaporo [Sat, 26 May 2018 06:58:01 +0000 (14:58 +0800)]
spi_flash: Enable flash emulation down to ROM function calls
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.
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.
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.
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.
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
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>
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>
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
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
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
Angus Gratton [Wed, 6 Jun 2018 07:20:44 +0000 (17:20 +1000)]
ci: Use new common host_test tag for host-side testing
Michael (XIAO Xufeng) [Tue, 5 Jun 2018 17:36:01 +0000 (01:36 +0800)]
chore(spi): fix the terms of native to iomux
michael [Thu, 19 Apr 2018 04:47:29 +0000 (12:47 +0800)]
test(spi): add test for SPI timing
michael [Thu, 19 Apr 2018 04:47:29 +0000 (12:47 +0800)]
test(spi_master): slightly modify the test
michael [Thu, 28 Sep 2017 12:19:18 +0000 (20:19 +0800)]
feat(spi_master): fine tune the timing of SPI
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
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 04:11:57 +0000 (12:11 +0800)]
Update blufi.rst
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 04:05:27 +0000 (12:05 +0800)]
Update blufi.rst
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 03:58:46 +0000 (11:58 +0800)]
Update blufi.rst
Jin Fang Cheng Cheng [Wed, 6 Jun 2018 03:46:13 +0000 (11:46 +0800)]
Delete api-guides_blufi.png
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()
chensheng [Mon, 4 Jun 2018 08:53:46 +0000 (16:53 +0800)]
test/fix bug refresh cache after connect
zhiweijian [Tue, 22 May 2018 08:27:01 +0000 (16:27 +0800)]
Component/bt: fix memory leak
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
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
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
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)
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
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:24:40 +0000 (14:24 +0800)]
Update index.rst
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:24:10 +0000 (14:24 +0800)]
Update index.rst
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:22:04 +0000 (14:22 +0800)]
Update blufi.rst
Jin Fang Cheng Cheng [Mon, 4 Jun 2018 06:21:12 +0000 (14:21 +0800)]
Update blufi.rst
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