zhanghaipeng
0a8f808cd2
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(555b0a2)
...
- Check Access Address when receive connection request PDU
- Fix issue with BLE5.0 duplicate scan for chained packets
2024-12-13 13:40:26 +08:00
Kevin (Lao Kaiyao)
b2dce4a170
Merge branch 'feature/support_ana_cmpr_on_c5' into 'master'
...
feat(ana_cmpr): support ana cmpr on c5
Closes IDF-11081
See merge request espressif/esp-idf!35530
2024-12-13 11:03:17 +08:00
Song Ruo Jing
c5ab71e3db
fix(esp_system): still gate hp periph clk on core/system reset for power saving
...
Leaving only hp periph clk source should not be gated on core/system reset
2024-12-12 20:45:06 +08:00
Chen Jian Xing
7443dded8a
Merge branch 'bugfix/fix_calibration_warning_info_inaccurate_issue' into 'master'
...
fix(phy): fixed calibration warning infomation inaccurate issue
Closes IDFGH-14161
See merge request espressif/esp-idf!35536
2024-12-12 20:22:43 +08:00
Tomáš Rohlínek
86e5039fc9
feat(storage/vfs): make all member pointer of vfs_ops struct const
2024-12-12 13:03:30 +01:00
Zhang Wen Xu
41b083d2bc
Merge branch 'feature/add_rx_buff_statistic' into 'master'
...
feat(802.15.4): IEEE802.15.4 add rx buffer statistic
See merge request espressif/esp-idf!28996
2024-12-12 19:55:07 +08:00
Guillaume Souchere
c80ba4023d
Merge branch 'fix/heap-allocate-in-rtc-iram' into 'master'
...
fix(heap): MALLOC_CAP_EXEC does not allocate in RTC IRAM
Closes IDFGH-14012
See merge request espressif/esp-idf!34750
2024-12-12 18:51:52 +08:00
Armando (Dou Yiwen)
1b633068fd
Merge branch 'fix/fix_wrong_emmc_test_config' into 'master'
...
sdmmc: fixed wrong emmc test (should be sdmmc)
See merge request espressif/esp-idf!35612
2024-12-12 16:39:21 +08:00
Chen Ji Chang
d2b87ace4b
Merge branch 'feat/support_step_notify_on_h2eco5' into 'master'
...
feat(pcnt): support step_notify on esp32h2 eco5
Closes IDF-11394
See merge request espressif/esp-idf!35516
2024-12-12 16:23:44 +08:00
Armando
5e8c07a702
fix(sdmmc): fixed wrong emmc test (should be sdmmc)
2024-12-12 15:51:14 +08:00
Konstantin Kondrashov
1937ef2b13
Merge branch 'fix/fix_coverity_issues' into 'master'
...
fix(system): Fixes some false-positive coverity issues
Closes IDF-11768, IDF-11760, and IDF-11740
See merge request espressif/esp-idf!35288
2024-12-12 15:47:40 +08:00
Wan Lei
5bfdfb8999
Merge branch 'fix/adc_monitor_wrap_test' into 'master'
...
fix(esp_adc): wrap monitor test cases
See merge request espressif/esp-idf!35582
2024-12-12 15:22:48 +08:00
wangtao@espressif.com
b85e54a884
fix(wifi): fix esp32c2 ld issue
2024-12-12 14:49:24 +08:00
Island
79aae54fb2
Merge branch 'feat/support_bleqabr24_1539' into 'master'
...
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS
Closes BLERP-1202
See merge request espressif/esp-idf!34700
2024-12-12 12:06:58 +08:00
Luo Xu
a7622efd0c
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL
...
(cherry picked from commit 6faf0a59fdcf063d40fc1000a209341318131185)
Co-authored-by: luoxu <luoxu@espressif.com >
2024-12-12 10:59:28 +08:00
Island
1f54b6e2ff
Merge branch 'fix/ble_mesh_ble_50_bug' into 'master'
...
fix(ble_mesh): compile bug fixed for ble mesh on ble 5.0
Closes BLERP-1359
See merge request espressif/esp-idf!35554
2024-12-12 10:53:39 +08:00
laokaiyao
f731a53694
refactor(ana_cmpr): use enum types in ll
2024-12-12 10:46:54 +08:00
laokaiyao
b48b43880a
feat(ana_cmpr): support analog comparator on C5
2024-12-12 10:27:05 +08:00
Armando (Dou Yiwen)
14b290a83a
Merge branch 'refactor/mspi_clk_src_refactor' into 'master'
...
mspi: clk src refactor
Closes IDF-10464
See merge request espressif/esp-idf!35365
2024-12-12 10:10:36 +08:00
wanckl
54ea9e40ca
fix(esp_adc): wrap monitor test cases
2024-12-11 19:04:31 +08:00
nilesh.kale
d5ccc60eb0
feat(esp_http_server): add support to handle HTTP 1.0 requests
...
This commit adds support to handle HTTP/1.0 requests alongside HTTP/1.1 for
legacy compliance purposes.
2024-12-11 15:32:32 +05:30
David Čermák
1f4ea21092
Merge branch 'fix/lwip_autoip_next_addr_after_rate_limit' into 'master'
...
fix(lwip): Fix AUTOIP new address after rate limit
Closes IDF-11285
See merge request espressif/esp-idf!35279
2024-12-11 17:06:50 +08:00
Chen Jichang
dd07504ea5
feat(pcnt): support step_notify on esp32h2 eco5
2024-12-11 16:57:09 +08:00
Rahul Tank
a8691924a4
Merge branch 'bugfix/fix_vulnerability' into 'master'
...
fix(nimble): Fixes for security vulnerabilities reported in NimBLE
See merge request espressif/esp-idf!35472
2024-12-11 16:42:55 +08:00
Armando (Dou Yiwen)
e12d49a2d2
Merge branch 'change/lp_i2s_coverity' into 'master'
...
lp_i2s: coverity: remove not necessary null pointer check
Closes IDF-10713
See merge request espressif/esp-idf!35556
2024-12-11 16:39:20 +08:00
Armando
6528ab5971
refactor(mspi): refactor mspi clock src settings
2024-12-11 14:46:07 +08:00
chenjianhua
23455ea9c2
fix(bt/bluedroid): Fixed failure to get host status when host is not enabled
2024-12-11 14:39:56 +08:00
chenjianhua
6d1160b2e6
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS
2024-12-11 14:38:59 +08:00
Song Ruo Jing
aae5321c4a
Merge branch 'bugfix/ledc_get_freq_calc' into 'master'
...
fix(ledc): fix ledc_get_freq calculation err due to overflow
Closes IDF-11714, IDF-11762, IDFGH-14067, and IDFGH-14070
See merge request espressif/esp-idf!35451
2024-12-11 11:59:15 +08:00
Armando
2b2d56306b
change(lp_i2s): coverity: remove not necessary null pointer check
2024-12-11 11:42:42 +08:00
Zhang Hai Peng
56696866ba
Merge branch 'bugfix/fix_blufi_prepare_write' into 'master'
...
fix(blufi): Fixed crash issue in Blufi example during prepare write operation
Closes BLERP-1348
See merge request espressif/esp-idf!35506
2024-12-11 11:31:32 +08:00
luoxu
72f46b82a1
fix(ble_mesh): compile bug fixed for ble mesh on ble 5.0
2024-12-11 11:29:05 +08:00
Wang Qixiang
9bafc54490
Merge branch 'fix/disable_border_agent_default' into 'master'
...
fix(openthread): Disable Border Agent features by default
See merge request espressif/esp-idf!35529
2024-12-11 10:44:13 +08:00
Ivan Grokhotkov
6d06f5fe44
fix(esp_eth): fix openeth driver to consider MAC address set in QEMU
...
Openeth driver did not consider the possibility that the MAC address
was specified when launching QEMU, and would always overwrite that
address with the address obtained from esp_read_mac.
When running QEMU, setting the MAC address via QEMU arguments is more
convenient than crafting an eFuse file with the correct MAC address.
This change modifies openeth driver to first check if an address has
been set in QEMU and uses it if so. Otherwise it falls back to the
address obtained from esp_read_mac.
As part of this change, also removed the unnecessary variable
emac_opencores_t::addr, the address is only kept in the registers of
the emulated peripheral now.
For full effect this also requires changes in QEMU, see
https://github.com/espressif/qemu/issues/107 for background. Without
changes in QEMU, this commit keeps the same behavior.
2024-12-10 12:29:10 +01:00
Chen Ji Chang
c80fa61c1f
Merge branch 'feat/allow_to_skip_legacy_driver_conflict_check' into 'master'
...
feat(legacy_driver): add kconfig to skip legacy confilct check
Closes IDFGH-12987
See merge request espressif/esp-idf!35458
2024-12-10 19:03:37 +08:00
nilesh.kale
a0bcffcce9
fix(esp_http_client): updated defination for macro mem_check
...
This commit replace macro MEM_CHECK with return on failure and
updated usage of reespctive APIs' in IDF.
This also update th prototype of API esp_http_client_add_auth().
Closes https://github.com/espressif/esp-idf/issues/14463
2024-12-10 15:41:36 +05:30
muhaidong
f2eca886d0
fix(phy): fixed calibration warning infomation inaccurate issue
...
Closes https://github.com/espressif/esp-idf/issues/14963
2024-12-10 16:22:57 +08:00
Armando
5c32d4c22a
fix(mspi): fix init stuck when flash qio and xip_psram condition
...
Closes https://github.com/espressif/esp-idf/issues/14979
2024-12-10 15:30:10 +08:00
WanqQixiang
3646021d5b
fix(openthread): Disable Border Agent features by default
2024-12-10 12:04:27 +08:00
Jiang Jiang Jian
ea55be3d8a
Merge branch 'bugfix/fix_bit_width_of_channel_in_rxctrl' into 'master'
...
fix(wifi): expend bit width of channel in rxctrl
See merge request espressif/esp-idf!35484
2024-12-10 11:40:23 +08:00
Alexey Lapshin
8d8bef4573
Merge branch 'fix/spi_types-deprecation-warnings' into 'master'
...
fix(spi): fix deprecation warnings
See merge request espressif/esp-idf!35504
2024-12-10 00:10:28 +08:00
Alexey Lapshin
966f61ef6e
fix(spi): fix deprecation warnings
2024-12-09 20:56:54 +07:00
Erhan Kurubas
a7d5fb698f
Merge branch 'fix/coredump-gcc-analyzer-warnings' into 'master'
...
fix(system): fix GCC-14 analyzer warnings for coredump
Closes GCC-14
See merge request espressif/esp-idf!34809
2024-12-09 21:35:44 +08:00
Chen Jichang
f6c776d6c6
feat(legacy_driver): add kconfig to skip legacy confilct check
2024-12-09 21:24:04 +08:00
Kevin (Lao Kaiyao)
8077b5c7e2
Merge branch 'feature/support_ana_cmpr_on_c61' into 'master'
...
feat(ana_cmpr): support analog comparator on C61
Closes IDF-11082
See merge request espressif/esp-idf!35480
2024-12-09 20:22:19 +08:00
yinqingzhao
58c1d39720
fix(wifi): expend bit width of channel in rxctrl
2024-12-09 19:52:36 +08:00
Gao Xu
512d08a1d9
Merge branch 'feat/h21_introduce_step2_2' into 'master'
...
feat(esp32h21): add soc register header files (stage 2/8, part 2/3)
See merge request espressif/esp-idf!35320
2024-12-09 18:46:15 +08:00
Sumeet Singh
d681fb8949
fix(nimble): update csfc max size to max_bonds to fix invalid nvs overflow event
2024-12-09 16:00:16 +05:30
zhanghaipeng
5acb9c9b5f
fix(blufi): Fixed crash issue in Blufi example during prepare write operation
2024-12-09 17:04:05 +08:00
Guillaume Souchere
a995a5339b
fix(heap): MALLOC_CAP_EXEC does not allocate in RTC IRAM
...
This commit fixes the issue when trying to allocate memory
with the MALLOC_CAP_EXEC in RTC memory. Prior to the fix,
the heap allocator was returning an address in RTC DRAM.
To fix this issue:
- modified memory_layout.c of the concerned targets to fill the iram_address
field in the rtc entry of the soc_memory_region array properly.
- modified heap component related functions to return IRAM address when
an allocation in RTC memory with MALLOC_CAP_EXEC is requested.
Closes https://github.com/espressif/esp-idf/issues/14835
2024-12-09 09:34:56 +01:00