Kapil Gupta
28f12bfb47
fix(esp_wifi): Deinit WPS registrar during hostapd deinit
2024-09-19 23:10:08 +05:30
Sudeep Mohanty
13d4235d73
Merge branch 'fix/lp_uart_garbled_print' into 'master'
...
fix(lp_uart): Added lp_uart_tx_flush API
Closes IDFGH-13650
See merge request espressif/esp-idf!33487
2024-09-19 19:54:36 +08:00
Yin Qing Zhao
ca331a2521
Merge branch 'feature/add_channel_bit_definition' into 'master'
...
feat(wifi):wifi add channel bit definition
Closes FCW-280 and FCW-281
See merge request espressif/esp-idf!32916
2024-09-19 19:51:06 +08:00
Peter Marcisovsky
67c5d37e75
Merge branch 'feat/usb_host_create_usb_cmock' into 'master'
...
feat(usb_host): Create USB Host mock for CMock host tests
Closes IDF-11234
See merge request espressif/esp-idf!33619
2024-09-19 19:26:03 +08:00
Guillaume Souchere
80eee8214e
Merge branch 'feat/support-ringbuffer-esp32c61' into 'master'
...
feat(ringbuffer): Enable tests for esp32c61
Closes IDF-9266
See merge request espressif/esp-idf!33551
2024-09-19 17:56:00 +08:00
Guillaume Souchere
8ff8b520f3
Merge branch 'feat/update-to-latest-tlsf' into 'master'
...
feat(heap): Update component to latest TLSF
See merge request espressif/esp-idf!33193
2024-09-19 17:55:38 +08:00
Sachin Billore
c843c2c4fe
Merge branch 'feat/apm_api_esp32c61' into 'master'
...
feat(APM): Add APM APIs for ESP32-C61
See merge request espressif/esp-idf!33567
2024-09-19 17:46:40 +08:00
Sudeep Mohanty
9b3eda0974
Merge branch 'fix/ringbuf_receives_item_not_yet_sent' into 'master'
...
docker / docker (push) Has been cancelled
fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely
Closes IDFGH-13694
See merge request espressif/esp-idf!33555
2024-09-19 17:07:20 +08:00
Sudeep Mohanty
86c1ad216c
Merge branch 'task/enable_freertos_tests_for_h2' into 'master'
...
test(freertos): Enabled FreeRTOS unit tests for esp32h2
See merge request espressif/esp-idf!33571
2024-09-19 16:42:22 +08:00
Sudeep Mohanty
3c65f1b654
fix(lp_uart): Added lp_uart flush feature
...
This commit adds the lp_core_uart_flush() API to flush the LP UART Tx
FIFO. This API is automatically called once the program returns from the
main function().
Closes https://github.com/espressif/esp-idf/issues/14530
2024-09-19 09:36:04 +02:00
Wan Lei
115dec68ae
Merge branch 'fix/p4_twai_enable_test' into 'master'
...
test(twai): p4 twai enable ci test
Closes IDF-8966
See merge request espressif/esp-idf!33428
2024-09-19 15:17:28 +08:00
Marius Vikhammer
4c7d9f9859
Merge branch 'contrib/github_pr_14384' into 'master'
...
fix(pthread): Add esp_pthread function implementations for linux target (GitHub PR)
Closes IDFGH-13485
See merge request espressif/esp-idf!33278
2024-09-19 14:42:59 +08:00
Island
c62555d132
Merge branch 'bugfix/fixed_c6_crash_c2_crash_issue' into 'master'
...
Bugfix/fixed c6 crash c2 crash issue
Closes BLERP-1024, BLERP-1009, BLERP-1010, IDFCI-2365, and IDFCI-2338
See merge request espressif/esp-idf!33575
2024-09-19 14:34:04 +08:00
Sachin Billore
b4749b88d9
feat(APM): Add APM APIs for ESP32-C61
2024-09-19 11:07:42 +05:30
Jiang Jiang Jian
b01fd6b026
Merge branch 'feat/bringup_esp32c2_rom_mbedtls_to_formal_feature' into 'master'
...
feat(mbedtls): bringup esp32c2 rom mbedtls feature to formal
See merge request espressif/esp-idf!33434
2024-09-19 11:18:27 +08:00
Alexey Gerenkov
81f4ef73c3
Merge branch 'feature/update-esp-clang-to-esp-18.1.2_20240815' into 'master'
...
docker / docker (push) Waiting to run
feat(tools): update esp-clang version to esp-18.1.2_20240912
Closes LLVM-333
See merge request espressif/esp-idf!32895
2024-09-19 03:49:46 +08:00
Alexey Gerenkov
391dd7b9ad
fix(build): Fix declaration of linker labels for ROM reserved regions
...
It looks like as a part of optimization for inlined functions like 'mmu_ll_vaddr_to_laddr' Clang aligns constant value
used for bitwise AND operation with the pointer to external symbol passed to the function as parameter.
That led to assertion failures because boundaries can be unaligned to 4 bytes.
2024-09-18 21:40:39 +03:00
Alexey Gerenkov
b8d23b334b
change(build): Enable 'xesppie' for esp32p4 Clang builds
2024-09-18 21:40:39 +03:00
Alexey Gerenkov
9ca231e76e
change(build): Use integrated assembler with Clang for RISCV chips
2024-09-18 21:40:39 +03:00
Michael (XIAO Xufeng)
ed92c2c226
Merge branch 'test/add_cache2phys_xip_tests' into 'master'
...
fix(mmap): fixed spi_flash_phys2cache return addr in PSRAM issue
See merge request espressif/esp-idf!31083
2024-09-18 23:53:47 +08:00
Peter Marcisovsky
d071bb4c56
feat(usb_host): Create USB Host mock for CMock host tests
2024-09-18 15:04:03 +02:00
wanckl
bf9d01bf2a
test(twai): p4 twai enable ci test
2024-09-18 20:56:55 +08:00
David Čermák
22facff58c
Merge branch 'fix/ws_transport_linux_signed_promotions' into 'master'
...
fix(ws_transport): Fix incorrect packet-len on linux due to int promotions of char (GitHub PR)
Closes IDFGH-13642 and IDFGH-13657
See merge request espressif/esp-idf!33595
2024-09-18 20:56:51 +08:00
Lou Tian Hao
3415ff27d6
Merge branch 'fix/regdma_wait_node_issue' into 'master'
...
fix(pm): fix the issue of regdma wait node to immediately return to done caused by regdma wait mode comparator for esp32c6, esp32h2 and esp32p4
Closes PM-202
See merge request espressif/esp-idf!33547
2024-09-18 20:52:59 +08:00
yinqingzhao
97e42349aa
feat(wifi):wifi add channel bit definition
2024-09-18 20:19:39 +08:00
Erhan Kurubas
2dbb811747
Merge branch 'fix/apptrace_print_lock' into 'master'
...
fix(apptrace): fix build error when print lock is enabled
See merge request espressif/esp-idf!33368
2024-09-18 19:50:21 +08:00
Sudeep Mohanty
6a82497bdc
fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely
...
This commit fixes a bug in the no-split buffer which could receive an
item prematurely if the space on the buffer is acquired until the buffer
is full. The commit also adds a unit test for this scenario.
Closes https://github.com/espressif/esp-idf/issues/14568
2024-09-18 13:39:52 +02:00
Sudeep Mohanty
01f521f3a0
test(freertos): Enabled FreeRTOS unit tests for esp32h2
2024-09-18 12:51:24 +02:00
Sudeep Mohanty
eb676c0afc
Merge branch 'task/enable_freertos_tests_for_c61' into 'master'
...
test(freertos): Enabled FreeRTOS unit tests for esp32c61
Closes IDF-10988
See merge request espressif/esp-idf!33568
2024-09-18 18:40:29 +08:00
zwl
4d2c44f511
fix(ble): fixed memory leak issue when using uart hci
2024-09-18 15:39:26 +08:00
zwl
0ef9ecb715
fix(ble): fixed occasional assertion issue when enabling logging on ESP32-C2
2024-09-18 15:39:26 +08:00
zwl
c929a01931
fix(ble): fixed occasional acl data packet loss issue when using UHCI on ESP32-H2
2024-09-18 15:39:26 +08:00
zwl
afe08638a0
fix(ble): fixed occasional crash issue in multi-connect scenarios on ESP32-C6
2024-09-18 15:39:26 +08:00
Kapil Gupta
27cf5267a1
fix(esp_wifi): Added prints in btm roam for error condition
2024-09-18 14:44:24 +08:00
Guillaume Souchere
a1b8fc9635
feat(ringbuffer): Enable tests for esp32c61
...
Add ring buffer support for esp32c61
2024-09-18 08:39:17 +02:00
Wang Meng Yang
4b74e4e595
Merge branch 'bugfix/fix_sdp_compatibility' into 'master'
...
Bugfix/fix sdp compatibility
See merge request espressif/esp-idf!33442
2024-09-18 11:31:27 +08:00
Island
030470efa6
Merge branch 'ble_dev/esp32c61_chip_20240903' into 'master'
...
feat(ble): added ble support on esp32c61
Closes IDF-10360, IDF-10362, IDF-10363, and IDF-10365
See merge request espressif/esp-idf!33286
2024-09-18 11:17:58 +08:00
Island
1a065dc37a
Merge branch 'feat/support_blecrt_242' into 'master'
...
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails
Closes BLERP-1019 and BLERP-1020
See merge request espressif/esp-idf!33406
2024-09-18 10:56:47 +08:00
Island
cb2624fb3f
Merge branch 'bugfix/fix_ble_max_tx_power_on_esp32c3' into 'master'
...
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3
Closes BLERP-1022
See merge request espressif/esp-idf!33264
2024-09-18 10:56:37 +08:00
Sudeep Mohanty
812fbb7874
test(freertos): Enabled FreeRTOS unit tests for esp32c61
2024-09-17 14:17:01 +02:00
Aditya Patwardhan
fe47676a8b
Merge branch 'feature/add_api_to_get_last_status_code_logged_during_ota' into 'master'
...
feat(esp_https_ota): added API to get last status code logged from http resonse
Closes IDFGH-13394
See merge request espressif/esp-idf!33356
2024-09-17 12:27:22 +08:00
Rahul Tank
2113e99aeb
fix(nimble): Fix for coverity issues
2024-09-16 14:24:32 +05:30
Guillaume Souchere
ccd8486462
feat(heap): Update component to latest TLSF
...
The new TLSF architecture has changed. tlsf.h public API
header is now moved into an include folder. tlsf_common.h
is removed from the repo.
This commit updates the heap component and respective
esp_rom patches to take into account this new
architecture.
2024-09-16 09:02:44 +02:00
Rahul Tank
2512588884
fix(nimble): De-register host cb in stack deinit
2024-09-16 10:35:47 +05:30
Jakob Hasse
f9e7305efd
fix(pthread): configuration functions check for null pointer
2024-09-14 16:42:47 +02:00
Jakob Hasse
7834519af8
refactor(pthread): added esp_pthread unit tests for linux target
2024-09-14 16:42:41 +02:00
Jakob Hasse
0b70e296a0
refactor(pthread): avoid conflict due to two PTHREAD_STACK_MIN declarations
2024-09-14 16:34:20 +02:00
liuning
83809910d2
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-09-14 19:28:09 +08:00
Lou Tianhao
dd3d5f1598
fix(ci): :fix the issue of regdma wait node to immediately return to done caused by regdma wait mode comparator for esp32c6 & esp32h2 &esp32p4
2024-09-14 19:21:51 +08:00
Jiang Jiang Jian
db50b1ac63
Merge branch 'bugfix/support_cert_test' into 'master'
...
All chip support cert_test
Closes WIFI-5432, IDFGH-12197, and IDFHG-10756
See merge request espressif/esp-idf!27977
2024-09-14 16:44:21 +08:00