Armando
101e6a18eb
esp32p4: introduce the target
...
Add esp32p4 target to tools and Kconfig
Create directories and files that are essential for `idf.py --preview set-target esp32p4`
2023-06-13 15:16:11 +08:00
Chen Jichang
6c9cf5c352
driver:Trim the build components
...
Trim the build components to decrease the load of Gitlab server.
2023-06-13 14:24:44 +08:00
morris
c0b43be3bb
mcpwm: fix typo in backward compatible macro name
2023-06-13 03:28:02 +00:00
Marius Vikhammer
6d11c37ff1
core-system: trim build components for core-system test apps
2023-06-13 09:14:42 +08:00
Anton Maklakov
d58004f57a
tools: add ULP toolchain for linux-i686 platform
...
Closes https://github.com/espressif/esp-idf/issues/11561
2023-06-13 00:48:23 +07:00
Roland Dobai
01fde9ada9
Merge branch 'bugfix/bump_check_copyright' into 'master'
...
tools: bump check-copyright in .pre-commit-config.yaml
Closes IDF-6941
See merge request espressif/esp-idf!24182
2023-06-12 23:11:28 +08:00
David Čermák
fd8ed0df36
Merge branch 'bugfix/lwip_dhcps_hook_types' into 'master'
...
lwip: Fix incorrect invocation of the hook `LWIP_HOOK_DHCPS_POST_APPEND_OPTS`
Closes IDFGH-10099 and IDFGH-10098
See merge request espressif/esp-idf!23793
2023-06-12 20:18:58 +08:00
Frantisek Hrbata
73b4b8f637
tools: bump check-copyright in .pre-commit-config.yaml
...
Newer check-copyright version 1.0.2 contains fixes for copyrights
with single year and also the proposed date update is applied only
if number of changed lines is greater or equal to a limit. The default
limit is 5 and can be changed with the --lines-changed option if needed.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-06-12 14:11:58 +02:00
Jiang Jiang Jian
6d60dd9c0b
Merge branch 'bugfix/fix_phy_set_tsens_power_twice_issue' into 'master'
...
phy: fix phy pwdet and tsens power cannot be set twice issue
Closes IDFGH-10369
See merge request espressif/esp-idf!24153
2023-06-12 19:26:37 +08:00
Radim Karniš
c18cdd8859
Merge branch 'docs/uf2' into 'master'
...
docs: Add idf.py uf2 command description
Closes IDF-2589
See merge request espressif/esp-idf!24010
2023-06-12 18:41:17 +08:00
Jiang Jiang Jian
8daed29921
Merge branch 'feat/improve_wifi_rx_in_high_interference' into 'master'
...
esp_phy: improve Wi-Fi rx 11b pkts for AC-DC power supply modules
Closes WIFI-5960
See merge request espressif/esp-idf!24100
2023-06-12 18:27:12 +08:00
Armando (Dou Yiwen)
f9cd9e3e32
Merge branch 'feature/add_log_when_mspi_timing_tuning_is_enabled' into 'master'
...
mspi: added timing tuning start, and success log
See merge request espressif/esp-idf!24052
2023-06-12 18:22:13 +08:00
Alexey Lapshin
07c7fe929b
tools: process progression for flash action output
2023-06-12 13:56:59 +04:00
boarchuz
07332abbaa
fix ULP FSM reg ops with addr > 0xFF
2023-06-12 18:59:25 +10:00
morris
575ad2bd6f
Merge branch 'bugfix/adc_outof_bound_read' into 'master'
...
adc: fix out of bound read
See merge request espressif/esp-idf!24134
2023-06-12 14:13:57 +08:00
Li Xiao Yi
38d679c0bd
Merge branch 'docs/translate_api-guides_performance' into 'master'
...
docs: add translation for docs/zh_CN/api-guides/performance/size.rst
Closes DOC-5208
See merge request espressif/esp-idf!23773
2023-06-12 12:44:19 +08:00
chenjianhua
909ec6673e
Update bt-lib for esp32
...
1 Fixed disconnection delay on peripheral when slave latency is not zero
2 Fixed LLCP info init for central and peripheral
3 Fixed sent cmd status evt twice when process disconnect cmd
2023-06-12 12:12:14 +08:00
chenjianxing
97cfa54e77
esp_phy: update esp32c2 phy lib to fix some issues
...
1. improve Wi-Fi rx 11b pkts for AC-DC power supply modules.
2. fix Wi-Fi disconnect in low temperature.
3. fix RTC_SW_CPU_RST occur in Wi-Fi start and stop process.
2023-06-12 11:45:48 +08:00
Armando
b5142b248d
mspi: added timing tuning start, and success log
2023-06-12 11:44:24 +08:00
Wu Zheng Hui
2b6551f84d
Merge branch 'bugfix/support_esp326_xtal_xpd' into 'master'
...
esp32c6: support xtal xpd
Closes IDF-7318
See merge request espressif/esp-idf!22932
2023-06-12 11:28:59 +08:00
Jiang Jiang Jian
984340f187
Merge branch 'bugfix/disable_txop_temp_fix_tx_buffer_recycle_issue' into 'master'
...
esp_wifi: fix tx buffer recycle issue
Closes WIFI-5609, WIFI-4803, WIFI-4927, and IDF-7342
See merge request espressif/esp-idf!23937
2023-06-12 11:11:45 +08:00
Doc-intern2
c166bcd6c6
Docs: add translation for api-guides/performance/size.rst
2023-06-12 10:55:37 +08:00
Wang Fang
9549dfc399
Merge branch 'docs/update_documentation_for_spi_driver' into 'master'
...
docs: update the description for general purpose spi
Closes DOC-5186
See merge request espressif/esp-idf!23920
2023-06-12 10:54:25 +08:00
chenjianhua
0634bb904e
bluedroid: fixed compile warning when optimize for performance
2023-06-11 16:06:07 +08:00
morris
4865a07e3b
adc: fix out of bound read
...
when SOC_ADC_PERIPH_NUM==1, the adc_unit should only be assigned with 0
2023-06-10 16:21:12 +08:00
morris
88600bd91b
driver: minor code clean up to pass coverity scan test
2023-06-10 16:21:12 +08:00
muhaidong
a1a69b044e
esp_wifi: fix some txop issues
2023-06-09 22:37:15 +08:00
Armando
21ce7c16a0
phy: fix phy pwdet and tsens power cannot be set twice issue
...
Closes https://github.com/espressif/esp-idf/issues/11627
2023-06-09 20:29:14 +08:00
Jiang Jiang Jian
213504238f
Merge branch 'bugfix/fix_wps_with_sae_enabled_ap' into 'master'
...
esp_wifi: Fix WPS issue for WPA3+WPA2 mode
Closes WIFI-6038
See merge request espressif/esp-idf!24049
2023-06-09 18:48:21 +08:00
Roland Dobai
99772e65a1
Merge branch 'bugfix/removed_working_directory_error' into 'master'
...
Tools bugfix: Removed working directory when using idf.py
Closes IDFGH-10210
See merge request espressif/esp-idf!24065
2023-06-09 17:36:13 +08:00
wanlei
3ed82deedf
sysreg: deprecate apb_ctrl related reg, suggest syscon
2023-06-09 17:34:10 +08:00
Sudeep Mohanty
4b35e00d45
Merge branch 'feature/ulp_riscv_touch' into 'master'
...
ulp-riscv: Added touch sensor support to ULP RISC-V
Closes IDFGH-9077
See merge request espressif/esp-idf!23859
2023-06-09 16:49:08 +08:00
Chen Jichang
6abdc9b76e
esp_adc:Trim the build components
...
If we don't trim the build components, the build system will import all
components which will increase the load of Gitlab server.
Closes IDF-7459
2023-06-09 16:46:40 +08:00
Marek Fiala
ae99820399
Tools bugfix: Removed working directory when using idf.py
...
Added check for existence of current working directory when using idf.py
Closes https://github.com/espressif/esp-idf/issues/11476
2023-06-09 08:46:26 +00:00
Radim Karniš
423ec9d912
Merge branch 'docs/update_cn_trans_idf.py' into 'docs/uf2'
...
Docs: Update CN translation for idf-py.rst
See merge request espressif/esp-idf!24114
2023-06-09 15:53:28 +08:00
Mo Fei Fei
c78436e796
Docs: Update CN translation for idf-py.rst
2023-06-09 15:53:28 +08:00
Sudeep Mohanty
ba2daf3c9e
ulp-riscv-touch: Added support for the touch sensor on ULP RISC-V
...
This commit adds a driver for reading the touch sensor from the ULP
RISC-V core during sleep. The commit also adds an example to demonstrate
this feature.
Closes https://github.com/espressif/esp-idf/issues/10480
2023-06-09 08:41:34 +02:00
Zhang Xiao Yan
3d110437b9
Merge branch 'docs/update_interrupt_number_esp32h2' into 'master'
...
docs: update the number of interrupts for esp32h2
See merge request espressif/esp-idf!24081
2023-06-09 14:07:11 +08:00
Marius Vikhammer
3cabd18133
Merge branch 'docs/h2_timer_docs' into 'master'
...
docs: updated misc docs with H2 specific information.
Closes IDF-6682, IDF-6683, and IDF-6694
See merge request espressif/esp-idf!24068
2023-06-09 12:12:58 +08:00
Shu Chen
e291137ce9
Merge branch 'feature/support_border_router' into 'master'
...
OpenThread: fix issues found in certification
See merge request espressif/esp-idf!23913
2023-06-09 10:20:46 +08:00
Alexey Gerenkov
d4e1935ba8
Merge branch 'feature/compiler_rt_support' into 'master'
...
build: Adds support for compiler-rt in Clang toolchain
See merge request espressif/esp-idf!21213
2023-06-09 04:41:34 +08:00
KonstantinKondrashov
e72061695e
all: Removes unnecessary newline character in logs
...
Closes https://github.com/espressif/esp-idf/issues/11465
2023-06-09 03:31:21 +08:00
Konstantin Kondrashov
f875978fb3
Merge branch 'bugfix/incorrect_time_after_ota' into 'master'
...
esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around
Closes IDFGH-7930
See merge request espressif/esp-idf!23030
2023-06-09 00:30:52 +08:00
KonstantinKondrashov
f7dfd1f48e
mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC
...
The changes only related to C6 and H2 chips where CONFIG_SOC_IEEE802154_SUPPORTED=y.
For this case these APIs return 8 bytes
esp_efuse_mac_get_default() -> 8 bytes
esp_efuse_mac_get_custom() -> 8 bytes
esp_read_mac(..., ESP_MAC_IEEE802154) -> 8 bytes
The rest cases len is 6 bytes
2023-06-08 23:11:32 +08:00
Mahavir Jain
c20f640d51
Merge branch 'feature/anti_dpa_configuration_c6_h2' into 'master'
...
esp32c6/esp32h2: crypto: add support for DPA protection configuration
Closes IDF-6973
See merge request espressif/esp-idf!23921
2023-06-08 22:49:21 +08:00
Mahavir Jain
f3b29d6ce2
Merge branch 'feature/move_efuse_tests_to_qemu' into 'master'
...
pytest_efuse: Use qemu for tests related to esp32
Closes IDF-6146 and IDF-1911
See merge request espressif/esp-idf!22279
2023-06-08 22:44:48 +08:00
KonstantinKondrashov
cb6e2133f0
esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around
...
The commit fixes the case:
If variables in RTC RAM have been moved around by the linker,
they will be filled with garbage data. Any reset other than OTA would work fine
because the variables would still be initialized from the initial bootup.
So now system time will be valid even after OTA.
Closes https://github.com/espressif/esp-idf/issues/9448
2023-06-08 21:59:21 +08:00
Alexey Gerenkov
c9b7748789
efuse: Use 'hal_memcpy' instead of 'memcpy' in ESP32-H2 driver
2023-06-08 16:49:42 +03:00
Alexey Gerenkov
532182a557
ci: Allows to use custom clang distro specified by 'CI_CLANG_DISTRO_URL' var
2023-06-08 16:49:42 +03:00
Alexey Gerenkov
dd5880cca6
build: Add Clang toolchain file for ESP32-H4
2023-06-08 16:49:42 +03:00