Commit Graph

  • d495f175d5 heap: pushed down all the aligned_alloc / free implementation Felipe Neves 2020-02-28 13:49:29 -03:00
  • bf9e676884 This MR is intended to fix Bluetooth event scheduling when WiFi is also enabled. Chinmay Chhajed 2020-03-05 19:21:16 +05:30
  • 72fb22ed51 This MR is intended to fix Bluetooth event scheduling when WiFi is also enabled. Chinmay Chhajed 2020-03-05 18:58:28 +05:30
  • 254b0e9693 Merge branch 'bugfix/bt_interrupt_disable_timing_error_v4.0' into 'release/v4.0' Jiang Jiang Jian 2020-03-05 20:37:51 +08:00
  • 4fc3ebbdf6 examples: re-enable storage/sd_card example for ESP32-S2 Ivan Grokhotkov 2020-03-03 17:12:31 +01:00
  • a66955b36a Merge branch 'bugfix/cmake_generators_v4.1' into 'release/v4.1' Ivan Grokhotkov 2020-03-05 20:17:32 +08:00
  • 535b378869 Merge branch 'nimble/make_msys_1_configurable_v4.1' into 'release/v4.1' Jiang Jiang Jian 2020-03-05 18:00:28 +08:00
  • e36b3e0d04 NimBLE: Fix check for static random address & add MSYS_1 in menuconfig (v4.1) Prasad Alatkar 2020-03-05 18:00:27 +08:00
  • 2afafe890a esp_modem.c: post PPP stop event when requested Francesco Giancane 2020-01-17 11:18:49 +01:00
  • 71c02394e5 esp32s2: remove esp_intr.h header Renz Bagaporo 2020-03-05 16:15:59 +08:00
  • ffd8c26780 feature: support multiple PHY init data ronghulin 2019-10-16 11:22:50 +08:00
  • e7c8a36d46 Merge branch 'bugfix/esp_tls_blocking_timeout_v4.1' into 'release/v4.1' Mahavir Jain 2020-03-05 16:06:35 +08:00
  • 0e21d1e372 Merge branch 'nimble/misc_host_flow_ctrl_changes_v4.1' into 'release/v4.1' Island 2020-03-05 14:54:39 +08:00
  • 96cd373265 Merge branch 'bugfix/btdm_assert_when_create_connection_cancel_v4.1' into 'release/v4.1' Jiang Jiang Jian 2020-03-05 14:53:18 +08:00
  • 1e95cf3111 Merge branch 'bugfix/btdm_assert_when_create_connection_cancel' into 'master' Jiang Jiang Jian 2020-03-05 14:52:36 +08:00
  • 00f0cdcc92 esp_wifi: Support for additional WPA3 testcases Nachiket Kukade 2020-01-20 12:17:53 +05:30
  • af4c6ac0f3 spi_flash: Fix over-allocation and OOM crash when reading from SPI flash to PSRAM buffers Angus Gratton 2020-02-25 14:56:13 +11:00
  • 425486223e spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM Angus Gratton 2020-02-27 11:57:00 +11:00
  • d6026823fa spi_flash: Fix over-allocation and OOM crash when reading from SPI flash to PSRAM buffers Angus Gratton 2020-02-25 14:56:13 +11:00
  • 3d0ecfdc70 cmake: Add warnings that convert_to_cmake.py doesn't calculate component requirements Angus Gratton 2019-12-20 10:28:41 +11:00
  • e85c4a65a4 cmake: convert_to_cmake: Fix possible whitespace issues Angus Gratton 2019-12-20 10:19:54 +11:00
  • c57ba38d67 cmake: Add warnings that convert_to_cmake.py doesn't calculate component requirements Angus Gratton 2019-12-20 10:28:41 +11:00
  • 250e219279 cmake: convert_to_cmake: Fix possible whitespace issues Angus Gratton 2019-12-20 10:19:54 +11:00
  • 2ee6cc4730 Merge branch 'nimble/make_msys_1_configurable' into 'master' Jiang Jiang Jian 2020-03-05 13:53:05 +08:00
  • ee1ab95b98 NimBLE: Fix check for static random address & add MSYS_1 in menuconfig Prasad Alatkar 2020-03-05 13:53:04 +08:00
  • 5f3a689a89 soc: remove duplicate sdio_slave_hal.c Renz Bagaporo 2020-03-05 12:47:54 +08:00
  • 27b194bdb9 ci: fix the issue unit_test_s2 label cannot be used independently Michael (XIAO Xufeng) 2020-03-05 11:10:49 +08:00
  • b239070442 ci: add test for partition_table target Renz Bagaporo 2020-03-05 11:04:01 +08:00
  • 709d139a25 partition_table: output partition table info for partition_table target Renz Christian Bagaporo 2020-02-18 08:22:43 +05:00
  • 12ed4d028b Merge branch 'bugfix/docs_getting_started_updates' into 'master' Krzysztof Budzynski 2020-03-05 05:05:24 +08:00
  • 2178e3fba4 docs: Update getting started guide for ESP32-S2 target Krzysztof Budzynski 2020-03-05 05:05:23 +08:00
  • 233d4b94bd esp_tls: fail connection if esp_tls_conn_new() timeouts David Cermak 2020-01-13 16:22:09 +01:00
  • d19c1c4b3c esp_tls: added connection timeout to esp_tls_conn_new_sync() David Cermak 2020-01-13 16:20:50 +01:00
  • abab19ad4d This MR is intended to fix Bluetooth event scheduling when WiFi is also enabled. The global interrupts will be disabled before taking current time for scheduling further bluetooth events. Earlier disabling interrupts was taking some time because of which WiFi events were interrupting in current bluetooth scheduling. Chinmay Chhajed 2020-03-04 20:30:37 +05:30
  • 582f5dd697 Merge branch 'feature/https_server_mutual_auth_PR' into 'master' Mahavir Jain 2020-03-04 17:41:28 +08:00
  • 22516b256f bootloader_support: force alignment of flash_read argument Ivan Grokhotkov 2020-03-04 09:21:37 +01:00
  • e7a33878bb Merge branch 'bugfix/backport_some_wifi_issues_0302' into 'release/v4.1' Jiang Jiang Jian 2020-03-04 15:36:31 +08:00
  • 5724083510 Merge branch 'bugfix/coex_adjust_scheme_when_bt_is_in_connected_status' into 'master' Jiang Jiang Jian 2020-03-04 15:33:09 +08:00
  • 58cf509495 NVS: Changed all new to new (nothrow) Jakob Hasse 2020-03-04 15:26:34 +08:00
  • 03d11913a2 ble_mesh: add ble mesh coex test example wangcheng 2019-10-16 10:25:00 +08:00
  • 74c528d836 NimBLE: Use dynamic buffers instead of static memory. Hrishikesh Dhayagude 2020-03-04 12:01:53 +05:30
  • bd7b2261a7 Merge branch 'bugfix/fix_esp32s2_soc_bug' into 'master' Michael (XIAO Xufeng) 2020-03-04 14:07:41 +08:00
  • c55689ca18 NimBLE: Misc changes in host flow control, ble_gap_unpair, ble_hs_hci_rx_evt & example (v4.1) Prasad Alatkar 2019-12-18 10:50:57 +05:30
  • 5aba95a326 coexist: adjust coexist scheme when BT is in connected status Xia Xiaotian 2020-02-24 14:37:34 +08:00
  • 4d0834359f Merge branch 'feature/wpa3_testcases_support' into 'master' Jiang Jiang Jian 2020-03-04 13:33:00 +08:00
  • 9e12586ab7 esp_common: new unit test benchmarking stdatomic operations Michael (XIAO Xufeng) 2020-03-04 01:13:10 +08:00
  • 8434845050 atomic: support fetch_and, fetch_and and fetch_xor Michael (XIAO Xufeng) 2019-12-26 18:20:54 +08:00
  • b8c2fedec9 Merge branch 'bugfix/add_hostname_in_discover_packet_for_v4.1' into 'release/v4.1' Jiang Jiang Jian 2020-03-04 11:24:42 +08:00
  • cfb6ac13c4 Merge branch 'bugfix/add_hostname_in_discover_packet_for_v4.0' into 'release/v4.0' Jiang Jiang Jian 2020-03-04 11:24:22 +08:00
  • 5f771fb7be Merge branch 'bugfix/esp_wifi_memory_leak_test_failure' into 'master' Mahavir Jain 2020-03-04 11:16:04 +08:00
  • 947e3e94ed Add ESP certificate bundle feature Marius Vikhammer 2019-09-29 18:04:34 +08:00
  • cc34d5a5b0 Merge branch 'bugfix/phy_partition_address_v3.3' into 'release/v3.3' Angus Gratton 2020-03-04 07:35:52 +08:00
  • 3490c14298 Merge branch 'doc/multi_target_inc_dir' into 'master' Angus Gratton 2020-03-04 07:35:10 +08:00
  • 61a272ba56 Merge branch 'doc/add-info-manual-boot-to-get-started-guide' into 'master' Krzysztof Budzynski 2020-03-04 04:58:30 +08:00
  • 1ead668d77 Issues with entering Download mode automatically Kirill Chalov 2020-03-04 04:58:29 +08:00
  • 7dacb730db Merge branch 'feature/coredump_update_esp32s2' into 'master' Ivan Grokhotkov 2020-03-03 23:37:45 +08:00
  • 3efa8d7a97 core dump: add ESP32-S2 support Alex Lisitsyn 2020-03-03 23:37:45 +08:00
  • 3d59dd404a Fix no free elt in prog push ea.c ea_elt_insert will disable all interrupts then get calue of current time baohongde 2020-03-03 22:15:36 +08:00
  • 23c5770156 esp_netif_lwip_ppp: fix posting ip-event data David Cermak 2020-01-31 15:18:19 +01:00
  • 4c668ff3d3 esp_netif_lwip_ppp: Allow esp_netif_ppp_set_auth set auth_type with NETIF_PPP_AUTHTYPE_NONE Axel Lin 2020-01-17 09:54:38 +08:00
  • 4a623798f1 esp_netif_ppp: Add NETIF_PPP_AUTHTYPE_NONE to esp_netif_auth_type_t Axel Lin 2020-01-17 09:54:16 +08:00
  • 30d6220394 esp_wifi: Support for additional WPA3 testcases Nachiket Kukade 2020-01-20 12:17:53 +05:30
  • e479b79462 component/bt: fix ble assert(131072 0) in rwble.c zwj 2020-03-03 21:27:28 +08:00
  • 66beaaef7d soc(rtc): modify rtc code in soc for esp32s2 chaijie 2020-02-28 21:41:31 +08:00
  • 5bcdce8272 add host name in discover packet for v4.0 xueyunfei 2020-03-03 14:20:39 +08:00
  • acd4d4a40b unit test using internal signal connection morris 2020-02-24 21:27:00 +08:00
  • 07088c6446 rmt: disable carrier feature by default morris 2020-03-03 14:52:47 +08:00
  • 0e4d82bc55 rmt: support REF_TICK as channel clock source morris 2020-02-14 14:33:07 +08:00
  • 3c43264f83 rmt: add RMT_CHANNELS_NUM in rmt_caps.h morris 2020-02-14 16:37:26 +08:00
  • ebd35a1657 Merge branch 'bugfix/wep_crash' into 'master' Jiang Jiang Jian 2020-03-03 19:18:46 +08:00
  • b97b9418f8 Merge branch 'bugfix/improve_component_manager_test_output' into 'master' Ivan Grokhotkov 2020-03-03 19:02:31 +08:00
  • 0f191c3366 tools: Force the order of cmake generators Roland Dobai 2020-03-02 16:07:49 +01:00
  • 39aad6e9f7 Merge branch 'bugfix/cmake_generators' into 'master' Ivan Grokhotkov 2020-03-03 18:33:30 +08:00
  • b2d38cf324 Review the file api-reference/peripherals/esp_slave_protocol.rst Kirill Chalov 2019-11-26 15:02:12 +08:00
  • 077d68c752 driver: clean pcnt.h i2s.h morris 2020-03-02 12:07:47 +08:00
  • c634de1532 esp-wifi: Fix crash during WEP shared auth kapil.gupta 2020-03-03 12:16:23 +05:30
  • 54d7001654 Merge branch 'bugfix/mqtt_cpp_build' into 'master' David Čermák 2020-03-03 17:20:32 +08:00
  • d5d2d716f6 NVS: Changed all new to new (nothrow) Jakob Hasse 2019-12-06 14:36:28 +08:00
  • 7dbd77cefc examples: split source files for one of the ulp examples Renz Bagaporo 2020-03-03 16:15:29 +08:00
  • 07a71529de ulp: fix ulp external project args Renz Bagaporo 2020-03-03 16:03:59 +08:00
  • 1ea761ecee make sure WiFi connect first when run with ble gatt provision Xia Xiaotian 2020-03-03 16:51:09 +08:00
  • 2a467d17bd Merge branch 'bugfix/ws_rcv_exceed_buf_v4.0' into 'release/v4.0' David Čermák 2020-03-03 16:29:10 +08:00
  • 42869f4912 Merge branch 'feature/websocket_client_v3.2' into 'release/v3.2' David Čermák 2020-03-03 16:03:25 +08:00
  • 9b56892bfe doc: fix broken .. only:: in JTAG guide Marius Vikhammer 2020-03-03 11:10:23 +08:00
  • 7bf1a1db35 MQTT: Reference latest mqtt addressing c++ build and qos1/2 resend David Cermak 2020-02-20 12:52:59 +01:00
  • 6176b5fbe6 MQTT: Add build only test for using mqtt API from C++ David Cermak 2020-02-20 12:45:25 +01:00
  • 4d10eb20db esp_wifi: fix some WiFi bugs xiehang 2020-03-02 12:05:15 +08:00
  • 94327c10ed add host name in discover packet for v4.1 xueyunfei 2020-03-03 14:25:47 +08:00
  • 36e292b97d Merge branch 'bugfix/add_hostname_in_discover_packet' into 'master' Jiang Jiang Jian 2020-03-03 14:25:19 +08:00
  • 8ae05e6547 esp_wifi: fix occasional test failure due to memory leak indications Mahavir Jain 2020-02-29 15:02:53 +05:30
  • b3ae9fa978 bugfix(i2s): Updated ESP32-S2 ADC DAC support xiongyu 2020-02-20 16:00:48 +08:00
  • e8ca5e6f21 Merge branch 'bugfix/Add_wifi_stop_check_in_deinit_entry' into 'master' Jiang Jiang Jian 2020-03-03 12:33:05 +08:00
  • 3ad5138dd8 fix coexist i2s_adc and rtc_adc fuzhibo 2019-12-20 14:57:34 +08:00
  • faf898b659 bugfix(i2s): fix driver ut i2s xiongyu 2019-12-09 15:20:41 +08:00
  • c796e14964 added psram stack check in backtrace Li Shuai 2020-03-02 20:40:07 +08:00
  • c26a765a37 doc: remove uncessary .. only:: dirs Marius Vikhammer 2020-03-02 18:22:29 +08:00
  • dfc95bc78b docs: multi target include dir support Marius Vikhammer 2020-02-17 16:59:50 +08:00
  • bfc37ab43f Merge branch 'bugfix/spiflash_read_psram' into 'master' Angus Gratton 2020-03-03 10:20:15 +08:00
  • d638ace47a Merge branch 'bugfix/clean_pcnt_i2s_public_header' into 'master' Angus Gratton 2020-03-03 10:15:40 +08:00
  • 95f7b1985b spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM Angus Gratton 2020-02-27 11:57:00 +11:00