laokaiyao
7ac331fea7
refactor(lp_ana_periph): sync the reg names to TRM (part2)
2024-06-24 15:30:55 +08:00
C.S.M
c77ea73ca9
Merge branch 'fix/i2c_semaphore_release' into 'master'
...
fix(i2c): Fix i2c not release semaphore in command send loop
Closes IDFGH-13014
See merge request espressif/esp-idf!31572
2024-06-24 15:27:32 +08:00
Sudeep Mohanty
c3888541f1
fix(ulp-risc-v): Fixed RTC I2C multi-byte read/write issue for ULP RISC-V
...
This commit fixes an issue where multi-byte reads and writes over the
RTC I2C peripheral got stuck on the esp32s2 and esp32s3.
Closes https://github.com/espressif/esp-idf/issues/12235
2024-06-24 09:17:59 +02:00
Konstantin Kondrashov
1bab9da223
Merge branch 'feature/esp_rom_vprintf_supports_precision_attr' into 'master'
...
feat(esp_rom): Support precision attribute for esp_rom_vprintf
See merge request espressif/esp-idf!31373
2024-06-24 15:03:45 +08:00
Wang Meng Yang
74d3c00fdb
Merge branch 'fix/add_integrity_check_when_select_temporary_key' into 'master'
...
fix(bt): add integrity check when temporary link key selected
Closes BTQABR2023-315
See merge request espressif/esp-idf!31532
2024-06-24 14:58:19 +08:00
Liu Xiao Yu
69d849cbd6
Merge branch 'feature/console_unregister_cmd' into 'master'
...
feat(console): Add an API function to de-register the specified console command
Closes IDF-9996
See merge request espressif/esp-idf!31258
2024-06-24 14:44:18 +08:00
Mahavir Jain
1ec218260f
Merge branch 'bugfix/c5_mpi_ecc_power_mode' into 'master'
...
fix(hal): correct mpi/ecc peripheral power up sequence for ESP32-C5
See merge request espressif/esp-idf!31621
2024-06-24 13:47:07 +08:00
Wu Zheng Hui
2d36e81ccd
Merge branch 'fix/remove_esp32c6_h2_solved_todos' into 'master'
...
change(esp_hw_support): remove esp32c6 & esp32h2 solved todos
Closes IDF-5781 and IDF-6254
See merge request espressif/esp-idf!31401
2024-06-24 13:35:04 +08:00
Aditya Patwardhan
3e97a9f866
fix(soc): Disable key manager and ECDSA peripheral support for esp32p4
...
The support is disabled only for ECO1 and below
2024-06-24 10:26:51 +05:30
gongyantao
772b4dc26a
fix(bt): add integrity check when temporary link key selected
2024-06-24 12:05:49 +08:00
Wu Zheng Hui
e254647b0a
Merge branch 'feature/support_esp32p4_dcdc_always_on' into 'master'
...
feat(esp_hw_support): support esp32p4 dcdc always on during lightsleep
Closes PM-104 and PM-131
See merge request espressif/esp-idf!30449
2024-06-24 11:46:34 +08:00
Wu Zheng Hui
54c4984256
Merge branch 'fix/trigger_system_reset_in_brownout_isr' into 'master'
...
change(esp_system): trigger digital system reset in brownout isr
See merge request espressif/esp-idf!30512
2024-06-24 11:15:54 +08:00
Wu Zheng Hui
ee372c4842
Merge branch 'feat/esp32p4eco_sleep_feature_update' into 'master'
...
feat(esp_hw_support): esp32p4eco1 sleep feature update
Closes IDF-9564
See merge request espressif/esp-idf!30899
2024-06-24 11:15:47 +08:00
Zhang Wen Xu
9e5e1f085d
Merge branch 'bugfix/openthread_uart_vfs_register' into 'master'
...
fix(openthread): register uart vfs devices when they are not registered
See merge request espressif/esp-idf!31524
2024-06-24 11:03:57 +08:00
morris
cd9d0365e1
Merge branch 'fix/lcd_build_error_in_cpp' into 'master'
...
fix(lcd): build errors with deprecated lcd types in cpp
Closes IDFGH-13083 and IDFGH-13090
See merge request espressif/esp-idf!31639
2024-06-24 10:17:40 +08:00
Jiang Jiang Jian
e14eadf952
Merge branch 'bugfix/wifi-6570' into 'master'
...
fix the issue of wifipwr losing its clock during sleep on the esp32c6 eco1
Closes WIFI-6570
See merge request espressif/esp-idf!31586
2024-06-24 09:57:52 +08:00
morris
466f54e375
fix(i2c_lcd): using function overloading to keep esp_lcd_new_panel_io_i2c
...
becuase _Generic is not available in C++
Closes https://github.com/espressif/esp-idf/issues/14037
2024-06-23 21:57:36 +08:00
morris
478a8b5dd6
fix(lcd): build errors with deprecated lcd types in cpp
...
Closes https://github.com/espressif/esp-idf/issues/14029
2024-06-23 21:54:26 +08:00
David Cermak
c6c980b893
fix(wifi): Call DHCP server API only if DHCPS enabled
...
Closes https://github.com/espressif/esp-idf/issues/14006
2024-06-21 18:10:36 +02:00
wuzhenghui
1679b509be
feat(esp_hw_support): support DCDC always on
2024-06-21 16:55:49 +08:00
wuzhenghui
35180988b5
feat(esp_pm): add DCDC always on config
2024-06-21 16:55:49 +08:00
Harshit Malpani
ff16ce4314
change: Add error logs for secure boot scheme and key mismatch
2024-06-21 13:56:22 +05:30
cjin
b4ded34fd8
fix(ble): added c6 config check for ble light sleep
2024-06-21 14:58:39 +08:00
zwl
842e3b13a2
feat(bluetooth/controller): adjust bt/porting code structure and delete redundant code
2024-06-21 14:58:35 +08:00
David Čermák
d9bae333ca
Merge branch 'fix/lwip_cleanup_freertos_port' into 'master'
...
fix(lwip): Cleanup freertos port to use more readable checks
Closes IDF-9939
See merge request espressif/esp-idf!30760
2024-06-21 13:42:21 +08:00
Mahavir Jain
e1499ddde3
fix(hal): correct the power up sequence for MPI/ECC peripherals in ESP32-C5
2024-06-21 09:42:57 +08:00
David Cermak
72c389f771
fix(lwip): Cleanup lwip -> ethernet dependencies
2024-06-20 17:00:19 +02:00
Tomas Rezucha
67c10eafaa
Merge branch 'feature/usb_host_multi_configuration' into 'master'
...
USB Host multiconfiguration support pt1 (getting the configuration descriptor)
Closes IDFGH-11532 and IDF-8732
See merge request espressif/esp-idf!26760
2024-06-20 20:29:12 +08:00
C.S.M
8e1698aa05
fix(i2c): Fix i2c not release semaphore in command send loop
2024-06-20 19:22:49 +08:00
Kevin (Lao Kaiyao)
e301e4ee34
Merge branch 'feature/support_parlio_on_c5' into 'master'
...
feat(parlio): support parlio on c5
Closes IDF-8685 and IDF-8686
See merge request espressif/esp-idf!31604
2024-06-20 19:16:12 +08:00
C.S.M
38db7e60e7
Merge branch 'feat/usb_serial_jtag_c5' into 'master'
...
feat(usb_serial_jtag): Add usb serial jtag support on esp32c5
Closes IDF-8721 and IDF-10257
See merge request espressif/esp-idf!31544
2024-06-20 18:49:16 +08:00
Nachiket Kukade
918b5a0823
Merge branch 'bugfix/wpa3_sta_mem_leak' into 'master'
...
Fix memory leak in wpa3 station mode
See merge request espressif/esp-idf!31419
2024-06-20 17:33:06 +08:00
C.S.M
d53add5d84
fix(usb_serial_jtag): fix regs are not handled properly for half-word instructions
2024-06-20 16:58:15 +08:00
C.S.M
5bd39b54d3
feat(usb_serial_jtag): Add usb serial jtag support on esp32c5
2024-06-20 16:55:55 +08:00
Marius Vikhammer
24e9736532
feat(lp-timer): support lp timer for C5
2024-06-20 16:13:49 +08:00
laokaiyao
b51fc7c390
ci(parlio_rx): enable target test for h2 and p4
2024-06-20 16:02:21 +08:00
David Cermak
70645836fc
fix(lwip): Cleanup freertos port to use more readable checks
...
It also removes incorrect comment that's not valid any more (leftover from 6933c103e5
)
It also removes ESP_THREAD_SAFE macro and sys_mbox_set_owner() which were not used
It also fixes CID 460613: Uninitialized pointer read in api_lib.c, netconn_gethostbyname_addrtype
Updated lwip submodule: git log --oneline 4297782b..aa4f6e78
* api_msg: Fix unused local variable if LWIP_NETCONN_SEM_PER_THREAD=1 (espressif/esp-lwip@aa4f6e78 )
2024-06-20 08:57:25 +02:00
Sudeep Mohanty
d0eed3a65e
Merge branch 'fix/lp_i2c_reg_redefinition_on_esp32c5' into 'master'
...
fix(lp-i2c): Fixed register definition namespace for LP I2C registers on esp32c5
See merge request espressif/esp-idf!31599
2024-06-20 14:40:53 +08:00
morris
2e2a621dca
Merge branch 'test/emac_regsiter_rw' into 'master'
...
test(emac): register are not read/write by half-word
Closes IDF-10258
See merge request espressif/esp-idf!31619
2024-06-20 14:30:13 +08:00
laokaiyao
1818bbaa79
remove(parlio): remove parlio caps in c61
2024-06-20 14:28:37 +08:00
laokaiyao
f301db44b8
feat(parlio): support parlio on C5
2024-06-20 14:28:37 +08:00
morris
55d2c23e0b
Merge branch 'fix/lcd_regsiter_rw_check' into 'master'
...
fix(lcd): workaround register check failure
Closes IDF-10244
See merge request espressif/esp-idf!31615
2024-06-20 14:26:47 +08:00
Shyamal Khachane
0fac1ebe40
fix(esp_wifi): Fix a memory leak that occurs when the SAE connection is interrupted
...
1. Free temporary data used by SAE before memsetting the same
2. Drop any received auth responses that use a different algorithm than the one currently in use
2024-06-20 11:45:16 +05:30
Mahavir Jain
f0781c4641
Merge branch 'contrib/github_pr_13945' into 'master'
...
fix(esp_http_client): Do not allocate client->if_name twice in esp_http_client_init. (GitHub PR)
Closes IDFGH-12994
See merge request espressif/esp-idf!31497
2024-06-20 09:20:39 +08:00
morris
96e1fe5029
test(emac): register are not read/write by half-word
2024-06-19 22:39:50 +08:00
Jiang Jiang Jian
c9a504cdcb
Merge branch 'bugfix/hardware_mgmt_decryption_regression' into 'master'
...
fix(wifi): Disable IC_PMF variable properly when station disconnects and always clear keys in tx_cb
Closes WIFI-6544
See merge request espressif/esp-idf!30695
2024-06-19 21:01:18 +08:00
Alexey Lapshin
b0ba5689f1
Merge branch 'feature/gcc-fanalyzer' into 'master'
...
feat(ci): add gnu static analyzer job
See merge request espressif/esp-idf!30902
2024-06-19 19:31:53 +08:00
Lou Tian Hao
ec9c9413bc
Merge branch 'feature/esp32c5mp_light_sleep_support_stage_1' into 'master'
...
feat(esp_hw_support): esp32c5mp sleep support (Stage 1: support modem clock)
See merge request espressif/esp-idf!31028
2024-06-19 19:09:43 +08:00
morris
a8f2a94fe8
fix(lcd): workaround register check failure
2024-06-19 19:00:11 +08:00
Rahul Tank
0cfefb8a42
Merge branch 'bugfix/free_memory_before_reattempt' into 'master'
...
fix(nimble): Clear resource before re-starting advertising
Closes BT-3776
See merge request espressif/esp-idf!31548
2024-06-19 18:40:22 +08:00
David Čermák
1fd6a83f62
Merge branch 'fix/netif_napt_fix' into 'master'
...
fix(esp_netif): Don't warn about disabling napt if wasn't enabled
See merge request espressif/esp-idf!31076
2024-06-19 17:36:22 +08:00
Sudeep Mohanty
86f86aa269
fix(lp-i2c): Fixed register definition namespace for LP I2C registers on esp32c5
...
This commit adds the `LP_I2C_` namespace to the register definitions for
the LP I2C registers on the esp32c5. Currently, the definitions lead to
a clash with the HP I2C register definitions leading to compilation
warnings.
2024-06-19 10:38:52 +02:00
Island
83cda5cfb9
Merge branch 'feat/add_definition_of_auth_fail_reason' into 'master'
...
feat(bt/bluedroid): Add definition for the reason of BLE authentication failure
See merge request espressif/esp-idf!31302
2024-06-19 16:07:25 +08:00
Peter Marcisovsky
6cabb68d12
feat(usb/host): multiconfiguration support
...
- usb host reads device's configuration on request
- a control transfer is sent
- memory is allocated for a new descriptor
- user must manually free the memory
2024-06-19 09:40:57 +02:00
Island
557aae0166
Merge branch 'feat/put_bt_interface_code_to_rom' into 'master'
...
Feat/put bt interface code to rom
Closes BLERP-791 and BLERP-804
See merge request espressif/esp-idf!31547
2024-06-19 14:59:08 +08:00
Sudeep Mohanty
e5d9d1dd60
Merge branch 'contrib/github_pr_14010' into 'master'
...
fix(ulp): Write pin's output mode to the correct register (GitHub PR)
Closes IDFGH-13065
See merge request espressif/esp-idf!31581
2024-06-19 14:57:40 +08:00
Michael (XIAO Xufeng)
e57c686136
Merge branch 'refactor/rtc_init_before_mspi_tuning' into 'master'
...
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
See merge request espressif/esp-idf!31200
2024-06-19 14:53:00 +08:00
fbp2m
adb307da29
fix: fixed allocating if_name in client context multiple times
...
Do not allocate client->if_name twice in esp_http_client_init().
Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/13945
2024-06-19 11:39:56 +05:30
morris
f791c6e232
Merge branch 'bugfix/huk_ll_enable_interrupt' into 'master'
...
fix(huk): switch case fall through unexpected
See merge request espressif/esp-idf!31584
2024-06-19 12:02:17 +08:00
wuzhenghui
1ac05e89b0
fix(esp_hw_support): disable mpll clock after L1 dcache writeback
2024-06-19 11:43:58 +08:00
Lou Tianhao
1b65a70928
change(esp_hw_support): bypass esp_sleep_pd_config
2024-06-19 11:19:42 +08:00
Lou Tianhao
8c52c983b4
feat(esp_hw_support): support modem clock for esp32c5mp
2024-06-19 11:19:37 +08:00
Marius Vikhammer
a60d19949d
Merge branch 'feature/c5_mp_lp_core' into 'master'
...
feat(lp-core): bringup lp-core for C5 MP
See merge request espressif/esp-idf!31563
2024-06-19 11:14:25 +08:00
Li Shuai
731534e8c7
fix(wifi): fix the issue of wifipwr losing its clock during sleep on the esp32c6 eco1
2024-06-19 10:49:31 +08:00
Kevin (Lao Kaiyao)
1db237e120
Merge branch 'bugfix/sych_the_change_of_during_c5beta3_removal' into 'master'
...
fix(esp32c5): sych the changes during c5beta3 removal
Closes IDFCI-2204
See merge request espressif/esp-idf!31573
2024-06-19 10:20:11 +08:00
Marius Vikhammer
aae3aa5e5f
feat(lp-core): bringup lp-core for C5 MP
...
LP-Core is now able to boot and run on C5 MP chip.
2024-06-19 09:18:47 +08:00
morris
98070179b5
fix(huk): switch case fall through unexpected
2024-06-18 23:13:00 +08:00
Konstantin Kondrashov
687832ae94
Merge branch 'feature/parttool_adds_ignore_readonly_flag' into 'master'
...
feat(partition_table): Adds --ignore-readonly flag
Closes IDFGH-13017
See merge request espressif/esp-idf!31500
2024-06-18 21:12:15 +08:00
Kevin (Lao Kaiyao)
31364b0f9f
Merge branch 'bugfix/rename_some_touch_regs' into 'master'
...
refactor(lp_ana_periph): sync the reg names to TRM
See merge request espressif/esp-idf!31474
2024-06-18 20:47:45 +08:00
morris
78b6f28529
Merge branch 'refactor/adc_dma_memory_allocation' into 'master'
...
ADC & AES: use heap component API to allocate cached aligned DMA buffer
See merge request espressif/esp-idf!31533
2024-06-18 20:41:40 +08:00
morris
ba364d486f
Merge branch 'feat/ci_check_ll_rw_register_half_word' into 'master'
...
feat(ci): check if the LL function read write the register by half-world
See merge request espressif/esp-idf!31501
2024-06-18 20:38:15 +08:00
LonerDan
37fad48e1f
fix(ulp-risc-v): Set RTC GPIO output mode in the correct register for ULP RISC-V
...
According to the ESP32-S2/S3 TRM, the output pin's mode is set in the RTC_GPIO_PINn_REG
by programming the RTC_GPIO_PINn_PAD_DRIVER bit. The current ULP RISC-V RTCIO driver
however, incorrectly programs the RTC_IO_TOUCH_PADn_REG register field RTC_IO_TOUCH_PADn_DRV.
This commit fixes the bug.
2024-06-18 14:33:13 +02:00
chenjianhua
5aae8dc53c
feat(bt/bluedroid): Add definition for the reason of BLE authentication failure
2024-06-18 20:11:39 +08:00
laokaiyao
3701760e03
fix(soc): sych the changes that missed during c5 beta3 removal
2024-06-18 19:07:22 +08:00
Konstantin Kondrashov
5750f2cd29
feat(partition_table): Adds --ignore-readonly flag
...
Closes https://github.com/espressif/esp-idf/issues/13964
2024-06-18 13:11:56 +03:00
Song Ruo Jing
794160fb48
Merge branch 'test/enable_build_test_ledc_esp32c5' into 'master'
...
test(ledc): enable build test on esp32c5
Closes IDFCI-2204
See merge request espressif/esp-idf!31574
2024-06-18 17:28:27 +08:00
morris
049bdd9e37
Merge branch 'refactor/gptimer_sleep_retention' into 'master'
...
Fix gptimer auto reload configuration being overwritten by regdma
See merge request espressif/esp-idf!31314
2024-06-18 17:09:44 +08:00
morris
3a7ee67694
test(ledc): enable build test on esp32c5
2024-06-18 17:06:36 +08:00
Sarvesh Bodakhe
205fa4fa6e
fix(wifi): Fix station PMF issue
...
Fix issue of station PMF not getting reset when disconnecing from PMF connection
2024-06-18 13:32:07 +05:30
morris
580810d2d5
Merge branch 'feat/i2c_c5mp' into 'master'
...
feat(i2c): Add i2c support on esp32c5 mp
Closes IDF-8694 and IDF-8696
See merge request espressif/esp-idf!31554
2024-06-18 15:51:33 +08:00
zwl
23ff4fc0c4
feat(bluetooth/controller): update controller api name on ESP32-C5
2024-06-18 15:40:53 +08:00
zwl
5611224141
feat(bluetooth/controller): update controller api name on ESP32-C2
2024-06-18 15:40:53 +08:00
zwl
d6240706ea
feat(bluetooth/controller): update controller api name on ESP32-C6 and ESP32-H2
2024-06-18 15:40:53 +08:00
morris
4f03604b2e
fix(hal): functions that may generate invalid load/store byte/half-word instructions
...
because the APB regsiters can't behave correctly on these instructions
2024-06-18 14:58:41 +08:00
morris
dd46392a66
feat(ci): check LL functions not read write register by half word
2024-06-18 14:58:41 +08:00
laokaiyao
5b01a3ccd3
refactor(touch): refactor the filter configuration
2024-06-18 14:36:09 +08:00
laokaiyao
39ade8fd8a
refactor(lp_ana_periph): sync the reg names to TRM
2024-06-18 14:36:09 +08:00
Alexey Lapshin
ed6e497c6f
feat(build): add COMPILER_STATIC_ANALYZER option
2024-06-18 14:25:37 +08:00
Alexey Lapshin
e1b9985bd0
fix(usb): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
75277a9419
fix(esp_driver_parlio): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
f328e06ed4
fix(wpa_supplicant): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
edbf6130db
fix(vfs): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
0815f6ab8c
fix(sdmmc): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
fcd2aee74d
fix(heap): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
505647292d
fix(esp_mm): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
b85736f6a6
fix(esp_hw_support): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Alexey Lapshin
0087196f3c
fix(esp_driver_usb_serial_jtag): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
Fu Hanxi
adf6fc1e5b
ci: disable failing esp32c5 builds
2024-06-18 08:11:44 +02:00
C.S.M
b0f2205f70
feat(i2c): Add i2c support on esp32c5 mp
2024-06-18 10:37:36 +08:00
Rahul Tank
df54b0ff12
fix(nimble): Clear resource before re-starting advertising
2024-06-18 10:33:10 +08:00
morris
3ef9426e2a
refactor(gptimer): sleep retention code clean up
2024-06-18 09:59:12 +08:00
morris
22a85517ff
fix(gptimer): fix the regdma overwrite the reload configuration
2024-06-18 09:59:12 +08:00
morris
0365cb0bc7
change(wdt): create wdt_periph.c in soc component
2024-06-18 09:59:06 +08:00
Xiao Xufeng
5b71b949be
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-06-18 01:16:24 +08:00
Kevin (Lao Kaiyao)
0479494e7a
Merge branch 'remove/remove_c5_beta3_support' into 'master'
...
remove(c5beta3): remove esp32c5 beta3 support
Closes IDF-9197
See merge request espressif/esp-idf!31412
2024-06-18 00:18:00 +08:00
Jakob Hasse
94bec782a1
Merge branch 'fix/correct_esp_xt_wdt_configuration' into 'master'
...
fix(esp_system): properly exclude XTAL32K WDT from other chips
Closes IDFGH-13005
See merge request espressif/esp-idf!31468
2024-06-17 19:26:19 +08:00
laokaiyao
d753d01383
fix(gpio): upgrade the gpio func select api for legacy pcnt & ledc
2024-06-17 15:15:08 +08:00
Euripedes Rocha
1cd8682047
change(mqtt): Update esp_mqtt submodule
...
git log --oneline aa6f889fb4f6f743b3a550aa587713aabbdca1fc..cac1552e62b0474c162547b7cce345d7cd1aecfe
Detailed description of the changes:
* fix: clang analyzer unknown pragma warning
- See merge request espressif/esp-mqtt!215
- See commit https://github.com/espressif/esp-mqtt/commit/6bb5a5b
* fix: gcc analyzer unknown pragma warning
- See merge request espressif/esp-mqtt!214
- See commit https://github.com/espressif/esp-mqtt/commit/b527203
* feat: Moves deletion of expired messages to run at all states
- Closes IDFGH-12831
- Closes https://github.com/espressif/esp-mqtt/issues/278
- See commit https://github.com/espressif/esp-mqtt/commit/32dada4
* fix: Handling of state in the outbox for enqueued QoS 0 messages
- Closes IDFGH-12829
- Closes https://github.com/espressif/esp-mqtt/issues/276
- See commit https://github.com/espressif/esp-mqtt/commit/739cb2d
* fix: Instalation of gcovr in host tests was broken
- See merge request espressif/esp-mqtt!211
- See commit https://github.com/espressif/esp-mqtt/commit/6643c49
* Allow to publish using only topic alias on MQTT5
- Closes IDFGH-12735
- Fix: Allow to publish using only topic alias on MQTT5 (espressif/esp-mqtt@0071aca )
* refactor: replaced heap mock with Linux-compatible heap component
- See merge request espressif/esp-mqtt!208
- See commit https://github.com/espressif/esp-mqtt/commit/8b0b43e
* fix: gcc -fanalyzer warnings
- See merge request espressif/esp-mqtt!209
- See commit https://github.com/espressif/esp-mqtt/commit/8bc3bff
* fix: Use catch from component manager
- See merge request espressif/esp-mqtt!210
- See commit https://github.com/espressif/esp-mqtt/commit/53e0cc7
* fix: Fix host test for github ci.
- Closes IDF-8883
- See commit https://github.com/espressif/esp-mqtt/commit/b43d93c
2024-06-17 13:06:35 +08:00
laokaiyao
c731b099ee
remove(c5beta3): remove c5 beta3 doxy files
2024-06-17 12:02:15 +08:00
laokaiyao
21f870ecd5
remove(c5beta3): remove c5 beta3 system files
2024-06-17 12:02:15 +08:00
laokaiyao
1d894680a8
remove(c5beta3): remove c5 beta3 rom files
2024-06-17 12:02:15 +08:00
laokaiyao
717a2ccf15
remove(c5beta3): remove c5 beta3 soc files
2024-06-17 12:01:57 +08:00
morris
65710f70e3
change(aes): refactor DMA buffer allocation
2024-06-17 11:28:07 +08:00
laokaiyao
9e66f1ecc0
feat(isp_awb): support to change config after initialized
2024-06-17 11:19:59 +08:00
morris
ea9630d977
change(adc): refactor DMA memory allocation
2024-06-17 11:12:06 +08:00
Song Ruo Jing
b4b1906d2c
Merge branch 'feature/esp32c5_regi2c_support' into 'master'
...
feat(regi2c): support REGI2C for ESP32C5 MP
Closes IDF-8824
See merge request espressif/esp-idf!31411
2024-06-17 11:10:26 +08:00
Fu Zhibo
157efcfdbc
feat: support regi2c for esp32c5
2024-06-14 21:02:51 +08:00
Ivan Grokhotkov
f95caa751b
Merge branch 'feature/update-qemu-to-esp_develop_9.0.0_20240606' into 'master'
...
feat(tools): update qemu version to esp_develop_9.0.0_20240606
See merge request espressif/esp-idf!31375
2024-06-14 20:41:52 +08:00
Song Ruo Jing
330c57cb45
feat(modem): add modem register header files for ESP32C5 MP
2024-06-14 20:26:58 +08:00
Kevin (Lao Kaiyao)
ec99ccf204
Merge branch 'bugfix/fix_touch_sensor_coverity_issue' into 'master'
...
fix(touch): fix driver coverity issue
Closes IDF-10195 and IDF-10196
See merge request espressif/esp-idf!31520
2024-06-14 19:06:27 +08:00
WanqQixiang
349d6e1f35
fix(openthread): register uart vfs devices when they are not registered
2024-06-14 19:02:06 +08:00
Rahul Tank
3f5bf2f372
Merge branch 'contrib/github_pr_13951' into 'master'
...
Fix stack overflow bug for `examples/bluetooth/esp_hid_device` when using esp32s3 with nimble (GitHub PR)
Closes IDFGH-13001
See merge request espressif/esp-idf!31508
2024-06-14 18:52:44 +08:00
laokaiyao
e7e76f6c0c
fix(touch): fix driver coverity issue
2024-06-14 17:28:57 +08:00
Marius Vikhammer
e496f2668c
Revert "fix(intr): fixed intr threshhold min level on C5"
...
This reverts commit 61f1975882
.
2024-06-14 12:18:59 +08:00
Marius Vikhammer
56753c1dad
Revert "fix(rom): fixed esprv_int_set_threshold on C5/C61"
...
This reverts commit 113c8de0fc
.
2024-06-14 12:03:51 +08:00
Kevin (Lao Kaiyao)
20c2b24c97
Merge branch 'bugfix/fix_isp_awb_continuous_mode' into 'master'
...
fix(isp_awb): fixed continuous mode only triggered once
See merge request espressif/esp-idf!31478
2024-06-14 10:05:52 +08:00
Jiang Jiang Jian
e75d879e22
Merge branch 'bugfix/esp_rom_clic_thresh_bug' into 'master'
...
fix(rom): fixed esprv_int_set_threshold on C5/C61
See merge request espressif/esp-idf!31488
2024-06-14 09:08:43 +08:00
Jakob Hasse
22561ee408
fix(esp_system): properly exclude XTAL32K WDT from other chips
...
Closes https://github.com/espressif/esp-idf/issues/13955
2024-06-13 19:00:16 +02:00
Tomas Rezucha
e5bc2549ca
Merge branch 'fix/usb_host_enum_urb_rounded_for_string_desc' into 'master'
...
fix(enum): Returned usb_round_up_to_mps for control request of string descriptors
See merge request espressif/esp-idf!31487
2024-06-13 23:50:13 +08:00
Jiang Jiang Jian
3f827ba010
Merge branch 'bugfix/wifi-5610' into 'master'
...
fix the issue of tbtt interrupt miss caused by beacon monitor
Closes WIFI-5610
See merge request espressif/esp-idf!31051
2024-06-13 20:08:05 +08:00
Jiang Jiang Jian
aab63bed24
Merge branch 'bugfix/esp32c6_update_ld' into 'master'
...
fix(wifi):esp32c6 update ld
Closes WIFIBUG-539, WIFIBUG-556, and WIFIBUG-601
See merge request espressif/esp-idf!30918
2024-06-13 18:04:23 +08:00
Marius Vikhammer
113c8de0fc
fix(rom): fixed esprv_int_set_threshold on C5/C61
2024-06-13 17:53:03 +08:00
Jiang Jiang Jian
eba93f00f4
Merge branch 'bugfix/fixed_dport_access_issue' into 'master'
...
fix(bt/controller): Fixed assert issue caused by DPORT access
See merge request espressif/esp-idf!31469
2024-06-13 15:58:00 +08:00
Roman Leonov
f5c1039de3
fix(enum): Returned usb_round_up_to_mps for control request of string descriptors
2024-06-13 09:23:34 +02:00
Jiang Jiang Jian
2152f07bc3
Merge branch 'bugfix/fix_no_mem_coex_issue' into 'master'
...
fix(nimble): Added change to handle extra memory for ext adv reattempt
See merge request espressif/esp-idf!31443
2024-06-13 14:31:34 +08:00
laokaiyao
ae9f64aa5b
fix(isp_awb): fixed continuous mode only triggered once
2024-06-13 14:00:15 +08:00
Marius Vikhammer
b520b3d88a
Merge branch 'feature/c61_cpu_intr_support' into 'master'
...
feat(intr): basic interrupt/freertos support for C61
Closes IDF-9280, IDF-9261, and IDF-9262
See merge request espressif/esp-idf!31450
2024-06-13 13:02:14 +08:00
linruihao
49c19fd857
fix(bt/controller): Fixed assert issue caused by DPORT access
2024-06-13 11:43:45 +08:00
yinqingzhao
d6a14c2641
fix(wifi):esp32c6 update ld
2024-06-13 11:25:55 +08:00
Island
0ebc44e2db
Merge branch 'bugfix/fix_ble_evt_time' into 'master'
...
fix(ble/controller): Update esp32 bt-lib (1e63e23)
Closes BLERP-760, BLERP-759, BLERP-793, BLERP-794, IDFGH-12768, and BLERP-803
See merge request espressif/esp-idf!30878
2024-06-13 11:09:03 +08:00
Island
27f06bef11
Merge branch 'bugfix/fix_ble_set_adv_param_check' into 'master'
...
Bugfix/fix ble set adv param check
Closes BLERP-739
See merge request espressif/esp-idf!30745
2024-06-13 11:04:09 +08:00
Island
54da44509c
Merge branch 'bugfix/fix_ble_security_param' into 'master'
...
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
Closes IDFGH-12909
See merge request espressif/esp-idf!31304
2024-06-13 11:03:22 +08:00
Kevin (Lao Kaiyao)
c23165bb34
Merge branch 'feature/touch_driver_ng_on_p4' into 'master'
...
feat(touch_sensor): touch driver ng on p4
Closes IDF-7477
See merge request espressif/esp-idf!25941
2024-06-13 02:32:53 +08:00
Li Shuai
063af3a7a1
fix(esp_wifi): fix the issue of tbtt interrupt miss caused by beacon monitor
2024-06-12 22:17:58 +08:00
Aditya Patwardhan
ab90aec8f2
Merge branch 'fix/incorrect_pma_config_esp32p4' into 'master'
...
fix(esp_hw_support): Fix incorrect PMA configuration for ESP32-P4
See merge request espressif/esp-idf!31400
2024-06-12 20:01:09 +08:00
Sudeep Mohanty
0494dc45d1
Merge branch 'contrib/github_pr_13926' into 'master'
...
feat(ulp): Generate compile_commands.json for ULP targets (GitHub PR)
Closes IDFGH-12974 and IDFGH-10664
See merge request espressif/esp-idf!31461
2024-06-12 19:44:52 +08:00
zhanghaipeng
21bfbaca61
fix(ble/controller): Update esp32 bt-lib (1e63e23)
...
- Optimized GATT write and notify throughput on ESP32
- Fixed BLE connect timeout after using DTM on ESP32
- Added ke memory debug tools on ESP32
- Fixed memory leak issue when BLE SCAN and other event coexist on ESP32
2024-06-12 19:34:41 +08:00
Jiang Jiang Jian
a5c0fcea8e
Merge branch 'bugfix/wps_mode_change' into 'master'
...
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled
Closes WIFIBUG-478
See merge request espressif/esp-idf!30111
2024-06-12 18:48:19 +08:00
Rahul Tank
23d88abbfb
fix(nimble): Added change to handle extra memory for ext adv reattempt
2024-06-12 15:10:49 +05:30
Ivan Grokhotkov
aad9ab02e8
feat(esp_eth): enable openeth in QEMU for ESP32-S3
2024-06-12 10:50:13 +02:00
andylinpersonal
700f9b7e90
feat(ulp): Generate compile_commands.json for ulp targets
...
This commit adds the generation of the compile_command.json file for ULP
and LP core apps.
Merges https://github.com/espressif/esp-idf/pull/13926
2024-06-12 10:17:16 +02:00
laokaiyao
d263ab3145
docs(touch): add doc for cap touch sens driver
2024-06-12 15:44:25 +08:00
Martin Vychodil
c4ffee4b81
Merge branch 'feat/sdio_validate_hs_mode' into 'master'
...
feat(sdmmc): add high speed mode switch validation check for SDIO
See merge request espressif/esp-idf!30743
2024-06-12 15:38:44 +08:00
Roman Leonov
0a78f7207b
Merge branch 'feature/usb_host_hub_uid_prereq' into 'master'
...
feat(hub): Added device tree nodes list and uid calculation logic
See merge request espressif/esp-idf!31043
2024-06-12 15:30:27 +08:00
aditi_lonkar
c890c85d3d
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled
2024-06-12 12:34:52 +05:30
Island
8057d80f25
Merge branch 'bugfix/fix_some_ble_bugs_240531' into 'master'
...
Fixed some BLE bugs 240531 on ESP32C3 (0738a61)
See merge request espressif/esp-idf!31260
2024-06-12 14:13:43 +08:00
Armando (Dou Yiwen)
cd1ec8426c
Merge branch 'doc/isp_bf_dvp_programming_guide' into 'master'
...
isp: bf dvp programming guide
Closes IDF-10091 and IDF-10092
See merge request espressif/esp-idf!31361
2024-06-12 14:13:11 +08:00
morris
15cebb6be7
Merge branch 'feat/rmt_sleep_retention_esp32p4' into 'master'
...
feat(rmt): support sleep retention on esp32p4
Closes IDF-9936
See merge request espressif/esp-idf!31390
2024-06-12 13:47:55 +08:00
Armando
615f486791
fix(esp_system): fixed not necessary public require to bootloader_support
2024-06-12 12:13:06 +08:00
Armando
7861856db0
doc(isp): isp bf programming guide
2024-06-12 12:13:06 +08:00
laokaiyao
b09a7a922d
ci(touch): add test cases for cap touch sens driver
2024-06-12 12:09:17 +08:00
laokaiyao
865e3ee2de
feat(touch_sens): touch sensor driver-ng on P4
2024-06-12 12:09:17 +08:00
Jiang Jiang Jian
11bbd9b76d
Merge branch 'fix/fix_sta_scan_when_connected_cause_bcn_timeout_loop' into 'master'
...
fix(wifi): fix sta scan when connected cause bcn timeout loop issue
Closes WIFBUG-606
See merge request espressif/esp-idf!31438
2024-06-12 12:05:35 +08:00
Gao Xu
3ec99db2d5
Merge branch 'feat/esp32c5_mp_uart_support' into 'master'
...
feat(uart): support HP/LP uart on ESP32C5 MP
Closes IDF-8722
See merge request espressif/esp-idf!31024
2024-06-12 11:00:51 +08:00
Armando (Dou Yiwen)
3af0335b3f
Merge branch 'feature/p4_lcdcam_dvp_cam_driver' into 'master'
...
feat(cam): add esp32-p4 lcd_cam dvp driver
Closes IDF-10029
See merge request espressif/esp-idf!31085
2024-06-12 10:44:44 +08:00
morris
31fd72538f
feat(rmt): support sleep retention on esp32p4
2024-06-12 10:44:20 +08:00
Marius Vikhammer
34cc6c0464
Merge branch 'bugfix/clic_intr_thresh' into 'master'
...
fix(intr): fixed intr threshhold min level on C5
See merge request espressif/esp-idf!31269
2024-06-12 10:40:46 +08:00
Marius Vikhammer
eb24a57728
feat(intr): basic interrupt/freertos support for C61
2024-06-12 09:25:47 +08:00
Song Ruo Jing
3d7cce3d6a
Merge branch 'feature/esp32c5_xtal_support' into 'master'
...
feat(clk): support ESP32C5 XTAL 40M/48M selection
Closes IDF-8943
See merge request espressif/esp-idf!31409
2024-06-12 00:18:50 +08:00
David Čermák
64fb5a2849
Merge branch 'feat/netif_errcode_wifitxfail_2' into 'master'
...
change(esp_netif): Add Non-Fatal errtype to indicate lower layer medium failure
See merge request espressif/esp-idf!29835
2024-06-11 22:02:49 +08:00
Mohammad-Mohsen Aseman-Manzar
51fb928d4b
Fix stack overflow bug for examples/bluetooth/esp_hid_device
when using esp32s3 with nimble
...
Related to 60354c39a9
2024-06-11 16:13:34 +03:30
gaoxu
ed6ca697cf
feat(uart): support HP/LP uart on ESP32C5 MP
2024-06-11 19:34:03 +08:00
Kapil Gupta
63386f34bf
Merge branch 'bugfix/wpa3_init_crash' into 'master'
...
fix(wpa_supplicant): Fix wpa3 AP crash because of dangling pointer
Closes WIFIBUG-540
See merge request espressif/esp-idf!31358
2024-06-11 18:06:30 +08:00
Song Ruo Jing
ac6101bf4e
feat(clk): support ESP32C5 XTAL 40M/48M selection
2024-06-11 17:42:43 +08:00
wangtao@espressif.com
644944f30a
fix(wifi): fix sta scan when connected cause bcn timeout loop issue
2024-06-11 16:25:51 +08:00
Jiang Jiang Jian
721b4c89c9
Merge branch 'bugfix/fix_configure_gcmp_failure_issue' into 'master'
...
fix(wifi): fix configure gcmp failure issue
Closes WIFIBUG-618
See merge request espressif/esp-idf!31312
2024-06-11 16:10:34 +08:00
Yogesh Mantri
586207207f
change(esp_netif): Add Non-Fatal errtype to indicate lower layer medium failure
...
UDP application sends packet using esp_netif, underlying transport such
as Wi-Fi may drop the packet due to higher load. New error code
represent transient, non-fatal packet drop error. udp application may
use such errtype, for example to rate limit.
2024-06-11 09:20:49 +02:00
Roman Leonov
b688ee2cba
feat(hub): Added device tree nodes list and uid calculation
2024-06-11 09:20:42 +02:00
Dong Heng
a347fa175f
feat(cam): add esp32-p4 lcd_cam dvp driver
2024-06-11 10:59:27 +08:00
wuzhenghui
083ef29dcd
change(esp_hw_support): remove esp32c6 & esp32h2 solved todos
2024-06-11 10:20:23 +08:00
Roman Leonov
d214c482f6
fix(enum): Added STALL handling on descriptor fetching
2024-06-10 19:45:15 +02:00
Roman Leonov
db1f13d259
fix(enum): Removed unused value
2024-06-10 19:45:15 +02:00
David Cermak
d3567b080f
fix(esp_netif): Don't warn about disabling napt if wasn't enabled
2024-06-10 13:34:06 +02:00
harshal.patil
a8f509f481
fix(esp_hw_support): Fix incorrect PMA configuration for ESP32-P4
...
- As the PMA entry that made some memory regions cacheable was
assigned the highest priority, some intermediate inaccessible
memory regions bypassed protection.
- Added tests for the same
- Verified that even after changing the priority of the PMA entry,
a write operation at SOC_IRAM_LOW + 0x40 (a random RAM cached address)
still needs the same number (29) of CPU cycles.
2024-06-10 11:55:58 +05:30
Anton Maklakov
21258ad833
Merge branch 'fix/lwip-gnu-analyzer-warnings' into 'master'
...
fix(lwip): fix gcc -fanalyzer warnings
See merge request espressif/esp-idf!31395
2024-06-09 13:40:39 +08:00
Kevin (Lao Kaiyao)
d92b8c37ce
Merge branch 'feature/support_isp_ccm' into 'master'
...
feat(isp_ccm): support isp color correction matrix
Closes IDF-10080
See merge request espressif/esp-idf!31244
2024-06-07 16:36:58 +08:00
Alexey Lapshin
23b726acbd
fix(lwip): fix gcc -fanalyzer warnings
2024-06-07 15:00:44 +07:00
morris
d4c7537ec6
Merge branch 'refator/re-enable_test_on_p4' into 'master'
...
fix(gptimer): re-enable legacy_test on p4
Closes IDF-8962
See merge request espressif/esp-idf!31372
2024-06-07 15:23:09 +08:00
Aditya Patwardhan
874388c628
Merge branch 'feature/enable_flash_encryption_for_c5' into 'master'
...
feat: enable flash encryption support for c5
Closes IDF-8622 and IDF-9480
See merge request espressif/esp-idf!29578
2024-06-07 14:30:39 +08:00
Wu Zheng Hui
8cd9e78944
Merge branch 'bugfix/fix_lp_timer_half_world_access' into 'master'
...
fix(hal): fix LP timer LL half word access
Closes PM-148
See merge request espressif/esp-idf!31370
2024-06-07 14:12:30 +08:00
muhaidong
812faf4f7d
fix(wifi): fix configure gcmp failure issue
2024-06-07 14:04:23 +08:00
Chen Jichang
12d2eff381
fix(gptimer): re-enable test on P4
...
Remove timer_get_counter_time_sec in the ISR. Keep ISR as fast as
possible and not allow FPU usage.
2024-06-07 11:12:45 +08:00
laokaiyao
251fb331d2
feat(isp_ccm): support isp color correction matrix
2024-06-07 10:54:56 +08:00
C.S.M
6c4534b6f4
Merge branch 'bugfix/disable_fib_bod' into 'master'
...
fix(bod): Disable fib in bootloader so that interrupt can be triggered properly
See merge request espressif/esp-idf!31238
2024-06-07 10:32:41 +08:00
Konstantin Kondrashov
391aabf73f
Merge branch 'feature/linux_esp_err_support' into 'master'
...
feat(esp_common): Support ESP_ERROR_CHECK_ macros on Linux
Closes IDFGH-12933
See merge request espressif/esp-idf!31320
2024-06-06 22:17:28 +08:00
wuzhenghui
657d0cadb7
fix(hal): fix PMU LL half word and byte access
2024-06-06 21:03:31 +08:00
Konstantin Kondrashov
fc5ce967a6
feat(esp_rom): Support precision attr for esp_rom_vprintf
2024-06-06 15:37:21 +03:00
Song Ruo Jing
745ca1a4eb
Merge branch 'feature/ppa_add_test_cases' into 'master'
...
feat(ppa): add test cases to test PPA data correctness
See merge request espressif/esp-idf!31331
2024-06-06 20:29:56 +08:00
wuzhenghui
65bfc12f20
fix(hal): fix LP timer LL half word access
2024-06-06 20:07:53 +08:00
Radek Tandler
c21b5bbbf2
Merge branch 'feature/storage_nvs_psram' into 'master'
...
nvs_flash: Enable heap allocation in SPIRAM
See merge request espressif/esp-idf!27181
2024-06-06 19:51:12 +08:00
Ondrej Kosta
e9adde3485
Merge branch 'bugfix/yeat_another_memory_leak' into 'master'
...
fix(esp_eth): Fixed another memory leak ESP MAC
Closes IDF-10079
See merge request espressif/esp-idf!31336
2024-06-06 18:48:09 +08:00
Song Ruo Jing
fb7afe607e
feat(ppa): add test cases to test PPA data correctness
2024-06-06 18:10:53 +08:00
Ivan Grokhotkov
ac2092c362
Merge branch 'bugfix/sdmmc_psram_esp32s3' into 'master'
...
fix(sdmmc): fix invalid data when reading/writing PSRAM buffers
Closes IDF-10081
See merge request espressif/esp-idf!31346
2024-06-06 16:43:33 +08:00
C.S.M
7909291922
fix(bod): Disable fib in bootloader so that interrupt can be triggered properly
2024-06-06 15:22:53 +08:00
Wu Zheng Hui
3ba7d63305
Merge branch 'fix/support_union_lp_io_clk_control' into 'master'
...
fix(esp_driver_gpio): manage lp_io module clock by driver
Closes IDFGH-12693
See merge request espressif/esp-idf!30961
2024-06-06 14:29:18 +08:00
radek.tandler
ffaf1d2968
feat(nvs_flash): Added Kconfig option contolling NVS heap allocation source
...
NVS configuration is extended with Kconfig option controlling RAM area for
NVS heap allocation. Either Internal RAM or SPIRAM can be chosen.
Tests were extended to check memory consumption from Internal and SPIRAM pool with respect
to the Kconfig option chosen.
Documentation was extended with notes related to NVS behavior in various situations.
2024-06-06 08:25:51 +02:00
Shreyas Sheth
e331dff337
fix(wpa_supplicant): Fix wpa3 AP crash because of dangling pointer
2024-06-06 11:29:05 +05:30
Rahul Tank
2dec6e1c3e
Merge branch 'bugfix/ble_gap_unpair_error_code' into 'master'
...
fix(nimble): Added return code in ble_gap_unpair error logs
See merge request espressif/esp-idf!31289
2024-06-06 12:39:16 +08:00
Xu Si Yu
cc97991ff8
Merge branch 'feat/update_otbr_lib' into 'master'
...
feat(openthread): update BR lib
See merge request espressif/esp-idf!31296
2024-06-06 12:26:33 +08:00
zhangyanjiao
fa4d07b7d7
fix(wifi): do not send null data when scan start/done for mesh
...
Closes https://github.com/espressif/esp-idf/issues/13786
2024-06-06 10:40:36 +08:00
Bogdan Kolendovskyy
75222cc6b7
Merge branch 'feature/emac_insufficient_tx_buffer_debug_log' into 'master'
...
feat(esp_eth): Do not produce error when insufficient TX buffer size happens
See merge request espressif/esp-idf!31175
2024-06-05 19:29:06 +08:00
Ivan Grokhotkov
6ed7e93676
fix(sdmmc): fix invalid data when reading/writing PSRAM buffers
...
Previous commit has enabled buffers in PSRAM for ESP32-P4. But this
also caused a regression for ESP32-S3, where PSRAM is not DMA capable.
This commit re-introduces the check for esp_ptr_external_ram in case
SOC_SDMMC_PSRAM_DMA_CAPABLE is not set.
2024-06-05 13:12:03 +02:00
wuzhenghui
cca222948a
fix(esp_driver_gpio): manage lp_io module clock by driver
...
Closes https://github.com/espressif/esp-idf/issues/13683
2024-06-05 17:56:37 +08:00
Ondrej Kosta
f9071cfce1
fix(esp_eth): Fixed another memory leak ESP MAC
2024-06-05 11:30:04 +02:00
Gao Xu
78c40fd19a
Merge branch 'esp32p4/add_adc_support' into 'master'
...
feat(adc): support ADC oneshot/continuous mode on ESP32P4
Closes IDF-6496 and IDF-6497
See merge request espressif/esp-idf!28281
2024-06-05 16:31:59 +08:00
David Čermák
4e5c837b5d
Merge branch 'fix/netif_ppp_server_negotiate_own_addr' into 'master'
...
fix(esp_netif): Fix PPP server to negotiate its own address is configured
Closes IDFGH-12759
See merge request espressif/esp-idf!30810
2024-06-05 15:54:02 +08:00
David Cermak
3a63cb80bb
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs
...
Closes https://github.com/espressif/esp-idf/issues/13713
2024-06-05 08:28:18 +02:00
Armando (Dou Yiwen)
4220c184c9
Merge branch 'change/change_isp_new_processer_pipeline_items' into 'master'
...
isp: don't init unnecessary isp pipeline items when doing isp_new_processor
See merge request espressif/esp-idf!31327
2024-06-05 14:26:48 +08:00
Konstantin Kondrashov
023d112cbf
feat(esp_common): Support ESP_ERROR_CHECK_ macros on Linux
...
Closes https://github.com/espressif/esp-idf/issues/13893
2024-06-05 09:00:51 +03:00
Konstantin Kondrashov
788455f3a8
Merge branch 'feature/bootloader_add_extern_c' into 'master'
...
fix(bootloader_support): Add missing c linkage to some headers
Closes IDFGH-12930
See merge request espressif/esp-idf!31300
2024-06-05 13:54:35 +08:00
Abhinav Kudnar
cefcba9910
fix(nimble): Added return code in ble_gap_unpair error logs
2024-06-05 09:32:49 +05:30
Rahul Tank
2bc29a788a
Merge branch 'bugfix/explict_free_adv_data' into 'master'
...
fix(nimble): Explicitly NULL assign adv data
Closes BLERP-795
See merge request espressif/esp-idf!31286
2024-06-05 11:41:15 +08:00
zhanghaipeng
42ca04b586
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
2024-06-05 11:40:58 +08:00
Armando
b4ddeeeeb9
change(isp): don't init unnecessary isp pipeline items when doing isp_new_processor
2024-06-05 11:10:24 +08:00
Armando (Dou Yiwen)
efe63f8950
Merge branch 'bugfix/fix_some_isp_issues' into 'master'
...
isp: fix some isp issues
See merge request espressif/esp-idf!31298
2024-06-05 10:16:59 +08:00
Shu Chen
d3192b610b
Merge branch 'fix/ieee802154_can_not_sleep_when_only_pm_enable' into 'master'
...
fix(802.15.4): fixed ieee802154 will sleep when only pm enabled
Closes TCI-1620
See merge request espressif/esp-idf!31288
2024-06-05 10:01:06 +08:00
Shu Chen
d051410609
Merge branch 'bugfix/remove_task_for_ot_tasklet' into 'master'
...
fix(openthread): remove the empty task for openthread tasklets
Closes TZ-902
See merge request espressif/esp-idf!31176
2024-06-05 09:47:51 +08:00
morris
a7e7fe2ee8
Merge branch 'refactor/async_memcpy_allocate_dma_memory' into 'master'
...
refactor(async_memcpy): clean up memory allocation code
See merge request espressif/esp-idf!31197
2024-06-04 21:09:48 +08:00
morris
d922bf5c02
Merge branch 'refactor/emac_alloc_dma_buffer' into 'master'
...
refactor(emac): use heap component API to allocate cached aligned DMA buffer
See merge request espressif/esp-idf!31254
2024-06-04 21:04:51 +08:00
linruihao
1214a9684a
fix(bt): Overwrite a function in esp32c3 eco7 rom
2024-06-04 19:25:19 +08:00
Marius Vikhammer
21c111465a
Merge branch 'docs/c61_support' into 'master'
...
docs(c61): add docs build for C61
Closes IDF-9287
See merge request espressif/esp-idf!31182
2024-06-04 18:13:38 +08:00
Bogdan Kolendovskyy
514d8cb51d
feat(esp_eth): Do not produce error when insufficient TX buffer size happens
2024-06-04 12:06:59 +02:00
andylinpersonal
100f23a1c1
fix(bootloader_support): Add missing c linkage to some headers
...
Merges https://github.com/espressif/esp-idf/pull/13890
2024-06-04 12:39:39 +03:00
nilesh.kale
d1fa51e3c9
feat: enable flash encryption support for c5
...
This commit provide support for flash encryption feature in ESP32C5
2024-06-04 14:10:21 +05:30
Armando
ab2e430d2c
fix(isp): reverted only raw8 input limits
2024-06-04 15:09:04 +08:00
Armando
ba79a66502
change(isp): change isp_af_window_t to isp_window_t
2024-06-04 15:09:04 +08:00
zwx
6a11208c47
feat(openthread): update BR lib
2024-06-04 12:18:13 +08:00
Mahavir Jain
4ad401f872
Merge branch 'bugfix/update_ecdsa_api_for_c5' into 'master'
...
fix(hal): update ECDSA API to set register values correctly for ESP32C5
See merge request espressif/esp-idf!31219
2024-06-04 12:14:01 +08:00
Shu Chen
6d3cbbfadd
Merge branch 'feature/silent_ieee802154_buffer_full' into 'master'
...
feat(802154): silent the ieee802154 logs
See merge request espressif/esp-idf!31090
2024-06-04 10:47:52 +08:00
Michael (XIAO Xufeng)
9468bc3784
Merge branch 'fix/check_ring_buffer_before_fill' into 'master'
...
fix(uart): remove unnecessary wait when sending message to ring buffer
See merge request espressif/esp-idf!30839
2024-06-04 10:47:00 +08:00
Kevin (Lao Kaiyao)
ad57a47d21
Merge branch 'feature/support_isp_awb' into 'master'
...
feat(isp): Support ISP Auto White Balance (AWB)
Closes IDF-9593
See merge request espressif/esp-idf!30137
2024-06-04 10:37:16 +08:00
Island
82af82501c
Merge branch 'bugfix/esp32c2_fixed_some_ble_issues_master' into 'master'
...
Bugfix/esp32c2 fixed some ble issues master
Closes BLERP-768, BLERP-789, BLERP-765, BLERP-766, BLERP-769, and BLERP-655
See merge request espressif/esp-idf!31215
2024-06-04 10:21:55 +08:00
laokaiyao
846287bc40
docs(isp_awb): add isp awb programming guide
2024-06-03 23:41:48 +08:00
laokaiyao
28a1091643
feat(isp_awb): support isp auto white balance
2024-06-03 23:41:48 +08:00
laokaiyao
1933973f99
feat(hal_utils): added float to fixed point function
2024-06-03 23:41:48 +08:00
morris
8760e6d2a7
Merge branch 'refactor/i2s_dma_buffer_allocation' into 'master'
...
refactor(i2s): clean up DMA buffer allocation
Closes IDF-9636
See merge request espressif/esp-idf!31282
2024-06-03 21:26:04 +08:00
Rahul Tank
bd3fddc6b3
fix(nimble): Explicitly NULL assign adv data
2024-06-03 18:08:20 +05:30
zwx
10f0077baf
feat(802154): log buffer full
message in debug mode only
2024-06-03 20:22:06 +08:00
Song Ruo Jing
2d8c719fbb
Merge branch 'feature/support_uart_sleep_retention' into 'master'
...
feat(uart): support uart module sleep retention
Closes IDF-8457
See merge request espressif/esp-idf!26729
2024-06-03 20:05:54 +08:00
Roman Leonov
8d3f4cad1e
Merge branch 'refactor/usb_host_enum_as_driver' into 'master'
...
refactor(hub): ENUM Driver
Closes IDF-9523
See merge request espressif/esp-idf!29892
2024-06-03 19:59:50 +08:00