]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoMerge branch 'feature/use_esp_err_to_name' into 'master'
Ivan Grokhotkov [Tue, 27 Mar 2018 03:50:21 +0000 (11:50 +0800)]
Merge branch 'feature/use_esp_err_to_name' into 'master'

Use esp_err_to_name in examples & optionally disable it in Kconfig

See merge request idf/esp-idf!2013

6 years agoMerge branch 'feature/spi_dummy_bit' into 'master'
Ivan Grokhotkov [Tue, 27 Mar 2018 03:28:58 +0000 (11:28 +0800)]
Merge branch 'feature/spi_dummy_bit' into 'master'

feat(spi_master): allow output high speed data when dummy bits are not used.

See merge request idf/esp-idf!2113

6 years agofeat(spi_master): allow output high speed data when dummy bits are not used.
Michael (Xiao Xufeng) [Tue, 20 Mar 2018 03:33:42 +0000 (11:33 +0800)]
feat(spi_master): allow output high speed data when dummy bits are not used.

6 years agoMerge branch 'feature/docs_check_lang_folder_sync' into 'master'
Ivan Grokhotkov [Mon, 26 Mar 2018 08:54:04 +0000 (16:54 +0800)]
Merge branch 'feature/docs_check_lang_folder_sync' into 'master'

Introduced a CI check if folders with localized documentation are in sync, i.e.…

See merge request idf/esp-idf!2073

6 years agoMerge branch 'bugfix/rtc_xtal_unit_test' into 'master'
Ivan Grokhotkov [Mon, 26 Mar 2018 07:41:25 +0000 (15:41 +0800)]
Merge branch 'bugfix/rtc_xtal_unit_test' into 'master'

Fix 32k RTC XTAL unit test failures

See merge request idf/esp-idf!2124

6 years agoMerge branch 'feat/add_FatFs_encoding_options_in_menuconfig' into 'master'
Ivan Grokhotkov [Mon, 26 Mar 2018 06:14:48 +0000 (14:14 +0800)]
Merge branch 'feat/add_FatFs_encoding_options_in_menuconfig' into 'master'

fatfs/add menuconfig options for different encodings

See merge request idf/esp-idf!2112

6 years agosoc/rtc: run 32k XTAL startup test only in PSRAM config
Ivan Grokhotkov [Mon, 26 Mar 2018 02:14:13 +0000 (10:14 +0800)]
soc/rtc: run 32k XTAL startup test only in PSRAM config

PSRAM tests run on ESP-WROVER-KIT boards, which have the 32k XTAL
installed.

6 years agofatfs/add menuconfig options for different encodings
Darian Leung [Thu, 30 Nov 2017 12:57:37 +0000 (20:57 +0800)]
fatfs/add menuconfig options for different encodings

This commit adds character encoding configurations in for the fatfs component.
The FF_LFN_UNICODE definition in ffconf.h can now be changed to accept UTF-8 or
UTF-16 encoded filernames. Test cases using UTF-8 encoded file paths and names in
FatFs have also been added.

Closes #1183

6 years agoMerge branch 'test/wifi_stop_deinit' into 'master'
Ivan Grokhotkov [Fri, 23 Mar 2018 05:45:20 +0000 (13:45 +0800)]
Merge branch 'test/wifi_stop_deinit' into 'master'

test(wifi): add test for wifi stop and deinit.

See merge request idf/esp-idf!2022

6 years agoMerge branch 'bugfix/http2_add_authority_field' into 'master'
Ivan Grokhotkov [Fri, 23 Mar 2018 05:28:55 +0000 (13:28 +0800)]
Merge branch 'bugfix/http2_add_authority_field' into 'master'

http2: Include 'authority' header by default in the request

See merge request idf/esp-idf!2097

6 years agoMerge branch 'bugfix/btdm_spp_handle_error' into 'master'
Jiang Jiang Jian [Thu, 22 Mar 2018 02:08:47 +0000 (10:08 +0800)]
Merge branch 'bugfix/btdm_spp_handle_error' into 'master'

component/bt: Fix bug of SPP handle error

See merge request idf/esp-idf!2026

6 years agoMerge branch 'bugfix/btdm_fix_error_when_close_SMP_for_master' into 'master'
Jiang Jiang Jian [Thu, 22 Mar 2018 02:07:57 +0000 (10:07 +0800)]
Merge branch 'bugfix/btdm_fix_error_when_close_SMP_for_master' into 'master'

Component/bt: fix build error when close SMP

See merge request idf/esp-idf!2110

6 years agoMerge branch 'bugfix/rtc_clk_32k_bootstrap' into 'master'
Ivan Grokhotkov [Wed, 21 Mar 2018 10:38:49 +0000 (18:38 +0800)]
Merge branch 'bugfix/rtc_clk_32k_bootstrap' into 'master'

bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC

See merge request idf/esp-idf!2085

6 years agobugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC
Konstantin Kondrashov [Mon, 19 Mar 2018 08:05:32 +0000 (13:05 +0500)]
bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC

1. External 32kHz crystal is started for too long or it may not start at all. It is often observed at the first start.
2. At the first start, it is possible that the crystal did not start. And the recorded period was recorded as 0. Which led to a division error by zero during the transition to the deep sleep mode (Maybe somewhere else).
3. Added a unit test to test a new method of oscillation an external crystal.
4. Added a new method of oscillating of an external crystal. The legs of the crystal are fed with a 32 kHz frequency.

The new method eliminates these errors.

Added unit test: `\esp-idf\components\soc\esp32\test\test_rtc_clk.c`: `make TEST_COMPONENTS=soc`
- 8 Test starting external RTC crystal. Will pass.

`Bootstrap cycles for external 32kHz crystal` - is specified in the file Kconfig by default 100.

QA tested a new method of oscillation the crystal on 25 boards. The supply of square waves on the crystal showed a 100% result in contrast to the previous method of launching the crystal. After the tests, the old method was deleted.

Closes TW19143

6 years agoComponent/bt: fix build error when close SMP
zhiweijian [Wed, 21 Mar 2018 05:48:05 +0000 (13:48 +0800)]
Component/bt: fix build error when close SMP

6 years agoMerge branch 'bugfix/dfs_rtc_fixes' into 'master'
Jiang Jiang Jian [Wed, 21 Mar 2018 04:02:48 +0000 (12:02 +0800)]
Merge branch 'bugfix/dfs_rtc_fixes' into 'master'

DFS related fixes

See merge request idf/esp-idf!2102

6 years agoMerge branch 'bugfix/wifi_lwip_set_ip_post_wrong_event' into 'master'
Jiang Jiang Jian [Wed, 21 Mar 2018 03:45:24 +0000 (11:45 +0800)]
Merge branch 'bugfix/wifi_lwip_set_ip_post_wrong_event' into 'master'

Fix the bug that incorrect event is posted when setting static ip of softap and ethernet

See merge request idf/esp-idf!2095

6 years agoFix the bug that incorrect event is posted when setting static ip of softap and ethernet
XiaXiaotian [Tue, 20 Mar 2018 07:32:22 +0000 (15:32 +0800)]
Fix the bug that incorrect event is posted when setting static ip of softap and ethernet

6 years agoMerge branch 'feature/configure_pthread_behaviour' into 'master'
Ivan Grokhotkov [Tue, 20 Mar 2018 16:41:20 +0000 (00:41 +0800)]
Merge branch 'feature/configure_pthread_behaviour' into 'master'

pthread: Allow configuration of priority and stacksize

See merge request idf/esp-idf!1978

6 years agopthread: Allow configuration of priority and stacksize
Kedar Sovani [Sun, 25 Feb 2018 09:26:04 +0000 (14:56 +0530)]
pthread: Allow configuration of priority and stacksize

The expected usage is:
  esp_pthread_set_cfg(cfg);
  pthread_create()

If the inherit flag is set, then all subsequent threads forked by this
thread will also inherit this configuration. This avoids having to
change/prefix this for each and every pthread_create() call.

6 years agoMerge branch 'cherry-pick-7f2a9f03' into 'master'
Jiang Jiang Jian [Tue, 20 Mar 2018 12:23:43 +0000 (20:23 +0800)]
Merge branch 'cherry-pick-7f2a9f03' into 'master'

cherry pick 'bugfix/btdm_fix_reconnect_fail_in_smp_v30' into 'Master'

See merge request idf/esp-idf!2101

6 years agohttp2: Include 'authority' field by default in the request
Kedar Sovani [Tue, 20 Mar 2018 08:02:45 +0000 (13:32 +0530)]
http2: Include 'authority' field by default in the request

Closes https://github.com/espressif/esp-idf/issues/1717

6 years agoMerge branch 'bugfix/btdm_fix_reconnect_fail_in_smp_v30' into 'release/v3.0'
Jiang Jiang Jian [Tue, 20 Mar 2018 10:49:13 +0000 (18:49 +0800)]
Merge branch 'bugfix/btdm_fix_reconnect_fail_in_smp_v30' into 'release/v3.0'

Component/bt: fix reconnect fail in smp for v3.0

See merge request idf/esp-idf!2075

(cherry picked from commit 7f2a9f0359431deb87b1a64b050982dedbe90440)

d0e55335 Component/bt: fix reconnect fail in smp

6 years agoMerge branch 'bugfix/btdm_add_char_descr_uuid_error' into 'master'
Jiang Jiang Jian [Tue, 20 Mar 2018 10:43:42 +0000 (18:43 +0800)]
Merge branch 'bugfix/btdm_add_char_descr_uuid_error' into 'master'

component/bt: Change the char_uuid to descr_uuid in the add descriptor callback params.

See merge request idf/esp-idf!2065

6 years agosoc/rtc: wait for frequency switch to complete
Ivan Grokhotkov [Tue, 20 Mar 2018 10:27:32 +0000 (18:27 +0800)]
soc/rtc: wait for frequency switch to complete

The fast path of CPU frequency switch function, used in DFS, was not
waiting for the frequency switch to complete when switching from XTAL
to PLL. This resulted in incorrect reads from peripherals on APB,
where two consecutive reads could return the same value. For example,
in esp_timer, read of FRC_COUNT_REG would return same value as the
preceding read of FRC_ALARM_REG, causing time to jump by the value of
FRC_ALARM_REG / apb_freq_mhz.

6 years agoMerge branch 'bugfix/btdm_avrc_remote_bda_error_when_disconnect' into 'master'
Jiang Jiang Jian [Tue, 20 Mar 2018 10:24:01 +0000 (18:24 +0800)]
Merge branch 'bugfix/btdm_avrc_remote_bda_error_when_disconnect' into 'master'

component/bt: Fix bug: AVRC remote_bda error when disconnect

See merge request idf/esp-idf!2093

6 years agoMerge branch 'feature/optimize_wifi_tx' into 'master'
Jiang Jiang Jian [Tue, 20 Mar 2018 10:21:11 +0000 (18:21 +0800)]
Merge branch 'feature/optimize_wifi_tx' into 'master'

esp32: optimize WiFi TX

See merge request idf/esp-idf!2091

6 years agopm: improve debug output from esp_pm_dump_locks
Ivan Grokhotkov [Tue, 20 Mar 2018 10:08:19 +0000 (18:08 +0800)]
pm: improve debug output from esp_pm_dump_locks

- separate mode stats from lock stats by an extra comment line
- add CPU frequency column to the mode stats
- don’t print a row for light sleep if light sleep is not enabled

6 years agopm: fix incorrect configuration at startup
Ivan Grokhotkov [Tue, 20 Mar 2018 10:06:58 +0000 (18:06 +0800)]
pm: fix incorrect configuration at startup

s_cpu_freq_by_mode array was statically initialised with 80MHz CPU
frequency in CPU_MAX and APB_MAX modes, but sdkconfig setting for the
CPU frequency could have been different. For the case of 240MHz CPU
frequency, this would cause a frequency switch between 240MHz and
80MHz to happen, even though such switch is not supported in the fast
path switching functions used by the DFS implementation.

This fixes the issue by moving initialisation into esp_pm_impl_init,
which is called at startup before the first mode switch can happen.

Fixes https://github.com/espressif/esp-idf/issues/1729.

6 years agoesp32: optimize WiFi TX
Liu Zhi Fu [Mon, 19 Mar 2018 14:19:49 +0000 (22:19 +0800)]
esp32: optimize WiFi TX

1. Optimize TX retry counter
2. Optimize TX timeout

6 years agoMerge branch 'bugfix/wpa2_assert_when_use_sha256_signature' into 'master'
Jiang Jiang Jian [Tue, 20 Mar 2018 07:19:55 +0000 (15:19 +0800)]
Merge branch 'bugfix/wpa2_assert_when_use_sha256_signature' into 'master'

bugfix of wpa2 assert when use sha256 do signature

See merge request idf/esp-idf!2089

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 agocomponent/bt: Fix bug: AVRC remote_bda error when disconnect
baohongde [Tue, 20 Mar 2018 07:12:36 +0000 (15:12 +0800)]
component/bt: Fix bug: AVRC remote_bda error when disconnect

6 years agobugfix of wpa2 assert when use sha256 do signature
Deng Xin [Mon, 19 Mar 2018 13:18:37 +0000 (21:18 +0800)]
bugfix of wpa2 assert when use sha256 do signature

The order of wpa2_crypto_funcs_t structure mismatch between IDF and wifi libray

close github issue https://github.com/espressif/esp-idf/issues/1297

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 agotest(wifi): add test for wifi stop and deinit.
michael [Thu, 8 Mar 2018 05:23:54 +0000 (13:23 +0800)]
test(wifi): add test for wifi stop and deinit.

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 agoIntroduced a CI check if folders with localized documentation are in sync, i.e. if...
krzychb [Fri, 16 Mar 2018 06:54:58 +0000 (07:54 +0100)]
Introduced a CI check if folders with localized documentation are in sync, i.e. if they contain the same list of files

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 agocomponent/bt: Change the char_uuid to descr_uuid in the add descriptor callback params.
Yulong [Thu, 15 Mar 2018 06:29:11 +0000 (02:29 -0400)]
component/bt: Change the char_uuid to descr_uuid in the add descriptor callback params.

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 agoExamples: Demonstrate the usage of esp_err_to_name
Roland Dobai [Thu, 22 Feb 2018 13:48:53 +0000 (14:48 +0100)]
Examples: Demonstrate the usage of esp_err_to_name

6 years agoESP32: Optionally disable lookup-tables for esp_err_to_name
Roland Dobai [Thu, 22 Feb 2018 12:46:55 +0000 (13:46 +0100)]
ESP32: Optionally disable lookup-tables for esp_err_to_name

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