]> granicus.if.org Git - esp-idf/log
esp-idf
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 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

5 years agomdns: documentation: fixed inconsistent enum in example of reading mdns results
David Cermak [Tue, 14 May 2019 14:41:07 +0000 (16:41 +0200)]
mdns: documentation: fixed inconsistent enum in example of reading mdns results

5 years agoMerge branch 'bugfix/httpd_log_purge' into 'master'
Angus Gratton [Tue, 14 May 2019 10:07:51 +0000 (18:07 +0800)]
Merge branch 'bugfix/httpd_log_purge' into 'master'

esp_http_server : Logging of purged data to monitor made configurable

Closes IDFGH-1034

See merge request idf/esp-idf!4941

5 years agocmake: add command to get config value
Renz Christian Bagaporo [Thu, 9 May 2019 07:19:59 +0000 (15:19 +0800)]
cmake: add command to get config value

5 years agocmake: fix scope issues
Renz Christian Bagaporo [Thu, 9 May 2019 10:17:16 +0000 (18:17 +0800)]
cmake: fix scope issues

5 years agoexamples: update idf_as_lib example to use new api
Renz Christian Bagaporo [Sun, 24 Mar 2019 02:14:49 +0000 (10:14 +0800)]
examples: update idf_as_lib example to use new api

5 years agoesp_common: append gc sections link flag
Renz Christian Bagaporo [Sun, 7 Apr 2019 12:33:56 +0000 (20:33 +0800)]
esp_common: append gc sections link flag

5 years agoexamples: update with build system changes
Renz Christian Bagaporo [Fri, 26 Apr 2019 09:51:48 +0000 (17:51 +0800)]
examples: update with build system changes

5 years agoidf.py: Add more case-insensitive support
Anton Maklakov [Tue, 7 May 2019 09:56:41 +0000 (16:56 +0700)]
idf.py: Add more case-insensitive support

5 years agocomponents: update with build system changes
Renz Christian Bagaporo [Fri, 10 May 2019 02:53:08 +0000 (10:53 +0800)]
components: update with build system changes

5 years agodocs: update with build system changes
Renz Christian Bagaporo [Fri, 22 Mar 2019 04:51:11 +0000 (12:51 +0800)]
docs: update with build system changes

5 years agocmake: Warn if something which looks like a component directory isn't
Angus Gratton [Mon, 15 Apr 2019 01:15:58 +0000 (11:15 +1000)]
cmake: Warn if something which looks like a component directory isn't

Otherwise, fails build at the add_subdirectory stage

5 years agocmake: Fix menuconfig target
Angus Gratton [Mon, 15 Apr 2019 03:46:50 +0000 (13:46 +1000)]
cmake: Fix menuconfig target

need to load mconf path as build property

5 years agocmake: build system changes
Renz Christian Bagaporo [Fri, 26 Apr 2019 05:42:10 +0000 (13:42 +0800)]
cmake: build system changes

5 years agounit-test-app: freertos_compliance config added
Sachin Parekh [Mon, 25 Mar 2019 10:45:02 +0000 (16:15 +0530)]
unit-test-app: freertos_compliance config added

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agoref_clock: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:44:09 +0000 (16:14 +0530)]
ref_clock: port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agopower_management: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:41:56 +0000 (16:11 +0530)]
power_management: port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agointr_alloc: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:39:55 +0000 (16:09 +0530)]
intr_alloc:  port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agocrosscore_init: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:39:21 +0000 (16:09 +0530)]
crosscore_init: port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agotimer: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:38:28 +0000 (16:08 +0530)]
timer: port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agortc_module: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:37:04 +0000 (16:07 +0530)]
rtc_module: port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agormt: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:36:22 +0000 (16:06 +0530)]
rmt: port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agoperiph_ctrl: port*_CRITICAL vanilla FreeRTOS compliance
Sachin Parekh [Mon, 25 Mar 2019 10:32:15 +0000 (16:02 +0530)]
periph_ctrl: port*_CRITICAL vanilla FreeRTOS compliance

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agofreertos: port*_CRITICAL_SAFE API added
Sachin Parekh [Mon, 25 Mar 2019 10:25:57 +0000 (15:55 +0530)]
freertos: port*_CRITICAL_SAFE API added

port*_CRITICAL_SAFE API calls port*_CRITICAL or port*_CRITICAL_ISR
depending on the context (Non-ISR or ISR respectively).

FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE Kconfig option added

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
5 years agoMerge branch 'bugfix/xTaskIncrementTick' into 'master'
Angus Gratton [Mon, 13 May 2019 04:34:54 +0000 (12:34 +0800)]
Merge branch 'bugfix/xTaskIncrementTick' into 'master'

freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1

Closes IDF-183

See merge request idf/esp-idf!4792

5 years agoMerge branch 'feature/example_restful_server' into 'master'
Angus Gratton [Mon, 13 May 2019 04:33:21 +0000 (12:33 +0800)]
Merge branch 'feature/example_restful_server' into 'master'

add http restful server example

Closes IDF-584

See merge request idf/esp-idf!4829

5 years agoMerge branch 'feature/sha_rewrite_rom_functions' into 'master'
Angus Gratton [Mon, 13 May 2019 04:32:45 +0000 (12:32 +0800)]
Merge branch 'feature/sha_rewrite_rom_functions' into 'master'

esp32: Rewrite esp_sha() function with mbedtls APIs

See merge request idf/esp-idf!4236

5 years agoesp32: Rewrite esp_sha function
Konstantin Kondrashov [Mon, 13 May 2019 04:32:45 +0000 (12:32 +0800)]
esp32: Rewrite esp_sha function

It removes using a STALL_OTHER_CPU while sha operations.
It improves performance with SHA.

5 years agoMerge branch 'feature/update_cjson_lib_to_1.7.11' into 'master'
Angus Gratton [Mon, 13 May 2019 04:31:19 +0000 (12:31 +0800)]
Merge branch 'feature/update_cjson_lib_to_1.7.11' into 'master'

cJSON: update to v1.7.11

Closes IDFGH-1004

See merge request idf/esp-idf!4881

5 years agoMerge branch 'docs/translate-getting-started-guides-pico' into 'master'
Krzysztof Budzynski [Mon, 13 May 2019 03:19:52 +0000 (11:19 +0800)]
Merge branch 'docs/translate-getting-started-guides-pico' into 'master'

Add translation for ESP32-PICO-KIT Getting Started Guides

See merge request idf/esp-idf!4640

5 years agoAdd translation for ESP32-PICO-KIT Getting Started Guides
Natasha [Mon, 13 May 2019 03:19:52 +0000 (11:19 +0800)]
Add translation for ESP32-PICO-KIT Getting Started Guides

5 years agoMerge branch 'docs/translate_idf_versions' into 'master'
Krzysztof Budzynski [Fri, 10 May 2019 11:17:49 +0000 (19:17 +0800)]
Merge branch 'docs/translate_idf_versions' into 'master'

Add translation for version file

See merge request idf/esp-idf!4917

5 years agoAdd translation for version file
Natasha [Fri, 10 May 2019 11:17:49 +0000 (19:17 +0800)]
Add translation for version file

5 years agoesp_http_server : Logging of purged data to monitor made configurable
Anurag Kar [Mon, 6 May 2019 07:36:40 +0000 (13:06 +0530)]
esp_http_server : Logging of purged data to monitor made configurable

List of changes:
* Kconfig option HTTPD_LOG_PURGE_DATA enables logging of purged data
* Kconfig option HTTPD_PURGE_BUF_LEN sets purge buffer length
* Purged data is logged in hex

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

5 years agoMerge branch 'bugfix/modify_TCP_MSS_range' into 'master'
Jiang Jiang Jian [Fri, 10 May 2019 05:52:16 +0000 (13:52 +0800)]
Merge branch 'bugfix/modify_TCP_MSS_range' into 'master'

Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]

See merge request idf/esp-idf!4968

5 years agoadd RESTful API server example
suda-morris [Fri, 10 May 2019 05:21:14 +0000 (13:21 +0800)]
add RESTful API server example

5 years agoMerge branch 'feature/add_promiscuous_control_for_ethernet' into 'master'
Angus Gratton [Fri, 10 May 2019 04:51:15 +0000 (12:51 +0800)]
Merge branch 'feature/add_promiscuous_control_for_ethernet' into 'master'

add promiscuous mode control for Ethernet

See merge request idf/esp-idf!4953

5 years agoMerge branch 'feature/esp-https-ota-basic-auth' into 'master'
Angus Gratton [Fri, 10 May 2019 04:39:14 +0000 (12:39 +0800)]
Merge branch 'feature/esp-https-ota-basic-auth' into 'master'

esp_https_ota: component refactoring, bugfixes and feature additions

See merge request idf/esp-idf!4245

5 years agoMerge branch 'bugfix/fix_minor_gh_issues' into 'master'
Angus Gratton [Fri, 10 May 2019 04:31:30 +0000 (12:31 +0800)]
Merge branch 'bugfix/fix_minor_gh_issues' into 'master'

mdns: minor fixes mainly from GitHub

Closes #77

See merge request idf/esp-idf!4930

5 years agoMerge branch 'bugfix/issue_with_encryption_flag_for_partition' into 'master'
Angus Gratton [Fri, 10 May 2019 02:51:21 +0000 (10:51 +0800)]
Merge branch 'bugfix/issue_with_encryption_flag_for_partition' into 'master'

partition: Fix "encrypted" read/write when encryption is disabled

See merge request idf/esp-idf!4927

5 years agoMerge branch 'bugfix/spiffsgen_path_on_windows' into 'master'
Angus Gratton [Fri, 10 May 2019 02:23:28 +0000 (10:23 +0800)]
Merge branch 'bugfix/spiffsgen_path_on_windows' into 'master'

Fix issue with spiffsgen path when creating image in Windows

Closes IDFGH-1095

See merge request idf/esp-idf!4931

5 years agoMerge branch 'bugfix/restore_ccache_use' into 'master'
Angus Gratton [Fri, 10 May 2019 02:16:04 +0000 (10:16 +0800)]
Merge branch 'bugfix/restore_ccache_use' into 'master'

CMake : Restore ccache use

Closes IDFGH-673

See merge request idf/esp-idf!4944

5 years ago Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]
xiehang [Thu, 9 May 2019 11:49:10 +0000 (19:49 +0800)]
 Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]

5 years agoMerge branch 'bugfix/pass_IDF_TARGET_to_bootloader_build' into 'master'
Ivan Grokhotkov [Thu, 9 May 2019 11:45:20 +0000 (19:45 +0800)]
Merge branch 'bugfix/pass_IDF_TARGET_to_bootloader_build' into 'master'

pass IDF_TARGET variable to bootloader build process

See merge request idf/esp-idf!4963

5 years ago Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [576 1460]
xiehang [Thu, 9 May 2019 09:59:25 +0000 (17:59 +0800)]
 Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [576 1460]

5 years agopass IDF_TARGET variable to bootloader build process
suda-morris [Thu, 9 May 2019 06:19:02 +0000 (14:19 +0800)]
pass IDF_TARGET variable to bootloader build process

5 years agoMerge branch 'bugfix/https_doc_api' into 'master'
Ivan Grokhotkov [Thu, 9 May 2019 03:23:01 +0000 (11:23 +0800)]
Merge branch 'bugfix/https_doc_api' into 'master'

esp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation

Closes IDFGH-1052

See merge request idf/esp-idf!4942

5 years agoMerge branch 'bugfix/err_to_name_include' into 'master'
Ivan Grokhotkov [Thu, 9 May 2019 03:21:52 +0000 (11:21 +0800)]
Merge branch 'bugfix/err_to_name_include' into 'master'

Fixes for error code generator

Closes IDFGH-1103

See merge request idf/esp-idf!4946

5 years agoadd promiscuous mode control in emac driver
suda-morris [Tue, 7 May 2019 10:30:10 +0000 (18:30 +0800)]
add promiscuous mode control in emac driver

1. add promiscuous mode control in emac driver
2. fix minor bugs in IP101 driver

5 years agoefuse: Fix unused variable warning when NDEBUG
V.Dudnik [Mon, 6 May 2019 06:52:53 +0000 (09:52 +0300)]
efuse: Fix unused variable warning when NDEBUG

Merges: https://github.com/espressif/esp-idf/pull/3429
Closes: https://github.com/espressif/esp-idf/issues/3432
5 years agoci: check that build uses ccache when present
Renz Christian Bagaporo [Mon, 6 May 2019 11:58:06 +0000 (19:58 +0800)]
ci: check that build uses ccache when present

5 years agotools/gen_esp_err_to_name.py: Don't include already included headers
Roland Dobai [Mon, 6 May 2019 13:06:19 +0000 (15:06 +0200)]
tools/gen_esp_err_to_name.py: Don't include already included headers

5 years agoFix paths to the new esp_common in the ESP error code generator
Roland Dobai [Mon, 6 May 2019 12:57:52 +0000 (14:57 +0200)]
Fix paths to the new esp_common in the ESP error code generator

5 years agoFix includes in esp_err_to_name.c.in.
Hagen Fritsch [Sat, 4 May 2019 13:16:15 +0000 (15:16 +0200)]
Fix includes in esp_err_to_name.c.in.

esp_err_t provided by esp_err.h and thus is required and not optional.
While the python script adds the header, it wraps it with an __has_include
directive that is not supported on all compilers (notably GCC 4.8).

Closes https://github.com/espressif/esp-idf/pull/3424

5 years agoldgen,make: simplify os check
Renz Christian Bagaporo [Mon, 6 May 2019 12:28:32 +0000 (20:28 +0800)]
ldgen,make: simplify os check

5 years agocmake: restore ccache use when present
Renz Christian Bagaporo [Mon, 6 May 2019 11:57:45 +0000 (19:57 +0800)]
cmake: restore ccache use when present

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

5 years agoMerge branch 'bugfix/blockdiag_seqdiag_cn_fonts' into 'master'
Krzysztof Budzynski [Mon, 6 May 2019 10:09:21 +0000 (18:09 +0800)]
Merge branch 'bugfix/blockdiag_seqdiag_cn_fonts' into 'master'

Introduce separate fonts used by blockdiag, sequdiag, actdiag, nwdiag, rackdiag…

See merge request idf/esp-idf!4646

5 years agoesp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation
Anurag Kar [Mon, 6 May 2019 09:02:24 +0000 (14:32 +0530)]
esp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation

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

5 years agocJSON: update to v1.7.11
suda-morris [Thu, 25 Apr 2019 04:55:27 +0000 (12:55 +0800)]
cJSON: update to v1.7.11

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

5 years agoIntroduce separate fonts used by blockdiag, sequdiag, actdiag, nwdiag, rackdiag and...
Krzysztof [Mon, 1 Apr 2019 01:12:08 +0000 (09:12 +0800)]
Introduce separate fonts used by blockdiag, sequdiag, actdiag, nwdiag, rackdiag and packetdiag for Chinese and English version of documentation