]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoMerge branch 'bugfix/mqtt_improved_receive' into 'master'
Angus Gratton [Wed, 29 May 2019 00:07:17 +0000 (08:07 +0800)]
Merge branch 'bugfix/mqtt_improved_receive' into 'master'

MQTT improved receive and minor updates to weekend tests

See merge request idf/esp-idf!4947

5 years agoMerge branch 'feature/idf_tools_dir_2' into 'master'
Angus Gratton [Tue, 28 May 2019 05:39:47 +0000 (13:39 +0800)]
Merge branch 'feature/idf_tools_dir_2' into 'master'

IDF tools metadata file and IDF_TOOLS_PATH support

See merge request idf/esp-idf!4411

5 years agomqtt_tests: add weekend test for sending and receiving empty payload messages, update...
David Cermak [Mon, 6 May 2019 14:14:48 +0000 (16:14 +0200)]
mqtt_tests: add weekend test for sending and receiving empty payload messages, update config options per new naming convetions

5 years agomdns tests: adapt mdns fuzzer test to compile with event loop library
David Cermak [Tue, 30 Apr 2019 11:54:08 +0000 (13:54 +0200)]
mdns tests: adapt mdns fuzzer test to compile with event loop library

5 years agolwip tests: adapt fuzzer test mocks to comply with 4.0 refactoring
David Cermak [Tue, 30 Apr 2019 11:52:01 +0000 (13:52 +0200)]
lwip tests: adapt fuzzer test mocks to comply with 4.0 refactoring

5 years agotcp_transport: modified ws_read to read payload directly to the read buffer and separ...
David Cermak [Tue, 30 Apr 2019 09:41:39 +0000 (11:41 +0200)]
tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes

Previous version read all data to the buffer including header which reduced maximum payload read. This version uses a local array to receive header and reads payload bytes to the buffer

5 years agoMerge branch 'bugfix/more_cmake_fixes' into 'master'
Angus Gratton [Mon, 27 May 2019 07:48:25 +0000 (15:48 +0800)]
Merge branch 'bugfix/more_cmake_fixes' into 'master'

More CMake fixes

See merge request idf/esp-idf!5060

5 years agoMerge branch 'feature/use_cmake_function_call_for_embedding_ulp' into 'master'
Angus Gratton [Mon, 27 May 2019 05:14:09 +0000 (13:14 +0800)]
Merge branch 'feature/use_cmake_function_call_for_embedding_ulp' into 'master'

Use function call for embedding ULP binaries

See merge request idf/esp-idf!4242

5 years agoMerge branch 'docs/translate-getting-started-guides-wrover' into 'master'
Krzysztof Budzynski [Sun, 26 May 2019 23:53:20 +0000 (07:53 +0800)]
Merge branch 'docs/translate-getting-started-guides-wrover' into 'master'

Add translation for ESP32-WROVER-KIT Getting Started Guides

See merge request idf/esp-idf!4672

5 years agoAdd translation for ESP32-WROVER-KIT Getting Started Guides
Natasha [Sun, 26 May 2019 23:53:20 +0000 (07:53 +0800)]
Add translation for ESP32-WROVER-KIT Getting Started Guides

5 years agoMerge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth' into...
Jiang Jiang Jian [Fri, 24 May 2019 11:56:50 +0000 (19:56 +0800)]
Merge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth' into 'master'

wifi: fix the bug no disconnect event when STA recv disassoc after sending auth

Closes WIFI-431, WIFI-507, and IDFGH-1160

See merge request idf/esp-idf!4833

5 years agotools: add metadata file and idf_tools.py
Ivan Grokhotkov [Wed, 17 Apr 2019 07:30:30 +0000 (15:30 +0800)]
tools: add metadata file and idf_tools.py

5 years agotools/check_python_dependencies: make aware of IDF_TOOLS_PATH
Ivan Grokhotkov [Wed, 17 Apr 2019 07:32:03 +0000 (15:32 +0800)]
tools/check_python_dependencies: make aware of IDF_TOOLS_PATH

5 years agoidf.py: allow overriding the program name
Ivan Grokhotkov [Mon, 29 Apr 2019 02:37:47 +0000 (10:37 +0800)]
idf.py: allow overriding the program name

5 years agoci: keep executables list formatted
Ivan Grokhotkov [Wed, 17 Apr 2019 07:33:36 +0000 (15:33 +0800)]
ci: keep executables list formatted

5 years agowifi bugfixs:
zhangyanjiao [Fri, 24 May 2019 03:23:16 +0000 (11:23 +0800)]
wifi bugfixs:
1. fix the bug no disconnect event when STA recv disassoc after sending auth
2. fix the bug full scan send multi events when recv deauth/disassoc

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

5 years agoMerge branch 'bugfix/idfpy_confserver' into 'master'
Anton Maklakov [Thu, 23 May 2019 11:54:04 +0000 (19:54 +0800)]
Merge branch 'bugfix/idfpy_confserver' into 'master'

Fix cmake confserver target

See merge request idf/esp-idf!5047

5 years agocmake: make project includes know gcc version as well
Renz Christian Bagaporo [Thu, 23 May 2019 10:20:43 +0000 (18:20 +0800)]
cmake: make project includes know gcc version as well

5 years agonghttp: move HAVE_CONFIG_H compile definition to component
Renz Christian Bagaporo [Wed, 22 May 2019 03:36:03 +0000 (11:36 +0800)]
nghttp: move HAVE_CONFIG_H compile definition to component

5 years agocmake: restore creation of kconfig_menus.json
Renz Christian Bagaporo [Thu, 23 May 2019 10:08:22 +0000 (18:08 +0800)]
cmake: restore creation of kconfig_menus.json

5 years agoMerge branch 'bugfix/fix_some_wifi_bugs_0508' into 'master'
Jiang Jiang Jian [Thu, 23 May 2019 09:55:03 +0000 (17:55 +0800)]
Merge branch 'bugfix/fix_some_wifi_bugs_0508' into 'master'

esp_wifi: fix some wifi bugs 0508

Closes WIFI-310, WIFI-384, WIFI-526, and FCS-176

See merge request idf/esp-idf!4957

5 years agoFix cmake confserver target
Roland Dobai [Wed, 22 May 2019 08:04:25 +0000 (10:04 +0200)]
Fix cmake confserver target

5 years agoMerge branch 'bugfix/cmake_git_describe' into 'master'
Angus Gratton [Thu, 23 May 2019 04:36:49 +0000 (12:36 +0800)]
Merge branch 'bugfix/cmake_git_describe' into 'master'

cmake: Project & IDF git revisions: Show un-annotated tags and -dirty flag

See merge request idf/esp-idf!5042

5 years agocmake: Project & IDF git revisions: Show un-annotated tags and -dirty flag
Angus Gratton [Wed, 22 May 2019 00:19:38 +0000 (10:19 +1000)]
cmake: Project & IDF git revisions: Show un-annotated tags and -dirty flag

Adds --tags and --dirty flags to cmake git_describe() calls, and not
pass the HEAD commit hash (incompatible with --dirty)

Makes IDF_VER output the same as in Make build system

Thanks to @william-ferguson-au for reporting this:
https://github.com/espressif/esp-idf/issues/3378#event-2355460974

5 years agoMerge branch 'feature/example_ota_over_ethernet' into 'master'
Ivan Grokhotkov [Thu, 23 May 2019 03:27:26 +0000 (11:27 +0800)]
Merge branch 'feature/example_ota_over_ethernet' into 'master'

update ota example to support both Wi-Fi and Ethernet

Closes IDFGH-427

See merge request idf/esp-idf!4801

5 years agoesp_wifi: fix some WiFi bugs
liu zhifu [Fri, 26 Apr 2019 05:50:06 +0000 (13:50 +0800)]
esp_wifi: fix some WiFi bugs

Fix following WiFi bugs:
1. Make smartconfig thread-safe
2. Fix WiFi stop/deinit memory leak
3. Refactor for WiFi init/deinit/ioctl etc
4. Add declaration for esp_wifi_internal_ioctl()
5. Fix the bug that WiFi stop leads to task watchdog

5 years agoMerge branch 'bugfix/fix_softap_crash_when_sta_reset' into 'master'
Jiang Jiang Jian [Wed, 22 May 2019 13:00:40 +0000 (21:00 +0800)]
Merge branch 'bugfix/fix_softap_crash_when_sta_reset' into 'master'

wifi: fix softap crash when sta reset

Closes WIFI-509

See merge request idf/esp-idf!4995

5 years agoupdate ota examples to support both Wi-Fi and Ethernet
suda-morris [Wed, 22 May 2019 09:56:10 +0000 (17:56 +0800)]
update ota examples to support both Wi-Fi and Ethernet

5 years agoMerge branch 'feature/spi_slave_support_hal' into 'master'
Jeroen Domburg [Wed, 22 May 2019 05:42:11 +0000 (13:42 +0800)]
Merge branch 'feature/spi_slave_support_hal' into 'master'

spi_slave: add HAL support

See merge request idf/esp-idf!4830

5 years agoMerge branch 'bugfix/esp_event_unregistration_issue' into 'master'
Ivan Grokhotkov [Wed, 22 May 2019 04:26:47 +0000 (12:26 +0800)]
Merge branch 'bugfix/esp_event_unregistration_issue' into 'master'

esp_event: fix issue with post data preparation

Closes #76

See merge request idf/esp-idf!5007

5 years agoesp_event: check that event data is prepared properly
Renz Christian Bagaporo [Mon, 20 May 2019 12:56:59 +0000 (20:56 +0800)]
esp_event: check that event data is prepared properly

5 years agoesp_event: style fixes
Renz Christian Bagaporo [Mon, 20 May 2019 11:28:35 +0000 (19:28 +0800)]
esp_event: style fixes

5 years agoesp_event: always alloc data when not posting from isr
Renz Christian Bagaporo [Mon, 20 May 2019 11:31:45 +0000 (19:31 +0800)]
esp_event: always alloc data when not posting from isr

5 years agoesp_event: fix issue with post data preparation
Renz Christian Bagaporo [Thu, 16 May 2019 03:51:57 +0000 (11:51 +0800)]
esp_event: fix issue with post data preparation

Fixes an issue with post instance data preparation. Currently, there is
no way to check if event data has really been set during handler
execution preparation. When data is not allocated from the heap, user
could have passed 0x0 which can lead to failed checks.

This also implements using the already allocated data memory for posting
events from non-ISR functions when data size is less than the capacity.

5 years agoMerge branch 'feature/Kconfig_rename' into 'master'
Angus Gratton [Wed, 22 May 2019 03:08:36 +0000 (11:08 +0800)]
Merge branch 'feature/Kconfig_rename' into 'master'

Rename Kconfig options

Closes IDF-265

See merge request idf/esp-idf!4883

5 years agodocs: update instructions on how to embed ulp binaries
Renz Christian Bagaporo [Mon, 4 Feb 2019 07:07:15 +0000 (15:07 +0800)]
docs: update instructions on how to embed ulp binaries

5 years agoexample: update ulp example to use cmake function
Renz Christian Bagaporo [Mon, 4 Feb 2019 07:07:10 +0000 (15:07 +0800)]
example: update ulp example to use cmake function

5 years agoulp: use cmake function to embed ulp binaries
Renz Christian Bagaporo [Mon, 4 Feb 2019 07:07:02 +0000 (15:07 +0800)]
ulp: use cmake function to embed ulp binaries

5 years agoMerge branch 'bugfix/cmake_changes_fixes' into 'master'
Ivan Grokhotkov [Tue, 21 May 2019 07:53:15 +0000 (15:53 +0800)]
Merge branch 'bugfix/cmake_changes_fixes' into 'master'

CMake: various bugfixes

See merge request idf/esp-idf!5030

5 years agoRename Kconfig options (examples)
Roland Dobai [Thu, 9 May 2019 14:43:06 +0000 (16:43 +0200)]
Rename Kconfig options (examples)

5 years agoRename Kconfig options (components/bootloader)
Roland Dobai [Thu, 9 May 2019 12:10:35 +0000 (14:10 +0200)]
Rename Kconfig options (components/bootloader)

5 years agoRename Kconfig options (components/esptool_py)
Roland Dobai [Thu, 9 May 2019 11:39:30 +0000 (13:39 +0200)]
Rename Kconfig options (components/esptool_py)

5 years agoRename Kconfig options (components/app_trace)
Roland Dobai [Thu, 9 May 2019 11:34:34 +0000 (13:34 +0200)]
Rename Kconfig options (components/app_trace)

5 years agoRename Kconfig options (components/bt)
Roland Dobai [Thu, 2 May 2019 13:36:06 +0000 (15:36 +0200)]
Rename Kconfig options (components/bt)

5 years agoRename Kconfig options (components/tcpip_adapter)
Roland Dobai [Thu, 2 May 2019 13:06:44 +0000 (15:06 +0200)]
Rename Kconfig options (components/tcpip_adapter)

5 years agoRename Kconfig options (components/pthread)
Roland Dobai [Thu, 2 May 2019 13:01:28 +0000 (15:01 +0200)]
Rename Kconfig options (components/pthread)

5 years agoRename Kconfig options (components/esp32)
Roland Dobai [Tue, 30 Apr 2019 10:51:55 +0000 (12:51 +0200)]
Rename Kconfig options (components/esp32)

5 years agoRename Kconfig options (components/ethernet)
Roland Dobai [Tue, 30 Apr 2019 10:30:32 +0000 (12:30 +0200)]
Rename Kconfig options (components/ethernet)

5 years agoRename Kconfig options (components/esp_wifi)
Roland Dobai [Mon, 29 Apr 2019 13:55:35 +0000 (15:55 +0200)]
Rename Kconfig options (components/esp_wifi)

5 years agoRename Kconfig options (components/lwip)
Roland Dobai [Mon, 29 Apr 2019 12:30:13 +0000 (14:30 +0200)]
Rename Kconfig options (components/lwip)

5 years agoRename Kconfig options (components/driver)
Roland Dobai [Mon, 29 Apr 2019 12:22:57 +0000 (14:22 +0200)]
Rename Kconfig options (components/driver)

5 years agoRename Kconfig options (components/esp_event)
Roland Dobai [Mon, 29 Apr 2019 10:54:02 +0000 (12:54 +0200)]
Rename Kconfig options (components/esp_event)

5 years agoRename Kconfig options (components/freemodbus)
Roland Dobai [Fri, 26 Apr 2019 16:47:21 +0000 (18:47 +0200)]
Rename Kconfig options (components/freemodbus)

5 years agoRename Kconfig options (components/freertos)
Roland Dobai [Fri, 26 Apr 2019 16:12:35 +0000 (18:12 +0200)]
Rename Kconfig options (components/freertos)

5 years agoRename Kconfig options (root)
Roland Dobai [Wed, 24 Apr 2019 13:02:25 +0000 (15:02 +0200)]
Rename Kconfig options (root)

5 years agotools: Check syntax also of Kconfig.in files
Roland Dobai [Tue, 14 May 2019 14:23:19 +0000 (16:23 +0200)]
tools: Check syntax also of Kconfig.in files

5 years agotools: Ignore sdkconfig.rename files from the example directory
Roland Dobai [Thu, 9 May 2019 14:14:42 +0000 (16:14 +0200)]
tools: Ignore sdkconfig.rename files from the example directory

5 years agotools: Kconfig checker ignores test files
Roland Dobai [Thu, 9 May 2019 13:43:07 +0000 (15:43 +0200)]
tools: Kconfig checker ignores test files

5 years agoConfgen: link config options to parent choices in the docs
Roland Dobai [Fri, 26 Apr 2019 13:43:40 +0000 (15:43 +0200)]
Confgen: link config options to parent choices in the docs

5 years agoConfgen: Fix prefix removal to work for exact match only
Roland Dobai [Fri, 26 Apr 2019 10:50:20 +0000 (12:50 +0200)]
Confgen: Fix prefix removal to work for exact match only

5 years agoMerge branch 'bugfix/ws_read_fragmented_header' into 'master'
Angus Gratton [Tue, 21 May 2019 06:56:34 +0000 (14:56 +0800)]
Merge branch 'bugfix/ws_read_fragmented_header' into 'master'

Fix reading http header if received in multiple chunks

See merge request idf/esp-idf!4996

5 years agoMerge branch 'bugfix/aes_fault_inj' into 'master'
Angus Gratton [Tue, 21 May 2019 05:44:32 +0000 (13:44 +0800)]
Merge branch 'bugfix/aes_fault_inj' into 'master'

mbedtls: Add simple fault injection check for hardware AES peripheral

See merge request idf/esp-idf!5023

5 years agoMerge branch 'feature/nvs_check_item_modified' into 'master'
Ivan Grokhotkov [Tue, 21 May 2019 02:54:21 +0000 (10:54 +0800)]
Merge branch 'feature/nvs_check_item_modified' into 'master'

nvs: Check if an item is modified before writing out an identical copy

See merge request idf/esp-idf!4934

5 years agohwcrypto: Add AES fault injection check
Angus Gratton [Fri, 17 May 2019 19:54:40 +0000 (03:54 +0800)]
hwcrypto: Add AES fault injection check

Hardware AES-CBC performance changes:

Release config 11.0MB/sec -> 10.8MB/sec
Debug config 9.4MB/sec -> 9.8MB/sec

(Unrolling the loop to optimize the check improves
performance at -Og, even with the fault check.)

5 years agombedtls: Add AES-CBC performance test
Angus Gratton [Sun, 19 May 2019 23:44:42 +0000 (09:44 +1000)]
mbedtls: Add AES-CBC performance test

Hardware AES engine gets 11.0MB/sec on Release config
Software AES is around 2.3MB/sec on Release config

5 years agoMerge branch 'feature/download_fonts_only_if_missing' into 'master'
Angus Gratton [Tue, 21 May 2019 01:51:39 +0000 (09:51 +0800)]
Merge branch 'feature/download_fonts_only_if_missing' into 'master'

Download font file only is not exists in target location

See merge request idf/esp-idf!4979

5 years agoDownload font file only is not exists in target location
Krzysztof Budzynski [Tue, 21 May 2019 01:51:39 +0000 (09:51 +0800)]
Download font file only is not exists in target location

5 years agotcp_transport: reading http header in a chunked mode until header terminator received...
David Cermak [Tue, 14 May 2019 13:36:46 +0000 (15:36 +0200)]
tcp_transport: reading http header in a chunked mode until header terminator received (or timeout) to correctly receive all header if fragmented

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

5 years agowifi: fix softap crash when sta reset
xiehang [Tue, 14 May 2019 12:00:10 +0000 (20:00 +0800)]
wifi: fix softap crash when sta reset

5 years agocmake: refactor quick check given component dirs
Renz Christian Bagaporo [Mon, 20 May 2019 10:46:57 +0000 (18:46 +0800)]
cmake: refactor quick check given component dirs

5 years agocmake: project includes should know about ESP_PLATFORM variable
Renz Christian Bagaporo [Mon, 20 May 2019 07:07:15 +0000 (15:07 +0800)]
cmake: project includes should know about ESP_PLATFORM variable

5 years agocmake: restore use of GNU extensions from libc
Renz Christian Bagaporo [Mon, 20 May 2019 06:51:59 +0000 (14:51 +0800)]
cmake: restore use of GNU extensions from libc

5 years agocmake: exclude dot-dirs from added components
Renz Christian Bagaporo [Mon, 20 May 2019 06:36:55 +0000 (14:36 +0800)]
cmake: exclude dot-dirs from added components

5 years agocmake: remove redundant variable setting
Renz Christian Bagaporo [Mon, 20 May 2019 06:23:28 +0000 (14:23 +0800)]
cmake: remove redundant variable setting

5 years agospi_slave: add HAL support
Michael (XIAO Xufeng) [Thu, 18 Apr 2019 14:13:05 +0000 (22:13 +0800)]
spi_slave: add HAL support

5 years agoMerge branch 'feature/update_esp_tls_config' into 'master'
Angus Gratton [Mon, 20 May 2019 06:00:37 +0000 (14:00 +0800)]
Merge branch 'feature/update_esp_tls_config' into 'master'

esp-tls: Add support to add CN from config and validate PEM buffers

See merge request idf/esp-idf!4929

5 years agoMerge branch 'bugfix/windows_detection_on_make' into 'master'
Angus Gratton [Mon, 20 May 2019 05:59:05 +0000 (13:59 +0800)]
Merge branch 'bugfix/windows_detection_on_make' into 'master'

Windows detection on Makefiles cleanup

See merge request idf/esp-idf!4945

5 years agoMerge branch 'bugfix/custom_log_uart_rx_pin' into 'master'
Angus Gratton [Mon, 20 May 2019 05:58:37 +0000 (13:58 +0800)]
Merge branch 'bugfix/custom_log_uart_rx_pin' into 'master'

bootloader_support: Fix UART RXD pin for console output (CUSTOM option)

Closes IDFGH-505

See merge request idf/esp-idf!5009

5 years agoMerge branch 'bugfix/custom_bootloader_subproject_build' into 'master'
Angus Gratton [Mon, 20 May 2019 05:58:03 +0000 (13:58 +0800)]
Merge branch 'bugfix/custom_bootloader_subproject_build' into 'master'

CMake: Fix custom bootloader does not override original

See merge request idf/esp-idf!5000

5 years agoMerge branch 'bugfix/idf_py_fixes' into 'master'
Angus Gratton [Mon, 20 May 2019 04:22:19 +0000 (12:22 +0800)]
Merge branch 'bugfix/idf_py_fixes' into 'master'

idf.py fixes from GitHub

Closes IDFGH-1005 and IDFGH-1006

See merge request idf/esp-idf!5012

5 years agoMerge branch 'bugfix/fix_build_make_macos' into 'master'
Ivan Grokhotkov [Mon, 20 May 2019 02:44:49 +0000 (10:44 +0800)]
Merge branch 'bugfix/fix_build_make_macos' into 'master'

make: fix build failure on macos with GNU make <= 3.81

See merge request idf/esp-idf!5010

5 years agoesp-tls: Add support to add CN from config and validate PEM buffers
Jitin George [Fri, 3 May 2019 14:02:54 +0000 (19:32 +0530)]
esp-tls: Add support to add CN from config and validate PEM buffers

5 years agoci: check that custom bootloader overrides original
Renz Christian Bagaporo [Wed, 15 May 2019 06:49:51 +0000 (14:49 +0800)]
ci: check that custom bootloader overrides original

5 years agocmake: fix custom bootloader issue
Renz Christian Bagaporo [Wed, 15 May 2019 03:40:57 +0000 (11:40 +0800)]
cmake: fix custom bootloader issue

Issue is that when users creates a custom bootloader from
$IDF_PATH/components/bootloader. Parent project build uses the copy but
bootloader subproject build uses the original still. The issue is solved
by passing the custom bootloader as extra component directory so
bootloader build knows to use the new copy (itself) in the build.

5 years agoidf.py: Fix encoding issue with serial port names on Windows
Angus Gratton [Fri, 17 May 2019 06:25:53 +0000 (14:25 +0800)]
idf.py: Fix encoding issue with serial port names on Windows

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

5 years agoMerge branch 'feature/cmake_changes_for_4.0' into 'master'
Angus Gratton [Fri, 17 May 2019 06:21:48 +0000 (14:21 +0800)]
Merge branch 'feature/cmake_changes_for_4.0' into 'master'

CMake for 4.0

See merge request idf/esp-idf!4452

5 years agoidf.py: Use mingw32-make for version check
Angus Gratton [Thu, 16 May 2019 13:20:10 +0000 (21:20 +0800)]
idf.py: Use mingw32-make for version check

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

5 years agomake: fix build failure on macos with GNU make <= 3.81
David Cermak [Thu, 16 May 2019 12:09:43 +0000 (14:09 +0200)]
make: fix build failure on macos with GNU make <= 3.81

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

5 years agoMerge branch 'bugfix/protocomm_ble_128bit_uuid' into 'master'
Angus Gratton [Thu, 16 May 2019 11:55:47 +0000 (19:55 +0800)]
Merge branch 'bugfix/protocomm_ble_128bit_uuid' into 'master'

protocomm_ble : Fix support for custom service UUIDs

See merge request idf/esp-idf!4978

5 years agobootloader_support: Fix UART RXD pin for console output (CUSTOM option)
Konstantin Kondrashov [Thu, 16 May 2019 10:46:00 +0000 (18:46 +0800)]
bootloader_support: Fix UART RXD pin for console output (CUSTOM option)

The RXD pin is assigned as input (fix for custom uart option).

Closes: https://github.com/espressif/esp-idf/issues/2843
Closes: IDFGH-505
5 years agoMerge branch 'bugfix/docs_build_failure_on_rtd' into 'master'
Krzysztof Budzynski [Wed, 15 May 2019 13:27:40 +0000 (21:27 +0800)]
Merge branch 'bugfix/docs_build_failure_on_rtd' into 'master'

Fixed Breathe version to avoid docs build failure on ReadTheDocs server....

See merge request idf/esp-idf!4928

5 years agoMerge branch 'doc/add_translation_for_api-reference_index.rst' into 'master'
Krzysztof Budzynski [Wed, 15 May 2019 13:05:45 +0000 (21:05 +0800)]
Merge branch 'doc/add_translation_for_api-reference_index.rst' into 'master'

Add Chinese translation for index.rst files and esp_wifi.rst file in api-reference following Kirill's English review

See merge request idf/esp-idf!4943

5 years agoAdd Chinese translation for index.rst files and esp_wifi.rst file in api-reference...
Wang Fang [Wed, 15 May 2019 13:05:44 +0000 (21:05 +0800)]
Add Chinese translation for index.rst files and esp_wifi.rst file in api-reference following Kirill's English review, including:

-network/index.rst
-network/esp_wifi.rst
-peripherals/index.rst
-provisioning/index.rst

5 years agoFixed Breathe version to avoid docs build failure on ReadTheDocs server. Provided...
Krzysztof [Fri, 3 May 2019 13:18:18 +0000 (21:18 +0800)]
Fixed Breathe version to avoid docs build failure on ReadTheDocs server. Provided RTD project configuration file to be able to select python version for specific to esp-idf release.

5 years agoesp_prov : Runtime discovery of Service UUID and endpoint name mapping
Anurag Kar [Thu, 9 May 2019 21:36:56 +0000 (03:06 +0530)]
esp_prov : Runtime discovery of Service UUID and endpoint name mapping

List of changes:
* Retrieve UUID property from Bluez device object before connecting to retrieve UUID contained in advertisement
* Read Characteristic User Descriptions attribute of each UUID for mapping endpoint names
* To support older implementations with hardcoded Name-UUID map, revert to fallback mode in order if advertisement data has no UUID field

5 years agoprotocomm_ble : Fixed custom service UUID support
Anurag Kar [Thu, 9 May 2019 21:30:13 +0000 (03:00 +0530)]
protocomm_ble : Fixed custom service UUID support

List of changes:
* Use 128 bit characteristic UUIDs when creating GATT table entries
* Change primary service attribute value to 128 bit custom service UUID
* Use raw advertisement data to convey flags and 128 bit primary service UUID
* Use raw scan response to send device name as complete local name
* Increase maximum device name length in relation to maximum scan response length
* Set Characteristic User Description attributes for each characteristic to convey protocomm endpoint names

5 years agoMerge branch 'bugfix/win_py_case_insensitive' into 'master'
Angus Gratton [Wed, 15 May 2019 06:16:52 +0000 (14:16 +0800)]
Merge branch 'bugfix/win_py_case_insensitive' into 'master'

idf.py: Add more case-insensitive support on Win

See merge request idf/esp-idf!4991

5 years agoMerge branch 'bugfix/mdns_docs_usage' into 'master'
Angus Gratton [Wed, 15 May 2019 04:57:24 +0000 (12:57 +0800)]
Merge branch 'bugfix/mdns_docs_usage' into 'master'

mdns: documentation: fixed inconsistent enum in example of reading mdns results

See merge request idf/esp-idf!4997

5 years agoMerge branch 'bugfix/esp_efuse_fields_unused_variable' into 'master'
Angus Gratton [Wed, 15 May 2019 04:48:28 +0000 (12:48 +0800)]
Merge branch 'bugfix/esp_efuse_fields_unused_variable' into 'master'

efuse: Fix unused variable warning when NDEBUG

Closes IDFGH-1114

See merge request idf/esp-idf!4955

5 years agoMerge branch 'refactor/power_management' into 'master'
Angus Gratton [Wed, 15 May 2019 04:27:58 +0000 (12:27 +0800)]
Merge branch 'refactor/power_management' into 'master'

power_management: Using port*_CRITICAL_ISR to be consistent with FreeRTOS

See merge request idf/esp-idf!4412