Commit Graph

  • 19c644f7fd Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() Roland Dobai 2019-10-08 13:17:34 +02:00
  • 25c55405d4 Merge branch 'bugfix/wifi_lib_ci' into 'master' Jiang Jiang Jian 2019-10-10 22:25:36 +08:00
  • 26c6583bab Kconfig: Load properly auto.conf before writing the results to build/include Roland Dobai 2019-10-10 15:24:45 +02:00
  • 6499d36441 Merge branch 'NimBLE/fix_esp_nimble_hci_delay' into 'master' Mahavir Jain 2019-10-10 17:20:15 +08:00
  • 19375a674e NimBLE: Misc changes in NimBLE porting layer and menuconfig option Prasad Alatkar 2019-10-10 17:20:15 +08:00
  • 74e39c9cff Merge branch 'docs/Update_CN_Getting_Started_With_Changes_in_EN' into 'master' Krzysztof Budzynski 2019-10-10 16:52:07 +08:00
  • b0f2bb2adc Add translation for getting started guide - batch 1 Natasha 2019-10-10 16:52:07 +08:00
  • 783ef22dd3 Fix cmake typo Roland Dobai 2019-10-04 12:25:51 +02:00
  • 4f193dfa71 tools: Fix idf.py menuconfig characters in MSYS2 Roland Dobai 2019-10-04 12:15:19 +02:00
  • c875e5698a Cosmetic Kconfig fixes Roland Dobai 2019-10-04 12:14:05 +02:00
  • fd9f46a645 bootloader: shrink bin size suda-morris 2019-09-27 10:58:30 +08:00
  • ef796860d7 bootloader: shrink bin size suda-morris 2019-09-27 10:58:30 +08:00
  • 9742acc33d make psram workaround depend on chip revison suda-morris 2019-10-10 11:55:16 +08:00
  • b3720f80c7 make psram workaround depend on chip revison suda-morris 2019-10-10 11:38:14 +08:00
  • f09dc866f8 Merge branch 'bugfix/freertos_xTaskNotifyGive_v3.1' into 'release/v3.1' Angus Gratton 2019-10-10 11:25:55 +08:00
  • 8147d48ec8 Merge branch 'feature/add_chip_revision_to_image_header_v3.3' into 'release/v3.3' Angus Gratton 2019-10-10 11:24:00 +08:00
  • ae236c33a2 Merge branch 'bugfix/ut_adjtime' into 'master' Angus Gratton 2019-10-10 11:08:46 +08:00
  • 6df8658b5b Merge branch 'bugfix/fixes_from_kconfiglib_update' into 'master' Angus Gratton 2019-10-10 11:06:29 +08:00
  • 8466b8d6d3 Merge branch 'bugfix/event_minor_leak_v3.3' into 'release/v3.3' Angus Gratton 2019-10-10 11:05:41 +08:00
  • 6e47143dc5 Merge branch 'bugfix/malloc_warnings_event_loop_3.3' into 'release/v3.3' Angus Gratton 2019-10-10 11:04:00 +08:00
  • 42739580e4 Merge branch 'feature/add_psram_workaround_option_3.1' into 'release/v3.1' Angus Gratton 2019-10-10 11:00:56 +08:00
  • 4cafa3e76e Merge branch 'feature/add_psram_workaround_option_4.0' into 'release/v4.0' Angus Gratton 2019-10-10 11:00:29 +08:00
  • 1e5ea2827c ethernet: fix crash in unit test suda-morris 2019-10-08 21:30:56 +08:00
  • cf5331b9f1 ethernet: enable unit test suda-morris 2019-09-19 11:27:42 +08:00
  • 10c882764e Merge branch 'bugfix/gnu_make_windows_paths_v3.3' into 'release/v3.3' Angus Gratton 2019-10-10 07:26:42 +08:00
  • f8a3da024a Merge branch 'bugfix/treat_unreg_components_as_unresolved' into 'master' Ivan Grokhotkov 2019-10-09 23:53:57 +08:00
  • 83c87764f4 Merge branch 'bugfix_kconfig_deps_missing_v3.2' into 'release/v3.2' Ivan Grokhotkov 2019-10-09 23:53:08 +08:00
  • fc9a63f0b7 Merge branch 'feature/cxx_coding_style' into 'master' Ivan Grokhotkov 2019-10-09 23:52:18 +08:00
  • 28a2e6a775 Merge branch 'bugfix/deprecated_sdkconfig_defaults_v4.0' into 'release/v4.0' Ivan Grokhotkov 2019-10-09 23:50:05 +08:00
  • 4559434d5a freemodbus: fix incorrectly set coils read event aleks 2019-04-10 17:45:22 +02:00
  • 751b60b171 Merge branch 'feature/add_psram_workaround_option' into 'master' Ivan Grokhotkov 2019-10-09 23:41:09 +08:00
  • 25f837a148 esp-tls: Add support to add CN from config and validate PEM buffers Jitin George 2019-05-03 19:32:54 +05:30
  • 53e295a616 example/simple_ota_example: Fix python formatting and KConfig Jitin George 2019-06-20 15:48:20 +05:30
  • 156ffa412e example/simple_ota_example: Add support for skipping OTA server certificate CN field Jitin George 2019-06-12 14:15:06 +05:30
  • 7726102bfb esp_http_client: Add support to disable validation of certificate's CN field Jitin George 2019-06-12 14:12:59 +05:30
  • 8c74a4a989 tcp_transport: Add API to allow skipping of certificate CN validation Jitin George 2019-06-12 14:11:00 +05:30
  • 48bd2152d0 example/simple_ota_example: Add example test Jitin George 2019-06-10 14:43:24 +05:30
  • 7db01c954e esp_https_ota: Removed unnecessary free() Gregory Eslinger 2019-05-21 19:42:18 +02:00
  • d90868b42e examples/system/ota/advanced_https_ota: Add example for newly introduced APIs in esp_https_ota component Jitin George 2019-04-03 19:58:26 +05:30
  • 7d60a78b31 esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs Jitin George 2019-04-03 19:55:27 +05:30
  • 23a8cbb247 esp_http_client: Add API for adding authorization info Jitin George 2019-04-03 19:43:13 +05:30
  • b7bfcf3c93 Revised tcp_server example. Fixed error caused by unnecessary reopening of listening socket. Extracted packet retransmit logic to separate function. Added robust implementation for sending data MartinValik 2019-06-12 10:33:57 +02:00
  • f3fd849da1 PM: I2S and I2C added in the Power Management docs Sachin Parekh 2019-02-22 19:48:59 +05:30
  • 7a2bd81870 I2S: Enable Power Management locks Sachin Parekh 2019-02-22 17:47:42 +05:30
  • 2b6f7697b9 I2C: Enable Power Management locks Sachin Parekh 2019-02-22 17:44:03 +05:30
  • 6a3e623b52 idf_monitor: Exit with CTRL+X in menu Per-Olov Jernberg 2019-10-06 15:03:23 +02:00
  • 0afad4c7a7 idf_monitor: Exit with CTRL+X in menu Per-Olov Jernberg 2019-10-06 15:03:23 +02:00
  • 262b1c9f65 Merge branch 'bugfix/coap_mbedtls_add_define_check_for_apln' into 'master' Mahavir Jain 2019-10-09 16:46:46 +08:00
  • 3e9a054626 ESP32/coap_mbedtls:add macro checks Closes https://github.com/espressif/esp-idf/issues/4156 Aditya Patwardhan 2019-10-09 16:46:46 +08:00
  • 610b5579a7 idf_monitor: Exit with CTRL+X in menu Per-Olov Jernberg 2019-10-06 15:03:23 +02:00
  • 34a327791c idf_monitor: Exit with CTRL+X in menu Per-Olov Jernberg 2019-10-06 15:03:23 +02:00
  • dc20fa029d Merge branch 'feature/bluedroid_min_encr_key_size_backport_v3.2' into 'release/v3.2' Jiang Jiang Jian 2019-10-09 16:19:48 +08:00
  • cf26a8b0f0 BT/Bluedroid : Add support to set min encryption key requirement (Backport v3.2) Prasad Alatkar 2019-10-09 16:19:48 +08:00
  • 15a9d4f4d3 Merge branch 'bugfix/fix_several_wifi_bugs_0930_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-10-09 16:16:13 +08:00
  • 35f3554109 Merge branch 'feature/bluedroid_min_encr_key_size_backport_v3.1' into 'release/v3.1' Jiang Jiang Jian 2019-10-09 16:15:47 +08:00
  • 882dfb5f97 BT/Bluedroid : Add support to set min encryption key requirement (Backport v3.1) Prasad Alatkar 2019-10-09 16:15:47 +08:00
  • c6129b81f2 ci: fix ci issues of wifi lib chenyudong 2019-10-09 15:07:19 +08:00
  • 65e9af5114 Merge branch 'bugfix/esp_tls_add_header_in_esp_tls_h_v3.3' into 'release/v3.3' Mahavir Jain 2019-10-09 14:29:26 +08:00
  • 579cbd8229 esp32: cpu_start: read binary image header via cache chenjianqiang 2019-09-11 16:40:08 +08:00
  • 2b84f3e6c4 Merge branch 'bugfix/check_for_new_cmakecache_vars_v3.3' into 'release/v3.3' Angus Gratton 2019-10-09 13:54:29 +08:00
  • fe83420144 Merge branch 'bugfix/check_for_new_cmakecache_vars_v3.2' into 'release/v3.2' Angus Gratton 2019-10-09 13:54:09 +08:00
  • 2d4761f548 Merge branch 'doc/zh_CN_repo_README' into 'master' Krzysztof Budzynski 2019-10-09 13:48:35 +08:00
  • 10732770d3 Merge branch 'bugfix/freertos_xTaskNotifyGive_v3.3' into 'release/v3.3' Angus Gratton 2019-10-09 13:37:17 +08:00
  • 8bcf5a19d5 Merge branch 'bugfix/esp_tls_add_header_in_esp_tls_h_v4.0' into 'release/v4.0' Mahavir Jain 2019-10-09 13:31:38 +08:00
  • 14098b4832 Merge branch 'fix/add_parentheses_to_spi_swap_data_tx_3.2' into 'release/v3.2' Angus Gratton 2019-10-09 12:51:55 +08:00
  • e33153f633 Added basic C++ style guide Jakob Hasse 2019-09-25 11:08:21 +08:00
  • 27aaff798b Merge branch 'feature/esp32s2beta_merge_fix_bootloader_ld' into 'feature/esp32s2beta' Angus Gratton 2019-10-09 12:21:25 +08:00
  • 18183871de add zh_CN translation of README in esp-idf repo suda-morris 2019-09-19 19:08:59 +08:00
  • 9550607b33 Merge branch 'bugfix/alt_exit_idf_monitor' into 'master' Angus Gratton 2019-10-09 09:39:51 +08:00
  • f3704f027e Merge branch 'bugfix/freertos_xTaskNotifyGive_v3.0' into 'release/v3.0' v3.0.9 release/v3.0 Angus Gratton 2019-10-08 23:12:49 +08:00
  • 54b813ad69 freertos: remove semicolon in xTaskNotifyGive suda-morris 2019-09-26 15:27:48 +08:00
  • a986283997 spiffs: follow symlinks in host test Renz Christian Bagaporo 2019-10-08 17:55:12 +08:00
  • 6153a0ab62 spiffs: follow symlinks feature during partition in spiffsgen Marcin Borowicz 2019-07-14 16:45:35 +02:00
  • ec0abdf5fc ble_mesh: fix not restoring ble mesg cfg value lly 2019-10-08 17:02:25 +08:00
  • 66a46de2a7 ble_mesh: fix not restoring ble mesh cfg value lly 2019-10-08 16:34:05 +08:00
  • 673f58fe03 ble_mesh: fix not restoring ble mesh cfg value lly 2019-10-08 16:34:05 +08:00
  • 46a65a35d6 Merge branch 'bugfix/missing_build_targets_cmake' into 'master' Ivan Grokhotkov 2019-10-08 16:24:40 +08:00
  • 416d14ca6b Merge branch 'feat/spi_internal_header' into 'master' Ivan Grokhotkov 2019-10-08 16:19:46 +08:00
  • b61c3d5d0f Merge branch 'bugfix/examples_disconnect_before_restart' into 'master' Ivan Grokhotkov 2019-10-08 16:16:25 +08:00
  • 6435c9f3d5 idf_monitor: Exit with CTRL+X in menu Per-Olov Jernberg 2019-10-06 15:03:23 +02:00
  • bf056c30d2 Merge branch 'bugfix/restful_server_make_flash' into 'master' Ivan Grokhotkov 2019-10-08 16:14:40 +08:00
  • 56fcafc346 Fix cmake typo Roland Dobai 2019-10-04 12:25:51 +02:00
  • d24086c529 tools: Fix idf.py menuconfig characters in MSYS2 Roland Dobai 2019-10-04 12:15:19 +02:00
  • d3ed17acd7 Cosmetic Kconfig fixes Roland Dobai 2019-10-04 12:14:05 +02:00
  • 267ca19ae8 bootloader: Fix dram_seg KonstantinKondrashov 2019-09-24 16:34:29 +08:00
  • 9f0a44f5c0 component/bt: Fix bugs in HFP feature weitianhua 2019-09-23 13:15:27 +08:00
  • f2c10cb443 Merge branch 'feature/mqtt_improve_recv_3.3' into 'release/v3.3' Angus Gratton 2019-10-08 14:28:52 +08:00
  • 8c1f3cb6b2 Merge branch 'feature/esp32s2beta_isr_table' into 'feature/esp32s2beta' Angus Gratton 2019-10-08 12:45:26 +08:00
  • 1fb461a24c Merge branch 'feature/esp32s2beta_fix_test_posix_timers_clock' into 'feature/esp32s2beta' Angus Gratton 2019-10-08 12:43:20 +08:00
  • c203b89d40 freertos: remove semicolon in xTaskNotifyGive suda-morris 2019-09-26 15:27:48 +08:00
  • 5088758640 freertos: remove semicolon in xTaskNotifyGive suda-morris 2019-09-26 15:27:48 +08:00
  • c67b02db52 freertos: remove semicolon in xTaskNotifyGive suda-morris 2019-09-26 15:27:48 +08:00
  • 4d7c955041 Merge branch 'bugfix/freertos_xTaskNotifyGive' into 'master' Angus Gratton 2019-10-08 12:21:40 +08:00
  • afbe1ba878 spi: move deprecated functions into internal header Michael (XIAO Xufeng) 2019-09-03 14:06:26 +08:00
  • bcd496be49 bootloader: shrink bin size suda-morris 2019-09-27 10:58:30 +08:00
  • 79923d0199 Add chip revision into image header suda-morris 2019-09-16 11:47:23 +08:00
  • dc4c16f475 ethernet: add kconfig help for GPIO0 output mode suda-morris 2019-09-17 11:45:13 +08:00
  • bd64e6f286 ble_mesh: fix client model invalid address access lly 2019-09-27 20:28:25 +08:00
  • 20456e697c Merge branch 'bugfix/rtc_wdt_timeout' into 'feature/esp32s2beta' Angus Gratton 2019-10-08 09:57:07 +08:00
  • 23e9224be6 log: Add menuconfig option to log system time rather than RTOS time GOPTIONS\pfrost 2019-08-22 17:44:09 +01:00