Armando
|
4922c67780
|
fix(sdspi): fixed sdspi on p4, s3
|
2024-08-30 11:50:45 +08:00 |
|
zhanghaipeng
|
01f46017d9
|
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
|
2024-08-29 16:38:17 +08:00 |
|
zhanghaipeng
|
dc428a3854
|
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic
|
2024-08-29 16:17:39 +08:00 |
|
muhaidong
|
c7c0fefd13
|
fix(wifi): fix wifi example itwt build fail issue
|
2024-08-27 15:48:20 +08:00 |
|
chenjianhua
|
023aadac0f
|
fix(bt/bluedroid): Fixed work queue delete when create thread failed
|
2024-08-26 12:13:33 +08:00 |
|
gongyantao
|
bf228ffbda
|
fix(ci): disable ci test when target is not support classic bluetooth
|
2024-08-20 19:22:30 +08:00 |
|
gongyantao
|
2e95ecfbc5
|
fix(bt): remove redundant space in hid example path
|
2024-08-20 19:22:20 +08:00 |
|
chenqingqing
|
aa2290a0ae
|
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape
|
2024-08-16 12:20:47 +08:00 |
|
gongyantao
|
7b5454bbaa
|
fix(bt): change example sdkconfig name to sdkconfig.ci.test
|
2024-08-13 09:55:31 +08:00 |
|
Ondrej Kosta
|
9c9ba2e54f
|
fix(esp_eth): fixed default GPIO to match new ver. of P4 devboard
|
2024-08-12 10:47:16 +02:00 |
|
zhanghaipeng
|
87ec32e738
|
docs(ble/bluedroid): Optimize BLE example for setting advertising data
|
2024-08-12 11:32:34 +08:00 |
|
zhanghaipeng
|
2e0c01b1c5
|
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
|
2024-08-09 20:21:04 +08:00 |
|
zhangyanjiao
|
4977a8245b
|
fix(wifi/mesh): update the mesh ip_internal_network example
|
2024-08-06 14:52:47 +08:00 |
|
zhangyanjiao
|
fc92df3ac3
|
fix(wifi/mesh): fixed the dhcp offer send error issue when root restart multiple times
Closes https://github.com/espressif/esp-idf/issues/13212
|
2024-08-06 14:52:39 +08:00 |
|
zwx
|
73cdd20168
|
fix(openthread): make ot task queue sending non-permanent blocking
|
2024-08-06 14:09:20 +08:00 |
|
gongyantao
|
da2979f5ad
|
change(ci): remove device name check in bt example
|
2024-08-06 11:41:00 +08:00 |
|
gongyantao
|
89218d6cfb
|
fix(bt): get remote device name from eir data
|
2024-08-06 11:40:49 +08:00 |
|
gongyantao
|
202858eb3e
|
feat(bt/example): add ci sdkconfig for bt examples
|
2024-08-06 11:40:37 +08:00 |
|
Rahul Tank
|
6226780516
|
fix(nimble): Fixed assert issue in proximity_sensor example
|
2024-08-05 16:56:29 +05:30 |
|
morris
|
70bc919e80
|
change(examples): set the ili9881c version to 0.2.x
|
2024-08-05 11:01:40 +08:00 |
|
Yuan Hong Hui
|
d51dd9b836
|
feat(bt):add pytest for classic bt example
|
2024-08-02 15:10:04 +08:00 |
|
Jiang Jiang Jian
|
0df2bb24e7
|
Merge branch 'fix/fix_some_wifi_bugs_07_29_v5.3' into 'release/v5.3'
fix(wifi): fix some wifi bugs (v5.3)
See merge request espressif/esp-idf!32451
|
2024-08-01 11:22:53 +08:00 |
|
xuxiao
|
4cc7eecf4f
|
fix(wifi): fix some wifi bugs (v5.3)
|
2024-07-31 20:35:47 +08:00 |
|
morris
|
05305871b2
|
Merge branch 'bugfix/fix_the_readme_check_failure' into 'release/v5.3'
fix(ci): fix the readme check of c5 mp (v5.3)
See merge request espressif/esp-idf!32428
|
2024-07-31 11:15:40 +08:00 |
|
Shu Chen
|
dc7fb34fca
|
Merge branch 'backport/openthread_related_bacport_to_5_3' into 'release/v5.3'
Backport some openthread related features (Backport v5.3)
See merge request espressif/esp-idf!32251
|
2024-07-30 21:18:47 +08:00 |
|
laokaiyao
|
951bdd70a2
|
fix(ci): fix the readme check of c5 mp
|
2024-07-30 15:40:19 +08:00 |
|
Jiang Jiang Jian
|
7f1b752631
|
Merge branch 'backport/support_eth_mac_using_esp_read_mac_v53' into 'release/v5.3'
feat(eth) configure eth mac using esp_read_mac(Backport v5.3)
See merge request espressif/esp-idf!31093
|
2024-07-26 16:38:09 +08:00 |
|
Mahavir Jain
|
8795e7a12d
|
Merge branch 'bugfix/provide_random_addr_api_v5.3' into 'release/v5.3'
fix(wifi_prov): Added API to set random address (v5.3)
See merge request espressif/esp-idf!32325
|
2024-07-26 13:53:41 +08:00 |
|
Jiang Jiang Jian
|
b58fa75121
|
Merge branch 'bugfix/wifi_scan_example_v5.3' into 'release/v5.3'
fix(wifi): Free scan configuration after use when channel bitmap is used in scan example (Backport v5.3)
See merge request espressif/esp-idf!32201
|
2024-07-26 11:56:12 +08:00 |
|
Jiang Jiang Jian
|
d390c6f48a
|
Merge branch 'fix/stack_overflow_in_example_spp_initiator_v5.3' into 'release/v5.3'
Fix/stack overflow in example spp initiator (backport v5.3)
See merge request espressif/esp-idf!32232
|
2024-07-26 11:55:37 +08:00 |
|
Jiang Jiang Jian
|
1fa25ff842
|
Merge branch 'feat/add_ble50_instant_v5.3' into 'release/v5.3'
Add support for BLE 5.0 instances in related events (v5.3)
See merge request espressif/esp-idf!31990
|
2024-07-26 11:53:08 +08:00 |
|
Jiang Jiang Jian
|
86bcea64b9
|
Merge branch 'feature/touch_driver_ng_on_p4_v5.3' into 'release/v5.3'
feat(touch_sensor): touch driver ng on p4 (v5.3)
See merge request espressif/esp-idf!31624
|
2024-07-26 11:42:27 +08:00 |
|
zwx
|
34a7bc558e
|
feat(eth) configure eth mac using esp_read_mac
* Closes https://github.com/espressif/esp-idf/issues/13808
|
2024-07-26 11:40:10 +08:00 |
|
Jiang Jiang Jian
|
3e826dd883
|
Merge branch 'fix/bump_esp_littlefs_to_v5.3' into 'release/v5.3'
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1) (v5.3)
See merge request espressif/esp-idf!30356
|
2024-07-26 11:09:43 +08:00 |
|
morris
|
4bfb21de98
|
Merge branch 'feature/upgrade_example_autofocus_component_v5.3' into 'release/v5.3'
isp: upgrade esp_cam_sensor component for isp/auto_focus (v5.3)
See merge request espressif/esp-idf!32330
|
2024-07-25 19:13:12 +08:00 |
|
Rahul Tank
|
e78cd20095
|
Merge branch 'bugfix/increase_timer_task_depth_v5.3' into 'release/v5.3'
fix(nimble): Increase Timer stack size for nimble application (v5.3)
See merge request espressif/esp-idf!32269
|
2024-07-25 17:38:21 +08:00 |
|
Rahul Tank
|
14135f9def
|
Merge branch 'bugfix/fix_example_menuconfig_error_v5.3' into 'release/v5.3'
fix(nimble): Update menuconfig option to consider 5.0 support (v5.3)
See merge request espressif/esp-idf!32035
|
2024-07-25 17:30:25 +08:00 |
|
morris
|
53fd6cb516
|
Merge branch 'feature/support_isp_awb_v5.3' into 'release/v5.3'
feat(isp): Support ISP Auto White Balance (AWB) (v5.3)
See merge request espressif/esp-idf!31605
|
2024-07-25 17:02:22 +08:00 |
|
Alexey Lapshin
|
6a9e8278a1
|
feat(examples): upgrade esp_cam_sensor component for isp/auto_focus
|
2024-07-25 09:34:22 +08:00 |
|
Rahul Tank
|
a2666d6f2c
|
fix(wifi_prov): Added API to set random address
|
2024-07-24 20:52:37 +05:30 |
|
Rahul Tank
|
436b31be6e
|
fix(nimble): Increase Timer stack size for nimble application
|
2024-07-22 15:51:24 +05:30 |
|
Xu Si Yu
|
d1b3845aaa
|
fix(common_components): unregister event handler if wifi disconnect and stop reconnecting
|
2024-07-22 16:46:35 +08:00 |
|
Xu Si Yu
|
436bf0b1ee
|
feat(openthread): update openthread submodule
|
2024-07-19 19:22:47 +08:00 |
|
gongyantao
|
7f0be0c06c
|
feat(bt): add bt address printing for all bt examples
|
2024-07-19 11:43:09 +08:00 |
|
gongyantao
|
2c9aaf738d
|
fix(bt): fix uTask stack overflow in bt example spp_initiator
|
2024-07-19 11:43:08 +08:00 |
|
Sarvesh Bodakhe
|
3a1cc2be50
|
fix(wifi): Free scan configuration after use when channel bitmap is used
|
2024-07-18 11:54:15 +05:30 |
|
zwl
|
5a545d6885
|
fix(ble): fixed nimble host only build error
|
2024-07-17 19:32:22 +08:00 |
|
wuzhenghui
|
51a102a467
|
feat(example): update gpio/ext1 wakeup avaliable IO num in example Kconfig
|
2024-07-16 22:00:40 +08:00 |
|
laokaiyao
|
e6103c521a
|
docs(touch): add doc for cap touch sens driver
|
2024-07-13 15:47:20 +08:00 |
|
laokaiyao
|
82cba6e3ff
|
feat(touch_sens): add example for the touch sensor v3
|
2024-07-13 15:47:20 +08:00 |
|