]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoMerge branch 'bugfix/tw19041_esp_wifi_stop_not_return' into 'master'
Jiang Jiang Jian [Tue, 20 Mar 2018 07:18:09 +0000 (15:18 +0800)]
Merge branch 'bugfix/tw19041_esp_wifi_stop_not_return' into 'master'

esp32: Fix esp_wifi_stop never returns issue

See merge request idf/esp-idf!2059

6 years agoMerge branch 'bugfix/gpio_timer_doc_fixes' into 'master'
Ivan Grokhotkov [Tue, 20 Mar 2018 02:49:36 +0000 (10:49 +0800)]
Merge branch 'bugfix/gpio_timer_doc_fixes' into 'master'

Minor fixes of GPIO and timer group driver docs

See merge request idf/esp-idf!2081

6 years agoMerge branch 'bugfix/docs_updates_from_github' into 'master'
Ivan Grokhotkov [Tue, 20 Mar 2018 01:50:43 +0000 (09:50 +0800)]
Merge branch 'bugfix/docs_updates_from_github' into 'master'

Bugfix/docs updates from github

See merge request idf/esp-idf!2057

6 years agoMerge branch 'feature/doc_common_conf' into 'master'
Angus Gratton [Tue, 20 Mar 2018 01:02:12 +0000 (09:02 +0800)]
Merge branch 'feature/doc_common_conf' into 'master'

doc: Move non-language-specific RTD/Sphinx config to conf_common.py

See merge request idf/esp-idf!2058

6 years agoesp32: Fix wifi stop never return issue
Liu Zhi Fu [Mon, 19 Mar 2018 13:16:29 +0000 (21:16 +0800)]
esp32: Fix wifi stop never return issue

Fix esp_wifi_stop() never return issue

6 years agoMerge branch 'bugfix/tw19020_force_1.9V_when_flash_is_80M' into 'master'
Jiang Jiang Jian [Mon, 19 Mar 2018 10:50:36 +0000 (18:50 +0800)]
Merge branch 'bugfix/tw19020_force_1.9V_when_flash_is_80M' into 'master'

bootloader: force SDIO 1.9V if flash is 80M

See merge request idf/esp-idf!2083

6 years agoMerge branch 'bugfix/btdm_spp_invalid_handle_path' into 'master'
Jiang Jiang Jian [Mon, 19 Mar 2018 10:40:47 +0000 (18:40 +0800)]
Merge branch 'bugfix/btdm_spp_invalid_handle_path' into 'master'

component/bt: Fix bug of SPP invalid handle path

See merge request idf/esp-idf!2056

6 years agoMerge branch 'bugfix/fix_param_name_comments_bt' into 'master'
Ivan Grokhotkov [Mon, 19 Mar 2018 08:59:09 +0000 (16:59 +0800)]
Merge branch 'bugfix/fix_param_name_comments_bt' into 'master'

components/bt: Fix parameter name and print statements

See merge request idf/esp-idf!2032

6 years agoMerge branch 'bugfix/fix_bt_typos' into 'master'
Ivan Grokhotkov [Mon, 19 Mar 2018 08:58:55 +0000 (16:58 +0800)]
Merge branch 'bugfix/fix_bt_typos' into 'master'

components/bt examples/bluetooth: Fix typographical errors

See merge request idf/esp-idf!1950

6 years agobootloader: force SDIO 1.9V if flash is 80M
Liu Zhi Fu [Mon, 19 Mar 2018 08:09:52 +0000 (16:09 +0800)]
bootloader: force SDIO 1.9V if flash is 80M

If the SPI flash frequency is 80M, the voltage of SDIO is 1.9V,
otherwise, it can configured to 1.8V or 1.9V via menuconfig.

6 years agoMerge branch 'bugfix/spi_master_const_dev_config_t' into 'master'
Ivan Grokhotkov [Mon, 19 Mar 2018 08:31:19 +0000 (16:31 +0800)]
Merge branch 'bugfix/spi_master_const_dev_config_t' into 'master'

spi master: use constant dev_config parameter in spi_bus_add_device

See merge request idf/esp-idf!2082

6 years agoMerge branch 'feature/add_simple_wifi_example' into 'master'
Jiang Jiang Jian [Mon, 19 Mar 2018 06:56:22 +0000 (14:56 +0800)]
Merge branch 'feature/add_simple_wifi_example' into 'master'

add feature of simple wifi example

See merge request idf/esp-idf!2045

6 years agoMerge branch 'bugfix/btdm_fix_eddystone_demo_error' into 'master'
Jiang Jiang Jian [Mon, 19 Mar 2018 06:26:55 +0000 (14:26 +0800)]
Merge branch 'bugfix/btdm_fix_eddystone_demo_error' into 'master'

Component/bt: fix eddystone demo error

See merge request idf/esp-idf!2036

6 years agoMerge branch 'bugfix/btdm_fix_gattc_open_API' into 'master'
Jiang Jiang Jian [Mon, 19 Mar 2018 06:26:41 +0000 (14:26 +0800)]
Merge branch 'bugfix/btdm_fix_gattc_open_API' into 'master'

component/bt: fix gattc open api

See merge request idf/esp-idf!2004

6 years agoModified spi_bus_add_device so that it takes a constant *dev_config parameter.
Jonathan Kaufmann [Wed, 7 Mar 2018 18:28:41 +0000 (12:28 -0600)]
Modified spi_bus_add_device so that it takes a constant *dev_config parameter.

Merges https://github.com/espressif/esp-idf/pull/1690

6 years agodocs: explicitly note that timer alarms are not recurring
Stefan Tauner [Sun, 18 Mar 2018 17:30:11 +0000 (18:30 +0100)]
docs: explicitly note that timer alarms are not recurring

Merges https://github.com/espressif/esp-idf/pull/1740

6 years agodocs: fix description of timer_get_alarm_value()
Stefan Tauner [Sun, 18 Mar 2018 17:28:38 +0000 (18:28 +0100)]
docs: fix description of timer_get_alarm_value()

Replace c&p text with an actual description.

Merges https://github.com/espressif/esp-idf/pull/1740

6 years agodocs: add warning to gpio_get_level()
Stefan Tauner [Sun, 18 Mar 2018 15:37:54 +0000 (16:37 +0100)]
docs: add warning to gpio_get_level()

On most microcontrollers I have worked with one can retrieve the
current state of output GPIO pins. On ESP32 this is not the case
if the pad is not explictly configured to route this information into
the port by configuring it as input or i/o.
Thus add a warning to the API documentation of gpio_get_level().

Merges https://github.com/espressif/esp-idf/pull/1740

6 years agocomponent/bt: Fix bug of SPP invalid handle path
baohongde [Wed, 14 Mar 2018 09:56:07 +0000 (17:56 +0800)]
component/bt: Fix bug of SPP invalid handle path

6 years agoMerge branch 'test/spi_speed_fix' into 'master'
Angus Gratton [Sun, 18 Mar 2018 22:16:38 +0000 (06:16 +0800)]
Merge branch 'test/spi_speed_fix' into 'master'

test(spi_master): test spi master speed performance by median value.

See merge request idf/esp-idf!2048

6 years agoUpdate building-openocd-linux.rst. Merges https://github.com/espressif/esp-idf/pull...
John [Tue, 13 Mar 2018 09:52:04 +0000 (05:52 -0400)]
Update building-openocd-linux.rst. Merges https://github.com/espressif/esp-idf/pull/1714

replace - for -- in line 16 to make it run

6 years agoMerge branch 'bugfix/adc_calibration_override_format' into 'master'
Ivan Grokhotkov [Fri, 16 Mar 2018 12:19:01 +0000 (20:19 +0800)]
Merge branch 'bugfix/adc_calibration_override_format' into 'master'

esp_adc_cal/Fix register definition and add override intsructions for eFuse

See merge request idf/esp-idf!2001

6 years agocomponent/bt: fix gattc open api
zwj [Fri, 2 Mar 2018 13:33:28 +0000 (21:33 +0800)]
component/bt: fix gattc open api

6 years agotest(spi_master): test spi master speed performance by median value.
Michael (Xiao Xufeng) [Wed, 31 Jan 2018 03:15:23 +0000 (11:15 +0800)]
test(spi_master): test spi master speed performance by median value.

also increase the boundary of SPI limit by a little.

6 years agobugfix/Fix BLK3_RESERVED_FLAG register and other minor bugs
Darian Leung [Thu, 15 Mar 2018 06:51:24 +0000 (14:51 +0800)]
bugfix/Fix BLK3_RESERVED_FLAG register and other minor bugs

This commit fixes an incorrect register definition for BLK3_RESERVED_FLAG.
Other bugs include a missing conditional check, and updated comments
on modifying eFuse checking behavior.

6 years agodoc: Move non-language-specific RTD/Sphinx config to conf_common.py
Angus Gratton [Wed, 14 Mar 2018 23:47:57 +0000 (10:47 +1100)]
doc: Move non-language-specific RTD/Sphinx config to conf_common.py

6 years agoMerge branch 'bugfix/btdm_mem_leak_of_bt_dynamic_memory' into 'master'
Jiang Jiang Jian [Thu, 15 Mar 2018 09:01:20 +0000 (17:01 +0800)]
Merge branch 'bugfix/btdm_mem_leak_of_bt_dynamic_memory' into 'master'

component/bt: Fix bug of bt dynamic memory

See merge request idf/esp-idf!2053

6 years agoMerge branch 'bugfix/btdm_a2dp_disc_rsn_error_when_as_master' into 'master'
Jiang Jiang Jian [Thu, 15 Mar 2018 07:28:11 +0000 (15:28 +0800)]
Merge branch 'bugfix/btdm_a2dp_disc_rsn_error_when_as_master' into 'master'

component/bt: Fix bug: a2dp disc_rsn error when as master

See merge request idf/esp-idf!1995

6 years agoMerge branch 'bugfix/btdm_a2dp_sink_cleanup_bug' into 'master'
Jiang Jiang Jian [Thu, 15 Mar 2018 07:04:39 +0000 (15:04 +0800)]
Merge branch 'bugfix/btdm_a2dp_sink_cleanup_bug' into 'master'

component/bt: Fix bug of a2dp sink cleanup bug when connected

See merge request idf/esp-idf!2041

6 years agocomponent/bt: Fix bug of bt dynamic memory
baohongde [Thu, 15 Mar 2018 06:36:49 +0000 (14:36 +0800)]
component/bt: Fix bug of bt dynamic memory

6 years agoMerge branch 'bugfix/btdm_string_to_bdaddr_error_when_opening_nano' into 'master'
Jiang Jiang Jian [Thu, 15 Mar 2018 06:14:47 +0000 (14:14 +0800)]
Merge branch 'bugfix/btdm_string_to_bdaddr_error_when_opening_nano' into 'master'

component/bt: Fix bug: string_to_bdaddr() error when opening nano

See merge request idf/esp-idf!1981

6 years agoesp32: Fix esp_wifi_stop never returns issue
Liu Zhi Fu [Thu, 15 Mar 2018 02:19:24 +0000 (10:19 +0800)]
esp32: Fix esp_wifi_stop never returns issue

esp_wifi_stop may never return when run esp_wifi_start/stop repeatly.

6 years agoadd feature of simple wifi example
zhangyanjiao [Tue, 13 Mar 2018 02:44:49 +0000 (10:44 +0800)]
add feature of simple wifi example

Closes: https://github.com/espressif/esp-idf/issues/1433
6 years agoMerge branch 'bugfix/docs_small_updates' into 'master'
Angus Gratton [Wed, 14 Mar 2018 22:36:15 +0000 (06:36 +0800)]
Merge branch 'bugfix/docs_small_updates' into 'master'

Bugfix/docs small updates

See merge request idf/esp-idf!1847

6 years agoIncluded update made in MR !2012, that has been then lost when resolving merge confli...
krzychb [Wed, 14 Mar 2018 21:03:54 +0000 (22:03 +0100)]
Included update made in MR !2012, that has been then lost when resolving merge conflicts of MR !1901

6 years agofix : cpp:type. Merges https://github.com/espressif/esp-idf/pull/1700
XuanZe [Sat, 10 Mar 2018 06:29:16 +0000 (14:29 +0800)]
fix : cpp:type. Merges https://github.com/espressif/esp-idf/pull/1700

6 years agoUpdated instructions to install Eclipse. Closes https://github.com/espressif/esp...
krzychb [Wed, 24 Jan 2018 20:16:39 +0000 (21:16 +0100)]
Updated instructions to install Eclipse. Closes https://github.com/espressif/esp-idf/issues/1509.

6 years agoUpdated get started instructions for windows following https://esp32.com/viewtopic...
krzychb [Wed, 24 Jan 2018 19:41:35 +0000 (20:41 +0100)]
Updated get started instructions for windows following https://esp32.com/viewtopic.php?f=13&t=4232

6 years agocomponent/bt: Fix bug of a2dp sink cleanup bug when connected
baohongde [Mon, 12 Mar 2018 10:15:56 +0000 (18:15 +0800)]
component/bt: Fix bug of a2dp sink cleanup bug when connected

6 years agoMerge branch 'bugfix/wl_encryption_size' into 'master'
Ivan Grokhotkov [Wed, 14 Mar 2018 06:12:29 +0000 (14:12 +0800)]
Merge branch 'bugfix/wl_encryption_size' into 'master'

Bugfix/wl encryption size

See merge request idf/esp-idf!2037

6 years agoMerge branch 'bugfix/make_MEMMAP_SMP_config_dependent' into 'master'
Ivan Grokhotkov [Wed, 14 Mar 2018 05:02:55 +0000 (13:02 +0800)]
Merge branch 'bugfix/make_MEMMAP_SMP_config_dependent' into 'master'

bugfix/remove MEMMAP_SMP config

See merge request idf/esp-idf!1988

6 years agoMerge branch 'feature/esptool_v23' into 'master'
Angus Gratton [Wed, 14 Mar 2018 00:11:59 +0000 (08:11 +0800)]
Merge branch 'feature/esptool_v23' into 'master'

Update esptool to v2.3.1

See merge request idf/esp-idf!1989

6 years agoMerge branch 'feature/docs_dedicated_language_folders' into 'master'
Angus Gratton [Tue, 13 Mar 2018 23:22:13 +0000 (07:22 +0800)]
Merge branch 'feature/docs_dedicated_language_folders' into 'master'

Move docs into dedicated folders for 'en' and 'zn_CN' language versions

See merge request idf/esp-idf!1901

6 years agoImplemented review comments to zh_CN version of eclipse setup and PICO-KIT get starte...
krzychb [Mon, 5 Mar 2018 20:36:10 +0000 (21:36 +0100)]
Implemented review comments to zh_CN version of eclipse setup and PICO-KIT get started guides. Resolved issues after rebasing on master of several commits.

6 years agoCI: print document preview link in `deploy_docs`
He Yin Ling [Mon, 12 Feb 2018 06:30:02 +0000 (14:30 +0800)]
CI: print document preview link in `deploy_docs`

6 years agodoc: two languages support for deploy_docs stage.
michael [Fri, 9 Feb 2018 09:17:06 +0000 (17:17 +0800)]
doc: two languages support for deploy_docs stage.

6 years agoIncluded zh_CN version of Eclipse setup and PICO-KIT get started guides
krzychb [Wed, 7 Feb 2018 22:17:04 +0000 (23:17 +0100)]
Included zh_CN version of Eclipse setup and PICO-KIT get started guides

6 years agoAdjusted CI configuration to handle 'en' and 'zh_CN' language versions
krzychb [Sat, 3 Feb 2018 21:12:13 +0000 (22:12 +0100)]
Adjusted CI configuration to handle 'en' and 'zh_CN' language versions

6 years agoAdjusted Sphinx configuration to handle 'en' and 'zh_CN' language versions
krzychb [Sat, 3 Feb 2018 21:12:13 +0000 (22:12 +0100)]
Adjusted Sphinx configuration to handle 'en' and 'zh_CN' language versions

6 years agoRestored back original 'zh_CN' version files and updated links between versions
krzychb [Sat, 3 Feb 2018 21:12:13 +0000 (22:12 +0100)]
Restored back original 'zh_CN' version files and updated links between versions

6 years agoMoved files into separate folders per 'en' and 'zh_CN' language version and linked...
krzychb [Sat, 3 Feb 2018 21:12:13 +0000 (22:12 +0100)]
Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available

6 years agoMake search / include path one level deeper to prepare for moving documentation into...
krzychb [Sat, 3 Feb 2018 21:12:13 +0000 (22:12 +0100)]
Make search / include path one level deeper to prepare for moving documentation into new dedicated folders per a language version

6 years agoMerge branch 'bugfix/wpa2_assert_when_suddenly_disconnect' into 'master'
Jiang Jiang Jian [Tue, 13 Mar 2018 12:59:39 +0000 (20:59 +0800)]
Merge branch 'bugfix/wpa2_assert_when_suddenly_disconnect' into 'master'

Bugfix of wpa2 task assert when suddenly disconnect

See merge request idf/esp-idf!2043

6 years agoMerge branch 'bugfix/docs_small_corrections' into 'master'
Ivan Grokhotkov [Tue, 13 Mar 2018 09:43:00 +0000 (17:43 +0800)]
Merge branch 'bugfix/docs_small_corrections' into 'master'

Bugfix/docs small corrections

See merge request idf/esp-idf!2025

6 years agoMerge branch 'bugfix/docs_incremental_build' into 'master'
Ivan Grokhotkov [Tue, 13 Mar 2018 09:41:08 +0000 (17:41 +0800)]
Merge branch 'bugfix/docs_incremental_build' into 'master'

docs: speed up incremental builds

See merge request idf/esp-idf!2012

6 years agoMerge branch 'bugfix/docs_from_github' into 'master'
Ivan Grokhotkov [Tue, 13 Mar 2018 09:40:26 +0000 (17:40 +0800)]
Merge branch 'bugfix/docs_from_github' into 'master'

Bugfix/docs from github

See merge request idf/esp-idf!2015

6 years agoBugfix of wpa2 task assert when suddenly disconnect
Deng Xin [Mon, 12 Mar 2018 13:41:24 +0000 (21:41 +0800)]
Bugfix of wpa2 task assert when suddenly disconnect

6 years agoStructure size alligned by compiler.
Dmitry [Mon, 12 Mar 2018 12:34:16 +0000 (15:34 +0300)]
Structure size alligned by compiler.

6 years agoSize of structure made latform independent.
Dmitry [Mon, 12 Mar 2018 05:34:23 +0000 (08:34 +0300)]
Size of structure made latform independent.

6 years agoExposed important information regrading the flash bus signals
krzychb [Fri, 9 Mar 2018 15:39:26 +0000 (16:39 +0100)]
Exposed important information regrading the flash bus signals

6 years agofix: fatfs link
XuanZe [Fri, 9 Mar 2018 09:55:41 +0000 (17:55 +0800)]
fix: fatfs link

6 years agoExtra links in 'Resources' section
krzychb [Thu, 8 Mar 2018 11:33:21 +0000 (12:33 +0100)]
Extra links in 'Resources' section

6 years agoAdded / corrected README files for the SPI master / slave examples under peripherals
krzychb [Thu, 8 Mar 2018 09:34:55 +0000 (10:34 +0100)]
Added / corrected README files for the SPI master / slave examples under peripherals

6 years agoSize updated.
Dmitry [Mon, 12 Mar 2018 04:49:50 +0000 (07:49 +0300)]
Size updated.

6 years agoSize of structure ware updated.
Dmitry [Mon, 12 Mar 2018 04:30:35 +0000 (07:30 +0300)]
Size of structure ware updated.

6 years agoComponent/bt: fix eddystone demo error
zhiweijian [Mon, 12 Mar 2018 04:10:09 +0000 (12:10 +0800)]
Component/bt: fix eddystone demo error

6 years agocomponents/bt: Fix parameter name and print statement
Hrishikesh Dhayagude [Fri, 9 Mar 2018 08:23:27 +0000 (13:53 +0530)]
components/bt: Fix parameter name and print statement

Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>
6 years agoStructure size updated to the 16 bytes * N
Dmitry [Fri, 9 Mar 2018 06:17:32 +0000 (09:17 +0300)]
Structure size updated to the 16 bytes * N

6 years agoCompiler dependency included for tests.
Dmitry [Fri, 9 Mar 2018 05:40:24 +0000 (08:40 +0300)]
Compiler dependency included for tests.

6 years agoRemove error from tests.
Dmitry [Fri, 9 Mar 2018 04:58:01 +0000 (07:58 +0300)]
Remove error from tests.

6 years agoMerge branch 'bugfix/esp_timer_overflow' into 'master'
Jiang Jiang Jian [Fri, 9 Mar 2018 02:05:22 +0000 (10:05 +0800)]
Merge branch 'bugfix/esp_timer_overflow' into 'master'

component/esp32: fix esp_timer bug

See merge request idf/esp-idf!1877

6 years agoMerge branch 'bugfix/close_socket_when_tcp_connecting' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:34:40 +0000 (20:34 +0800)]
Merge branch 'bugfix/close_socket_when_tcp_connecting' into 'master'

Close socket request will abort tcp write/connect

See merge request idf/esp-idf!1687

6 years agoMerge branch 'bugfix/btdm_clear_start_stop_adv_callback_when_complete' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:22:10 +0000 (20:22 +0800)]
Merge branch 'bugfix/btdm_clear_start_stop_adv_callback_when_complete' into 'master'

Component/bt: clear start/stop adv callback when complete

See merge request idf/esp-idf!1938

6 years agoMerge branch 'bugfix/btdm_fix_set_error_channel_map_in_adv_params' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:18:30 +0000 (20:18 +0800)]
Merge branch 'bugfix/btdm_fix_set_error_channel_map_in_adv_params' into 'master'

Component/bt: fix set error params and return callback when start adv

See merge request idf/esp-idf!1943

6 years agoMerge branch 'feature/btdm_blufi_add_custom_data_cmd' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:15:27 +0000 (20:15 +0800)]
Merge branch 'feature/btdm_blufi_add_custom_data_cmd' into 'master'

Component/bt: blufi add custom data cmd

See merge request idf/esp-idf!2017

6 years agoMerge branch 'bugfix/btdm_add_param_check_in_gap_set_prefer_conn_params' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:08:33 +0000 (20:08 +0800)]
Merge branch 'bugfix/btdm_add_param_check_in_gap_set_prefer_conn_params' into 'master'

Component/bt: add_params_check_in_prefer_conn_params()

See merge request idf/esp-idf!1944

6 years agoMerge branch 'bugfix/btdm_fix_get_attr_value_error_after_prepare_write' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:06:47 +0000 (20:06 +0800)]
Merge branch 'bugfix/btdm_fix_get_attr_value_error_after_prepare_write' into 'master'

Component/bt: fix get attr value error after prepare write

See merge request idf/esp-idf!1976

6 years agoComponent/bt: blufi add custom data cmd
zhiweijian [Tue, 6 Mar 2018 08:18:38 +0000 (16:18 +0800)]
Component/bt: blufi add custom data cmd

6 years agoAdded missing link to sdkconfig
krzychb [Thu, 8 Mar 2018 09:03:32 +0000 (10:03 +0100)]
Added missing link to sdkconfig

6 years agofix : esp_partition_find missing `` ``
XuanZe [Wed, 7 Mar 2018 07:46:38 +0000 (15:46 +0800)]
fix : esp_partition_find missing `` ``

Signed-off-by: krzychb <krzychb@gazeta.pl>
6 years agodocs: speed up incremental builds
Ivan Grokhotkov [Mon, 5 Mar 2018 12:12:52 +0000 (20:12 +0800)]
docs: speed up incremental builds

On each documentation build (‘make html’), doxygen regenerates XML
files. In addition to that, gen-dxd.py regenerates API reference
files under _build/inc/. This results in Sphinx flagging about half
of the input files as modified, and incremental builds taking long
time.

With this change, XML files generated by Doxygen are copied into
docs/xml_in directory only when they are changed. Breathe is pointed
to docs/xml_in directory instead of docs/xml. In addition to that,
gen-dxd.py is modified to only write to the output file when contents
change.

Overall, incremental build time (with no source files changed) is
reduced from ~7 minutes to ~8 seconds (on a particular OS X
computer).

Due to the way Breathe includes Doxygen XML files, there is still
going to be a massive rebuild every time functions, enums, macros,
structures are added or removed from the header files scanned
by Doxygen, but at least individual .rst files can be edited
at a much faster pace.

6 years agoMerge branch 'bugfix/docs_improve_flash_bus_integrity' into 'master'
Ivan Grokhotkov [Wed, 7 Mar 2018 07:26:54 +0000 (15:26 +0800)]
Merge branch 'bugfix/docs_improve_flash_bus_integrity' into 'master'

Added a note how to modify ESP-WROVER-KIT V3 hardware to improve flash bus signal's integrity

See merge request idf/esp-idf!2005

6 years agoMerge branch 'bugfix/btdm_error_log' into 'master'
Jiang Jiang Jian [Tue, 6 Mar 2018 11:37:16 +0000 (19:37 +0800)]
Merge branch 'bugfix/btdm_error_log' into 'master'

component/bt: remove some error logs which are not error

See merge request idf/esp-idf!1826

6 years agoMerge branch 'bugfix/btdm_spp_lock_error' into 'master'
Jiang Jiang Jian [Tue, 6 Mar 2018 11:36:52 +0000 (19:36 +0800)]
Merge branch 'bugfix/btdm_spp_lock_error' into 'master'

component/bt: Fix spp lock error

See merge request idf/esp-idf!2014

6 years agoBugfix for write size. The write size for encryption have to be rounded to 16 bytes.
Dmitry [Tue, 6 Mar 2018 07:26:21 +0000 (10:26 +0300)]
Bugfix for write size. The write size for encryption have to be rounded to 16 bytes.
A wl_config structure size now ounded to 16.
Flash Emulator updated to work with defined minimum size.
Tests are updated.

6 years agocomponent/bt: Fix spp lock error
baohongde [Tue, 6 Mar 2018 06:57:08 +0000 (14:57 +0800)]
component/bt: Fix spp lock error

6 years agocomponent/bt: Fix bug: a2dp disc_rsn error when as master
baohongde [Tue, 6 Mar 2018 06:11:28 +0000 (14:11 +0800)]
component/bt: Fix bug: a2dp disc_rsn error when as master

6 years agoFix missing 'cpp:func:'. Merges https://github.com/espressif/esp-idf/pull/1680
XuanZe [Mon, 5 Mar 2018 05:51:10 +0000 (13:51 +0800)]
Fix missing 'cpp:func:'. Merges https://github.com/espressif/esp-idf/pull/1680

6 years agoUpdate adc.rst. Merges https://github.com/espressif/esp-idf/pull/1657
Alex Kaariainen [Sun, 25 Feb 2018 04:21:16 +0000 (22:21 -0600)]
Update adc.rst. Merges https://github.com/espressif/esp-idf/pull/1657

6 years agocomponent/bt: remove some error logs which are not error
baohongde [Wed, 17 Jan 2018 11:23:41 +0000 (19:23 +0800)]
component/bt: remove some error logs which are not error

6 years agoMerge branch 'bugfix/btdm_update_pktLen_have_no_callback' into 'master'
Jiang Jiang Jian [Mon, 5 Mar 2018 08:14:48 +0000 (16:14 +0800)]
Merge branch 'bugfix/btdm_update_pktLen_have_no_callback' into 'master'

component/bt: Fix bug:update pktlen have no callback

See merge request idf/esp-idf!1913

6 years agoMerge branch 'bugfix/btdm_add_lock_for_spp_without_VFS' into 'master'
Jiang Jiang Jian [Mon, 5 Mar 2018 08:06:16 +0000 (16:06 +0800)]
Merge branch 'bugfix/btdm_add_lock_for_spp_without_VFS' into 'master'

component/bt: Add lock for SPP slot

See merge request idf/esp-idf!2002

6 years agoAdded a note how to modify ESP-WROVER-KIT V3 hardware to improve flash bus signal...
krzychb [Fri, 2 Mar 2018 14:26:46 +0000 (15:26 +0100)]
Added a note how to modify ESP-WROVER-KIT V3 hardware to improve flash bus signal's integrity when using 80 MHz flash frequency. Due to length of the signal lines the flash mode QIO + 80M is not stable and may cause random exceptions on the ESP-WROVER-KIT.

6 years agoMerge branch 'feature/remove_tcp_perf_example' into 'master'
Jiang Jiang Jian [Fri, 2 Mar 2018 10:54:39 +0000 (18:54 +0800)]
Merge branch 'feature/remove_tcp_perf_example' into 'master'

example: remove performance example

See merge request idf/esp-idf!1969

6 years agoMerge branch 'bugfix/btdm_build_server_error_with_BT_BLE_DYNAMIC_ENV_MEMORY' into...
Jiang Jiang Jian [Fri, 2 Mar 2018 10:28:36 +0000 (18:28 +0800)]
Merge branch 'bugfix/btdm_build_server_error_with_BT_BLE_DYNAMIC_ENV_MEMORY' into 'master'

Component/bt: fix build ble server error with BT_BLE_DYNAMIC_ENV_MEMORY option

See merge request idf/esp-idf!1993

6 years agocomponent/bt: Add lock for SPP slot
baohongde [Fri, 2 Mar 2018 10:11:47 +0000 (18:11 +0800)]
component/bt: Add lock for SPP slot

6 years agoComponent/bt: fix build ble server error with BT_BLE_DYNAMIC_ENV_MEMORY option
zhiweijian [Wed, 28 Feb 2018 08:44:05 +0000 (16:44 +0800)]
Component/bt: fix build ble server error with BT_BLE_DYNAMIC_ENV_MEMORY option

6 years agocomponent/esp32: fix esp_timer bug
Tian Hao [Mon, 29 Jan 2018 12:23:59 +0000 (20:23 +0800)]
component/esp32: fix esp_timer bug

1. fix the bug that cause esp_timer_get_time is not accuracy(the max margin may be 106s).
2. fix the bug that causes esp timer come too early.

6 years agoesptool: Update to v2.3.1
Angus Gratton [Tue, 27 Feb 2018 06:54:17 +0000 (17:54 +1100)]
esptool: Update to v2.3.1

6 years agobugfix/remove MEMMAP_SMP config
Darian Leung [Tue, 27 Feb 2018 04:37:09 +0000 (12:37 +0800)]
bugfix/remove MEMMAP_SMP config

This commit removes the MEMMAP_SMP config option.
Dependencies on this config will now depend on !FREERTOS_UNICORE