Jiang Jiang Jian
|
3bd8a8e890
|
Merge branch 'bugfix/remove_-Wno-formate_in_ble_mesh_examples_v5.0' into 'release/v5.0'
ble_mesh: example: Remove -Wno-format compile option for BLE Mesh examples(v5.0)
See merge request espressif/esp-idf!21675
|
2022-12-21 18:32:13 +08:00 |
|
Jiang Jiang Jian
|
25eb1f0c6e
|
Merge branch 'bugfix/some_wifi_fixes_v5.0' into 'release/v5.0'
esp_wifi: update wifi lib to latest master for v5.0
See merge request espressif/esp-idf!21680
|
2022-12-21 10:50:49 +08:00 |
|
Ivan Grokhotkov
|
8300f0e52a
|
Merge branch 'contrib/github_pr_10304_v5.0' into 'release/v5.0'
Fixed mismatch in printf types (GitHub PR) (v5.0)
See merge request espressif/esp-idf!21706
|
2022-12-20 21:22:51 +08:00 |
|
wangjialiang
|
fca1b1dd58
|
ble_mesh: example: Remove -Wno-format compile option for BLE Mesh examples
|
2022-12-20 10:57:39 +00:00 |
|
Chen Yudong
|
50ec3e0145
|
CI: fix ethernet throughput test
|
2022-12-20 11:26:43 +08:00 |
|
Chen Yudong
|
afc433114e
|
CI: fix ipv6 test failed on some runners
|
2022-12-20 11:26:32 +08:00 |
|
Jiang Jiang Jian
|
7dae4181a8
|
Merge branch 'bugfix/fix_some_ble_bugs_by_cjh_v5.0' into 'release/v5.0'
Fixed some BLE bugs (backport v5.0)
See merge request espressif/esp-idf!21682
|
2022-12-20 11:14:48 +08:00 |
|
Jiang Jiang Jian
|
cf88b7a743
|
Merge branch 'bugfix/fix_ble_some_bugs_20221219' into 'release/v5.0'
backport some BLE bugs 20221219 (backport v5.0)
See merge request espressif/esp-idf!21697
|
2022-12-20 10:52:53 +08:00 |
|
Jiang Jiang Jian
|
368ede2eb4
|
Merge branch 'bugfix/spp_vfs_memory_leak_v5.0' into 'release/v5.0'
Component_bt/fix esp_spp_vfs_register memory leak(v5.0)
See merge request espressif/esp-idf!21678
|
2022-12-20 10:37:10 +08:00 |
|
Gregory Eslinger
|
0ce97d88c2
|
Fixed mismatch in printf types
Removed duplicate `l` in format
Updated print types
Updated CMake
|
2022-12-19 15:42:13 +01:00 |
|
Angus Gratton
|
8468ea3dcc
|
build system: Add idf_component_add_link_dependency function, use for spi_flash overriding
|
2022-12-19 15:25:30 +01:00 |
|
zhiweijian
|
16f9add4f6
|
Remove -Wno-format compile option for bluedroid BLE examples
|
2022-12-19 20:27:06 +08:00 |
|
chenjianhua
|
e8fef195a2
|
examples: fix ble hid led output report
|
2022-12-19 20:17:00 +08:00 |
|
Jessy Chen
|
6818b3012d
|
esp_wifi: upload more wifi pkt info in rx callback for espnow & csi
|
2022-12-19 14:16:48 +08:00 |
|
Kapil Gupta
|
096aa4b84d
|
esp_exmaples: Update ESP32C2 chip in Readme
|
2022-12-19 14:15:24 +08:00 |
|
Kapil Gupta
|
2accc311a2
|
WiFi: Add WPS softAP registrar example and events
|
2022-12-19 14:09:05 +08:00 |
|
xiongweichao
|
474cf2cf64
|
Modified spp vfs example
|
2022-12-19 11:32:14 +08:00 |
|
morris
|
e207c60805
|
Merge branch 'bugfix/no_more_public_adc2_dma_on_c3_s3_v5.0' into 'release/v5.0'
adc: no longer support adc2 continuous mode on esp32c3 and esp32s3 (v5.0)
See merge request espressif/esp-idf!21645
|
2022-12-16 17:46:31 +08:00 |
|
Armando
|
bb074904b4
|
adc: no longer support adc2 oneshot mode on esp32c3
Due to HW limitation, we don't support this anymore. On c3, ADC2 under oneshot mode is not stable.
However, you can enable CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 to force use
ADC2.
Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
|
2022-12-16 12:07:38 +08:00 |
|
Armando
|
1c373cf293
|
adc: no longer support adc2 continuous mode on esp32c3 and esp32s3
Due to HW limitation, we don't support this anymore. On s3 and c3, ADC2 under continuous mode is not stable.
However, you can enable CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 to force use
ADC2.
Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
|
2022-12-16 12:07:38 +08:00 |
|
Yuan Hong Hui
|
eff97476eb
|
ble_mesh:example:change the level of nimble host log
|
2022-12-15 17:57:12 +08:00 |
|
Mahavir Jain
|
d8db7d7cc4
|
Merge branch 'feature/esp_https_ota_events_v5.0' into 'release/v5.0'
esp_https_ota: Added support for esp_events (v5.0)
See merge request espressif/esp-idf!21109
|
2022-12-14 17:11:50 +08:00 |
|
Jiang Jiang Jian
|
232a4aee15
|
Merge branch 'feature/report_acl_conn_cmp_stat_to_app_v5.0' into 'release/v5.0'
feature/report ACL link related events to application (v5.0)
See merge request espressif/esp-idf!21524
|
2022-12-14 10:45:15 +08:00 |
|
Rahul Tank
|
71e1c0a564
|
Nimble: Update documentation to include distinction between upstream
mesh example and ESP-BLE-MESH
|
2022-12-13 12:56:06 +05:30 |
|
Marius Vikhammer
|
f81cae4e1e
|
system: fix printf format errors in all system and cxx examples
|
2022-12-12 16:56:20 +08:00 |
|
Jiang Jiang Jian
|
3691ce2329
|
Merge branch 'feature/periodic_adv_example_v5.0' into 'release/v5.0'
Nimble: support for periodic adv / sync example (v5.0)
See merge request espressif/esp-idf!20341
|
2022-12-12 14:53:21 +08:00 |
|
morris
|
7cb4504c55
|
Merge branch 'doc/esp_lcd_class_diagram_v5.0' into 'release/v5.0'
RGB LCD multi-framebuffer support (v5.0)
See merge request espressif/esp-idf!21476
|
2022-12-12 11:47:38 +08:00 |
|
morris
|
6321e24bac
|
Merge branch 'feature/enc28j60_not_new_design_v5.0' into 'release/v5.0'
Ethernet examples: added warning that ENC28J60 is not recommended for new designs (v5.0)
See merge request espressif/esp-idf!21546
|
2022-12-12 11:41:19 +08:00 |
|
Wang Meng Yang
|
818ba6affb
|
Merge branch 'bugfix/spp_50005_crash_v5.0' into 'release/v5.0'
bt: Added esp_spp_enhanced_init() API to indicate whether to enable L2CAP ERTM(v5.0)
See merge request espressif/esp-idf!20822
|
2022-12-12 11:00:28 +08:00 |
|
Ondrej Kosta
|
a811ea38b9
|
Ethernet examples: added warning that ENC28J60 is not recommended for new designs using ESP32 series of chips
|
2022-12-09 11:35:07 +00:00 |
|
jincheng
|
254afaba28
|
Added ACL link related events handler in A2DP sink GAP callback
|
2022-12-09 11:08:10 +08:00 |
|
Jiang Jiang Jian
|
2693c89c05
|
Merge branch 'bugfix/notify_gattc_to_gatts_v5.0' into 'release/v5.0'
NimBLE : Change GATT notify/indicate from gattc to gatts (v5.0)
See merge request espressif/esp-idf!20892
|
2022-12-08 20:36:25 +08:00 |
|
Jiang Jiang Jian
|
ed663e395f
|
Merge branch 'feature/support_le_power_control_v5.0' into 'release/v5.0'
Nimble: Add LE Power CTRL changes (v5.0)
See merge request espressif/esp-idf!21188
|
2022-12-08 11:53:00 +08:00 |
|
morris
|
698fd7abb3
|
lcd: support multi framebuffers for RGB LCD driver
|
2022-12-07 17:55:19 +08:00 |
|
xiongweichao
|
654e198464
|
bt: Remove SPP default send buffer size option and add parameters to configure send buffer size in esp_spp_enhance_init()
|
2022-12-07 09:38:24 +00:00 |
|
xiongweichao
|
c2c9b090c7
|
bt: Added esp_spp_enhance_init() API to indicate whether to enable L2CAP ERTM
|
2022-12-07 09:38:24 +00:00 |
|
isha.pardikar@espressif.com
|
b1d87a41d2
|
NimBLE : Change GATT notify/indicate from gattc to gatts
|
2022-12-07 14:41:51 +05:30 |
|
Roshan Bangar
|
9d3e15704c
|
Nimble: Add example for periodic adv/sync
|
2022-12-07 11:56:10 +05:30 |
|
Jiang Jiang Jian
|
795a70f8b3
|
Merge branch 'bugfix/Fix_exceptional_list_params_check_v5.0' into 'release/v5.0'
ble_mesh: stack: Fix exceptional list parameters check issue(v5.0)
See merge request espressif/esp-idf!21441
|
2022-12-06 20:41:08 +08:00 |
|
Rahul Tank
|
e8e79e8e16
|
Nimble: Add LE Power CTRL changes
|
2022-12-06 14:56:20 +05:30 |
|
Jiang Jiang Jian
|
b2396cee86
|
Merge branch 'bugfix/multiple_wifi_fixes_v5.0' into 'release/v5.0'
esp_wifi: update wifi lib
See merge request espressif/esp-idf!21425
|
2022-12-06 13:05:08 +08:00 |
|
Island
|
9aba2fe078
|
Merge branch 'bugfix/remove_get_modle_and_get_comp_api_forv5.0' into 'release/v5.0'
ble_mesh:example:change the method of get model(for v5.0)
See merge request espressif/esp-idf!20388
|
2022-12-06 10:52:05 +08:00 |
|
wangjialiang
|
9d79c71498
|
ble_mesh: stack: Fix exceptional list parameters check issue
|
2022-12-05 20:24:21 +08:00 |
|
Fu Hanxi
|
6688ba7b8e
|
Merge branch 'ci/upload_elf_map_to_minio_v5.0' into 'release/v5.0'
ci: upload elf map file to s3 server to reduce artifacts size (v5.0)
See merge request espressif/esp-idf!19902
|
2022-12-05 18:17:59 +08:00 |
|
Yuan Hong Hui
|
3867f7cf70
|
ble_mesh:example:change the method of get model
|
2022-12-05 16:47:41 +08:00 |
|
Zim Kalinowski
|
759f7ec13d
|
Merge branch 'feature/add_int_task_wdt_esp32c2_v5.0' into 'release/v5.0'
WDT: implement interrupt wdt and task wdt for ESP32-C2 (backport v5.0)
See merge request espressif/esp-idf!20980
|
2022-12-05 16:38:35 +08:00 |
|
Mahavir Jain
|
027d92da14
|
Merge branch 'bugfix/fix_https_x509_example_v5.0' into 'release/v5.0'
ci: fix https_x509 example (v5.0)
See merge request espressif/esp-idf!20937
|
2022-12-05 14:15:47 +08:00 |
|
Marius Vikhammer
|
3fd37357b6
|
Merge branch 'bugfix/c2_chip_info_gpio_range_v5.0' into 'release/v5.0'
hw-support: update C2 chip info to reflect that esp8684 has embedded flash (v5.0)
See merge request espressif/esp-idf!21066
|
2022-12-05 12:06:39 +08:00 |
|
liuning
|
39080a2d59
|
docs: update BluFi documentation
|
2022-12-05 11:23:41 +08:00 |
|
liuning
|
497b45186e
|
blufi: update version to 1.3
record connecting status, got ip status, maximum retry, connection end info (reason code, rssi) and provide greater information to phone
|
2022-12-05 11:23:29 +08:00 |
|