Rahul Tank
3e9f77e434
fix(nimble): Update menuconfig option to consider 5.0 support
2024-07-10 17:23:16 +05:30
Alex Lisitsyn
cf53d01a6c
fix(examples/modbus): fix modbus slave examples may process event flags incorrectly (Backport v5.0)
2024-07-09 16:29:22 +08:00
zhanghaipeng
7212e4e1a8
feat(ble/bluedroid): Support BLE50 instance in related event
2024-07-09 15:45:10 +08:00
Jiang Jiang Jian
cb870bcd6e
Merge branch 'fix/bump_esp_littlefs_to_v5.0' into 'release/v5.0'
...
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1) (v5.0)
See merge request espressif/esp-idf!30359
2024-07-01 10:12:02 +08:00
zhanghaipeng
1d8f0aec81
fix(ble/bluedroid): Fixed BLE no data length change event
2024-06-02 19:26:27 +08:00
Li Shuai
57be8d2457
fix(example): fixed app partition is too small for binary size
2024-05-28 15:57:46 +08:00
WanqQixiang
e3a2ba8b07
fix(esp_netif): Fix mldv6 report memory leak in esp_netif
2024-05-27 17:31:33 +08:00
muhaidong
33c5194008
fix(wifi): fixed scan get ap number issue
2024-05-20 10:11:48 +08:00
Harshit Malpani
5f18e58722
fix: Update https_mbedtls example to fix TLS v1.2 connection
2024-05-02 17:15:19 +05:30
Mahavir Jain
1d530cc23c
https_mbedtls: update example to support TLS 1.3 connection
...
- make server verification mandatory (previously it was optional)
- add PSA crypto init API and handling for session ticket event
- coding style fixes
2024-05-02 17:11:07 +05:30
Island
2233d54812
Merge branch 'bugfix/fix_ble_max_attribute_value_v5.0' into 'release/v5.0'
...
Bugfix/fix ble max attribute value v5.0
See merge request espressif/esp-idf!30414
2024-04-28 10:37:12 +08:00
zhanghaipeng
2ddb174b4e
fix(ble/bluedroid): Optimized BLE SPP example for improved compatibility
2024-04-25 15:58:19 +08:00
zhanghaipeng
327a9126c8
fix(ble/bluedroid): Optimize the BLE documentation
2024-04-25 15:58:19 +08:00
Song Ruo Jing
02d819b69b
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
...
Closes https://github.com/espressif/esp-idf/issues/12586
2024-04-24 17:27:27 +08:00
Island
fb12a68017
Merge branch 'feat/optimzie_ble_ctrl_memory_v5.0' into 'release/v5.0'
...
ble: support only legacy adv and slave function on esp32c2 (v5.0)
See merge request espressif/esp-idf!30336
2024-04-22 22:51:02 +08:00
zwl
423b5683d4
ble: update sdkconfig.defaults.esp32c2 file for blufi example
2024-04-22 11:47:12 +08:00
Jiang Jiang Jian
26af71d0f9
Merge branch 'doc/update_espnow_example_v5.0' into 'release/v5.0'
...
docs(wifi): change the magic varible from int to uint32_t on the receiving side (v5.0)
See merge request espressif/esp-idf!30309
2024-04-22 10:47:30 +08:00
Adam Múdry
09d21e3d78
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1)
...
Fixes a bug which causes DivideByZero exception when the filesystem is full
2024-04-19 12:55:12 +02:00
zhangyanjiao
7cd2be2e54
docs(wifi): change the magic varible from int to uint32_t on the receiving side
...
Closes https://github.com/espressif/esp-idf/issues/10912
2024-04-17 16:19:49 +08:00
harshal.patil
b62b36ffbb
ci(otatool): fix test failure caused due to closing connection incorrectly
2024-04-17 10:17:07 +05:30
Mahavir Jain
ff3ec291bb
fix(examples): update root certificate for howsmyssl endpoint
...
This fixes CI failure seen because of cert migration of howsmyssl
endpoint from previous "DST Root CA X3" (cross-signed) to "ISRG Root X1".
2024-04-12 11:12:27 +08:00
Nachiket Kukade
252c6d5ca7
feat(esp_wifi): Refactor and improve FTM code
...
Update wifi libs with below -
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request retry and comeback support
2024-04-03 11:25:49 +05:30
cjin
4c05613b33
change(ble): support ble light sleep using ext 32k xtal on C2
2024-04-02 12:11:16 +08:00
Jiang Jiang Jian
987752fcff
Merge branch 'bugfix/fix_some_wifi_coexist_issue_v5.0' into 'release/v5.0'
...
bugfix/fix some wifi coexist issue v5.0
See merge request espressif/esp-idf!29911
2024-04-01 14:31:56 +08:00
liuning
8be1213da6
example: add custom partition table for mesh manual networking
2024-03-28 20:43:16 +08:00
Rahul Tank
ceac0c1487
fix(nimble): Handle missing free in application
2024-03-28 08:51:43 +05:30
cjin
4ad40cc9d5
fix(ble): fix ci ble powe save test addresss error
2024-03-25 15:59:38 +08:00
wangjialiang
92aebb963a
update invalid links in the ble mesh example documentation
2024-03-21 11:13:14 +08:00
InfiniteYuan
5f11da04b0
ble_mesh: example: fix the structure init order to meet C++ requirements
...
Closes https://github.com/espressif/esp-idf/issues/8110
2024-03-14 16:20:36 +08:00
Rahul Tank
2769144e64
Merge branch 'contrib/github_pr_13034_v5.0' into 'release/v5.0'
...
docs(nimble): Fixed typo in examples/bluetooth/nimble/blehr/README (GitHub PR) (v5.0)
See merge request espressif/esp-idf!29617
2024-03-14 03:03:06 +08:00
morris
09d7bb4ffb
Merge branch 'bugfix/fix_flash_encryption_rom_c3_v5.0' into 'release/v5.0'
...
fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled (backport v5.0)
See merge request espressif/esp-idf!29352
2024-03-13 21:32:12 +08:00
Alex Verschoot
c9c10b14d8
Update README.md
...
Fix typo
2024-03-13 17:09:41 +05:30
Jiang Jiang Jian
d388c85fd2
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.0' into 'release/v5.0'
...
Fixed some BLE bugs 2403 (backport v5.0)
See merge request espressif/esp-idf!29467
2024-03-12 11:01:32 +08:00
muhaidong
b2d49b6d00
fix(wifi): fix smart config bssid set issue
2024-03-11 11:40:15 +08:00
Jiang Jiang Jian
c286a416ba
Merge branch 'bugfix/fix_esp_wifi_scan_start_memory_leakage_issue_v5.0' into 'release/v5.0'
...
fix(wifi): fix esp_wifi_scan_start memory leakage issue(Backport v5.0)
See merge request espressif/esp-idf!29477
2024-03-11 11:19:31 +08:00
Raghu Saxena
1c2adf4201
fix(bt/example): Use correct struct type
2024-03-08 09:29:55 +08:00
muhaidong
0f3286aa92
fix(wifi): fix esp_wifi_scan_start memory leakage issue
...
Closes https://github.com/espressif/esp-idf/issues/10693
2024-03-07 17:43:57 +08:00
Adam Múdry
e45760ad72
feat: LittleFS bump version to 1.14.2
2024-03-07 01:29:42 +01:00
Adam Múdry
f44f6378ed
feat: LittleFS bump version to 1.13.0
2024-03-07 01:19:33 +01:00
sonika.rathi
e67d8b5fe8
feat(example/storage/littlefs): add LittleFS demo example
2024-03-07 01:19:24 +01:00
Martin Vychodil
f68a7bc76b
Revert "Merge branch 'update/littlefs_demo_example_v5.0' into 'release/v5.0'"
...
This reverts merge request !28453
2024-03-06 18:41:31 +01:00
Island
54517f039e
Merge branch 'feature/ble_mesh_example_light_driver_v5.0' into 'release/v5.0'
...
feat: replace lightdriver, and support more chips in ble mesh examples(backport v5.0)
See merge request espressif/esp-idf!28921
2024-03-06 14:10:03 +08:00
Martin Vychodil
2809d47a80
Merge branch 'update/littlefs_demo_example_v5.0' into 'release/v5.0'
...
LittleFS demo example added (v5.0)
See merge request espressif/esp-idf!28453
2024-03-04 19:35:52 +08:00
Cao Sen Miao
d8f505751e
fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled
...
The issue is `esp_flash_write_encryped` function in ROM on ESP32C3, ESP32S3
calls legacy implementation, which uses old configuration. And this causes
write fails.
The solution in this commit is to compile and link this function(and related)
in IRAM instead of the ROM one.
The IRAM cost increases around 1.2KB after the fix
2024-03-04 11:55:50 +08:00
David Čermák
539f326fd2
Merge branch 'ci/enable_ip101_jobs_v5.0' into 'release/v5.0'
...
ci(esp_eth): enabled Ethernet ip101 jobs (v5.0)
See merge request espressif/esp-idf!28606
2024-02-29 19:28:18 +08:00
xuxiao
f12a5394cc
feat(example): modify iperf sdkconfig to imporve iperf performance
2024-02-28 10:59:21 +08:00
morris
1ddc3564b8
Merge branch 'feature/rmt_encoder_memory_allocator_v5.0' into 'release/v5.0'
...
feat(rmt): added a help function for allocating encoder memory (v5.0)
See merge request espressif/esp-idf!28792
2024-02-26 13:58:47 +08:00
Jiang Jiang Jian
7a649e80c1
Merge branch 'feat/support_get_bluedroid_status_v5.0' into 'release/v5.0'
...
Support get status of bluedroid host (backport v5.0)
See merge request espressif/esp-idf!28883
2024-02-23 10:55:14 +08:00
Jiang Jiang Jian
f6be88415f
Merge branch 'bugfix/fix_double_free_coc_v5.0' into 'release/v5.0'
...
fix(nimble): Removed double free of packet (v5.0)
See merge request espressif/esp-idf!29033
2024-02-23 10:50:56 +08:00
Jiang Jiang Jian
6992b536e4
Merge branch 'bugfix/fix_blufi_deinit_v5.0' into 'release/v5.0'
...
Blufi : Corrected blufi host deinit API (v5.0)
See merge request espressif/esp-idf!29001
2024-02-23 10:50:31 +08:00
morris
7c88240e38
feat(rmt): added a help function for allocating encoder memory
...
The encoder memory location should respect the RMT_MEM_ALLOC_CAPS,
which is affected by some Kconfig options, like ISR_IRAM_SAFE
Closes https://github.com/espressif/esp-idf/issues/13032
2024-02-23 10:29:31 +08:00
Rahul Tank
146cf22f76
fix(nimble): Removed double free of packet
2024-02-13 14:42:42 +05:30
Roshan Bangar
93176970d9
Blufi : fix blufi deinit
2024-02-08 17:14:12 +05:30
MinZai97
6641a692b7
feat: replace lightdriver, and support more chips in ble mesh examples
2024-02-07 13:28:52 +08:00
chenjianhua
51db5c76b7
fix(bt/example): Fixed UART HCI when flow control is off on ESP32C3
2024-02-04 16:52:04 +08:00
Alexey Gerenkov
164be1cd52
tests: Replace 'debug_backend' with 'esp-debug-backend' from PyPi
2024-01-31 18:49:21 +03:00
cjin
5e44ecb938
fix(ble): delete unused example ci test script
2024-01-29 10:25:36 +08:00
cjin
227ad67a09
feat(ble): added pytest for ble power save example
2024-01-29 10:25:36 +08:00
xiongweichao
9c50e0c809
fix(ble): Fixed the issue of being unable to enter light sleep
...
- Fixed the issue where light sleep cannot be entered when external 32k XTAL does not exist
2024-01-29 10:25:36 +08:00
Adam Múdry
43d0b27053
feat: LittleFS bump version to 1.13.0
2024-01-22 20:21:21 +08:00
sonika.rathi
4ffa46428e
feat(example/storage/littlefs): add LittleFS demo example
2024-01-22 20:21:21 +08:00
Ondrej Kosta
8c305d182b
ci(esp_eth): enabled Ethernet ip101 jobs
2024-01-22 12:48:41 +01:00
Harshit Malpani
5a4fda230a
fix(esp_http_client): Add test case in esp_http_client example
...
Add a test case in esp_http_client example to test HTTP_METHOD_HEAD
with async mode
2024-01-08 15:31:55 +08:00
Mahavir Jain
209a0361c0
Merge branch 'feat/add_ble_support_in_local_ctrl_example_v5.0' into 'release/v5.0'
...
feat(examples): Fix encoding issue in esp_local_ctrl's proto script (v5.0)
See merge request espressif/esp-idf!28129
2024-01-05 14:19:47 +08:00
zhanghaipeng
d303ef3ba0
fix(bt/bluedroid): Update ble gattc gatts coex example
2024-01-02 13:30:30 +08:00
zhanghaipeng
7a0268ab66
fix(bt/bluedroid): Optimize ble remove all bonded devices function
2024-01-02 13:28:05 +08:00
zhanghaipeng
e76135fedf
fix(bt/bluedroid): Update ble ibeacon example document
2024-01-02 13:28:05 +08:00
Jiang Jiang Jian
35556a6a85
Merge branch 'backport/fix_ble_prepare_write_v5.0' into 'release/v5.0'
...
Backport/fix ble prepare write v5.0
See merge request espressif/esp-idf!27908
2023-12-31 14:25:28 +08:00
harshal.patil
ca584ef4d7
fix(examples): Fix encoding issue in esp_local_ctrl's proto script
2023-12-26 14:06:48 +05:30
Jiang Jiang Jian
437703f121
Merge branch 'fix/ble_mesh_example_relay_enable_v5.0' into 'release/v5.0'
...
fix(ble_mesh): Enable relay by default for the specific dev role (v5.0)
See merge request espressif/esp-idf!27511
2023-12-25 14:05:38 +08:00
Jiang Jiang Jian
b9ee54988f
Merge branch 'fix/esp_netif_lock_v5.0' into 'release/v5.0'
...
fix(esp_netif): Lock netif list with TCPIP context (v5.0)
See merge request espressif/esp-idf!26712
2023-12-25 14:02:57 +08:00
zhanghaipeng
73da8018c5
fix(bt/bluedroid): Fix prepare write for BLE example
2023-12-23 20:19:29 +08:00
morris
2e482b8c80
Merge branch 'bugfix/fix_adc_continuous_pytest_error' into 'release/v5.0'
...
ADC: fix adc continuous pytest error that only get first digit
See merge request espressif/esp-idf!28031
2023-12-22 19:20:00 +08:00
morris
b823435d78
Merge branch 'fix/usb_host_soc_caps_backport_v5.0' into 'release/v5.0'
...
USB host soc caps (backport v5.0)
See merge request espressif/esp-idf!27400
2023-12-22 17:15:50 +08:00
gaoxu
a87bc7f31c
fix(adc): fix adc continuous pytest get result error
2023-12-21 16:58:29 +08:00
Mahavir Jain
4272b44315
Merge branch 'bugfix/fix-clean-up-in-error-condition-in-http-example_v5.0' into 'release/v5.0'
...
fix(example/http): Fixed potential memory leak/crash in when handling error condition (v5.0)
See merge request espressif/esp-idf!27876
2023-12-20 16:42:25 +08:00
morris
e73aec3cbc
Merge branch 'fix/spi_lcd_example_fix_border_pixel_display_v5.0' into 'release/v5.0'
...
fix(spi_master): fixed lcd example block border pixel issue (v5.0)
See merge request espressif/esp-idf!27921
2023-12-19 16:51:14 +08:00
Island
7c5cb1054c
Merge branch 'backport/fix_ble_menuconfig_v5.0' into 'release/v5.0'
...
Backport/fix ble menuconfig v5.0(backport v5.0)
See merge request espressif/esp-idf!27496
2023-12-19 11:59:19 +08:00
Mahavir Jain
bd3cd0cc0c
Merge branch 'bugfix/preencrypted_ota_failed_with_partial_download_v5.0' into 'release/v5.0'
...
fix(esp_https_ota): fix preencrypted ota failed with pytest server and partial http enabled (v5.0)
See merge request espressif/esp-idf!27355
2023-12-15 17:47:52 +08:00
wanlei
4e8de2c105
fix(spi_master): fixed lcd example block border pixel issue
2023-12-14 17:18:00 +08:00
Zim Kalinowski
2e9999d7b1
fix(example/http): Fixed potential memory leak/crash in when handling error condition
2023-12-13 10:10:43 +05:30
zhanghaipeng
1355f58180
feat(bt/bluedroid): Support ble create sync report disable and filter duplicate
2023-12-04 14:38:51 +08:00
Liu Linyan
4de66ad588
fix(ble_mesh): Enable relay by default for the specific dev role
2023-11-30 12:28:32 +08:00
zhanghaipeng
92080994fd
docs(bt/bluedroid): Update ble example document
2023-11-30 10:38:43 +08:00
David Cermak
41cd40e7f3
fix(esp_netif): Make esp_netif_next_unsafe() public and update usage
...
Updates usage of esp_netif_next() in examples and tests
* Uses netif_find_if() in IPv6 examples
* Fixes esp_netif_next() usage in L2TAP
2023-11-27 08:22:55 +01:00
Tomas Rezucha
9cdd6ac5f1
fix(usb/host): Do not abort on string descriptor overflow
...
Some devices return full LANGID table, even if short LANGID table was requested.
No memory overflow occurs, because we have allocated enough memory for transfers to the
default pipe. So we can ignore the error and continue with string desc fetching.
2023-11-24 16:25:54 +01:00
Darian Leung
ec2ba71f97
refactor(soc): SOC_USB_PERIPH_NUM option
...
This commit refactors SOC_USB_PERIPH_NUM as follows:
- Renamed to SOC_USB_OTG_PERIPH_NUM to avoid confusion with USB Serial JTAG
- Updated to unsigned integer "1U"
- Updated some build rules to depend on SOC_USB_OTG_SUPPORTED instead
2023-11-24 16:21:07 +01:00
Jiang Jiang Jian
eaba52d7df
Merge branch 'fix/remove_deprecated_bt_example_sdkfonfigs_v5.0' into 'release/v5.0'
...
ci(bt/bluedroid): remove configs that are not in effect (backport v5.0)
See merge request espressif/esp-idf!27283
2023-11-23 19:14:14 +08:00
nilesh.kale
54bf1e708b
fix: fix preencrypted ota failed with pytest server and partial http enabled
2023-11-23 12:48:28 +05:30
morris
28224b3af5
Merge branch 'bugfix/fix_wrong_adc_attenuation_name_v5.0' into 'release/v5.0'
...
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 (v5.0)
See merge request espressif/esp-idf!26968
2023-11-23 12:04:24 +08:00
Song Ruo Jing
c0a1d27858
fix(ledc): fix ledc driver 100% duty cycle configuration
...
Update ledc duty cycle value range in doxygen.
Fix duty configuration error at 100% duty cycle for ESP32.
Improve LEDC API doxygen.
Closes https://github.com/espressif/esp-idf/pull/11516
Closes https://github.com/espressif/esp-idf/issues/12593
Closes https://github.com/espressif/esp-idf/issues/12083
2023-11-22 03:12:38 +00:00
gongyantao
82aed29e59
ci(bt/bluedroid): remove configs that are not in effect
2023-11-21 10:11:12 +08:00
Armando
f8500f77b1
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
...
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-07 14:12:50 +08:00
gongyantao
c4affdb943
fix(bt/bluedroid): fix loadprohibited error in spp vfs acceptor example
2023-11-02 11:47:38 +08:00
zhanghaipeng
336244a060
fix(bt/bluedroid): Fix max BLE gattc notify number to improve compatibility
2023-10-31 14:37:39 +08:00
zhanghaipeng
018e84599a
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-10-31 14:37:39 +08:00
zhanghaipeng
b19e24ef01
feat(bt/bluedroid): Support hid device control point
2023-10-31 14:37:39 +08:00
zhanghaipeng
fc96662044
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 14:37:39 +08:00
Jiang Jiang Jian
9d8b38bafd
Merge branch 'bugfix/dpp_bugs_v5.0' into 'release/v5.0'
...
fix(wpa_supplicant): Fix few dpp bugs(v5.0)
See merge request espressif/esp-idf!26686
2023-10-27 19:43:53 +08:00
Jiang Jiang Jian
4f97598f7d
Merge branch 'bugfix/iperf_improvements_v5.0' into 'release/v5.0'
...
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes (Backport v5.0)
See merge request espressif/esp-idf!26679
2023-10-27 11:30:19 +08:00