nilesh.kale
55bbd9c95a
feat: add config option under partition menu to support large size ota
...
This commit adds one more config option under partition table menu
to support large size image during ota
This also updates the default config for simple ota example.
2024-07-12 14:49:16 +05:30
Roland Dobai
1ac37b6901
Merge branch 'contrib/github_pr_14036' into 'master'
...
fix(cmake): check for missing component_target (GitHub PR)
Closes IDFGH-13091
See merge request espressif/esp-idf!32061
2024-07-12 15:14:01 +08:00
Island
6750215fb4
Merge branch 'bugfix/fix_ble_rssi_when_latency_is_not_zero' into 'master'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
Closes BCI-436
See merge request espressif/esp-idf!31941
2024-07-12 15:11:34 +08:00
C.S.M
c61c3ac32d
Merge branch 'fix/flash_mmap_c5' into 'master'
...
fix(flash_mmap): Fix flash memory map failed after psram is enabled
Closes IDF-10451
See merge request espressif/esp-idf!32069
2024-07-12 15:01:28 +08:00
Shen Meng Jing
fd69a7cf6b
Merge branch 'docs/update_secure_boot_v2_zh_cn' into 'master'
...
docs: Enable secure boot for c5 in CN translation
Closes DOC-8299
See merge request espressif/esp-idf!31978
2024-07-12 14:18:17 +08:00
Wan Lei
602691e974
Merge branch 'fix/p4_enable_generic_test' into 'master'
...
test(esp_driver_spi): enable single board test for esp32p4
Closes IDF-8942
See merge request espressif/esp-idf!31972
2024-07-12 14:07:31 +08:00
Jiang Jiang Jian
42dd7ba228
Merge branch 'bugfix/wps_reg_state_handling' into 'master'
...
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station
Closes WIFIBUG-415
See merge request espressif/esp-idf!30470
2024-07-12 13:52:56 +08:00
Fu Hanxi
54eb0dc301
Merge branch 'ci/console_confirmed_write' into 'master'
...
Ci: console use dut.confirm_write
See merge request espressif/esp-idf!32028
2024-07-12 12:01:44 +08:00
Fu Hanxi
4289bc732a
Merge branch 'ci/swap-argument-find-app' into 'master'
...
ci(ci_build_apps): swap function args
See merge request espressif/esp-idf!31915
2024-07-12 11:42:45 +08:00
C.S.M
ee733e2bf4
fix(flash_mmap): Fix flash memory map failed after psram is enabled
2024-07-12 11:03:40 +08:00
morris
b06b483dfc
Merge branch 'feat/esp32c5_sdm_support' into 'master'
...
feat(sdm): add support for esp32c5
Closes IDF-8687
See merge request espressif/esp-idf!32010
2024-07-12 10:51:07 +08:00
morris
5d609daa6a
Merge branch 'change/remove_rmt_on_esp32c61' into 'master'
...
change(rmt): rmt is not supported on esp3261
Closes IDF-9343
See merge request espressif/esp-idf!32034
2024-07-12 10:41:23 +08:00
Jiang Jiang Jian
15e3f4a099
Merge branch 'bugfix/fix_pmf_disabled_connection_reset_dns_fail_issue' into 'master'
...
fix(wifi): fix reset connection dns fail issue
Closes FCS-1276, FCS-1229, WIFI-6601, and IDFGH-11148
See merge request espressif/esp-idf!25376
2024-07-12 10:39:47 +08:00
igor.udot
5390506938
ci(ci_build_apps): swap function args
2024-07-12 10:35:12 +08:00
gojimmypi
f6a852e1cf
fix(cmake): check for missing component_target
...
Closes https://github.com/espressif/esp-idf/pull/14036
[Frantisek Hrbata: fixed spelling not related to this change so spellcheck succeeds]
[Frantisek Hrbata: modified the error message to be recognized by the existing hint]
[Frantisek Hrbata: added also check in idf_component_set_property and simple tests]
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-07-11 18:33:41 +02:00
Tomas Rezucha
33e68632b9
Merge branch 'fix/usb_hs_scheduler' into 'master'
...
fix(usb/host): Fix occasional ISOC scheduler skipping transfers
Closes IDFCI-2241
See merge request espressif/esp-idf!32012
2024-07-11 23:10:23 +08:00
Mahavir Jain
f08a851eaa
Merge branch 'feature/enable_ecc_support_in_c61' into 'master'
...
feat: enable ecc support in esp32c61
Closes IDF-9235
See merge request espressif/esp-idf!31360
2024-07-11 21:46:10 +08:00
C.S.M
5448703663
Merge branch 'fix/flash_freq_c5' into 'master'
...
feat(spi_flash): Increase flash frequency from 40M to 80M
See merge request espressif/esp-idf!31967
2024-07-11 17:41:04 +08:00
Sarvesh Bodakhe
20a3be5191
fix(wpa_supplicant): Avoid delaying removal of wps enrollee by 10ms
...
This is no longer needed as eloop timers are now executed in wifi task context.
2024-07-11 14:53:27 +05:30
Sarvesh Bodakhe
54e61fbb97
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station
...
When registrar somehow misses the WSC_DONE sent by station and station
goes for next connection after sending deauth, make sure that softAP
disables the registrar.
2024-07-11 14:53:24 +05:30
muhaidong
00c2767ea9
fix(wifi): fix reset connection dns fail issue
...
Closes https://github.com/espressif/esp-idf/issues/12315
2024-07-11 17:10:07 +08:00
morris
fe1355eac4
Merge branch 'feat/esp32p4_default_rev_0.1' into 'master'
...
feat(esp32p4): make revision v0.1 the default version
See merge request espressif/esp-idf!31534
2024-07-11 16:22:46 +08:00
morris
bb080b43c4
Merge branch 'feat/wiegand_interface_example' into 'master'
...
feat(gptimer): add wiegand interface example
Closes IDFGH-12932
See merge request espressif/esp-idf!31276
2024-07-11 15:30:47 +08:00
Gao Xu
cd24013198
Merge branch 'bugfix/fix_gpio_const_zero_addr' into 'master'
...
GPIO: fix GPIO_MATRIX_CONST_ZERO_INPUT addr
Closes IDF-10331
See merge request espressif/esp-idf!31935
2024-07-11 14:40:51 +08:00
C.S.M
eaccf8aedb
fix(spi_flash): Fix the mpll clock source always pinned to 80M on PP4
2024-07-11 13:59:42 +08:00
Tomas Rohlinek
2806ef1e5c
Merge branch 'fix/missing_include_guard_ff_conf' into 'master'
...
fix(fatfs): Add missing include guard to ff_conf.h
Closes IDFGH-13046
See merge request espressif/esp-idf!31769
2024-07-11 13:34:42 +08:00
Mahavir Jain
d1ddd1660e
Merge branch 'feature/esp32c5_apm_api' into 'master'
...
feat: add APM support for esp32c5
See merge request espressif/esp-idf!31964
2024-07-11 13:22:45 +08:00
zhanghaipeng
9ac080765c
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-11 13:02:43 +08:00
Chen Jichang
5dea9413a8
feat(gptimer): add wiegand interface example
...
Closes https://github.com/espressif/esp-idf/issues/13892
2024-07-11 10:45:04 +08:00
Jiang Jiang Jian
06baea7691
Merge branch 'bugfix/crypto_ec_cleanup' into 'master'
...
fix(esp_wifi): cleanup for crypto_ec struct
See merge request espressif/esp-idf!30502
2024-07-11 10:44:48 +08:00
Marius Vikhammer
b3e418d12e
Merge branch 'bugfix/core_c5_tests' into 'master'
...
test(core): fixed mixed failing C5 core-system tests
Closes IDF-10312, IDF-10344, IDF-10337, and IDF-10302
See merge request espressif/esp-idf!31896
2024-07-11 09:53:02 +08:00
gaoxu
27aeec9667
ci(gpio): re-enable C5 gpio and rtcio test
2024-07-11 09:46:58 +08:00
gaoxu
5da216a753
fix(gpio): fix gpio const zero addr
2024-07-11 09:46:58 +08:00
Marius Vikhammer
549dee4faf
Merge branch 'ci/check_g1_dependencies' into 'master'
...
ci(g1_g0): added CI check for detecting new dependencies in g1/g0
Closes IDF-8578
See merge request espressif/esp-idf!31914
2024-07-11 09:40:22 +08:00
Marius Vikhammer
f1719307d6
ci(g1_g0): added CI check for detecting new dependencies in g1/g0
2024-07-11 09:33:59 +08:00
Marius Vikhammer
712e1d781f
test(efuse): enable c5 mac address test
2024-07-11 09:33:04 +08:00
Marius Vikhammer
a2da404e1d
test(intr): fix intr dump test on C5
2024-07-11 09:33:04 +08:00
Marius Vikhammer
b6d3e1e8e3
test(newlib): fixed newlib test failing to build for C5
2024-07-11 09:33:04 +08:00
Rahul Tank
7f8fac5dc5
Merge branch 'bugfix/fix_example_menuconfig_error' into 'master'
...
fix(nimble): Update menuconfig option to consider 5.0 support
Closes BLERP-855
See merge request espressif/esp-idf!32030
2024-07-10 22:23:52 +08:00
Kapil Gupta
131dc6d1c0
fix(esp_wifi): cleanup for crypto_ec struct
2024-07-10 19:29:34 +08:00
Jiang Jiang Jian
3a7917ff58
Merge branch 'bugfix/fixed_association_temporarily_issue' into 'master'
...
fix(wifi): fixed association refused temporarily issue
Closes FCS-1423, FCS-1480, and WIFI-6581
See merge request espressif/esp-idf!31733
2024-07-10 19:20:32 +08:00
morris
044f337bdf
change(rmt): rmt is not supported on esp3261
2024-07-10 19:11:26 +08:00
Marius Vikhammer
4cc56c6f18
ci(console): change pytest writes to confirm_write
2024-07-10 17:49:45 +08:00
Marius Vikhammer
35454c4bb2
Merge branch 'ci/debug_log_qemu' into 'master'
...
ci(qemu): add debug log and bin artifact to assist debugging
See merge request espressif/esp-idf!31986
2024-07-10 17:29:27 +08:00
muhaidong
241c14ff7b
fix(wifi): fixed association refused temporarily issue
...
1. fixed association refused temporarily issue.
2. give some information when password length mismatch authmode threshold
2024-07-10 16:43:54 +08:00
Rahul Tank
d42fa84973
fix(nimble): Update menuconfig option to consider 5.0 support
2024-07-10 13:48:00 +05:30
Sachin Billore
b88e7716b9
refactor: remove assert from apm ll apis
2024-07-10 13:06:03 +05:30
Song Ruo Jing
2e59d3e0ad
Merge branch 'bugfix/uart_config_t_size' into 'master'
...
fix(uart): fix uart_config_t structure size difference in C and C++
See merge request espressif/esp-idf!31971
2024-07-10 15:19:28 +08:00
Sudeep Mohanty
4d45c6fb7b
Merge branch 'fix/duplicate_linux_target_kconfig' into 'master'
...
fix(kconfig): Removed duplicate entry for IDF_TARGET_LINUX in Kconfig
Closes IDFGH-13208
See merge request espressif/esp-idf!31963
2024-07-10 15:13:22 +08:00
Armando (Dou Yiwen)
e674608995
Merge branch 'feature/dvp_cam_driver_optimize' into 'master'
...
feat(dvp): DVP cam supports more color format and don't initialize xclock pin
Closes IDF-10231
See merge request espressif/esp-idf!31735
2024-07-10 14:50:33 +08:00