morris
ca2e1c71c4
Merge branch 'bugfix/rmt_simple_encoder_example' into 'master'
...
fix(example): wrong ws2812 reset duration
Closes IDFGH-14759
See merge request espressif/esp-idf!37447
2025-03-04 11:10:14 +08:00
David Čermák
9715729b27
Merge branch 'fix/common_connect_sema_race' into 'master'
...
fix(connect): Fix wifi_connect to delete semaphores after waiting on them
See merge request espressif/esp-idf!37164
2025-03-03 20:01:15 +08:00
morris
d96e325388
fix(example): wrong ws2812 reset duration
...
Closes https://github.com/espressif/esp-idf/issues/15498
2025-03-03 17:19:21 +08:00
Hrushikesh Bhosale
3420672964
Merge branch 'feat/esp_http_client_requests_logs' into 'master'
...
feat(esp_http_client): Unable to recognise http requests logs
See merge request espressif/esp-idf!37328
2025-02-28 17:41:19 +08:00
Hrushikesh Bhosale
262b9215f7
Merge branch 'feat/enable_pytest_for_async_handler' into 'master'
...
feat(http_server/async_handler): Http server async pytest was not enabled
Closes IDF-12544
See merge request espressif/esp-idf!37262
2025-02-28 16:06:51 +08:00
hrushikesh.bhosale
06da436a4c
feat(http_server/async_handler): Http server async pytest was not enabled
...
Pytest for the http_server/async_handler example was not enabled,
this ensures that the pytest is enabled
2025-02-28 11:23:26 +05:30
Rahul Tank
891f86d649
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-02-27 16:21:31 +05:30
Frantisek Hrbata
4f968c3fc5
Merge branch 'contrib/github_pr_15401' into 'master'
...
Fix idf_as_lib example (GitHub PR)
Closes IDFGH-14655
See merge request espressif/esp-idf!37127
2025-02-27 15:00:12 +08:00
hrushikesh.bhosale
9d8805563d
feat(esp_http_client): Unable to recognise http requests logs
...
In the esp_http_client_example, it becomes difficult to
determine which request or request type a log belongs to.
2025-02-26 17:19:48 +05:30
Gao Xu
d17b0ed4fe
Merge branch 'feature/esp32h21_gpio_support' into 'master'
...
feat(esp32h21): support GPIO on esp32h21
Closes IDF-11611
See merge request espressif/esp-idf!36781
2025-02-25 11:12:54 +08:00
Wan Lei
73eb376eb1
Merge branch 'feat/h21_gptimer_support' into 'master'
...
feat(driver_gptimer): esp32h21 add basic gptimer support
Closes IDF-11594
See merge request espressif/esp-idf!37028
2025-02-24 19:32:11 +08:00
gaoxu
760f134d84
feat(esp32h21): support GPIO on esp32h21
2025-02-24 17:24:16 +08:00
Mahavir Jain
18c09cfe64
Merge branch 'fix/fix_security_app_readme' into 'master'
...
fix(security): Fixed README for security features app
See merge request espressif/esp-idf!37140
2025-02-24 16:08:39 +08:00
wanckl
cfe4bf339f
feat(driver_gptimer): esp32h21 add basic gptimer support
2025-02-21 20:22:41 +08:00
Aditya Patwardhan
786dcacd8b
fix(security): Fixed README for security features app
2025-02-20 22:05:48 +05:30
Adam Múdry
bbd9acee93
Merge branch 'test/reenable_perf_benchmark_c61' into 'master'
...
test: Re-enable perf_benchmark test for C61
Closes IDF-10977
See merge request espressif/esp-idf!37073
2025-02-20 19:35:43 +08:00
David Cermak
dd27588ea7
fix(connect): Fix wifi_connect to delete semaphores after waiting on them
...
On wifi-disconnect (after all retries), we signal to the IP semaphores
and delete them immediately, while the wait thread might be still
holding on them causing:
```
I (1682) example_connect: Waiting for IP(s)
I (4092) example_connect: Wi-Fi disconnected 201, trying to reconnect...
I (6502) example_connect: WiFi Connect failed 2 times, stop reconnect.
assert failed: spinlock_acquire spinlock.h:142 (lock->count == 0)
```
2025-02-20 11:34:51 +01:00
morris
45b1141f8f
change(blink): default gpio changed for esp32s3 devkitc v1.1
...
https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-devkitc-1/user_guide.html
Also related to: https://github.com/espressif/esp-idf/issues/8547
2025-02-20 10:15:48 +08:00
Darian Leung
3b28818ba4
fix(examples): idf_as_lib linux build
...
The Linux build was broken after IDF flash API was updated without updating
the Linux stub library in the example. This commit updates the spi_flash stub
library such that:
- The API now matches same API as IDF's spi_flash component
- Links the stub_esp32 library to pull in basic types and defines
2025-02-19 18:41:05 +08:00
Darian Leung
0b6922405d
fix(examples): idf_as_lib move flash_ops.c to spi_flash stub library
...
Example linux build of the example demonstrates "esp32" and "spi_flash" stub
libraries (roughly analogous to "esp_system" and "spi_flash" components).
This commit moves the "flash_ops.c" file to the "spi_flash" stub library as it
is a flash related funciton.
Also renamed the header to "esp_flash.h" (in order to match current header name
in IDF). This is a prerequisite to fixing the linux build of this example.
2025-02-19 18:41:05 +08:00
Darian Leung
5301eaf0d8
fix(examples): Fix idf_as_lib for esp32p4
...
The build-esp32p4.sh and run-esp32p4.sh scripts are not symbolic links to the
base scripts, leading to a "permission denied" error. This commit changes their
types to symbolic links, in line with the other targets.
2025-02-19 18:39:18 +08:00
Adam Múdry
fcb1e8ad5c
test: Re-enable perf_benchmark test for C61
2025-02-18 13:53:56 +01:00
Ondrej Kosta
b5aef58afe
Merge branch 'bugfix/ci_eth_ip' into 'master'
...
iperf fix on SH runners
Closes IDFCI-2718
See merge request espressif/esp-idf!36661
2025-02-18 19:51:54 +08:00
Wan Lei
f2c8b32075
Merge branch 'feat/spi_slave_pm_add_api' into 'master'
...
feat(spi_slave): add api for pm lock control
See merge request espressif/esp-idf!30766
2025-02-18 11:30:44 +08:00
Island
7d751dcc8f
Merge branch 'feat/optimize_ble_config_reduce_bin' into 'master'
...
Feat/optimize bluedroid host config and reduce bin size
Closes BLERP-1520
See merge request espressif/esp-idf!36599
2025-02-18 11:01:24 +08:00
Kevin (Lao Kaiyao)
1bd8fabf5e
Merge branch 'feature/i2s_support_change_freq_in_runtime' into 'master'
...
feat(i2s): support tuning rate dynamically
Closes IDF-11679
See merge request espressif/esp-idf!36537
2025-02-18 00:27:50 +08:00
wanlei
923255d7a7
feat(spi_slave): add api for pm lock control
2025-02-17 20:33:55 +08:00
Song Ruo Jing
fd2df5e2fc
Merge branch 'bugfix/uart_async_rxtxtasks_example_stack_overflow' into 'master'
...
fix(uart): enlarged task stack size for uart_async_rxtxtasks example
Closes IDFGH-14607, IDF-12230, and IDFGH-12126
See merge request espressif/esp-idf!36903
2025-02-17 17:28:43 +08:00
laokaiyao
d2c5724873
feat(i2s): add i2s usb example with tuning feature
2025-02-17 17:11:01 +08:00
laokaiyao
ad623893d4
feat(i2s): support tuning rate dynamically
2025-02-17 16:20:24 +08:00
Song Ruo Jing
f38a2e193d
fix(uart): enlarged task stack size for uart_async_rxtxtasks example
...
Meanwhile, added CI pytest for some UART examples
Closes https://github.com/espressif/esp-idf/issues/15363
2025-02-17 15:28:08 +08:00
zhiweijian
d2d4d1518d
feat(ble/bluedroid): disable bluedroid host unused functions
2025-02-17 14:51:58 +08:00
Chen Jian Xing
0902e70e94
Merge branch 'bugfix/fix_delete_queue_error_in_espnow_example' into 'master'
...
fix(wifi): fix the delete queue error in espnow exapmle
Closes IDFGH-14632
See merge request espressif/esp-idf!36934
2025-02-17 14:50:15 +08:00
Marius Vikhammer
7bf01c9eea
Merge branch 'docs/fix_gps_broken_link' into 'master'
...
docs(examples): fixed broken link in uart example readme
See merge request espressif/esp-idf!36635
2025-02-17 12:13:00 +08:00
Wang Meng Yang
b51d4d2aed
Merge branch 'feat/support_config_task_size_in_hid_example' into 'master'
...
Support change HID task size by Kconfig in HID example
Closes IDFGH-14561
See merge request espressif/esp-idf!36796
2025-02-17 10:27:30 +08:00
Mahavir Jain
e3e49d7463
Merge branch 'fix/make_scratch_buffer_dynamic' into 'master'
...
fix(esp_http_server): Make the http server scratch buffer dynamic
Closes IDF-11879
See merge request espressif/esp-idf!36651
2025-02-14 14:00:10 +08:00
Jiang Jiang Jian
369b09c2db
Merge branch 'bugfix/fix_p4_8689_issue' into 'master'
...
fix(wifi): fix p4 host issue
Closes WIFIBUG-809
See merge request espressif/esp-idf!36608
2025-02-13 20:21:27 +08:00
hrushikesh.bhosale
9846584def
feat(esp_http_server): Modified the calculation of buf_len
...
Modified the calculation of buf_len, so that scratch buffer allocates
the memory according to requirement and not extra (except the last read chunk)
2025-02-13 17:15:07 +05:30
Jiang Jiang Jian
2e5e9fc4aa
Merge branch 'feature/nan_support_c5' into 'master'
...
Enable Wi-Fi Aware (NAN) on ESP32C5 and ESP32C61
Closes IDF-10599 and IDF-10628
See merge request espressif/esp-idf!30495
2025-02-13 16:52:00 +08:00
Shu Chen
ee4cf1be3b
Merge branch 'feat/add_ot_br_lib_check_case' into 'master'
...
feat(openthread): add br library check case
Closes TZ-1536
See merge request espressif/esp-idf!36855
2025-02-13 15:48:38 +08:00
zhangyanjiao
5b5521d45a
fix(wifi): fix the delete queue error in espnow exapmle
...
Closes https://github.com/espressif/esp-idf/issues/15383
2025-02-13 15:48:14 +08:00
muhaidong
0d6b116aad
fix(wifi): fix some esp32p4 host issues
2025-02-13 15:08:29 +08:00
Bogdan Kolendovskyy
b433731234
fix(ethernet_basic): Fix second Ethernet device not receiving IP address
2025-02-12 15:10:52 +01:00
Ondrej Kosta
45c186770c
Merge branch 'fix/eth_example_stat_ip' into 'master'
...
fix(esp_eth): fixed Static IP example for Ethernet
Closes IDFCI-2707
See merge request espressif/esp-idf!36821
2025-02-12 20:19:16 +08:00
Mahavir Jain
870a1846b1
Merge branch 'feature/esp_tee_flash_prot_spi1' into 'master'
...
feat(esp_tee): Add support for flash memory isolation and protection (SPI1)
Closes IDF-10481, IDF-10083, and IDF-8915
See merge request espressif/esp-idf!36454
2025-02-12 18:35:49 +08:00
Erast
fa40d971a5
docs(ble/bluedroid): Optimize doc for implementation of a characteristic with 128 bit UUID
2025-02-12 14:57:15 +08:00
Mahavir Jain
4e072b3f8a
Merge branch 'fix/coverity_reports_security' into 'master'
...
fix(security): Fixed coverity warnings from `nvs_sec_provider` and `esp_tee` components
Closes IDF-12190, IDF-12194, and IDF-12197
See merge request espressif/esp-idf!36721
2025-02-12 12:34:19 +08:00
Jiang Jiang Jian
700e41f734
Merge branch 'feat/hosted_in_iperf' into 'master'
...
feat(hosted_in_iperf): Adds esp_hosted for P4
See merge request espressif/esp-idf!32459
2025-02-12 11:50:32 +08:00
Ondrej Kosta
342202204c
fix(esp_eth): init Ethernet after repl init in iperf example
2025-02-11 12:16:31 +01:00
David Čermák
e11a918572
Merge branch 'lwip/enable_netif_api' into 'master'
...
feat(lwip): Hardcode NETIF_API=1 to support POSIX netif API
See merge request espressif/esp-idf!35841
2025-02-11 19:05:17 +08:00