Commit Graph

  • 0c193626e0 fix ble mesh send problem luchangjie 2020-10-30 12:04:15 +08:00
  • f8470e8336 Merge branch 'bugfix/fix_data_length_callback_param_err_v4.2' into 'release/v4.2' Wang Meng Yang 2021-06-30 05:58:01 +00:00
  • f8997beb0d Merge branch 'bugfix/fix_data_length_callback_param_err_v4.1' into 'release/v4.1' Wang Meng Yang 2021-06-30 05:57:58 +00:00
  • bc5d86974c ci: only run check_docs_gh_links job once per pipeline Marius Vikhammer 2021-06-30 13:30:13 +08:00
  • 3159ba1d5a Add esp_timer_is_active function for Nimble stack to use esp_timer instead of FreeRTOS timer Rahul Tank 2021-06-01 15:28:37 +05:30
  • e3100dbecf Merge branch 'bugfix/gdbstub_threads_and_tests_v4.2' into 'release/v4.2' Anton Maklakov 2021-06-30 04:28:22 +00:00
  • 1b792c4687 Merge branch 'bugfix/gdbstub_threads_and_tests_v4.1' into 'release/v4.1' Anton Maklakov 2021-06-30 04:28:09 +00:00
  • fbd2b60f52 Merge branch 'test/flash_perf_thr_update_by_grafana_avg_v4.2' into 'release/v4.2' Angus Gratton 2021-06-30 02:34:20 +00:00
  • 689fad7372 ci: adjust spi_flash performance value according to more test data Michael (XIAO Xufeng) 2021-06-15 12:03:45 +08:00
  • 2f8debdde1 Merge branch 'feature/esp32s3_remove_rtc_apb_freq_reg' into 'master' Angus Gratton 2021-06-29 23:50:23 +00:00
  • 1969e4b8e5 Merge branch 'bugfix/panic_handler_disable_wdts_early' into 'master' Angus Gratton 2021-06-29 23:48:40 +00:00
  • 8f67bb57c6 Merge branch 'bugfix/mdns-hostname-set-cleanup' into 'master' David Čermák 2021-06-29 16:01:33 +00:00
  • 969904cba6 unit-test-app: increase timer task size Ivan Grokhotkov 2021-06-29 16:55:31 +02:00
  • 3ce1fa70aa xtensa: update libhal for esp32s3 Ivan Grokhotkov 2021-06-23 20:18:01 +02:00
  • ca5ed172a5 xtensa: update configuration overlay for esp32s3 Ivan Grokhotkov 2021-06-24 17:25:33 +02:00
  • df0ed79cd5 Merge branch 'bugfix/deep_sleep_rtcwdt_rst_issue_v4.3' into 'release/v4.3' Jiang Jiang Jian 2021-06-29 14:05:06 +00:00
  • d28417edbc Merge branch 'bugfix/deep_sleep_rtcwdt_rst_issue' into 'master' Jiang Jiang Jian 2021-06-29 13:31:40 +00:00
  • d37451f2c7 USB HCD: Add pipe persistence feature Darian Leung 2021-06-10 00:15:55 +08:00
  • 59b49d2783 Merge branch 'feature/add-nimble-host-to-blufi' into 'master' Jiang Jiang Jian 2021-06-29 12:54:01 +00:00
  • 2386113972 mdns: return ESP_OK rather than ERR_OK in API functions Jiacheng Guo 2021-06-29 15:18:44 +08:00
  • 0baee93211 mdns: fix memory leak in mdns_free when adding delegated hostnames Jiacheng Guo 2021-06-23 20:17:23 +08:00
  • 32e8a809f6 Merge branch 'bugfix/correct_gatt_max_macro_name_v4.3' into 'release/v4.3' Jiang Jiang Jian 2021-06-29 09:25:12 +00:00
  • 1d19a237b4 Update components/idf_test/include/esp32/idf_performance_target.h Michael (XIAO Xufeng) 2021-06-27 21:19:48 +08:00
  • f7755f4175 ci: adjust spi_flash performance value according to more test data Michael (XIAO Xufeng) 2021-06-15 12:03:45 +08:00
  • a413cbd784 Merge branch 'feature/esp_timer_with_skip_unhandled_events_does_not_wake_up' into 'master' Angus Gratton 2021-06-29 08:10:51 +00:00
  • 638485b222 docs: updated getting started and other misc. guides for S3 Marius Vikhammer 2021-06-28 16:37:03 +08:00
  • 57fa883127 esp32s3: Remove APB frequency RTC register Angus Gratton 2020-11-06 10:21:25 +11:00
  • 86cfbc2a24 Merge branch 'bugfix/aes_wrap_failed' into 'master' Jiang Jiang Jian 2021-06-29 07:08:45 +00:00
  • 073b45a8aa wpa_supplicant: Fix crypto related bugs Kapil Gupta 2021-06-03 18:37:51 +05:30
  • ae35d70359 wpa_supplicant: Write Crypto API based on mbedtls kapil.gupta 2020-09-14 13:51:25 +05:30
  • 458bf36200 Merge branch 'docs/update_timer_and_readme' into 'master' Krzysztof Budzynski 2021-06-29 06:33:13 +00:00
  • 5e5ddb1ffb docs:fixthe number of general purpose timers for ESP32-C3 Dai Zi Yan 2021-06-29 14:33:06 +08:00
  • 16e5b25c98 - fix data length update failed zwj 2021-06-11 16:29:52 +08:00
  • c6897a43ce - fix data length update failed zwj 2021-06-11 16:29:52 +08:00
  • cd1427f181 Merge branch 'refactor/usb_hcd_test_mock_classes' into 'master' Michael (XIAO Xufeng) 2021-06-29 05:42:32 +00:00
  • 9c8b2b92ad Bluedroid: Fixed issue of option not being set due to incorrect macro name. Rahul Tank 2021-06-10 19:29:03 +05:30
  • a060ee8e9c Merge branch 'bugfix/wifi_mac_sleep_issue_v4.3' into 'release/v4.3' Jiang Jiang Jian 2021-06-29 04:22:59 +00:00
  • c02aa6d0ae Merge branch 'bugfix/switch_jump_tables' into 'master' Angus Gratton 2021-06-29 04:13:08 +00:00
  • 6ca207531b deep sleep: clear wakeup and reject int raw signal before entry sleep Li Shuai 2021-06-15 20:20:20 +08:00
  • 2b9beaac64 Changed the format of the hyperlink for docs. Merges https://github.com/espressif/esp-idf/pull/7170. WangShichang 2021-06-19 17:55:05 +08:00
  • 910d3cfe06 Merge branch 'bugfix/correct_gatt_max_macro_name' into 'master' Jiang Jiang Jian 2021-06-29 03:24:27 +00:00
  • de92d7e15f Merge branch 'mesh/bugfix_fix_esp_mesh_send_block_issue_v4.3' into 'release/v4.3' Jiang Jiang Jian 2021-06-29 03:01:22 +00:00
  • d93849baf8 Merge branch 'mesh/bugfix_fix_esp_mesh_send_block_issue' into 'master' Jiang Jiang Jian 2021-06-29 03:00:59 +00:00
  • 139afb094e fix wifi mac sleep bug when wifi is initialized multiple times Li Shuai 2021-05-18 20:03:09 +08:00
  • ef0041b545 driver: Refactor and clean up SPI Slave test Gustavo Henrique Nihei 2021-06-02 10:09:20 -03:00
  • f5bfa0babf driver: Create TX/RX-only test cases for SPI Slave Gustavo Henrique Nihei 2021-05-31 19:27:23 -03:00
  • 4bc9e18124 spi: Ensure DMA In-Link EOF is generated by trans_done on SPI Slave Gustavo Henrique Nihei 2021-06-01 10:28:16 -03:00
  • fb8d9f76b3 spi: Remove Slave TX/RX set bitlen not effective for ESP32-S2/C3/S3 Gustavo Henrique Nihei 2021-05-31 19:25:59 -03:00
  • 8f822db28c spi: Fix SPI Slave TX/RX bitlen configuring wrong registers Gustavo Henrique Nihei 2021-05-24 10:34:41 -03:00
  • 5b5e46971a Merge branch 'feature/ssl_components_optimize_v4.3' into 'release/v4.3' David Čermák 2021-06-28 21:00:34 +00:00
  • f6a6de0261 Merge branch 'bugfix/tools_check_compiler_in_cmakecache' into 'master' Roland Dobai 2021-06-28 16:57:36 +00:00
  • 8639e3511b spi_slave: Fix MOSI/MISO enable on transaction preparation Gustavo Henrique Nihei 2021-05-21 11:15:55 -03:00
  • 6a1938384a tls: Modify tls optimize both mbedtls and wolfssl liuhan 2021-04-14 16:30:54 +08:00
  • 84a0c67a8c Merge branch 'feature/toolchain_2021r1_v4.3' into 'release/v4.3' Roland Dobai 2021-06-28 16:15:05 +00:00
  • f01002d2fc tools: stop building if compiler is unsupported Anton Maklakov 2021-06-10 14:46:40 +07:00
  • f022863c35 Merge branch 'feature/update_mqtt_submodule_v4.3' into 'release/v4.3' David Čermák 2021-06-28 14:35:17 +00:00
  • 7fbedd426d Merge branch 'feature/move-coredump-from-monitor' into 'master' Roland Dobai 2021-06-28 14:31:35 +00:00
  • 5175672050 Add support of NimBLE host to Blufi “sonalipatil” 2021-03-31 10:21:48 +05:30
  • 7339b019f1 Merge branch 'bugfix/wps_wfa_cert_fixes_v4.3' into 'release/v4.3' Jiang Jiang Jian 2021-06-28 13:28:21 +00:00
  • 5874fceb0d Moved coredump utils out of idf_monitor Martin Gaňo 2021-05-14 11:20:38 +02:00
  • a7713676b8 wpa_supplicant: Fix crypto related bugs Kapil Gupta 2021-06-03 18:37:51 +05:30
  • d5845abe62 Merge branch 'bugfix/wps_wfa_cert_fixes' into 'master' Jiang Jiang Jian 2021-06-28 10:13:23 +00:00
  • fc2905384c Merge branch 'feature/support_esp32s3_728_gpio_driver' into 'master' Michael (XIAO Xufeng) 2021-06-28 09:49:01 +00:00
  • 0e01a22264 esp_tls_wolfssl: Improved error messages Aditya Patwardhan 2021-06-11 12:52:44 +05:30
  • 4af1176d15 esp_tls_mbedtls: Improved the error messages. The error message string for error codes is printedwhen log level is set to debug Aditya Patwardhan 2021-06-11 07:34:23 +05:30
  • b9b7750b78 Merge branch 'feature/sperate_esp_netif_component_v4.3' into 'release/v4.3' David Čermák 2021-06-28 09:15:41 +00:00
  • 574fd8b68f Merge branch 'feature/ssl_components_optimize' into 'master' Mahavir Jain 2021-06-28 08:29:31 +00:00
  • 14c7d4965b esp_system: Reconfigure the WDTs at the start of the panic handler Angus Gratton 2021-06-24 18:02:28 +10:00
  • 17f30a4aec Merge branch 'feature/parametrize_core_dump_check_v4.3' into 'release/v4.3' Angus Gratton 2021-06-28 07:03:50 +00:00
  • b901cbd273 USB: Make unit test mock classes common Darian Leung 2021-06-28 12:39:39 +08:00
  • a8e8eead70 - fix data length update failed zwj 2021-06-11 16:29:52 +08:00
  • aac71d4f02 mesh/ps: esp_mesh_send is blocked in nodes(layer>=3), when a FIXED-ROOT root is duty master shenjun 2021-06-28 11:25:24 +08:00
  • d7928bf1db Merge branch 'feature/esp32c3_apptrace' into 'master' Ivan Grokhotkov 2021-06-28 06:00:24 +00:00
  • bd9a6f32dd Merge branch 'bugfix/esp32s2_rom_address_range_backport_v4.2' into 'release/v4.2' Angus Gratton 2021-06-28 05:57:32 +00:00
  • aefc56798f Merge branch 'feature/sperate_esp_netif_component' into 'master' David Čermák 2021-06-28 04:41:18 +00:00
  • 9d82fc4447 Merge branch 'bugfix/pthread_join_debug_log_v4.1' into 'release/v4.1' Angus Gratton 2021-06-28 04:37:34 +00:00
  • 62cc976e0e mesh/ps: esp_mesh_send is blocked in nodes(layer>=3), when a FIXED-ROOT root is duty master shenjun 2021-06-28 11:57:10 +08:00
  • 78c67d2384 gpio:support gpio in/out/interrupt for esp32s3(728) bizhuangyang 2021-06-09 17:18:39 +08:00
  • a59eb2d607 update c3 bootloader ld addr info wuzhenghui 2021-06-28 10:51:06 +08:00
  • 37e08d38a4 tls: Modify tls optimize both mbedtls and wolfssl liuhan 2021-04-14 16:30:54 +08:00
  • afc2bc94b3 Merge branch 'feature/add_opi_flash_psram_support' into 'master' Michael (XIAO Xufeng) 2021-06-28 01:59:19 +00:00
  • c9287888a5 Merge branch 'feature/driver_mock' into 'master' Angus Gratton 2021-06-28 00:38:44 +00:00
  • 95ddb84df1 Merge branch 'bugfix/fix_c3_some_bugs_06_15_v4.3' into 'release/v4.3' Wang Meng Yang 2021-06-28 00:00:06 +00:00
  • a041faec77 Merge branch 'feature/ulp_riscv_delay' into 'master' Angus Gratton 2021-06-27 23:45:38 +00:00
  • 0b42c8fc73 Merge branch 'bugfix/fix_c3_s3_some_bugs_06_15' into 'master' Wang Meng Yang 2021-06-27 23:45:22 +00:00
  • c42ee1b790 Merge branch 'bugfix/spi_flash_cs_setup_v4.3' into 'release/v4.3' Michael (XIAO Xufeng) 2021-06-27 14:37:08 +00:00
  • 62034d4432 Merge branch 'bugfix/i2s_apll_disable_issue_v4.1' into 'release/v4.1' Michael (XIAO Xufeng) 2021-06-27 13:34:39 +00:00
  • 69af3d2a72 Merge branch 'bugfix/fix_adc-dma_reading_gap_for_esp32_backport_v3.3' into 'release/v3.3' Michael (XIAO Xufeng) 2021-06-27 13:31:24 +00:00
  • 25f5fc7d6f Merge branch 'feature/support_spi_on_728' into 'master' Michael (XIAO Xufeng) 2021-06-27 05:41:10 +00:00
  • 4463db7e7f soc: add dummy bytes to ensure instr prefetch always valid Marius Vikhammer 2021-03-29 12:18:25 +08:00
  • 54383f684f soc: add dummy bytes to ensure instr prefetch always valid Marius Vikhammer 2021-03-29 12:18:25 +08:00
  • 98594315c8 Merge branch 'example/non_blocking_sockets' into 'master' David Čermák 2021-06-25 20:12:45 +00:00
  • 4cf65c3533 Merge branch 'feature/lwip_icmp_v4.3' into 'release/v4.3' David Čermák 2021-06-25 18:01:40 +00:00
  • 23c7a2c628 LEDC: fix bit error in ledc_struct.h(backport v4.2) Chen Yi Qun 2021-06-25 20:25:45 +08:00
  • 07de534191 examples: Move non-block socket examples to a single app David Cermak 2021-06-11 16:50:28 +02:00
  • e8bbe2f94f examples: Added non blocking sockets example tests suren.gabrielyan 2021-03-23 20:00:17 +04:00
  • d4d308d580 LEDC: fix bit error in ledc_struct.h(backport v4.3) Chen Yi Qun 2021-06-25 20:25:45 +08:00
  • a64fc3b452 LEDC: fix bit error in ledc_struct.h Chen Yi Qun 2021-06-25 20:25:45 +08:00
  • 9de41781d5 MQTT: Support for certificate bundle; Client clean-up David Cermak 2021-06-23 14:30:24 +02:00
  • 8e3e65a47b Merge branch 'feature/update_mqtt_submodule' into 'master' David Čermák 2021-06-25 12:02:05 +00:00