Commit Graph

  • db138ae19b feat(psram): config SPI psram pins based on efuse value chenjianqiang 2019-05-07 16:36:37 +08:00
  • 38509b2b95 bootloader_support: Fix UART RXD pin for console output (CUSTOM option) Konstantin Kondrashov 2019-05-16 18:46:00 +08:00
  • 1031f77262 docs: Add mqtt submodule to RTD build configuration. Now any submodule included in documentation build by Doxygen should be included in this file Krzysztof 2019-05-28 20:09:08 +08:00
  • f678a6289d reduce the minimum delay uncertainty of esp_timer for Bluetooth modem sleep from 1.8ms to 0.5ms for lower power consumption wangmengyang 2019-04-09 17:06:16 +08:00
  • ff2c583a0d component/bt: Add option to configure BLE SCA through menuconfig and use a fixed value of clock cycle to estimate sleep duration for external 32kHz oscillator wangmengyang 2019-04-09 20:56:38 +08:00
  • 5384338341 Protocomm : Minor fixes Anurag Kar 2019-05-28 14:41:49 +05:30
  • 9c6bec203d HTTP Server : Close new session immediately if open_fn fails Anurag Kar 2019-05-17 17:01:29 +05:30
  • d68f1907ef bugfix(flash): improve flash dio read timing chenjianqiang 2019-05-20 15:26:52 +08:00
  • 550b1897c8 Merge branch 'feature/idf_tools_dir_2' into 'master' Angus Gratton 2019-05-28 13:39:47 +08:00
  • b3b6ce2eea docs: remove reference of using link groups Renz Christian Bagaporo 2019-05-28 13:01:09 +08:00
  • 22514c1dd9 cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc Angus Gratton 2019-04-15 13:45:08 +10:00
  • ddbce78bff Merge branch 'bugfix/fix_smartconfig_bug' into 'release/v3.2' Jiang Jiang Jian 2019-05-28 10:54:51 +08:00
  • 2c12080049 components: correct dependency information for linking without link groups Renz Christian Bagaporo 2019-04-28 11:27:30 +08:00
  • 83ce35d638 cmake: do not use link groups Renz Christian Bagaporo 2019-04-28 10:54:23 +08:00
  • 7963ac65af mqtt_tests: add weekend test for sending and receiving empty payload messages, update config options per new naming convetions David Cermak 2019-05-06 16:14:48 +02:00
  • 38d15cbd63 mdns tests: adapt mdns fuzzer test to compile with event loop library David Cermak 2019-04-30 13:54:08 +02:00
  • d19b20388f lwip tests: adapt fuzzer test mocks to comply with 4.0 refactoring David Cermak 2019-04-30 13:52:01 +02:00
  • db121a56e1 tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes David Cermak 2019-04-30 11:41:39 +02:00
  • 2cd1cdcb7d ci: check that custom bootloader overrides original Renz Christian Bagaporo 2019-05-15 14:49:51 +08:00
  • 5760e37dcc cmake: fix custom bootloader issue Renz Christian Bagaporo 2019-05-15 11:40:57 +08:00
  • 7403e8e11c component/bt: remove the pm_lock that prevents light sleep in case that external 32kHz crystal is used as Bluetooth low power clock wangmengyang 2019-04-09 19:48:13 +08:00
  • e821c22a8c ci: check that custom bootloader overrides original Renz Christian Bagaporo 2019-05-15 14:49:51 +08:00
  • 8c363321db cmake: fix custom bootloader issue Renz Christian Bagaporo 2019-05-15 11:40:57 +08:00
  • 801f5d6e82 Merge branch 'bugfix/more_cmake_fixes' into 'master' Angus Gratton 2019-05-27 15:48:25 +08:00
  • b2e54a9cc6 ci: Add IDF_DEPRECATED macro for things we only deprecate in our CI passes Angus Gratton 2019-04-17 16:31:07 +10:00
  • 0dcbe15614 Merge branch 'bugfix/docs_build_failure_on_rtd_v3_0' into 'release/v3.0' v3.0.8 Angus Gratton 2019-05-27 13:59:43 +08:00
  • f45612fb2f Merge branch 'bugfix/docs_build_failure_on_rtd_v3_1' into 'release/v3.1' Angus Gratton 2019-05-27 13:59:40 +08:00
  • a230075447 Merge branch 'bugfix/docs_build_failure_on_rtd_v3_2' into 'release/v3.2' Angus Gratton 2019-05-27 13:58:33 +08:00
  • 4b5be79c0c Merge branch 'feature/esp_http_client_mutual_auth_backport_v3.2' into 'release/v3.2' Angus Gratton 2019-05-27 13:16:47 +08:00
  • 02f2e63662 Merge branch 'feature/use_cmake_function_call_for_embedding_ulp' into 'master' Angus Gratton 2019-05-27 13:14:09 +08:00
  • c61a0bba4e Merge branch 'docs/translate-getting-started-guides-wrover' into 'master' Krzysztof Budzynski 2019-05-27 07:53:20 +08:00
  • 440c42693d Add translation for ESP32-WROVER-KIT Getting Started Guides Natasha 2019-05-27 07:53:20 +08:00
  • ce279988c3 Merge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-05-24 19:57:00 +08:00
  • 0685a2e9f6 Merge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth' into 'master' Jiang Jiang Jian 2019-05-24 19:56:50 +08:00
  • efe2993140 Merge branch 'bugfix/fix_espnow_watchdog_and_wps_crash_v3.0' into 'release/v3.0' Jiang Jiang Jian 2019-05-24 19:54:25 +08:00
  • 3706b3863a wifi bugfix: 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 zhangyanjiao 2019-05-24 18:06:24 +08:00
  • fcf4886172 components/bt: Support EV3 packet type baohongde 2019-05-15 21:35:31 +08:00
  • dd906a91a5 components/bt: Enable mSBC and add decoder and encoder baohongde 2019-05-14 15:19:07 +08:00
  • 20758443df components/bt: Add packet loss concealment (PLC) for HFP baohongde 2019-04-15 15:32:19 +08:00
  • e10d5aaddc component/bt: modify the SBC decoder to support mSBC mode baohongde 2019-04-15 14:54:29 +08:00
  • 7c28611a3d component/bt: modify the SBC encoder to support mSBC mode wangmengyang 2018-05-25 14:23:38 +08:00
  • f15323b453 component/bt: remove SBC frame scramling baohongde 2019-03-25 20:28:55 +08:00
  • 8f7e01baed tools: add metadata file and idf_tools.py Ivan Grokhotkov 2019-04-17 15:30:30 +08:00
  • 8d1a9c07a0 tools/check_python_dependencies: make aware of IDF_TOOLS_PATH Ivan Grokhotkov 2019-04-17 15:32:03 +08:00
  • 8d136a103b idf.py: allow overriding the program name Ivan Grokhotkov 2019-04-29 10:37:47 +08:00
  • 74247ed7f5 ci: keep executables list formatted Ivan Grokhotkov 2019-04-17 15:33:36 +08:00
  • f10d443b38 fix wifi bugs: 1. fix the crash when do WPS with some router 2. fix espnow bug when add node in STA+AP mode 3. fix espnow watchdog when modify peer zhangyanjiao 2019-05-24 16:01:28 +08:00
  • 7200b8bf77 wifi bugfixs: zhangyanjiao 2019-05-24 11:31:24 +08:00
  • 22a991bb29 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 zhangyanjiao 2019-05-24 11:23:16 +08:00
  • 7e5cd986a9 Merge branch 'bugfix/docs_build_failure_on_rtd' into 'release/v3.3' Angus Gratton 2019-05-24 10:19:50 +08:00
  • bd86d9fbad Fix Breathe version to avoid docs build failure on ReadTheDocs server. Provide RTD project configuration file to be able to select python version for specific esp-idf release. (backport v3.0) Krzysztof 2019-05-23 20:26:19 +08:00
  • 1ffa3be4a7 Fix Breathe version to avoid docs build failure on ReadTheDocs server. Provide RTD project configuration file to be able to select python version for specific esp-idf release. (backport v3.1) Krzysztof 2019-05-23 20:04:39 +08:00
  • b80b5dad32 Fix Breathe version to avoid docs build failure on ReadTheDocs server. Provide RTD project configuration file to be able to select python version for specific esp-idf release. (backport v3.2) Krzysztof 2019-05-23 19:57:43 +08:00
  • fd70355d5d Merge branch 'bugfix/idfpy_confserver' into 'master' Anton Maklakov 2019-05-23 19:54:04 +08:00
  • 25b539d4fc cmake: make project includes know gcc version as well Renz Christian Bagaporo 2019-05-23 18:20:43 +08:00
  • 74c6c926ea nghttp: move HAVE_CONFIG_H compile definition to component Renz Christian Bagaporo 2019-05-22 11:36:03 +08:00
  • f125a9aaf4 cmake: restore creation of kconfig_menus.json Renz Christian Bagaporo 2019-05-23 18:08:22 +08:00
  • fa1e983028 Merge branch 'bugfix/fix_some_wifi_bugs_0508_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-05-23 17:55:12 +08:00
  • 49edb193ec Merge branch 'bugfix/fix_some_wifi_bugs_0508' into 'master' Jiang Jiang Jian 2019-05-23 17:55:03 +08:00
  • 865b24144e remove secure boot test mode hemal.gujarathi 2019-05-23 14:13:08 +05:30
  • 2ec62e3a98 Merge branch 'bugfix/fix_softap_crash_when_sta_reset_v3.1' into 'release/v3.1' Jiang Jiang Jian 2019-05-23 16:17:50 +08:00
  • a52451258e Fix cmake confserver target Roland Dobai 2019-05-22 10:04:25 +02:00
  • 71e344da20 Merge branch 'feature/add_promiscuous_control_for_ethernet_v3.3' into 'release/v3.3' Angus Gratton 2019-05-23 14:24:07 +08:00
  • ee39083d1b Merge branch 'feature/add_promiscuous_control_for_ethernet_v3.2' into 'release/v3.2' Angus Gratton 2019-05-23 14:23:48 +08:00
  • c879aff6f5 Merge branch 'bugfix/cmake_git_describe' into 'master' Angus Gratton 2019-05-23 12:36:49 +08:00
  • 95dcfecedc cmake: Project & IDF git revisions: Show un-annotated tags and -dirty flag Angus Gratton 2019-05-22 10:19:38 +10:00
  • 0cb6b8be01 Merge branch 'feature/example_ota_over_ethernet' into 'master' Ivan Grokhotkov 2019-05-23 11:27:26 +08:00
  • 620bba3a66 esp32: fix some WiFi bugs liu zhifu 2019-05-09 17:24:13 +08:00
  • 197e0ae147 esp_wifi: fix some WiFi bugs liu zhifu 2019-04-26 13:50:06 +08:00
  • d97d3c2bc7 Tools: Produce a clearer message for Kconfig prefix errors Roland Dobai 2019-05-22 15:44:41 +02:00
  • 38b4d1d70c esp32: fix a smartconfig bug liu zhifu 2019-05-22 21:47:02 +08:00
  • 2e85c5b62e Merge branch 'bugfix/fix_softap_crash_when_sta_reset_3.2' into 'release/v3.2' Jiang Jiang Jian 2019-05-22 21:02:15 +08:00
  • 8f7f32c0a5 Merge branch 'bugfix/fix_softap_crash_when_sta_reset_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-05-22 21:00:49 +08:00
  • 81ca1c0139 Merge branch 'bugfix/fix_softap_crash_when_sta_reset' into 'master' Jiang Jiang Jian 2019-05-22 21:00:40 +08:00
  • 1886d8d4ef update ota examples to support both Wi-Fi and Ethernet suda-morris 2019-05-22 17:56:10 +08:00
  • 0e7442bb7a Merge branch 'feature/spi_slave_support_hal' into 'master' Jeroen Domburg 2019-05-22 13:42:11 +08:00
  • 1466f37a9b Merge branch 'bugfix/esp_event_unregistration_issue' into 'master' Ivan Grokhotkov 2019-05-22 12:26:47 +08:00
  • 8ed07d0bb2 esp_event: check that event data is prepared properly Renz Christian Bagaporo 2019-05-20 20:56:59 +08:00
  • 136e5bc32d esp_event: style fixes Renz Christian Bagaporo 2019-05-20 19:28:35 +08:00
  • 4042902402 esp_event: always alloc data when not posting from isr Renz Christian Bagaporo 2019-05-20 19:31:45 +08:00
  • f21b8bbf55 esp_event: fix issue with post data preparation Renz Christian Bagaporo 2019-05-16 11:51:57 +08:00
  • e8ade3c68d Merge branch 'feature/Kconfig_rename' into 'master' Angus Gratton 2019-05-22 11:08:36 +08:00
  • 897bb55482 nvs: Append _t to nvs_handle & nvs_open_mode types GOPTIONS\pfrost 2019-04-01 15:13:55 +01:00
  • 3cbbc3bbac Fix Breathe version to avoid docs build failure on ReadTheDocs server. Provide RTD project configuration file to be able to select python version for specific to esp-idf release. (backport v3.3) Krzysztof 2019-05-21 19:53:38 +08:00
  • 32027805d4 docs: update instructions on how to embed ulp binaries Renz Christian Bagaporo 2019-02-04 15:07:15 +08:00
  • 443850b1a8 example: update ulp example to use cmake function Renz Christian Bagaporo 2019-02-04 15:07:10 +08:00
  • 4483724df8 ulp: use cmake function to embed ulp binaries Renz Christian Bagaporo 2019-02-04 15:07:02 +08:00
  • e1db12993b bootloader: pass legacy header config variable to subproject Renz Christian Bagaporo 2019-05-08 14:49:52 +08:00
  • e1a3dc50de Merge branch 'bugfix/cmake_changes_fixes' into 'master' Ivan Grokhotkov 2019-05-21 15:53:15 +08:00
  • 151f757912 Rename Kconfig options (examples) Roland Dobai 2019-05-09 16:43:06 +02:00
  • 1ad2283641 Rename Kconfig options (components/bootloader) Roland Dobai 2019-05-09 14:10:35 +02:00
  • 997b29a9ca Rename Kconfig options (components/esptool_py) Roland Dobai 2019-05-09 13:39:30 +02:00
  • 6c0a7a66f3 Rename Kconfig options (components/app_trace) Roland Dobai 2019-05-09 13:34:34 +02:00
  • a1bddb923b Rename Kconfig options (components/bt) Roland Dobai 2019-05-02 15:36:06 +02:00
  • 24a2e5a17e Rename Kconfig options (components/tcpip_adapter) Roland Dobai 2019-05-02 15:06:44 +02:00
  • d61d58e78d Rename Kconfig options (components/pthread) Roland Dobai 2019-05-02 15:01:28 +02:00
  • 0ae53691ba Rename Kconfig options (components/esp32) Roland Dobai 2019-04-30 12:51:55 +02:00
  • d4af5e6fff Rename Kconfig options (components/ethernet) Roland Dobai 2019-04-30 12:30:32 +02:00
  • b8111ab1d5 Rename Kconfig options (components/esp_wifi) Roland Dobai 2019-04-29 15:55:35 +02:00
  • 92950db44e Rename Kconfig options (components/lwip) Roland Dobai 2019-04-29 14:30:13 +02:00