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
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
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
zwx
38754c6224
fix(802.15.4): fixed ieee802154 will sleep when only pm enabled
2024-06-03 19:53:08 +08:00
Armando (Dou Yiwen)
137a9a0479
Merge branch 'bugfix/fix_wrong_soc_af_window_macro_usage' into 'master'
...
isp: fixed wrong isp af window soc macro usage
See merge request espressif/esp-idf!31273
2024-06-03 18:55:32 +08:00
Wang Meng Yang
bf821f347d
Merge branch 'fix/assert_in_bt_controller' into 'master'
...
fix(bt): fix the assert triggered during APB TX
Closes BTQABR2023-301
See merge request espressif/esp-idf!31069
2024-06-03 17:41:15 +08:00