]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoMerge branch 'bugfix/tools_shebang' into 'master'
Angus Gratton [Wed, 28 Aug 2019 01:07:52 +0000 (09:07 +0800)]
Merge branch 'bugfix/tools_shebang' into 'master'

Tools: Fix shebang for MacOs

See merge request espressif/esp-idf!5906

5 years agoMerge branch 'feature/deep_sleep_fast_wake' into 'master'
Angus Gratton [Wed, 28 Aug 2019 00:54:28 +0000 (08:54 +0800)]
Merge branch 'feature/deep_sleep_fast_wake' into 'master'

bootloader: Reduce the time spent in image validation when waking from deep sleep

See merge request espressif/esp-idf!5140

5 years agoMerge branch 'bugfix/btdm_fix_ble_data_loss_and_send_same_pkt_twice' into 'master'
Jiang Jiang Jian [Tue, 27 Aug 2019 10:48:45 +0000 (18:48 +0800)]
Merge branch 'bugfix/btdm_fix_ble_data_loss_and_send_same_pkt_twice' into 'master'

Component/bt: fix some BLE bugs

See merge request espressif/esp-idf!5896

5 years agoMerge branch 'feature/bat_scripts_to_ps1' into 'master'
Ivan Grokhotkov [Tue, 27 Aug 2019 05:45:50 +0000 (13:45 +0800)]
Merge branch 'feature/bat_scripts_to_ps1' into 'master'

Create Powershell versions of "install.bat" and "export.bat"

See merge request espressif/esp-idf!5816

5 years agotools: add install.ps1, export.ps1
Andrei Gramakov [Tue, 27 Aug 2019 05:45:50 +0000 (13:45 +0800)]
tools: add install.ps1, export.ps1

Closes IDF-855

5 years agoTools: Fix shebang for MacOs
Roland Dobai [Mon, 26 Aug 2019 11:32:23 +0000 (13:32 +0200)]
Tools: Fix shebang for MacOs

Revert a change introduced in d296aad2a99f16978031b1561a64927d771f76be
for intended compatibility with BSD which breaks the build on MacOs:
"clang: error: unknown argument: '-n'" for "echo".

BSD users will have to use some workaround since MacOs is a supported
OS of IDF and BSD is not.

5 years agoMerge branch 'bugfix/add_openocd_arm' into 'master'
Ivan Grokhotkov [Mon, 26 Aug 2019 11:36:22 +0000 (19:36 +0800)]
Merge branch 'bugfix/add_openocd_arm' into 'master'

Tools: Add OpenOCD for the ARM architecture

See merge request espressif/esp-idf!5878

5 years agoMerge branch 'bugfix/reset_periph_modules' into 'master'
Angus Gratton [Mon, 26 Aug 2019 08:38:23 +0000 (16:38 +0800)]
Merge branch 'bugfix/reset_periph_modules' into 'master'

driver: Add a reset before enabling if a module is off

Closes IDF-188

See merge request espressif/esp-idf!4843

5 years agoComponent/bt: fix dome BLE bugs
zhiweijian [Mon, 26 Aug 2019 03:19:23 +0000 (11:19 +0800)]
Component/bt: fix dome BLE bugs
- fix data loss and send same pkt twice sometimes
- fix adv data error in air sometimes
- fix adv start/stop crash sometimes

5 years agoMerge branch 'bugfix/btdm_security_vulnerability_on_encryption_key_size' into 'master'
Jiang Jiang Jian [Mon, 26 Aug 2019 06:08:22 +0000 (14:08 +0800)]
Merge branch 'bugfix/btdm_security_vulnerability_on_encryption_key_size' into 'master'

bugfix/btdm_security_vulnerability_on_encryption_key_size

See merge request espressif/esp-idf!5868

5 years agoMerge branch 'bugfix/confgen_msys_path' into 'master'
Angus Gratton [Mon, 26 Aug 2019 01:35:33 +0000 (09:35 +0800)]
Merge branch 'bugfix/confgen_msys_path' into 'master'

Fix sdkconfig.rename paths for confgen.py in MSYS

Closes IDFGH-1712

See merge request espressif/esp-idf!5864

5 years agoMerge branch 'bugfix/wps_workaround_for_Telstra_AP' into 'master'
Jiang Jiang Jian [Fri, 23 Aug 2019 09:32:46 +0000 (17:32 +0800)]
Merge branch 'bugfix/wps_workaround_for_Telstra_AP' into 'master'

wps: Relax the check on older config methods in case of WPS2.0

See merge request espressif/esp-idf!5781

5 years agoMerge branch 'doc/cbor_copyright' into 'master'
Angus Gratton [Fri, 23 Aug 2019 07:49:10 +0000 (15:49 +0800)]
Merge branch 'doc/cbor_copyright' into 'master'

docs: Add TinyCBOR copyright line

See merge request espressif/esp-idf!5880

5 years agoMerge branch 'bugfix/fix_code_snippet_in_http_server_docs' into 'master'
Mahavir Jain [Fri, 23 Aug 2019 06:26:03 +0000 (14:26 +0800)]
Merge branch 'bugfix/fix_code_snippet_in_http_server_docs' into 'master'

Fixed syntax error in esp_http_server.rst

See merge request espressif/esp-idf!5844

5 years agoMerge branch 'bugfix/cmake_src_exclude_issue' into 'master'
Mahavir Jain [Fri, 23 Aug 2019 06:21:16 +0000 (14:21 +0800)]
Merge branch 'bugfix/cmake_src_exclude_issue' into 'master'

cmake: fix issue with handling of EXCLUDE_SRCS

See merge request espressif/esp-idf!5869

5 years agoMerge branch 'bugfix/flash_encryption_regressions' into 'master'
Angus Gratton [Fri, 23 Aug 2019 04:37:55 +0000 (12:37 +0800)]
Merge branch 'bugfix/flash_encryption_regressions' into 'master'

fix flash encryption regressions, add tests

Closes IDFGH-1538, IDFGH-1661, and IDF-770

See merge request espressif/esp-idf!5634

5 years agospi_flash: remove duplicate definition of spi_flash_unlock
Ivan Grokhotkov [Fri, 23 Aug 2019 04:37:55 +0000 (12:37 +0800)]
spi_flash: remove duplicate definition of spi_flash_unlock

The other (static) definition is in flash_ops.c, all references are
also in flash_ops.c.

5 years agoMerge branch 'bugfix/openocd_ulp_install_instructions' into 'master'
Angus Gratton [Fri, 23 Aug 2019 01:38:47 +0000 (09:38 +0800)]
Merge branch 'bugfix/openocd_ulp_install_instructions' into 'master'

docs: ulp: update for IDF Tools installation method

Closes IDF-825

See merge request espressif/esp-idf!5860

5 years agocomponents/bt: set the minimum encryption key size to be 7 octects for BR/EDR link...
wangmengyang [Fri, 23 Aug 2019 00:26:15 +0000 (08:26 +0800)]
components/bt: set the minimum encryption key size to be 7 octects for BR/EDR link for preventing KNOB attack

This patch is to address the CVE-2019-9506 vulnerability.

5 years agodocs: Add TinyCBOR copyright line
Angus Gratton [Thu, 22 Aug 2019 23:20:08 +0000 (09:20 +1000)]
docs: Add TinyCBOR copyright line

5 years agoMerge branch 'feature/add_tinycbor_library' into 'master'
Angus Gratton [Thu, 22 Aug 2019 23:14:19 +0000 (07:14 +0800)]
Merge branch 'feature/add_tinycbor_library' into 'master'

add tinycbor library and example

See merge request espressif/esp-idf!5794

5 years agoTools: Add OpenOCD for the ARM architecture
Roland Dobai [Thu, 22 Aug 2019 14:10:17 +0000 (16:10 +0200)]
Tools: Add OpenOCD for the ARM architecture

5 years agoMerge branch 'doc/update_ulp_install_translation' into 'bugfix/openocd_ulp_install_in...
Ivan Grokhotkov [Thu, 22 Aug 2019 11:45:02 +0000 (19:45 +0800)]
Merge branch 'doc/update_ulp_install_translation' into 'bugfix/openocd_ulp_install_instructions'

update translation of ulp install instuctions

See merge request espressif/esp-idf!5862

5 years agoFix sdkconfig.rename paths for confgen.py in MSYS
Roland Dobai [Wed, 21 Aug 2019 14:45:01 +0000 (16:45 +0200)]
Fix sdkconfig.rename paths for confgen.py in MSYS

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

5 years agocbor: add tinycbor library and example
suda-morris [Mon, 12 Aug 2019 14:07:47 +0000 (22:07 +0800)]
cbor: add tinycbor library and example

5 years agocmake: fix issue with handling of EXCLUDE_SRCS
Mahavir Jain [Thu, 22 Aug 2019 07:47:10 +0000 (13:17 +0530)]
cmake: fix issue with handling of EXCLUDE_SRCS

5 years agoMerge branch 'bugfix/fix_project_ver_issue' into 'master'
Angus Gratton [Thu, 22 Aug 2019 02:47:06 +0000 (10:47 +0800)]
Merge branch 'bugfix/fix_project_ver_issue' into 'master'

CMake: fix retrieving PROJECT_VER

See merge request espressif/esp-idf!5842

5 years agodoc: update translation of ulp install instuctions
suda-morris [Wed, 21 Aug 2019 13:52:48 +0000 (21:52 +0800)]
doc: update translation of ulp install instuctions

5 years agoMerge branch 'feature/wifi_use_new_event_api' into 'master'
Jiang Jiang Jian [Wed, 21 Aug 2019 13:12:28 +0000 (21:12 +0800)]
Merge branch 'feature/wifi_use_new_event_api' into 'master'

esp_wifi/event: wifi use new event api

Closes WIFI-696

See merge request espressif/esp-idf!5454

5 years agodocs: ulp: update for IDF Tools installation method
Ivan Grokhotkov [Wed, 21 Aug 2019 12:45:33 +0000 (14:45 +0200)]
docs: ulp: update for IDF Tools installation method

binutils-esp32ulp is installed automatically by install.sh/install.bat
or the IDF Tools Installer for Windows.

5 years agobootloader: API for the fast wakeup and custom using RTC mem
KonstantinKondrashov [Fri, 5 Jul 2019 10:18:58 +0000 (18:18 +0800)]
bootloader: API for the fast wakeup and custom using RTC mem

Added "Reserve RTC FAST memory for custom purposes" option.
Added a boot counter.

5 years agodocs: Add a description of the fast wakeup
KonstantinKondrashov [Fri, 5 Jul 2019 10:11:33 +0000 (18:11 +0800)]
docs: Add a description of the fast wakeup

5 years agoexamples: Add the fast wakeup option for deep sleep examples
KonstantinKondrashov [Fri, 5 Jul 2019 10:05:35 +0000 (18:05 +0800)]
examples: Add the fast wakeup option for deep sleep examples

The CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP option is enabled
by default for the following examples:
 - system/deep_sleep,
 - system/ulp,
 - system/ulp_adc.

5 years agobootloader: Support for skipping validation upon wake from deep sleep
Tim Nordell [Fri, 12 Apr 2019 20:32:47 +0000 (15:32 -0500)]
bootloader: Support for skipping validation upon wake from deep sleep

This saves time when waking up from deep sleep, but potentially decreases
the security of the system.  If the application able to modify itself
(especially areas that are loaded into RAM) in flash while running
without crashing or is modifies the cached bits of information about
what was last booted from the bootloader, this could cause security
issues if the user does a "deep sleep reset" since the full validation
is skipped.

Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
5 years agobootloader: Do not obfuscate RAM if we are not doing image validation
Tim Nordell [Fri, 12 Apr 2019 20:34:46 +0000 (15:34 -0500)]
bootloader: Do not obfuscate RAM if we are not doing image validation

No need to take this step if we are not doing image validation.  The
obfuscation only buys us a tiny bit of "security" anyways since the
main parts of flash are memory mapped, too.  This saves a little bit of
wake-up time when waking up from deep sleep when the
BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP option is set.

Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
5 years agobootloader: Remove extraneous newlines from some debug statements
Tim Nordell [Fri, 12 Apr 2019 20:35:34 +0000 (15:35 -0500)]
bootloader: Remove extraneous newlines from some debug statements

ESP_LOGD(...) provides its own new lines so remove these from these
debug strings.

Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
5 years agoMerge branch 'nimble/misc_menuconfig_options' into 'master'
Mahavir Jain [Wed, 21 Aug 2019 11:28:47 +0000 (19:28 +0800)]
Merge branch 'nimble/misc_menuconfig_options' into 'master'

NimBLE: Add misc menuconfig options

See merge request espressif/esp-idf!5843

5 years agoNimBLE: Add misc menuconfig options
Prasad Alatkar [Wed, 21 Aug 2019 11:28:47 +0000 (19:28 +0800)]
NimBLE: Add misc menuconfig options

- Add option to configure stack size of NimBLE host task, update NimBLE
  submodule for the same.
- Change max concurrent connections supported to 9 inline with controller.

5 years agoMerge branch 'Bugfix/nonblocking_udp_is_zero' into 'master'
Jiang Jiang Jian [Wed, 21 Aug 2019 08:44:11 +0000 (16:44 +0800)]
Merge branch 'Bugfix/nonblocking_udp_is_zero' into 'master'

fix bug for nonblocking udp is zero

Closes WIFI-756

See merge request espressif/esp-idf!5792

5 years agoMerge branch 'update/cjson_v1_7_12' into 'master'
Angus Gratton [Wed, 21 Aug 2019 08:40:35 +0000 (16:40 +0800)]
Merge branch 'update/cjson_v1_7_12' into 'master'

Update cJSON to v1.7.12

See merge request espressif/esp-idf!5776

5 years agoMerge branch 'bugfix_kconfig_deps_missing' into 'master'
Angus Gratton [Wed, 21 Aug 2019 08:19:59 +0000 (16:19 +0800)]
Merge branch 'bugfix_kconfig_deps_missing' into 'master'

kconfig: Add -MP option so .d files include empty targets

See merge request espressif/esp-idf!5820

5 years agoMerge branch 'feature/freebsd_build_system' into 'master'
Angus Gratton [Wed, 21 Aug 2019 08:18:47 +0000 (16:18 +0800)]
Merge branch 'feature/freebsd_build_system' into 'master'

build systems: Changes to work on FreeBSD

Closes IDFGH-1657

See merge request espressif/esp-idf!5821

5 years agoMerge branch 'bugfix/esp_timer_null_checks' into 'master'
Angus Gratton [Wed, 21 Aug 2019 08:17:15 +0000 (16:17 +0800)]
Merge branch 'bugfix/esp_timer_null_checks' into 'master'

esp_timer: Add parameter NULL checks to public API

See merge request espressif/esp-idf!5804

5 years agoFixed syntax error in esp_http_server.rst
Michael [Mon, 19 Aug 2019 17:46:47 +0000 (19:46 +0200)]
Fixed syntax error in esp_http_server.rst

Changed the "const char[] name" into "const char name[]", so now the code doesn't produce the "expected identifier or '(' before '[' token" error.

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

5 years agocmake: make default version 1
Renz Christian Bagaporo [Wed, 21 Aug 2019 04:43:19 +0000 (12:43 +0800)]
cmake: make default version 1

5 years agocmake: fix issue with checking build process args
Renz Christian Bagaporo [Wed, 21 Aug 2019 04:00:55 +0000 (12:00 +0800)]
cmake: fix issue with checking build process args

5 years agofix bug for nonblocking udp is zero
xueyunfei [Thu, 15 Aug 2019 03:17:15 +0000 (11:17 +0800)]
fix bug for nonblocking udp is zero

5 years agoMerge branch 'bugfix/openocd_ulp_install_instructions' into 'master'
Ivan Grokhotkov [Tue, 20 Aug 2019 13:34:45 +0000 (21:34 +0800)]
Merge branch 'bugfix/openocd_ulp_install_instructions' into 'master'

docs: jtag-debugging: update for IDF Tools installation method

Closes IDF-824

See merge request espressif/esp-idf!5803

5 years agodocs: jtag-debugging: update translation
suda-morris [Fri, 16 Aug 2019 07:34:49 +0000 (15:34 +0800)]
docs: jtag-debugging: update translation

5 years agodocs: jtag-debugging: update for IDF Tools installation method
Ivan Grokhotkov [Thu, 15 Aug 2019 16:37:52 +0000 (18:37 +0200)]
docs: jtag-debugging: update for IDF Tools installation method

- rely on OPENOCD_SCRIPTS variable in all cases, remove -s flags
- replace installation section with a reference to the Getting Started
  guides
- add Windows-specific commands in a few cases

5 years agoMerge branch 'feature/ulp_macro_updates' into 'master'
Ivan Grokhotkov [Tue, 20 Aug 2019 12:40:09 +0000 (20:40 +0800)]
Merge branch 'feature/ulp_macro_updates' into 'master'

ulp: updates for ULP macros (PRs from Github)

Closes IDFGH-1492

See merge request espressif/esp-idf!5801

5 years agowps: Relax the check on older config methods in case of WPS2.0
Nachiket Kukade [Fri, 9 Aug 2019 11:49:37 +0000 (17:19 +0530)]
wps: Relax the check on older config methods in case of WPS2.0

Some APs incorrectly advertize newer WPS2.0 config method bits
without setting bits for the corresponding older methods. This
results in failures during 8-way handshake. Add a workaround to
relax this check so that WPS handshake can proceed.

5 years agoesp_wifi: wifi support new event mechanism
liu zhifu [Fri, 5 Jul 2019 08:58:04 +0000 (16:58 +0800)]
esp_wifi: wifi support new event mechanism

1. WiFi support new event mechanism
2. Update examples to use new event mechanism

5 years agoMerge branch 'bugfix/newlib_time_test' into 'master'
Ivan Grokhotkov [Tue, 20 Aug 2019 08:24:30 +0000 (16:24 +0800)]
Merge branch 'bugfix/newlib_time_test' into 'master'

newlib: Fix UT - test time adjustment happens linearly

See merge request espressif/esp-idf!5712

5 years agoMerge branch 'bugfix/set_mconf_idf_build_dir' into 'master'
Angus Gratton [Tue, 20 Aug 2019 05:10:36 +0000 (13:10 +0800)]
Merge branch 'bugfix/set_mconf_idf_build_dir' into 'master'

cmake: set build dir for mconf-idf

See merge request espressif/esp-idf!5819

5 years agoMerge branch 'feat/idf_py_set_target' into 'master'
Angus Gratton [Tue, 20 Aug 2019 04:30:50 +0000 (12:30 +0800)]
Merge branch 'feat/idf_py_set_target' into 'master'

idf_py: support new command set-target

See merge request espressif/esp-idf!5785

5 years agoMerge branch 'doc/bootloader_zh_CN' into 'master'
Krzysztof Budzynski [Mon, 19 Aug 2019 21:14:17 +0000 (05:14 +0800)]
Merge branch 'doc/bootloader_zh_CN' into 'master'

zh_CN translation of bootloader document

See merge request espressif/esp-idf!4746

5 years agoMerge branch 'cleanup/make_supp_headers_private' into 'master'
Jiang Jiang Jian [Mon, 19 Aug 2019 09:11:34 +0000 (17:11 +0800)]
Merge branch 'cleanup/make_supp_headers_private' into 'master'

wpa_supplicant: Make internally used crypto headers private

Closes IDF-476

See merge request espressif/esp-idf!5666

5 years agobuild systems: Changes to work on FreeBSD
Tomoyuki Sakurai [Sun, 18 Aug 2019 05:30:48 +0000 (14:30 +0900)]
build systems: Changes to work on FreeBSD

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

5 years agoMerge branch 'feature/cmake_check_mconf_version' into 'master'
Angus Gratton [Mon, 19 Aug 2019 05:08:33 +0000 (13:08 +0800)]
Merge branch 'feature/cmake_check_mconf_version' into 'master'

cmake: check mconf-idf binary version

Closes IDF-835

See merge request espressif/esp-idf!5799

5 years agoMerge branch 'feat/idf_monitor_event_queue_block' into 'master'
Angus Gratton [Mon, 19 Aug 2019 05:06:31 +0000 (13:06 +0800)]
Merge branch 'feat/idf_monitor_event_queue_block' into 'master'

idf_monitor: fix the bug that idf_monitor not blocked when no log printed

See merge request espressif/esp-idf!5805

5 years agozh_CN translation of bootloader document
suda-morris [Tue, 9 Apr 2019 08:35:58 +0000 (16:35 +0800)]
zh_CN translation of bootloader document

5 years agoMerge branch 'bugfix/remove_transport_strcasestr' into 'master'
Angus Gratton [Mon, 19 Aug 2019 02:36:32 +0000 (10:36 +0800)]
Merge branch 'bugfix/remove_transport_strcasestr' into 'master'

tcp_transport: replace transport_strcasestr with strcasestr

Closes IDF-548

See merge request espressif/esp-idf!5802

5 years agokconfig: Add -MP option so .d files include empty targets
Angus Gratton [Mon, 19 Aug 2019 01:42:39 +0000 (11:42 +1000)]
kconfig: Add -MP option so .d files include empty targets

Prevents make-level errors when switching IDF versions, as headers may be removed.

Similar to some mentioned here:
https://github.com/espressif/esp-idf/issues/712

5 years agoMerge branch 'bugfix/confserver_temporaryfile_windows' into 'master'
Angus Gratton [Mon, 19 Aug 2019 00:23:02 +0000 (08:23 +0800)]
Merge branch 'bugfix/confserver_temporaryfile_windows' into 'master'

confserver: Fix NamedTemporaryFile use on Windows

See merge request espressif/esp-idf!5814

5 years agowpa_supplicant: Make internally used crypto headers private
Nachiket Kukade [Tue, 6 Aug 2019 11:40:16 +0000 (17:10 +0530)]
wpa_supplicant: Make internally used crypto headers private

A lot of internally used crypto headers are publicly includeable
in user projects. This leads to bug reports when these headers
are incorrectly used or the API's are not used as intended.

Move all crypto headers into private crypto src folder, also move
crypto_ops into Supplicant to remove dependecy on crypto headers.

Closes IDF-476

5 years agoidf_py: support new command set-target
Michael (XIAO Xufeng) [Wed, 14 Aug 2019 13:19:06 +0000 (21:19 +0800)]
idf_py: support new command set-target

Instead of using -DIDF_TARGET, this command is more intuitive:

1. Can limit the choice of targets
2. Easy to understand this is a destructive command
3. Easy to remember, and have an entry in the --help menu

5 years agoidf_monitor: fix the bug that idf_monitor not blocked when no log printed
Michael (XIAO Xufeng) [Fri, 16 Aug 2019 03:24:57 +0000 (11:24 +0800)]
idf_monitor: fix the bug that idf_monitor not blocked when no log printed

Inspired by @no1seman, @negativekelvin and @pglen on Github. (In post oder)

Resolves https://github.com/espressif/esp-idf/issues/3884

5 years agocmake: set build dir for mconf-idf
Renz Christian Bagaporo [Fri, 16 Aug 2019 09:46:50 +0000 (17:46 +0800)]
cmake: set build dir for mconf-idf

Fixes an issue where if idf_build_process is called in a CMake
subdirectory, menuconfig looks for the mconf-idf binary in the wrong
place (in the subdirectory build dir instead of root binary dir).

5 years agoMerge branch 'bugfix/ledc_clock_mode' into 'master'
Angus Gratton [Fri, 16 Aug 2019 09:39:16 +0000 (17:39 +0800)]
Merge branch 'bugfix/ledc_clock_mode' into 'master'

driver: ledc: Fix clock mode selection

See merge request espressif/esp-idf!5747

5 years agoconfserver: Fix NamedTemporaryFile use on Windows
Angus Gratton [Fri, 16 Aug 2019 09:24:20 +0000 (19:24 +1000)]
confserver: Fix NamedTemporaryFile use on Windows

Can't have the file open twice, so need to close and delete after reopening.

5 years agoesp_timer: Add parameter NULL checks to public API
Angus Gratton [Fri, 16 Aug 2019 03:00:21 +0000 (13:00 +1000)]
esp_timer: Add parameter NULL checks to public API

Return ESP_ERR_INVALID_ARG if the handle is NULL, instead of crashing.

As reported via forum https://esp32.com/viewtopic.php?f=13&t=11721&p=47926#p47926

5 years agoMerge branch 'fix/esp_flash_set_get_wp' into 'master'
Angus Gratton [Thu, 15 Aug 2019 22:14:48 +0000 (06:14 +0800)]
Merge branch 'fix/esp_flash_set_get_wp' into 'master'

esp_flash: fix the set/get write protection functions

See merge request espressif/esp-idf!5682

5 years agotcp_transport: replace transport_strcasestr with strcasestr
Ivan Grokhotkov [Thu, 15 Aug 2019 15:51:54 +0000 (17:51 +0200)]
tcp_transport: replace transport_strcasestr with strcasestr

esp32-2019r1 toolchain version includes 'strcasestr', so the version
provided in tcp_transport component is no longer needed.

5 years agoulp: Add aditional uint32_t object to `ulp_insn_t`
Saket Dandawate [Wed, 10 Jul 2019 14:37:37 +0000 (07:37 -0700)]
ulp: Add aditional uint32_t object to `ulp_insn_t`

Used to get the encoded instruction from bit-field structs.

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

5 years agoulp: Correct misleading corrections of i2c comments
boarchuz [Thu, 13 Jun 2019 20:03:56 +0000 (06:03 +1000)]
ulp: Correct misleading corrections of i2c comments

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

5 years agoulp: Correct misleading i2c write mask comments
boarchuz [Thu, 13 Jun 2019 08:20:31 +0000 (18:20 +1000)]
ulp: Correct misleading i2c write mask comments

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

5 years agoulp: Expand ULP macro functionality
boarchuz [Mon, 3 Jun 2019 09:32:38 +0000 (19:32 +1000)]
ulp: Expand ULP macro functionality

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

5 years agocmake: check mconf-idf binary version
Ivan Grokhotkov [Thu, 15 Aug 2019 13:49:46 +0000 (15:49 +0200)]
cmake: check mconf-idf binary version

Print a warning if an outdated version of mconf-idf is found in
the PATH.

5 years agoMerge branch 'bugfix/add_error_check_in_ota_ops' into 'master'
Mahavir Jain [Thu, 15 Aug 2019 13:10:00 +0000 (21:10 +0800)]
Merge branch 'bugfix/add_error_check_in_ota_ops' into 'master'

esp_https_ota: Added error checking functionalities.

See merge request espressif/esp-idf!5672

5 years agoesp_https_ota: Added error checking functionalities.
Hrudaynath Dhabe [Thu, 15 Aug 2019 13:10:00 +0000 (21:10 +0800)]
esp_https_ota: Added error checking functionalities.

Current implimentation of esp_http_ota does not perform any error-checking in the data writing phase calls `esp_ota_get_next_update_partition()` irrespetive of the received state of the image. A few additional error checking mechanism have now been added inside the esp_https_ota which returns the control in case an invalid header is received and a wrapper to the function `esp_http_client_is_complete_data_received()` of `esp_http_client` has been added.

5 years agoMerge branch 'bugfix/vfs_concurrent_select' into 'master'
Ivan Grokhotkov [Thu, 15 Aug 2019 11:57:30 +0000 (19:57 +0800)]
Merge branch 'bugfix/vfs_concurrent_select' into 'master'

VFS: Support concurrent VFS select calls & improve the documentation

Closes IDFGH-1072

See merge request espressif/esp-idf!5538

5 years agoMerge branch 'feature/cmake_build_internals_docs' into 'master'
Angus Gratton [Thu, 15 Aug 2019 08:22:50 +0000 (16:22 +0800)]
Merge branch 'feature/cmake_build_internals_docs' into 'master'

Docs: Enchance build system internals docs

See merge request espressif/esp-idf!5753

5 years agodriver: Check ledc config result in PCNT tests
Angus Gratton [Sun, 11 Aug 2019 05:48:17 +0000 (15:48 +1000)]
driver: Check ledc config result in PCNT tests

5 years agodriver: ledc: Fix low/high speed parameter setting
Angus Gratton [Sun, 11 Aug 2019 05:47:30 +0000 (15:47 +1000)]
driver: ledc: Fix low/high speed parameter setting

Fix regression introduced in 2e8c85d8fff823232af46cc0f353ac170d0971e9

5 years agodocs: build system internals
Renz Christian Bagaporo [Sun, 11 Aug 2019 12:25:54 +0000 (20:25 +0800)]
docs: build system internals

5 years agoMerge branch 'bugfix/mbedtls_add_source_files_to_appropriate_library' into 'master'
Angus Gratton [Thu, 15 Aug 2019 05:32:20 +0000 (13:32 +0800)]
Merge branch 'bugfix/mbedtls_add_source_files_to_appropriate_library' into 'master'

mbedtls: add source files to appropriate library

See merge request espressif/esp-idf!5761

5 years agombedtls: add source files to appropriate library
Renz Christian Bagaporo [Mon, 12 Aug 2019 12:32:14 +0000 (20:32 +0800)]
mbedtls: add source files to appropriate library

5 years agoMerge branch 'docs/order_toctree_alphabetically' into 'master'
Angus Gratton [Thu, 15 Aug 2019 04:41:54 +0000 (12:41 +0800)]
Merge branch 'docs/order_toctree_alphabetically' into 'master'

docs: Alphbetically sort toctree

See merge request espressif/esp-idf!5770

5 years agoMerge branch 'bugfix/fix_flash_read_error_in_dio_mode' into 'master'
Angus Gratton [Thu, 15 Aug 2019 03:28:19 +0000 (11:28 +0800)]
Merge branch 'bugfix/fix_flash_read_error_in_dio_mode' into 'master'

bugfix(flash): add spi dio address bitlen configure in psram init

See merge request espressif/esp-idf!5783

5 years agoMerge branch 'bugfix/protocomm_nimble' into 'master'
Angus Gratton [Thu, 15 Aug 2019 02:50:30 +0000 (10:50 +0800)]
Merge branch 'bugfix/protocomm_nimble' into 'master'

NimBLE: Fix bug in `protocomm_nimble` characteristic access callback

See merge request espressif/esp-idf!5752

5 years agoNimBLE: Fix bug in `protocomm_nimble` chararcteristic access callback
Prasad Alatkar [Thu, 15 Aug 2019 02:50:30 +0000 (10:50 +0800)]
NimBLE: Fix bug in `protocomm_nimble` chararcteristic access callback

Fixes bug in `protocomm_nimble` while writing to characteristic with length greater than MTU value.

5 years agoMerge branch 'bugfix/mdns_send_bye_service_instance' into 'master'
Angus Gratton [Thu, 15 Aug 2019 02:50:17 +0000 (10:50 +0800)]
Merge branch 'bugfix/mdns_send_bye_service_instance' into 'master'

mdns: fix missing bye packet if services removed with mdns_service_remove_all() or mdns_free()

See merge request espressif/esp-idf!5308

5 years agoMerge branch 'feature/exclude_rom_from_example_header_files' into 'master'
Angus Gratton [Thu, 15 Aug 2019 02:50:01 +0000 (10:50 +0800)]
Merge branch 'feature/exclude_rom_from_example_header_files' into 'master'

exclude rom headers in examples

Closes IDF-557

See merge request espressif/esp-idf!5051

5 years agobugfix(flash): add spi dio address bitlen configure in psram init
chenjianqiang [Wed, 14 Aug 2019 12:57:30 +0000 (20:57 +0800)]
bugfix(flash): add spi dio address bitlen configure in psram init

5 years agoMerge branch 'refactor/timerg_in_test' into 'master'
Angus Gratton [Wed, 14 Aug 2019 07:32:16 +0000 (15:32 +0800)]
Merge branch 'refactor/timerg_in_test' into 'master'

timer_group: refactoring to avoid direct register access in the ISR

See merge request espressif/esp-idf!5656

5 years agomdns: fix missing bye packet if services removed with mdns_service_remove_all() or...
David Cermak [Thu, 20 Jun 2019 15:27:29 +0000 (17:27 +0200)]
mdns: fix missing bye packet if services removed with mdns_service_remove_all() or mdns_free()

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

5 years agoMerge branch 'feature/ver-4.1' into 'master' v4.1-dev
Angus Gratton [Wed, 14 Aug 2019 01:01:48 +0000 (09:01 +0800)]
Merge branch 'feature/ver-4.1' into 'master'

global: bump version to 4.1

See merge request espressif/esp-idf!5771

5 years agoUpdate cJSON to v1.7.12
Angus Gratton [Wed, 14 Aug 2019 00:03:27 +0000 (10:03 +1000)]
Update cJSON to v1.7.12

Fixes potential DoS in cJSON_Minify, see https://github.com/DaveGamble/cJSON/issues/354

5 years agobump version to 4.1
Ivan Grokhotkov [Tue, 13 Aug 2019 08:09:52 +0000 (10:09 +0200)]
bump version to 4.1