]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoMerge branch 'bugfix/btdm_respond_error_when_receives_unsupported_request' into ...
Jiang Jiang Jian [Fri, 29 Jun 2018 06:47:12 +0000 (14:47 +0800)]
Merge branch 'bugfix/btdm_respond_error_when_receives_unsupported_request' into 'master'

component/bt: Fix bug: Respond with the Error Response when receiving a request…

See merge request idf/esp-idf!2591

6 years agoMerge branch 'bugfix/btdm_rm_assert_in_isr' into 'master'
Jiang Jiang Jian [Fri, 29 Jun 2018 06:24:28 +0000 (14:24 +0800)]
Merge branch 'bugfix/btdm_rm_assert_in_isr' into 'master'

bugfix/btdm_rm_assert_in_isr

See merge request idf/esp-idf!2633

6 years agoMerge branch 'bugfix/prevent_btsleep_dfs_coex' into 'master'
Jiang Jiang Jian [Fri, 29 Jun 2018 06:23:40 +0000 (14:23 +0800)]
Merge branch 'bugfix/prevent_btsleep_dfs_coex' into 'master'

prevent Dynamic Frequency Scaling to be used together with bluetooth modem sleep

See merge request idf/esp-idf!2645

6 years agoMerge branch 'bugfix/btdm_singular_sleep_time_correction' into 'master'
Jiang Jiang Jian [Fri, 29 Jun 2018 06:22:58 +0000 (14:22 +0800)]
Merge branch 'bugfix/btdm_singular_sleep_time_correction' into 'master'

Bugfix/btdm singular sleep time correction

See merge request idf/esp-idf!2635

6 years agoprevent Dynamic Frequency Scaling when using bluetooth modem sleep
wangmengyang [Thu, 28 Jun 2018 10:08:18 +0000 (18:08 +0800)]
prevent Dynamic Frequency Scaling when using bluetooth modem sleep

This constraint will be elimiated after the issue is fixed

6 years agoMerge branch 'ci/remove_test_report' into 'master'
He Yin Ling [Thu, 28 Jun 2018 01:28:49 +0000 (09:28 +0800)]
Merge branch 'ci/remove_test_report' into 'master'

CI: optimize CI stages

See merge request idf/esp-idf!2602

6 years agocomponent/bt: fix the cornered case caused by singular finetime correction value...
wangmengyang [Wed, 27 Jun 2018 11:00:20 +0000 (19:00 +0800)]
component/bt: fix the cornered case caused by singular finetime correction value upon waking up from sleep

1. revert previous changes that adds 1-slot margin for first master Tx event, since this bugfix can handle that case

6 years agocomponent/bt: remove the call of assert in time conversion functions which can be...
wangmengyang [Wed, 27 Jun 2018 09:23:23 +0000 (17:23 +0800)]
component/bt: remove the call of assert in time conversion functions which can be caused in ISR

6 years agoMerge branch 'bugfix/pcnt_event_edge_case' into 'master'
He Yin Ling [Wed, 27 Jun 2018 02:00:53 +0000 (10:00 +0800)]
Merge branch 'bugfix/pcnt_event_edge_case' into 'master'

test: fix pcnt unit test fail

See merge request idf/esp-idf!2614

6 years agoMerge branch 'bugfix/ci_stop_all_thread_when_one_failed' into 'master'
He Yin Ling [Wed, 27 Jun 2018 01:59:46 +0000 (09:59 +0800)]
Merge branch 'bugfix/ci_stop_all_thread_when_one_failed' into 'master'

ci: stop main thread when one failed

See merge request idf/esp-idf!2615

6 years agoMerge branch 'bugfix/eclipse_regex' into 'master'
Angus Gratton [Wed, 27 Jun 2018 01:38:47 +0000 (09:38 +0800)]
Merge branch 'bugfix/eclipse_regex' into 'master'

Docs: Fix bugs in Eclipse setup

See merge request idf/esp-idf!2617

6 years agoMerge branch 'bugfix/conn_stress_test_test_during_sleep' into 'master'
Angus Gratton [Wed, 27 Jun 2018 00:12:49 +0000 (08:12 +0800)]
Merge branch 'bugfix/conn_stress_test_test_during_sleep' into 'master'

Bugfix/btdm_le_conn_initiating_assert

See merge request idf/esp-idf!2595

6 years agoMerge branch 'docs/update_resources.rst' into 'master'
Angus Gratton [Wed, 27 Jun 2018 00:09:57 +0000 (08:09 +0800)]
Merge branch 'docs/update_resources.rst' into 'master'

docs/update_resources.rst

See merge request idf/esp-idf!2532

6 years agoMerge branch 'docs/esp32-devkitv-v4_updates' into 'master'
Angus Gratton [Tue, 26 Jun 2018 23:29:52 +0000 (07:29 +0800)]
Merge branch 'docs/esp32-devkitv-v4_updates' into 'master'

Renamed ESP-WROOM-32 to ESP32-WROOM-32/D/U including links to data sheets,…

See merge request idf/esp-idf!2567

6 years agoFixed link to documentation and updated some wording
Jin Fang Cheng Cheng [Mon, 11 Jun 2018 18:22:04 +0000 (20:22 +0200)]
Fixed link to documentation and updated some wording

6 years agoRenamed ESP-WROOM-32 to ESP32-WROOM-32/D/U including links to data sheets, reflected...
krzychb [Sat, 16 Jun 2018 19:46:27 +0000 (21:46 +0200)]
Renamed ESP-WROOM-32 to ESP32-WROOM-32/D/U including links to data sheets, reflected upcoming ESP32-SOLO-1 as one of options for ESP32-DevKitC, provided updated schematics and notes on C15.

6 years agoMerge branch 'docs/sdio_slave_protocol_comb' into 'master'
Ivan Grokhotkov [Tue, 26 Jun 2018 11:36:08 +0000 (19:36 +0800)]
Merge branch 'docs/sdio_slave_protocol_comb' into 'master'

doc(sdio_slave): add some information of slave protocol

See merge request idf/esp-idf!2598

6 years agoMerge branch 'mesh/bugfix' into 'master'
Jiang Jiang Jian [Tue, 26 Jun 2018 09:06:19 +0000 (17:06 +0800)]
Merge branch 'mesh/bugfix' into 'master'

mesh: update libs

See merge request idf/esp-idf!2580

6 years agodoc: Clarify some Eclipse setup steps
Angus Gratton [Tue, 26 Jun 2018 02:45:54 +0000 (12:45 +1000)]
doc: Clarify some Eclipse setup steps

6 years agobugfix: fix pcnt case "PCNT interrupt method test(control IO is high)"
houchenyao [Tue, 26 Jun 2018 01:07:51 +0000 (09:07 +0800)]
bugfix: fix pcnt case "PCNT interrupt method test(control IO is high)"

6 years agodoc: Fix Build Output Parser command pattern to include C++ correctly
Angus Gratton [Tue, 26 Jun 2018 02:44:01 +0000 (12:44 +1000)]
doc: Fix Build Output Parser command pattern to include C++ correctly

Previously only C files had build output correctly parsed.

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

May also relate to:
https://github.com/espressif/esp-idf/issues/529
https://github.com/espressif/esp-idf/issues/17

6 years agocomponent/bt: add 1 slot margin to program the 1st master Tx event during BLE connection
wangmengyang [Fri, 22 Jun 2018 06:17:02 +0000 (14:17 +0800)]
component/bt: add 1 slot margin to program the 1st master Tx event during BLE connection

this will resolve the issue of failure of BLE connection stress test with sleep enabled

6 years agostop main thread when one failed
houchenyao [Tue, 26 Jun 2018 01:45:09 +0000 (09:45 +0800)]
stop main thread when one failed

6 years agomesh: update libs
qiyueixa [Tue, 19 Jun 2018 10:23:56 +0000 (18:23 +0800)]
mesh: update libs

1. add APIs to set/get announce interval values.
2. add API to enable/disable the min rate to 6Mbps for data packages.
3. add APIs to set/get RSSI threshold values.
4. fix ap_loss.

6 years agoMerge branch 'feature/btdm_controller_to_host_flow_control' into 'master'
Jiang Jiang Jian [Mon, 25 Jun 2018 12:33:21 +0000 (20:33 +0800)]
Merge branch 'feature/btdm_controller_to_host_flow_control' into 'master'

component/bt: Add Controller to Host Flow Control

See merge request idf/esp-idf!2493

6 years agoMerge branch 'bugfix/btdm_slave_can_not_receive_long_packets_in_smp' into 'master'
Jiang Jiang Jian [Mon, 25 Jun 2018 12:28:27 +0000 (20:28 +0800)]
Merge branch 'bugfix/btdm_slave_can_not_receive_long_packets_in_smp' into 'master'

Component/bt: fix slave can not receive long packets in smp

See merge request idf/esp-idf!2586

6 years agoCI: add stage `host_test`:
He Yin Ling [Mon, 25 Jun 2018 02:33:59 +0000 (10:33 +0800)]
CI: add stage `host_test`:

1. Add `host_test` stage for test jobs running on host.
2. Rename stage `test` to `integration_test`.

6 years agoCI: minor optimize of CI config file:
He Yin Ling [Sun, 24 Jun 2018 06:11:57 +0000 (14:11 +0800)]
CI: minor optimize of CI config file:

1. set shorter expire time for artifacts
2. set dependency for example test jobs, to limit the artifacts it downloads

6 years agodoc(sdio_slave): add some information of slave protocol
Michael (XIAO Xufeng) [Fri, 22 Jun 2018 08:21:03 +0000 (16:21 +0800)]
doc(sdio_slave): add some information of slave protocol

6 years agoMerge branch 'bugfix/esp_err_name_idf_path' into 'master'
Ivan Grokhotkov [Mon, 25 Jun 2018 05:41:17 +0000 (13:41 +0800)]
Merge branch 'bugfix/esp_err_name_idf_path' into 'master'

docs: fix error code reference build issue

See merge request idf/esp-idf!2587

6 years agoMerge branch 'feature/move_to_soc_rtc_gpio_desc' into 'master'
Ivan Grokhotkov [Mon, 25 Jun 2018 04:33:27 +0000 (12:33 +0800)]
Merge branch 'feature/move_to_soc_rtc_gpio_desc' into 'master'

soc: Fix check_long_hold_gpio and move def to soc

See merge request idf/esp-idf!2550

6 years agoMerge branch 'bugfix/assert' into 'master'
Ivan Grokhotkov [Mon, 25 Jun 2018 03:02:42 +0000 (11:02 +0800)]
Merge branch 'bugfix/assert' into 'master'

assert: Fix. Move useful functions from wrapped assert functions

See merge request idf/esp-idf!2599

6 years agoMerge branch 'bugfix/app_partition_fallback' into 'master'
Angus Gratton [Mon, 25 Jun 2018 00:43:42 +0000 (08:43 +0800)]
Merge branch 'bugfix/app_partition_fallback' into 'master'

partition_table: Add parttool.py fallback option, some small cleanups

See merge request idf/esp-idf!2593

6 years agoCI: remove test report stage:
He Yin Ling [Sun, 24 Jun 2018 05:58:27 +0000 (13:58 +0800)]
CI: remove test report stage:

Test report is not used as expected:

1. we rarely download and use test report
2. current test report method doesn't handle large amount data well,
   need to be replaced by other methods

Test report also make test jobs allow to fail. It breaks the
original flow of Gitlab CI and make user confused.

6 years agoassert: Fix. Move useful functions from wrapped assert functions
Konstantin Kondrashov [Fri, 22 Jun 2018 10:17:55 +0000 (15:17 +0500)]
assert: Fix. Move useful functions from wrapped assert functions

Moved useful functions from wrapped assert functions, because option `CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED=y` will remove this functions.

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

6 years agoComponent/bt: fix slave can not receive long packets in smp
zhiweijian [Thu, 21 Jun 2018 07:16:01 +0000 (15:16 +0800)]
Component/bt: fix slave can not receive long packets in smp

6 years agoMerge branch 'bugfix/read_rssi' into 'master'
Jiang Jiang Jian [Fri, 22 Jun 2018 09:19:23 +0000 (17:19 +0800)]
Merge branch 'bugfix/read_rssi' into 'master'

bt : fix read rssi conflict when in dual mode

See merge request idf/esp-idf!2592

6 years agopartition_table: Warn if the partition table name doesn't match type & subtype
Angus Gratton [Fri, 22 Jun 2018 02:06:40 +0000 (12:06 +1000)]
partition_table: Warn if the partition table name doesn't match type & subtype

6 years agoMerge branch 'bugfix/btdm_modify_throught_demo_default_config' into 'master'
Jiang Jiang Jian [Fri, 22 Jun 2018 07:24:02 +0000 (15:24 +0800)]
Merge branch 'bugfix/btdm_modify_throught_demo_default_config' into 'master'

Component/bt: modify throughput demo default config

See merge request idf/esp-idf!2590

6 years agosoc: Fix check_long_hold_gpio and move def to soc
Konstantin Kondrashov [Wed, 13 Jun 2018 04:52:44 +0000 (09:52 +0500)]
soc: Fix check_long_hold_gpio and move def to soc

Fix factory_reset_pin init as input
Move definition a structure rtc_gpio_desc to soc

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

6 years agobt : fix read rssi conflict when in dual mode
Tian Hao [Thu, 21 Jun 2018 13:43:46 +0000 (21:43 +0800)]
bt : fix read rssi conflict when in dual mode

6 years agogen_esp32part: Fix input/output handling, regression when Python 3 was supported
Angus Gratton [Fri, 22 Jun 2018 01:27:09 +0000 (11:27 +1000)]
gen_esp32part: Fix input/output handling, regression when Python 3 was supported

Also remove misleading help about using stdin (was broken) and --display argument (doesn't exist).

6 years agopartition_table: Use names not numeric values in default OTA example partition
Angus Gratton [Fri, 22 Jun 2018 01:15:41 +0000 (11:15 +1000)]
partition_table: Use names not numeric values in default OTA example partition

6 years agopartition_table: Support same fallback logic as bootloader for default boot partition
Angus Gratton [Fri, 22 Jun 2018 01:14:22 +0000 (11:14 +1000)]
partition_table: Support same fallback logic as bootloader for default boot partition

Generates correct "make flash" command even when partition table has no factory partition.

Also adds unit tests for parttool.py

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

6 years agoMerge branch 'test/add_mesh_test_cases' into 'master'
He Yin Ling [Thu, 21 Jun 2018 14:55:56 +0000 (22:55 +0800)]
Merge branch 'test/add_mesh_test_cases' into 'master'

test: add mesh basic function test cases

See merge request idf/esp-idf!2330

6 years agoComponent/bt: modify throughput demo default config
zhiweijian [Thu, 21 Jun 2018 12:13:05 +0000 (20:13 +0800)]
Component/bt: modify throughput demo default config

6 years agoMerge branch 'bugfix/mdns_service_limit' into 'master'
Ivan Grokhotkov [Thu, 21 Jun 2018 12:32:06 +0000 (20:32 +0800)]
Merge branch 'bugfix/mdns_service_limit' into 'master'

fix(mdns): add the maximum number of services

See merge request idf/esp-idf!2559

6 years agocomponent/bt: Fix bug: Respond with the Error Response when receiving a request that...
baohongde [Thu, 21 Jun 2018 12:20:21 +0000 (20:20 +0800)]
component/bt: Fix bug: Respond with the Error Response when receiving a request that it does not support

6 years agoMerge branch 'bugfix/wifi_support_null_mode_again' into 'master'
Jiang Jiang Jian [Thu, 21 Jun 2018 07:25:45 +0000 (15:25 +0800)]
Merge branch 'bugfix/wifi_support_null_mode_again' into 'master'

support WiFi null mode again

See merge request idf/esp-idf!2577

6 years agoesp_err_to_name.py: guess IDF_PATH if not set in environement
Ivan Grokhotkov [Thu, 21 Jun 2018 07:21:45 +0000 (15:21 +0800)]
esp_err_to_name.py: guess IDF_PATH if not set in environement

Fixes the issue that esp_err_to_name.py would fail when called in
documentation build process, when there was no IDF_PATH set.

6 years agodocs: conf.py: check return code when calling os.system
Ivan Grokhotkov [Thu, 21 Jun 2018 07:22:47 +0000 (15:22 +0800)]
docs: conf.py: check return code when calling os.system

Several calls were made but results were not checked, obfuscating the
errors.

6 years agoMerge branch 'doc/examples_guide' into 'master'
Angus Gratton [Thu, 21 Jun 2018 05:59:44 +0000 (13:59 +0800)]
Merge branch 'doc/examples_guide' into 'master'

docs: Add "Creating Examples" docs page, template example README

See merge request idf/esp-idf!2536

6 years agoMerge branch 'bugfix/heap_int_overflow' into 'master'
Angus Gratton [Thu, 21 Jun 2018 05:58:08 +0000 (13:58 +0800)]
Merge branch 'bugfix/heap_int_overflow' into 'master'

heap: Add integer overflow checks

See merge request idf/esp-idf!2568

6 years agoMerge branch 'example/sdio_example' into 'master'
Ivan Grokhotkov [Thu, 21 Jun 2018 05:55:23 +0000 (13:55 +0800)]
Merge branch 'example/sdio_example' into 'master'

example(sdio): example to use sdmmc host to do SDIO communication with SDIO slave

See merge request idf/esp-idf!1946

6 years agocomponent/bt: Add Controller to Host Flow Control
baohongde [Thu, 21 Jun 2018 03:41:42 +0000 (11:41 +0800)]
component/bt: Add Controller to Host Flow Control

6 years agoMerge branch 'bugfix/btdm_k_mem_assert_bug' into 'master'
Jiang Jiang Jian [Thu, 21 Jun 2018 03:15:11 +0000 (11:15 +0800)]
Merge branch 'bugfix/btdm_k_mem_assert_bug' into 'master'

component/bt: Fix the bug of when operating the list on interrupt function,…

See merge request idf/esp-idf!2575

6 years agofix(mdns): add the maximum number of services
Liu Han [Fri, 15 Jun 2018 07:55:48 +0000 (15:55 +0800)]
fix(mdns): add the maximum number of services

6 years agoMerge branch 'bugfix/fix_http_client_header_bug' into 'master'
Angus Gratton [Thu, 21 Jun 2018 00:10:13 +0000 (08:10 +0800)]
Merge branch 'bugfix/fix_http_client_header_bug' into 'master'

esp_http_client: Fix content-type header overwritten by esp_http_client_set_post_field

See merge request idf/esp-idf!2552

6 years agoMerge branch 'test/driver_pcnt' into 'master'
He Yin Ling [Wed, 20 Jun 2018 10:31:24 +0000 (18:31 +0800)]
Merge branch 'test/driver_pcnt' into 'master'

test: add pcnt test cases

See merge request idf/esp-idf!1930

6 years agosupport WiFi null mode again
XiaXiaotian [Wed, 20 Jun 2018 08:45:30 +0000 (16:45 +0800)]
support WiFi null mode again

6 years agoexample(sdio): example to use sdmmc host to do SDIO communication with SDIO slave
Michael (XIAO Xufeng) [Tue, 29 May 2018 08:33:24 +0000 (16:33 +0800)]
example(sdio): example to use sdmmc host to do SDIO communication with SDIO slave

6 years agochore(sdio_slave): format source files
michael [Thu, 7 Jun 2018 12:11:08 +0000 (20:11 +0800)]
chore(sdio_slave): format source files

6 years agotest: components/driver: pcnt case
houchenyao [Wed, 6 Jun 2018 11:56:43 +0000 (19:56 +0800)]
test: components/driver: pcnt case

6 years agotest: add mesh basic function test cases
He Yin Ling [Sat, 28 Apr 2018 09:17:05 +0000 (17:17 +0800)]
test: add mesh basic function test cases

6 years agoMerge branch 'feat/sdio_pullup' into 'master' v3.2-dev
Ivan Grokhotkov [Wed, 20 Jun 2018 05:58:56 +0000 (13:58 +0800)]
Merge branch 'feat/sdio_pullup' into 'master'

feature(sdio): add features to make SDIO slave compatible with more devkits

See merge request idf/esp-idf!2454

6 years agoesp_http_client: Fix content-type header overwritten by esp_http_client_set_post_field
Jitin George [Thu, 14 Jun 2018 07:06:19 +0000 (12:36 +0530)]
esp_http_client: Fix content-type header overwritten by esp_http_client_set_post_field

Also, references of non-existent function `esp_http_client_finalize_open` is removed
from `esp_http_client` documentation.

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

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

6 years agoMerge branch 'bugfix/fix_touch_pad_can_not_wake_up' into 'master' v3.1-beta1
Angus Gratton [Wed, 20 Jun 2018 03:51:46 +0000 (11:51 +0800)]
Merge branch 'bugfix/fix_touch_pad_can_not_wake_up' into 'master'

bugfix(touch pad): modify deep-sleep example and add note for sleep api

See merge request idf/esp-idf!2553

6 years agobugfix(touch pad): modify deep-sleep example and add note for sleep api.
fuzhibo [Thu, 14 Jun 2018 08:33:46 +0000 (16:33 +0800)]
bugfix(touch pad): modify deep-sleep example and add note for sleep api.
Closes https://github.com/espressif/esp-idf/issues/2052

6 years agoMerge branch 'doc/use_docs_espressif_com' into 'master'
Angus Gratton [Tue, 19 Jun 2018 23:32:11 +0000 (07:32 +0800)]
Merge branch 'doc/use_docs_espressif_com' into 'master'

docs: Switch base URL from esp-idf.readthedocs.io to docs.espressif.com

See merge request idf/esp-idf!2569

6 years agoheap: Add integer overflow checks
Angus Gratton [Mon, 18 Jun 2018 06:24:49 +0000 (16:24 +1000)]
heap: Add integer overflow checks

6 years agocomponent/bt: Fix the bug of when operating the list on interrupt function, there...
yulong [Tue, 19 Jun 2018 13:01:50 +0000 (21:01 +0800)]
component/bt: Fix the bug of when operating the list on interrupt function, there is no lock protection.

6 years agodocs: Switch base URL from esp-idf.readthedocs.io to docs.espressif.com
Angus Gratton [Mon, 18 Jun 2018 07:07:16 +0000 (17:07 +1000)]
docs: Switch base URL from esp-idf.readthedocs.io to docs.espressif.com

6 years agoMerge branch 'bugfix/ESP_PARTITION_TABLE_OFFSET' into 'master'
Ivan Grokhotkov [Tue, 19 Jun 2018 11:13:30 +0000 (19:13 +0800)]
Merge branch 'bugfix/ESP_PARTITION_TABLE_OFFSET' into 'master'

spi_flash: Fix error unit tests on host

See merge request idf/esp-idf!2573

6 years agospi_flash: Fix error unit tests on host
Konstantin Kondrashov [Tue, 19 Jun 2018 03:23:01 +0000 (08:23 +0500)]
spi_flash: Fix error unit tests on host

IDF had two defines ESP_PARTITION_TABLE_OFFSET and ESP_PARTITION_TABLE_ADDR. They were the same and equal by 0x8000.
A define ESP_PARTITION_TABLE_ADDR was removed from IDF.
A define ESP_PARTITION_TABLE_OFFSET depends on option CONFIG_PARTITION_TABLE_OFFSET in Kconfig.

Now using only #define ESP_PARTITION_TABLE_OFFSET CONFIG_PARTITION_TABLE_OFFSET

6 years agoMerge branch 'test/driver_ledc' into 'master'
He Yin Ling [Tue, 19 Jun 2018 07:14:16 +0000 (15:14 +0800)]
Merge branch 'test/driver_ledc' into 'master'

test: add ledc test cases

See merge request idf/esp-idf!1782

6 years agoMerge branch 'feature/spi_functions_in_iram' into 'master'
Angus Gratton [Mon, 18 Jun 2018 23:25:12 +0000 (07:25 +0800)]
Merge branch 'feature/spi_functions_in_iram' into 'master'

feature(spi_master): allow to place functions into IRAM to get higher efficiency

See merge request idf/esp-idf!2538

6 years agotest: components/driver: ledc case
houchenyao [Sun, 17 Dec 2017 02:22:22 +0000 (10:22 +0800)]
test: components/driver: ledc case

6 years agoMerge branch 'feature/expansion_space_for_bootloader' into 'master'
Angus Gratton [Mon, 18 Jun 2018 04:34:53 +0000 (12:34 +0800)]
Merge branch 'feature/expansion_space_for_bootloader' into 'master'

partition_table: Moving to custom offset

See merge request idf/esp-idf!2263

6 years agoMerge branch 'feature/fatfs_without_wl' into 'master'
Angus Gratton [Mon, 18 Jun 2018 04:26:02 +0000 (12:26 +0800)]
Merge branch 'feature/fatfs_without_wl' into 'master'

FATFS support without wear levelling

See merge request idf/esp-idf!2526

6 years agoMerge branch 'docs/spi_timing_wavedrom' into 'master'
Angus Gratton [Mon, 18 Jun 2018 04:13:31 +0000 (12:13 +0800)]
Merge branch 'docs/spi_timing_wavedrom' into 'master'

docs(spi_master): fix wavedrom image and comment mistake

See merge request idf/esp-idf!2563

6 years agoMerge branch 'mesh/bugfix_osi' into 'master'
Jiang Jiang Jian [Sun, 17 Jun 2018 10:56:52 +0000 (18:56 +0800)]
Merge branch 'mesh/bugfix_osi' into 'master'

mesh: update mesh libs

See merge request idf/esp-idf!2524

6 years agoFATFS support without wear levelling
Sagar Bijwe [Fri, 8 Jun 2018 12:09:00 +0000 (17:39 +0530)]
FATFS support without wear levelling

This change allows readonly FATFS to be mounted without wear levelling
support. This will provide the customers a simple way to mount FATFS images
generated on host and flashed onto the chip during factory provisioning.
Since NVS encryption is not supported yet and NVS entry size is limited,
the change will provide an easy alternative for securing the provisioning data
by just marking FATFS parition as encrypted.

6 years agomesh: update mesh libs
qiyueixa [Thu, 14 Jun 2018 10:33:35 +0000 (18:33 +0800)]
mesh: update mesh libs

1. rename example internal_transceiver to internal_communication
2. bugfix
3. Closes https://github.com/espressif/esp-idf/issues/2014

6 years agodocs(spi_master): fix wavedrom image and comment mistake
Michael (XIAO Xufeng) [Fri, 15 Jun 2018 09:37:12 +0000 (17:37 +0800)]
docs(spi_master): fix wavedrom image and comment mistake

6 years agoMerge branch 'bugfix/https_redirect_example_test' into 'master'
Ivan Grokhotkov [Fri, 15 Jun 2018 09:18:26 +0000 (17:18 +0800)]
Merge branch 'bugfix/https_redirect_example_test' into 'master'

esp_http_client example test: Increase timeout when redirecting to HTTPS

See merge request idf/esp-idf!2558

6 years agoMerge branch 'doc/error_handling' into 'master'
Ivan Grokhotkov [Fri, 15 Jun 2018 08:55:33 +0000 (16:55 +0800)]
Merge branch 'doc/error_handling' into 'master'

docs: add information on error handling

See merge request idf/esp-idf!2539

6 years agodocs: add pages about error handling
Ivan Grokhotkov [Mon, 11 Jun 2018 12:49:35 +0000 (20:49 +0800)]
docs: add pages about error handling

6 years agodocs: add error codes reference
Ivan Grokhotkov [Wed, 13 Jun 2018 08:07:26 +0000 (16:07 +0800)]
docs: add error codes reference

6 years agoKconfig: split out compiler options, add them to reference
Ivan Grokhotkov [Wed, 13 Jun 2018 08:09:05 +0000 (16:09 +0800)]
Kconfig: split out compiler options, add them to reference

6 years agopanic: remove extra newline
Ivan Grokhotkov [Tue, 12 Jun 2018 10:50:59 +0000 (18:50 +0800)]
panic: remove extra newline

6 years agoesp32: esp_err_to_name_r: print error code as hex and decimal
Ivan Grokhotkov [Mon, 11 Jun 2018 12:52:30 +0000 (20:52 +0800)]
esp32: esp_err_to_name_r: print error code as hex and decimal

6 years agoesp_http_client example test: Increase timeout when redirecting to HTTPS
Angus Gratton [Fri, 15 Jun 2018 06:33:37 +0000 (16:33 +1000)]
esp_http_client example test: Increase timeout when redirecting to HTTPS

6 years agoMerge branch 'bugfix/ulp_doc_insn_time' into 'master'
Angus Gratton [Fri, 15 Jun 2018 03:50:14 +0000 (11:50 +0800)]
Merge branch 'bugfix/ulp_doc_insn_time' into 'master'

docs/ulp: fix instruction fetch and execution times

See merge request idf/esp-idf!1979

6 years agoMerge branch 'bugfix/tw23325_replace_WLOGE_to_printf_when_wifi_not_init' into 'master'
Jiang Jiang Jian [Fri, 15 Jun 2018 03:31:02 +0000 (11:31 +0800)]
Merge branch 'bugfix/tw23325_replace_WLOGE_to_printf_when_wifi_not_init' into 'master'

WLOGE/WLOGW/WLOGI/WLOGD do anything when wifi is not initialized

See merge request idf/esp-idf!2554

6 years agoMerge branch 'bugfix/tw22828_fix_tcp_bug_when_wifi_disconnect' into 'master'
Angus Gratton [Fri, 15 Jun 2018 00:03:06 +0000 (08:03 +0800)]
Merge branch 'bugfix/tw22828_fix_tcp_bug_when_wifi_disconnect' into 'master'

fix the bug that TCP connections don't abort when IP changed

See merge request idf/esp-idf!2521

6 years agofeature(spi_master): allow to place functions into IRAM to get higher efficiency
Michael (XIAO Xufeng) [Mon, 11 Jun 2018 11:54:18 +0000 (19:54 +0800)]
feature(spi_master): allow to place functions into IRAM to get higher efficiency

6 years agodocs/ulp: fix instruction fetch and execution times
Ivan Grokhotkov [Sun, 25 Feb 2018 21:15:35 +0000 (00:15 +0300)]
docs/ulp: fix instruction fetch and execution times

6 years agoWLOGE, WLOGW, WLOGI, WLOGD do anything when wifi is not initialized
zhangyanjiao [Thu, 14 Jun 2018 11:29:23 +0000 (19:29 +0800)]
WLOGE, WLOGW, WLOGI, WLOGD do anything when wifi is not initialized

6 years agoMerge branch 'bugfix/spi_gpio_deinit' into 'master'
Ivan Grokhotkov [Thu, 14 Jun 2018 11:21:34 +0000 (19:21 +0800)]
Merge branch 'bugfix/spi_gpio_deinit' into 'master'

fix(spi): Fix several init/deinit issues of spi pins

See merge request idf/esp-idf!2522

6 years agoMerge branch 'bugfix/ext_wakeup_input_enable' into 'master'
Ivan Grokhotkov [Thu, 14 Jun 2018 11:03:01 +0000 (19:03 +0800)]
Merge branch 'bugfix/ext_wakeup_input_enable' into 'master'

sleep: make sure input enable is set for EXT0/EXT1 wakeup

See merge request idf/esp-idf!2542