]>
granicus.if.org Git - esp-idf/log
Martin Vychodil [Tue, 20 Aug 2019 06:37:45 +0000 (08:37 +0200)]
Installer: support for WD exclusions (IDF Tools)
JIRA IDF-306
Angus Gratton [Mon, 12 Aug 2019 07:16:51 +0000 (15:16 +0800)]
Merge branch 'bugfix/core_id_arg' into 'master'
doc: Add clarifications Xtensa Core ID and "Core ID" used in FreeRTOS are different
Closes IDFGH-407
See merge request espressif/esp-idf!5661
Angus Gratton [Mon, 12 Aug 2019 07:14:23 +0000 (15:14 +0800)]
Merge branch 'ci/disable_nimble_tests' into 'master'
ci: Temporarily disable NimBLE tests in CI
See merge request espressif/esp-idf!5749
Angus Gratton [Mon, 12 Aug 2019 04:45:34 +0000 (12:45 +0800)]
Merge branch 'feature/tls_psk_authentication' into 'master'
esp_tls: add psk verification mode
Closes IDFGH-992
See merge request espressif/esp-idf!5095
Angus Gratton [Mon, 12 Aug 2019 04:45:11 +0000 (12:45 +0800)]
Merge branch 'bugfix/check_include_dirs' into 'master'
CMake: Check if component include dirs are directories
See merge request espressif/esp-idf!5701
Angus Gratton [Mon, 12 Aug 2019 01:12:34 +0000 (11:12 +1000)]
freertos: Rename CORE_ID_PRO/CORE_ID_APP macros to CORE_ID_REGVAL_xxx
Old values remain for compatibility.
As suggested in https://github.com/espressif/esp-idf/issues/2567
Angus Gratton [Wed, 31 Jul 2019 03:07:23 +0000 (11:07 +0800)]
doc: Add clarifications Xtensa Core ID and "Core ID" used in FreeRTOS are different
Closes https://github.com/espressif/esp-idf/issues/2567
Angus Gratton [Sun, 11 Aug 2019 23:38:44 +0000 (09:38 +1000)]
ci: Temporarily disable NimBLE tests in CI
Angus Gratton [Sun, 11 Aug 2019 07:02:25 +0000 (15:02 +0800)]
Merge branch 'bugfix/hwcrypt_fault_inj' into 'master'
hwcrypto: Add more AES & SHA fault injection checks
Closes IDF-786
See merge request espressif/esp-idf!5050
Angus Gratton [Wed, 22 May 2019 00:18:55 +0000 (10:18 +1000)]
sha: Add fault injection checks reading hash digest state
Vulnerability reported by LimitedResults under Espressif Bug Bounty Program.
Angus Gratton [Tue, 21 May 2019 08:12:42 +0000 (18:12 +1000)]
aes: Add fault injection checks when writing key to hardware
Vulnerability reported by LimitedResults under Espressif Bug Bounty Program.
Jiang Jiang Jian [Fri, 9 Aug 2019 06:25:45 +0000 (14:25 +0800)]
Merge branch 'bugfix/efuse_write_config' into 'master'
efuse: set timing configuration before writing
See merge request espressif/esp-idf!4750
Angus Gratton [Fri, 9 Aug 2019 06:21:19 +0000 (14:21 +0800)]
Merge branch 'bugfix/confgen_sdkconfig_renames' into 'master'
tools: Support sdkconfig.rename files from outside IDF in confgen.py
Closes IDF-659
See merge request espressif/esp-idf!5551
Angus Gratton [Fri, 9 Aug 2019 06:20:51 +0000 (14:20 +0800)]
Merge branch 'bugfix/httpd_sess_close' into 'master'
httpd_sess_close: Check for session validity before closing
See merge request espressif/esp-idf!5705
Angus Gratton [Fri, 9 Aug 2019 04:52:03 +0000 (12:52 +0800)]
Merge branch 'feature/repl_suppl_crypto_by_mbedtls' into 'master'
wpa_supplicant: Port more crypto functions to use mbedtls
Closes WIFI-1590
See merge request espressif/esp-idf!5684
Angus Gratton [Fri, 9 Aug 2019 02:07:22 +0000 (10:07 +0800)]
Merge branch 'bugfix/docs/white-space' into 'master'
:bug: Fix the white space bug in docs
Closes IDFGH-809
See merge request espressif/esp-idf!5693
Soumesh Banerjee [Fri, 9 Aug 2019 02:07:22 +0000 (10:07 +0800)]
:bug: Fix the white space bug in docs
Fix only the visual rendering the issue for selection of text still remains and have to be solved by updating the html generator
Closes #3208
Renz Christian Bagaporo [Tue, 6 Aug 2019 03:00:37 +0000 (11:00 +0800)]
components: fix incorrect include dir args
Renz Christian Bagaporo [Tue, 6 Aug 2019 02:59:48 +0000 (10:59 +0800)]
cmake: check include directories
Angus Gratton [Thu, 8 Aug 2019 07:02:51 +0000 (15:02 +0800)]
Merge branch 'bugfix/libsodium_test_timeouts' into 'master'
test: Set timeout of libsodium ed25519_convert test to 60s
See merge request espressif/esp-idf!5552
Angus Gratton [Thu, 8 Aug 2019 05:56:21 +0000 (13:56 +0800)]
Merge branch 'bugfix/fix_ledc_clock_select_bug' into 'master'
driver(ledc): fixed ledc clock selection bug
See merge request espressif/esp-idf!3612
Angus Gratton [Thu, 8 Aug 2019 05:53:40 +0000 (13:53 +0800)]
Merge branch 'bugfix/config_panic_gdbstub_build_issue' into 'master'
esp32_gdbstub: fix build error with esp32-2019r1 toolchain
See merge request espressif/esp-idf!5709
Angus Gratton [Thu, 8 Aug 2019 02:41:14 +0000 (10:41 +0800)]
Merge branch 'feat/sdio_slave_efuse_default_3v3' into 'master'
sdio_slave: updates the document about DAT2 pin, also the version value read from CCCR registers
See merge request espressif/esp-idf!4733
Jiang Jiang Jian [Wed, 7 Aug 2019 13:00:14 +0000 (21:00 +0800)]
Merge branch 'feature/lwip_prefer_allocate_memory_in_psram' into 'master'
Try to allocate some memories in SPIRAM first. If failed, try to allocate in internal RAM then
See merge request espressif/esp-idf!5695
Michael (XIAO Xufeng) [Wed, 17 Apr 2019 04:40:49 +0000 (12:40 +0800)]
sdio_slave: update version read from CCCR to 2.0
Michael (XIAO Xufeng) [Tue, 9 Apr 2019 05:20:22 +0000 (13:20 +0800)]
sdio_slave: rewrite the doc and highlight efuse-burning as the default option for 3.3V modules
Sagar Bijwe [Fri, 2 Aug 2019 08:58:33 +0000 (14:28 +0530)]
wpa_supplicant: Port more crypto functions to use mbedtls
Use mbedtls PBKDF2 and SHA1 for faster calculations during four-way
handshake.
Closes WIFI-1590
Mahavir Jain [Wed, 7 Aug 2019 06:19:55 +0000 (11:49 +0530)]
esp32_gdbstub: fix build error with esp32-2019r1 toolchain
Fixes https://github.com/espressif/esp-idf/issues/3866
Angus Gratton [Wed, 7 Aug 2019 05:24:54 +0000 (13:24 +0800)]
Merge branch 'bugfix/idf_tool_default_encoding' into 'master'
idf_tool: fix UnicodeDecodeError
Closes IDFGH-1584
See merge request espressif/esp-idf!5323
David Cermak [Thu, 23 May 2019 19:48:08 +0000 (21:48 +0200)]
esp_tls: enable psk verification mode, added mqtt example using psk authentication
Piyush Shah [Tue, 6 Aug 2019 14:00:58 +0000 (19:30 +0530)]
httpd_sess_close: Check for session validity before closing
If httpd_sess_trigger_close() gets called twice for the same socket,
the first httpd_sess_close() cb closes the correct socket, but the second
invocation closes the wrong socket which was just accepted and added to
the socket db. Checking for the lru counter will help identify this as the
counter is set only for requests actually served.
kooho [Thu, 1 Nov 2018 04:23:11 +0000 (12:23 +0800)]
driver(ledc): fixed ledc clock selection bug.
Mahavir Jain [Tue, 6 Aug 2019 06:23:54 +0000 (14:23 +0800)]
Merge branch 'feature/coap_mbedtls_support' into 'master'
Add DTLS support to libcoap using MbedTLS
See merge request espressif/esp-idf!5560
Mahavir Jain [Wed, 31 Jul 2019 10:52:49 +0000 (16:22 +0530)]
coap: refactor examples, stylistic cleanups, move certs to independent dir
Mahavir Jain [Wed, 31 Jul 2019 10:52:01 +0000 (16:22 +0530)]
coap: kconfig cleanup, have component specific configuration for common options
Mahavir Jain [Wed, 31 Jul 2019 10:51:25 +0000 (16:21 +0530)]
coap: add mbedtls in depedency list for CMake build
Jon Shallow [Sat, 13 Apr 2019 11:15:28 +0000 (12:15 +0100)]
Add DTLS support to libcoap using MbedTLS
This update supports DTLS, TLS is a future TODO
components/coap/CMakeLists.txt:
components/coap/component.mk:
Add in the new files that have to be built
Replace libcoap/src/coap_notls.c with libcoap/src/coap_mbedtls.c
components/coap/libcoap:
Update the version to include the current version for supporting MbedTLS
components/coap/port/coap_debug.c:
components/coap/port/coap_mbedtls.c:
components/coap/port/include/coap/coap_dtls.h:
New port files for DTLS
components/coap/port/include/coap_config_posix.h:
Include building with MbedTLS
examples/protocols/coap_client/README.md:
examples/protocols/coap_client/main/CMakeLists.txt:
examples/protocols/coap_client/main/Kconfig.projbuild:
examples/protocols/coap_client/main/coap_client_example_main.c:
examples/protocols/coap_client/main/component.mk:
Update CoAP client to support DTLS
examples/protocols/coap_client/main/coap_ca.pem
examples/protocols/coap_client/main/coap_client.crt
examples/protocols/coap_client/main/coap_client.key
New PKI Certs for CoAP client (copied from wpa2_enterprise example)
examples/protocols/coap_server/README.md:
examples/protocols/coap_server/main/CMakeLists.txt:
examples/protocols/coap_server/main/Kconfig.projbuild:
examples/protocols/coap_server/main/coap_server_example_main.c:
examples/protocols/coap_server/main/component.mk:
Update CoAP server to support DTLS
Change "no data" to "Hello World!" to prevent confusion
examples/protocols/coap_server/main/coap_ca.pem
examples/protocols/coap_server/main/coap_server.crt
examples/protocols/coap_server/main/coap_server.key
New PKI Certs for CoAP server (copied from wpa2_enterprise example)
Closes https://github.com/espressif/esp-idf/pull/3345
Closes https://github.com/espressif/esp-idf/issues/1379
Angus Gratton [Tue, 6 Aug 2019 03:16:17 +0000 (11:16 +0800)]
Merge branch 'deprecate/spi_common_claim_macros' into 'master'
spi_common: remove deprecated spi_common_periph_claim macros
See merge request espressif/esp-idf!5677
suda-morris [Thu, 1 Aug 2019 02:40:10 +0000 (10:40 +0800)]
idf_tool: fix unicode decode error
Closes https://github.com/espressif/esp-idf/issues/3841
xueyunfei [Mon, 5 Aug 2019 09:33:37 +0000 (17:33 +0800)]
Try to allocate some LWIP memories in SPIRAM first. If failed, try to allocate in internal RAM then
Krzysztof Budzynski [Mon, 5 Aug 2019 13:28:50 +0000 (21:28 +0800)]
Merge branch 'bugfix/docs_broken_links' into 'master'
Fix broken links in 'Getting Started' gudes
See merge request espressif/esp-idf!5685
Krzysztof Budzynski [Mon, 5 Aug 2019 13:25:15 +0000 (21:25 +0800)]
Merge branch 'doc/add_Chinese_translation_for_modules-and-boards_in_hw-reference' into 'master'
Add Chinese translation for modules-and-boards.rst in hw-reference folder.
See merge request espressif/esp-idf!5520
Wang Fang [Mon, 5 Aug 2019 13:25:15 +0000 (21:25 +0800)]
Add Chinese translation for modules-and-boards.rst in hw-reference folder.
Note: Also modify the table in en version
Jiang Jiang Jian [Mon, 5 Aug 2019 13:18:27 +0000 (21:18 +0800)]
Merge branch 'bugfix/fix_wifi_bugs_for_authmode_and_multi_ssid' into 'master'
wifi: fix wifi bugs for authmode and multi ssid
Closes WIFI-558, WIFI-560, WIFI-449, WIFI-567, and WIFI-597
See merge request espressif/esp-idf!5387
Michael (XIAO Xufeng) [Thu, 1 Aug 2019 05:54:31 +0000 (13:54 +0800)]
spi_common: remove deprecated spi_common_periph_claim macros
Angus Gratton [Mon, 5 Aug 2019 01:55:45 +0000 (09:55 +0800)]
Merge branch 'feature/idf_monitor_key_piority' into 'master'
idf_monitor: improve the responding of console commands
See merge request espressif/esp-idf!5585
Angus Gratton [Mon, 5 Aug 2019 01:52:08 +0000 (09:52 +0800)]
Merge branch 'feature/transport_support_der_certs' into 'master'
tcp transport ssl DER-support
See merge request espressif/esp-idf!5627
Angus Gratton [Mon, 5 Aug 2019 01:38:39 +0000 (09:38 +0800)]
Merge branch 'bugfix/strict_prototypes' into 'master'
Enable strict prototypes checks
Closes IDFGH-757
See merge request espressif/esp-idf!4546
Angus Gratton [Mon, 5 Aug 2019 00:08:53 +0000 (08:08 +0800)]
Merge branch 'bugfix/update_example_docs_build_instructions_to_cmake' into 'master'
examples: change default build instructions in docs to CMake
See merge request espressif/esp-idf!5681
Jiang Jiang Jian [Sun, 4 Aug 2019 07:51:04 +0000 (15:51 +0800)]
Merge branch 'bugfix/btdm_sleep_twice' into 'master'
bugfix btdm sleep twice after wakeup request
See merge request espressif/esp-idf!5637
Tian Hao [Sat, 27 Jul 2019 09:47:33 +0000 (17:47 +0800)]
bugfix btdm sleep twice after wakeup request
This problem may cause HCI send command timeout.
When host call VHCI api to do btdm_wakeup_request, then controller
wakeup process will be handled in ISR and controller task context.
As host task priority is lower than controller task and ISR,
it will cause an incorrect behavior that before VHCI take the
rx_flow_on_semaphore, controller sleep again, then VHCI cannot take
the semaphore and has to wait the automatic wakeup.
Mahavir Jain [Fri, 2 Aug 2019 11:18:44 +0000 (19:18 +0800)]
Merge branch 'feature/file_length_validation' into 'master'
esp_http_client: Add support to check the binary length of the recieved stream...
See merge request espressif/esp-idf!5635
Hrudaynath Dhabe [Fri, 2 Aug 2019 11:18:44 +0000 (19:18 +0800)]
esp_http_client: Add support to check the binary length of the recieved stream and compare it with the size mentioned in the header.
While downloading OTA firmware, if their is a Origin Respnse Timeout or the binary is only partially downloaded, OTA failure is observed. Checking binary size can also be helpful for simple http client applications.
Closes https://github.com/espressif/esp-idf/issues/3004
Mahavir Jain [Fri, 2 Aug 2019 03:31:20 +0000 (09:01 +0530)]
examples: change default build instructions in docs to CMake
Mahavir Jain [Fri, 2 Aug 2019 10:01:58 +0000 (18:01 +0800)]
Merge branch 'move/ble_example' into 'master'
examples/bluetooth: Move the demos to the appropriate locations
See merge request espressif/esp-idf!5667
Hrishikesh Dhayagude [Fri, 2 Aug 2019 10:01:58 +0000 (18:01 +0800)]
examples/bluetooth: Move the demos to the appropriate locations
Krzysztof [Fri, 2 Aug 2019 09:58:08 +0000 (17:58 +0800)]
More link corrections
Ivan Grokhotkov [Fri, 2 Aug 2019 09:53:54 +0000 (17:53 +0800)]
Merge branch 'bugfix/example_ext_flash_dio' into 'master'
examples: ext_flash_fatfs: use DIO mode by default
See merge request espressif/esp-idf!5645
Krzysztof [Fri, 2 Aug 2019 09:09:33 +0000 (17:09 +0800)]
Fix broken links in 'Getting Started' gudes
Angus Gratton [Fri, 2 Aug 2019 07:52:06 +0000 (15:52 +0800)]
Merge branch 'bugfix/gitignore_cmake_files' into 'master'
CMake: Added git ignore for cache files generated by cmake (PR)
See merge request espressif/esp-idf!5675
David Cermak [Fri, 2 Aug 2019 07:20:02 +0000 (09:20 +0200)]
esp-tls: Naming variables refering to certificates and keys in a neutral way to suggest that both PEM and DER format could be used, added comments descibing important details about using these formats
Henning Fleddermann [Mon, 15 Jul 2019 15:53:39 +0000 (17:53 +0200)]
add _der variants for esp_transport_ssl_set_(client_cert|client_key|cert_data)
Signed-off-by: David Cermak <cermak@espressif.com>
Merges https://github.com/espressif/esp-idf/pull/3783
Henning Fleddermann [Mon, 15 Jul 2019 15:51:25 +0000 (17:51 +0200)]
modify comments on esp_tls_cfg, to clarify that other formats besides PEM (such as DER) might be used as well depending on mbedtls-support
Signed-off-by: David Cermak <cermak@espressif.com>
zhangyanjiao [Fri, 2 Aug 2019 02:22:46 +0000 (10:22 +0800)]
modify WIFI_CONN_0101 case for wrong authmode of AP
zhangyanjiao [Fri, 2 Aug 2019 02:22:20 +0000 (10:22 +0800)]
wifi: fix wifi bugs for authmode and multi ssid
Jiang Jiang Jian [Thu, 1 Aug 2019 13:15:52 +0000 (21:15 +0800)]
Merge branch 'bugfix/fix_the_wrong_comment_in_esp_wifi_types.h' into 'master'
fix the wrong comment in esp_wifi_types.h
See merge request espressif/esp-idf!5676
zhangyanjiao [Thu, 1 Aug 2019 03:27:32 +0000 (11:27 +0800)]
fix the wrong comment in esp_wifi_types.h
RevoluPowered [Sun, 16 Jun 2019 14:15:48 +0000 (15:15 +0100)]
CMake: Added git ignore for cache files generated by cmake
Merges https://github.com/espressif/esp-idf/pull/3639
Anton Maklakov [Thu, 1 Aug 2019 04:23:41 +0000 (11:23 +0700)]
Fix a build issue with replacing init_spi_flash() in the host tests
Anton Maklakov [Tue, 30 Jul 2019 14:26:43 +0000 (21:26 +0700)]
tools: Fix the build examples script to run locally
Anton Maklakov [Tue, 30 Jul 2019 04:53:48 +0000 (11:53 +0700)]
Fix remaining -Wstrict-prototypes warnings
Anton Maklakov [Wed, 31 Jul 2019 04:31:59 +0000 (11:31 +0700)]
NimBLE: Update submodule to fix -Wstrict-prototypes warnings
Michael Zimmermann [Fri, 11 Jan 2019 08:40:34 +0000 (09:40 +0100)]
mdns: mdns_service_remove_all doesn't take an argument
Merges https://github.com/espressif/esp-idf/pull/2937
Michael Zimmermann [Fri, 11 Jan 2019 08:42:36 +0000 (09:42 +0100)]
brownout: fix rtc_brownout_isr_handler signature
Merges https://github.com/espressif/esp-idf/pull/2937
Ivan Grokhotkov [Tue, 19 Mar 2019 08:02:35 +0000 (16:02 +0800)]
Add -Wstrict-prototypes check in CI
Michael Zimmermann [Fri, 11 Jan 2019 08:43:11 +0000 (09:43 +0100)]
make code conform to Wstrict-prototypes
Merges https://github.com/espressif/esp-idf/pull/2937
Anton Maklakov [Tue, 16 Jul 2019 09:33:30 +0000 (16:33 +0700)]
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
Anton Maklakov [Tue, 16 Jul 2019 06:49:27 +0000 (13:49 +0700)]
tools: Add a script to fix up empty prototypes
Angus Gratton [Thu, 1 Aug 2019 08:53:37 +0000 (16:53 +0800)]
Merge branch 'bugfix/fix_i2s_channels_swapped_issue' into 'master'
Bugfix(i2s): fixed i2s left/right channels swapped issue
Closes IDFGH-1447
See merge request espressif/esp-idf!5669
Angus Gratton [Thu, 1 Aug 2019 04:13:55 +0000 (12:13 +0800)]
Merge branch 'bugfix/minor_cleanup_lwip_duplicate_files' into 'master'
lw_ip: remove duplicate (and stale) changelog and version files
See merge request espressif/esp-idf!5657
Michael (XIAO Xufeng) [Sat, 6 Jul 2019 04:43:35 +0000 (12:43 +0800)]
idf_monitor: improve the responding of console commands
redchenjs [Mon, 1 Jul 2019 11:48:47 +0000 (19:48 +0800)]
Bugfix(i2s): fixed i2s left/right channels swapped issue.
The right channel data is in the high position, so the I2S_TX_MSB_RIGHT & I2S_RX_MSB_RIGHT bits should be set.
Merges https://github.com/espressif/esp-idf/pull/3717
closes https://github.com/espressif/esp-idf/issues/3399
Angus Gratton [Wed, 31 Jul 2019 07:33:03 +0000 (15:33 +0800)]
Merge branch 'bugfix/bt_example_typos' into 'master'
Minor: Fix some typos in Bluetooth examples
See merge request espressif/esp-idf!5662
Hrishikesh Dhayagude [Wed, 31 Jul 2019 07:33:03 +0000 (15:33 +0800)]
Minor: Fix some typos in Bluetooth examples
Mahavir Jain [Tue, 30 Jul 2019 11:19:53 +0000 (16:49 +0530)]
lwip: remove duplicate (and stale) changelog and version files
Angus Gratton [Tue, 30 Jul 2019 04:51:05 +0000 (12:51 +0800)]
Merge branch 'maint/update_tool_openocd-v0.10.0-esp32-
20190708 ' into 'master'
tools: Update recommended OpenOCD version to v0.10.0-esp32-
20190708
See merge request espressif/esp-idf!5565
Ivan Grokhotkov [Tue, 30 Jul 2019 01:42:23 +0000 (09:42 +0800)]
Merge branch 'bugfix/fix_the_bug_in_wifi_doc' into 'master'
docs: fix the bug in wifi doc
Closes IDFGH-1590
See merge request espressif/esp-idf!5647
Angus Gratton [Tue, 30 Jul 2019 01:42:15 +0000 (09:42 +0800)]
Merge branch 'test/rtc_noinit_wdt_test' into 'master'
esp32: verify that RTC_NOINIT_ATTR vars are preserved after WDT reset
See merge request espressif/esp-idf!4936
Angus Gratton [Tue, 30 Jul 2019 01:41:31 +0000 (09:41 +0800)]
Merge branch 'bugfix/pthread_fixes' into 'master'
pthread fixes
Closes IDFGH-1437
See merge request espressif/esp-idf!5646
Angus Gratton [Tue, 30 Jul 2019 01:41:09 +0000 (09:41 +0800)]
Merge branch 'bugfix/btdm_some_unallocated_memory' into 'master'
Bugfix/btdm some unallocated memory
See merge request espressif/esp-idf!5629
Angus Gratton [Tue, 30 Jul 2019 01:35:42 +0000 (09:35 +0800)]
Merge branch 'bugfix/gpio_intr_enable_bug' into 'master'
bugfix(GPIO): Fixed the GPIO interrupt enable bug
Closes IDFGH-495
See merge request espressif/esp-idf!5571
Angus Gratton [Mon, 29 Jul 2019 11:25:30 +0000 (19:25 +0800)]
Merge branch 'bugfix/ws_client_fix_static_analysis_warnings' into 'master'
ws_client: fix double delete issue in ws client initialization
See merge request espressif/esp-idf!5309
Angus Gratton [Mon, 29 Jul 2019 11:25:11 +0000 (19:25 +0800)]
Merge branch 'feature/move_gettimeofday_in_clock_gettime' into 'master'
newlib: Move _gettimeofday_r call in clock_gettime
Closes IDFGH-1525
See merge request espressif/esp-idf!5562
Angus Gratton [Mon, 29 Jul 2019 11:18:20 +0000 (19:18 +0800)]
Merge branch 'fix/esp_flash_compatible_with_rom' into 'master'
esp_flash: fix a compatibility issue working with the ROM
See merge request espressif/esp-idf!5462
Angus Gratton [Mon, 29 Jul 2019 11:16:18 +0000 (19:16 +0800)]
Merge branch 'feature/idf_tools_installer_ci' into 'master'
Build Windows tools installer in CI
Closes IDF-201
See merge request espressif/esp-idf!5583
kooho [Thu, 18 Jul 2019 03:34:49 +0000 (11:34 +0800)]
bugfix(GPIO): Fixed the bug that GPIO enables interrupts on one core,
but registers interrupt service routines on another core
closes https://github.com/espressif/esp-idf/issues/2808
closes https://github.com/espressif/esp-idf/issues/2845
Ivan Grokhotkov [Mon, 29 Jul 2019 11:05:30 +0000 (19:05 +0800)]
Merge branch 'feat/sdmmc_io_cis_parse' into 'master'
sdmmc_io: support to print CIS information
See merge request espressif/esp-idf!5515
Ivan Grokhotkov [Mon, 29 Jul 2019 11:01:50 +0000 (19:01 +0800)]
Merge branch 'bugfix/export_macos' into 'master'
tools: export.sh: fix ESP-IDF path detection on macos
See merge request espressif/esp-idf!5644
Ivan Grokhotkov [Mon, 29 Jul 2019 11:01:12 +0000 (19:01 +0800)]
Merge branch 'bugfix/make_link_libc_psram' into 'master'
esp32: also add -mfix-esp32-psram-cache-issue to LDFLAGS
See merge request espressif/esp-idf!5643
Ivan Grokhotkov [Mon, 29 Jul 2019 11:00:44 +0000 (19:00 +0800)]
Merge branch 'bugfix/partition_tables_update_note' into 'master'
global: update note in the partition tables
See merge request espressif/esp-idf!5636