Commit Graph

  • 502e132e5d Merge branch 'feature/fast_gpio_c3' into 'master' morris 2021-09-14 06:09:34 +00:00
  • 10b848327b Merge branch 'feature/usb_phy' into 'master' Song Ruo Jing 2021-09-14 06:06:06 +00:00
  • 96b204bc9e Merge branch 'bugfix/efuse_table_for_c3_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-14 05:22:14 +00:00
  • 0d16e61d96 efuse: Fix len of SOFT_DIS_JTAG for esp32c3(v4.3) Konstantin Kondrashov 2021-09-14 13:22:08 +08:00
  • 771a02da93 ota: fix ota with flash encryption Cao Sen Miao 2021-02-19 11:50:27 +08:00
  • 8e720db65a cbor: build system cleanup Mahavir Jain 2021-09-14 09:45:43 +05:30
  • ba31aab2f4 Add a note to ESP32-DevKtiM-1 User Guide, to enable single core mode Add new module variants for ESP32-DevKitM-1 and ESP32-PICO-DevKitM-02 boards Replace Ordering Information globally Wang Fang 2021-07-22 15:41:30 +08:00
  • 5d54a34a9b adc: add an example of using ADC Single Read driver and ADC Calibration driver Armando 2021-09-07 11:23:28 +08:00
  • 9aae92fd16 adc: add a ut for calibration speed Armando 2021-09-07 11:22:09 +08:00
  • c45c6f52f1 adc: support adc efuse-based calibration on esp32s3 Armando 2021-09-07 11:21:35 +08:00
  • 7dc5375867 docs: Fix ADC pad and MOSI typo, update esp32c3 rom elf link Wang Fang 2021-07-22 16:36:44 +08:00
  • 9814e9afd7 docs: Fix ADC pad and MOSI typo, update esp32c3 rom elf link Wang Fang 2021-07-22 16:36:44 +08:00
  • 6c14a4b9f1 docs: Fix ADC pad and MOSI typo, update esp32c3 rom elf link Wang Fang 2021-07-22 16:36:44 +08:00
  • 0912df611f freertos: updated the location of FreeRTOSConfig.h Sudeep Mohanty 2021-09-08 14:23:57 +05:30
  • 6b0cbe54e6 Merge branch 'bugfix/add_critical_section_in_uart_driver_v4.3' into 'release/v4.3' Omar Chebib 2021-09-13 15:18:32 +00:00
  • 6c363a4075 uart: Add missing critical section wrappers around rx_buffered_len Omar Chebib 2021-09-13 23:18:25 +08:00
  • e21e5aac64 esp_hw_support: update esp32s3 chip ID to the MP version Ivan Grokhotkov 2021-09-13 15:16:45 +02:00
  • 80cfaeb7cc Merge branch 'bugfix/nvs_host_test_missing_struct' into 'release/v4.3' Zim Kalinowski 2021-09-13 13:11:56 +00:00
  • 3e94cd5888 Merge branch 'bugfix/i2c_cxx_timeout_4.3' into 'release/v4.3' Zim Kalinowski 2021-09-13 13:10:15 +00:00
  • c54caa457e Merge branch 'feature/espcoredump_4_esp32s3' into 'master' Ivan Grokhotkov 2021-09-13 12:37:12 +00:00
  • 25585202f5 Merge branch 'bugfix/eap_client_iot_issues' into 'master' Kapil Gupta 2021-09-13 12:13:19 +00:00
  • 781d760873 docs: udpate devkitc and wrover-kit boards Wang Fang 2021-08-25 16:38:45 +08:00
  • cfeca10c06 Merge branch 'bugfix/repl_on_another_uart_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-13 10:33:29 +00:00
  • e44ead5356 Power Management: add RTC8M power domain to control whether internal 8m oscillator is powered down during sleep Li Shuai 2021-08-27 10:38:55 +08:00
  • 5d859f1404 Add Esp32s3 to the coredump component. Add changed expected_output for esp32, esp32s2 and esp32c3. coredump tag update. dmitry 2021-09-06 14:31:37 -04:00
  • 028ff956b2 Merge branch 'docs/core_components_description' into 'master' Zim Kalinowski 2021-09-13 09:19:27 +00:00
  • 393a9d5a94 wpa_supplicant: Update internal tls client with sha384/sha512 support Kapil Gupta 2021-09-08 13:48:37 +05:30
  • 6647f48dda esp_wifi: Fix interoperability issue with windows 2008 Kapil Gupta 2021-09-08 13:43:01 +05:30
  • d6d0c37b30 simple_sniffer: can store packets in memory bizhuangyang 2021-05-13 15:59:03 +08:00
  • 6fc4bf7145 components/bt: Fix link error of Kconfig baohongde 2021-09-13 15:42:49 +08:00
  • 64045ea9f4 lcd: add lvgl demo ui Yu Zhe 2021-09-09 19:24:19 +08:00
  • 9240fb03d8 lcd: lvgl porting example morris 2021-09-01 20:50:48 +08:00
  • 83dbaaaee8 flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related https://github.com/espressif/esp-idf/issues/6322, Related https://github.com/espressif/esp-idf/issues/6254 Cao Sen Miao 2021-01-27 17:11:33 +08:00
  • 9f957cbfe2 Merge branch 'bugfix/memprot_panic_print_const_correction' into 'master' David Čermák 2021-09-13 06:13:33 +00:00
  • 0d0bec6c31 console: fix a bug preventing us from starting a CLI on non-default UART Omar Chebib 2021-05-19 12:08:12 +08:00
  • 1fcd639224 usb: Add usb_phy driver to support operations on USB PHY songruojing 2021-08-19 20:28:28 +08:00
  • f04f078825 pcap: refactor and move to common components morris 2021-08-25 20:25:38 +08:00
  • 294b805f31 docs: Updated protocols/http* examples READMEs Harshit Malpani 2021-09-08 15:45:16 +05:30
  • 8bb5d87f0c Merge branch 'bugfix/freertos_ut_suspend_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-13 04:14:14 +00:00
  • bb5544b8a4 docs: core components description Renz Bagaporo 2021-03-30 20:57:06 +08:00
  • 03a89f1c39 Merge branch 'docs/pdf_build_system_fix' into 'master' Marius Vikhammer 2021-09-13 03:55:17 +00:00
  • fa56351261 Merge branch 'feature/freertos-upgrade-to-10.4.3-extras' into 'master' Zim Kalinowski 2021-09-13 03:44:18 +00:00
  • 9d97d01679 Merge branch 'bugfix/mcpwm_cpp_reserved_word' into 'master' morris 2021-09-13 03:10:04 +00:00
  • 0daa30c02c docs: remove "invisible" unicode character that failed PDF build. Marius Vikhammer 2021-09-13 10:11:08 +08:00
  • de48a67083 Merge branch 'bugfix/btdm_ble_connection_will_crash_durning_erase_flash_v4.3' into 'release/v4.3' Wang Meng Yang 2021-09-13 01:50:09 +00:00
  • d5e5f44d36 Merge branch 'bugfix/btdm_fix_some_Document_Description_Error_v4.3' into 'release/v4.3' Wang Meng Yang 2021-09-13 01:49:49 +00:00
  • 2777ff73f4 Merge branch 'bugfix/btdm_auto_update_PPCP_attribute_value_v4.3' into 'release/v4.3' Wang Meng Yang 2021-09-13 01:49:01 +00:00
  • e0c2bf1d0a Merge branch 'feature/regi2c_add_lock_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-11 01:07:10 +00:00
  • f94035ad85 spi_flash: state that esp_partition_iterator_release allows NULL arg Ivan Grokhotkov 2021-09-10 20:55:01 +02:00
  • 0a8e7be7cc Merge branch 'bugfix/modbus_add_task_affinity_and_callbacks_v40' into 'release/v4.0' Michael (XIAO Xufeng) 2021-09-10 18:54:21 +00:00
  • 10ccfbe4ff Merge branch 'bugfix/correct_gcc_inner_functions' into 'master' Ivan Grokhotkov 2021-09-10 18:45:12 +00:00
  • f26621fd9e freemodbus: add affinity option for modbus stack tasks aleks 2021-07-28 09:02:07 +02:00
  • fb0c3e8016 Merge branch 'bugfix/fix_modbus_rs485_rts_en_fail_v40' into 'release/v4.0' Michael (XIAO Xufeng) 2021-09-10 17:43:56 +00:00
  • a183b32972 Bugfix/fix modbus rs485 rts en fail (backport v4.0) Alex Lisitsyn 2021-09-11 01:43:49 +08:00
  • 9159aa58d3 tests: refactoring of the gcc's inner functions, because clang doesn't support them Andrei Safronov 2021-09-02 03:45:19 +03:00
  • e0462809d8 Merge branch 'doc/esp_eth_spi_module_init' into 'master' morris 2021-09-10 15:55:56 +00:00
  • 1ab4819b74 Merge branch 'bugfix/esp_event_any_id_unregister_4.3' into 'release/v4.3' Zim Kalinowski 2021-09-10 11:52:44 +00:00
  • 57a32a8615 tools: idf_tools.py: add support for .tar.xz archives Ivan Grokhotkov 2021-09-10 13:23:00 +02:00
  • 173e001680 regi2c: add a spinlock for accessing (reg)I2C devices Omar Chebib 2021-03-30 14:50:27 +08:00
  • 0121199a0e doc: added spi ethernet initialization in api reference morris 2021-09-06 20:27:53 +08:00
  • 59f6087b55 Merge branch 'feature/freertos-upgrade-to-10.4.3-reconcile-traces' into 'master' Zim Kalinowski 2021-09-10 10:18:20 +00:00
  • 7fc071e133 Merge branch 'feature/high_level_interrupt_in_bluetooth' into 'master' Bao Hong De 2021-09-10 09:50:39 +00:00
  • 4727f67737 Merge branch 'docs/update_CN_trans_blufi_build-system' into 'master' Dai Zi Yan 2021-09-10 08:45:53 +00:00
  • b22f9d2d42 Merge branch 'docs/bump_sphinx_version_v4.3' into 'release/v4.3' Krzysztof Budzynski 2021-09-10 08:17:26 +00:00
  • 220590d599 Merge branch 'ci/coredump_elf_workflow' into 'master' Fu Hanxi 2021-09-10 07:11:47 +00:00
  • c9e5b02c18 docs: update CN trans for blufi and build-system daiziyan 2021-08-09 17:30:04 +08:00
  • eebf301acc [cxx]: fixed I2C master timeout Jakob Hasse 2021-07-05 19:10:59 +08:00
  • a6371d2a97 [nvs] nvs page host runs in CI, fix build failure Jakob Hasse 2021-03-08 15:07:44 +08:00
  • fdf4070cdc doc:updated cn translation for language.rst and version.rst to provide new layout for version/target select Dai Zi Yan 2021-03-08 17:13:21 +08:00
  • 539f7edbb3 Docs: build doc with new layout for target and version select Marius Vikhammer 2020-07-30 11:47:24 +08:00
  • eeab4e4469 docs: add google analytics tracking Marius Vikhammer 2021-04-06 11:56:11 +08:00
  • d13b69558a docs: add warning for outdated versions Marius Vikhammer 2021-04-26 14:57:17 +08:00
  • d9f4ae02f1 mcpwm: rename keyword 'operator' which is not valid in cpp SalimTerryLi 2021-09-10 12:27:54 +08:00
  • 9202de4078 Merge branch 'bugfix/python_lint_versions' into 'master' Zim Kalinowski 2021-09-10 04:36:00 +00:00
  • 1546c28a5f Merge branch 'bugfix/spi_example_gdma_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-10 04:31:38 +00:00
  • 55dfd61796 Merge branch 'bugfix/uart_sw_sw_flow_error_typo_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-10 04:30:37 +00:00
  • 121910b939 Merge branch 'ci/change_perf_key_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-10 04:23:09 +00:00
  • 1f0d8585ca Merge branch 'feature/update_efuses_for_esp32s2_v4.3' into 'release/v4.3' Zim Kalinowski 2021-09-10 04:21:54 +00:00
  • 4e1e557a2c Merge branch 'bugfix/readme_emojis' into 'master' Zim Kalinowski 2021-09-10 04:07:52 +00:00
  • 106372fc93 Merge branch 'ci/fix_yml' into 'master' Anton Maklakov 2021-09-10 03:59:56 +00:00
  • 3924ca8f03 ble_mesh: ci: Add ble & ble mesh coex sdkconfig test files lly 2020-10-26 16:30:16 +08:00
  • 53d1eda84c ble_mesh: stack: Support reporting normal ble adv packets lly 2020-10-26 15:51:18 +08:00
  • e742889689 ble_mesh: stack: Add a btc file for ble coex functions lly 2020-10-26 16:04:34 +08:00
  • 437b215e62 ble_mesh: stack: Move ble scan funcitons to a single file lly 2020-10-26 15:26:45 +08:00
  • 033a596810 ble_mesh: stack: Optimize handling received mesh adv packets lly 2020-10-26 14:23:35 +08:00
  • 25f723765e Merge branch 'feature/lcd_driver_follow_up' into 'master' morris 2021-09-10 03:14:50 +00:00
  • 1041288402 Merge branch 'feature/freertos-upgrade-to-10.4.3-added-vapplication-prototypes' into 'master' Zim Kalinowski 2021-09-10 03:07:11 +00:00
  • 5c9502427a Merge branch 'component_bt/fix_hid_unit_test' into 'master' Wei Tian Hua 2021-09-10 02:56:50 +00:00
  • dfa2a980d7 [esp_event]: fixed and improved docs Jakob Hasse 2021-07-06 17:19:20 +08:00
  • 54b8df81c8 ci: fix host-test.yml Fu Hanxi 2021-09-10 10:02:08 +08:00
  • f3b3c1697c added vApplication... prototypes to tasks.h Zim Kalinowski 2021-09-09 09:14:55 +08:00
  • 9805fc85ee Merge branch 'feature/doc_sbv2_key_not_read_protected_v4.3' into 'release/v4.3' Roland Dobai 2021-09-09 19:37:52 +00:00
  • 691780ffa6 Merge branch 'feature/mcpwm_timer_sync' into 'master' morris 2021-09-09 19:05:10 +00:00
  • 746f2e2d49 Merge branch 'bugfix/newlib_dirent_decls_4.3' into 'release/v4.3' Ivan Grokhotkov 2021-09-09 18:46:58 +00:00
  • f875a9e726 Merge branch 'bugfix/modbus_fix_invalid_error_handling_for_duplicate_param_key_v40' into 'release/v4.0' Michael (XIAO Xufeng) 2021-09-09 18:00:38 +00:00
  • 39fd83885a Merge branch 'bugfix/modbus_allow_master_slave_work_simultaneously_v40' into 'release/v4.0' Michael (XIAO Xufeng) 2021-09-09 17:58:16 +00:00
  • 83cc427577 freemodbus: fix issues when modbus master and slave work simultaneously (backport v4.0) Alex Lisitsyn 2021-09-10 01:58:11 +08:00
  • 2248cdc3e6 Merge branch 'bugfix/cleanup_ws_server_docs' into 'master' David Čermák 2021-09-09 16:17:20 +00:00
  • 94667365d3 Merge branch 'esp32c3/override_assert_v4.3' into 'release/v4.3' Mahavir Jain 2021-09-09 13:24:01 +00:00
  • 006a10b050 components/doc: Update doc about high-level interrupt baohongde 2020-12-24 21:30:36 +08:00