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
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