wuzhenghui
ea02b6dfec
doc: update deep_sleep_wake_stub readme
2023-04-24 11:37:46 +08:00
wuzhenghui
c78fb1602e
feature: add wake up time cost info to deep_sleep_wake_stub example
2023-04-24 11:37:46 +08:00
jiangguangming
86905af90d
deep sleep example: typo corrected in readme
2023-04-24 11:37:46 +08:00
jiangguangming
738b486b31
ci: add ci example test
2023-04-24 11:37:46 +08:00
jiangguangming
b733eb0adb
example: add example deep sleep wake stub
2023-04-24 11:37:42 +08:00
morris
9516e80f61
Merge branch 'bugfix/wakeup_io_hold_unhold_in_sleep_v4.4' into 'release/v4.4'
...
gpio: Fix deep sleep wakeup IOs unable to unhold after wakeup (v4.4)
See merge request espressif/esp-idf!22670
2023-04-21 10:51:05 +08:00
Zim Kalinowski
3f08fd4400
Merge branch 'contrib/github_pr_11163_v4.4' into 'release/v4.4'
...
Make custom bootloader message match actual output (GitHub PR) (v4.4)
See merge request espressif/esp-idf!23140
2023-04-20 19:45:06 +08:00
zhiweijian
51602a7f10
support ble notify and write throughput test at the same time
2023-04-17 17:48:24 +08:00
chenjianxing
89cede3895
esp_wifi: fix espnow example add peer fail when config channel
...
Closes https://github.com/espressif/esp-idf/issues/9592
2023-04-13 10:53:31 +08:00
hasheddan
e2a59b8bf4
Make custom bootloader message match actual output
...
Fixes the custom bootloader README.md so that the example output matches
what will actually be output by default in the custom bootloader.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2023-04-11 13:41:40 +08:00
Tomas Rezucha
e09fc3e474
usb: Update CDC and MSC host examples to use drivers from ESP Registry
2023-04-06 08:12:43 +02:00
Jiang Jiang Jian
534ec69996
Merge branch 'bugfix/stop_dhcps_before_set_dns_4.4' into 'release/v4.4'
...
Fixed bug for stop dhcps before set dns for 4.4
See merge request espressif/esp-idf!23048
2023-04-04 13:50:12 +08:00
Jiang Jiang Jian
c0efc25049
Merge branch 'bugfix/fix_hw_ralunderrun_assert_v4.4' into 'release/v4.4'
...
Fixed BLE HW RAL_UNDERRUN asser and backport some bug fix 23-03-30 (back port v4.4)
See merge request espressif/esp-idf!23004
2023-04-04 10:50:25 +08:00
xueyunfei
2549b9fe36
Fixed bug for stop dhcps before set dns
...
Closes https://github.com/espressif/esp-idf/issues/10762
2023-04-03 20:12:56 +08:00
zhiweijian
e7fd58d77a
set BT_CTRL_BLE_MAX_ACT default value to 6
2023-03-30 16:14:18 +08:00
isha.pardikar@espressif.com
b594199917
NimBLE: Added configurable option for resolving peer address in bleprph example
...
Closes IDFGH-9552
2023-03-30 11:00:48 +05:30
Song Ruo Jing
ef648dfdf6
examples: system/deep_sleep
...
1. Fix EXT0 wakeup pin error on ESP32: GPIO3 is not a RTC IO, change to use GPIO25.
2. Add ESP_ERROR_CHECK to explicitly show the runtime error
3. Improve example README
2023-03-29 17:21:50 +08:00
Marius Vikhammer
9071843f2b
docs: update readme links to ledstrip datasheet
2023-03-29 11:09:05 +08:00
Marius Vikhammer
40a92dbfab
uart: increase default stack size for nmea example
...
With the old value of 2048 bytes we are right on the stack border when running on S3.
Closes https://github.com/espressif/esp-idf/issues/11044
2023-03-24 12:21:33 +08:00
Jiang Jiang Jian
4ffc7c666c
Merge branch 'bugfix/lwip_core_locking_v4.4' into 'release/v4.4'
...
esp_netif/lwip: Fix core-locking config (v4.4)
See merge request espressif/esp-idf!22466
2023-03-23 10:39:57 +08:00
Jiang Jiang Jian
8cea38360f
Merge branch 'bugfix/fix_examples_sdmmc_card_init_failure_esp32s3_v4.4' into 'release/v4.4'
...
SDMMC example: Fix for 'sdmmc_card_init failed for ESP32S3' (v4.4)
See merge request espressif/esp-idf!22653
2023-03-21 18:57:10 +08:00
David Cermak
29b8a00c0a
esp_netif/lwip: Fix core-locking config (v4.4)
...
* Fix thread safety issues in non-core locking
* Add option to verify thread safety issues in lwip (core-lock assertion)
* Make esp_sntp.h thread safe API
* Fix sntp example
(v4.4 - fixes minor merge issue that duplicated
DHCP_DEFINE_CUSTOM_TIMEOUTS and DHCP_REQUEST_TIMEOUT_SEQUENCE)
Closes https://github.com/espressif/esp-idf/issues/9908
Closes https://github.com/espressif/esp-idf/issues/10502
Closes https://github.com/espressif/esp-idf/issues/10466
2023-03-21 10:31:20 +01:00
Sonika Rathi
d91efe9f8e
SDMMC example: Fix for 'sdmmc_card_init failed for ESP32S3' (v4.4)
...
Closes https://github.com/espressif/esp-idf/issues/10855
2023-03-20 11:50:45 +05:30
Jiang Jiang Jian
48b3f236d3
Merge branch 'contrib/github_pr_10402_v4.4' into 'release/v4.4'
...
ledc: move callback to IRAM as it's called from an ISR (GitHub PR) (v4.4)
See merge request espressif/esp-idf!22593
2023-03-20 14:06:23 +08:00
Jiang Jiang Jian
7cfc1a747f
Merge branch 'docs/update_esp_hid_device_v4.4' into 'release/v4.4'
...
docs: fixed missing API-reference documents for Bluetooth HID device(backport v4.4)
See merge request espressif/esp-idf!19582
2023-03-17 19:40:43 +08:00
Jiang Jiang Jian
11e20bbf7b
Merge branch 'bugfix/avrcp_psth_cmd_rsp_v4.4' into 'release/v4.4'
...
bt:Added a parameter to tell the user the result of the pass through command implementation(v4.4)
See merge request espressif/esp-idf!22789
2023-03-17 13:52:39 +08:00
xiongweichao
0ac35d3f09
bt:Added a parameter to tell the user the result of the pass through command implementation
2023-03-14 16:44:10 +08:00
wangmengyang
a13f65206c
examples/Bluetooth/bt_hid_mouse_device: improved the exmaple README
2023-03-14 12:13:48 +08:00
wangmengyang
b419830cb0
examples/bluetooth/bt_hid_mouse_device: fixed code format, added more comments to improve code readability
2023-03-14 12:13:48 +08:00
Sumeet Singh
1c4a48bd11
NimBLE: Added custom GATT Server functionality and encryption (v4.4)
2023-03-13 19:46:38 +05:30
Jiang Jiang Jian
d56a3b5dd3
Merge branch 'bugfix/wifi_enterprise_example_typo_v4.4' into 'release/v4.4'
...
esp_wifi: fix typo in wifi_enterprise example README (Backport v4.4)
See merge request espressif/esp-idf!22651
2023-03-13 14:06:24 +08:00
Wang Meng Yang
712f6cb95c
Merge branch 'bugfix/spp_server_doc_v4.4' into 'release/v4.4'
...
SPP server documentation fix (v4.4)
See merge request espressif/esp-idf!22679
2023-03-10 17:22:19 +08:00
Michael (XIAO Xufeng)
8232f23f65
Merge branch 'feature/apply_new_version_logic_v4.4' into 'release/v4.4'
...
all: Apply new version logic (major * 100 + minor) (v4.4)
See merge request espressif/esp-idf!22481
2023-03-10 14:52:18 +08:00
isha.pardikar@espressif.com
e0aa158399
Doc : SPP server documentation fix
...
Closes https://github.com/espressif/esp-idf/issues/10930
2023-03-09 11:59:00 +05:30
Sarvesh Bodakhe
6a2e2d99a7
esp_wifi: fix typo in wifi_enterprise example README
...
Closes https://github.com/espressif/esp-idf/issues/10042
2023-03-08 13:23:54 +05:30
Armando
eab3534c90
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-c3_errata_en.pdf
2023-03-07 11:58:27 +08:00
Armando
ffb2db586a
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
2023-03-06 18:57:58 +08:00
KonstantinKondrashov
8ca1779931
app: Updates the chip version format (vX.Y)
2023-03-03 22:26:39 +00:00
chli
9fa8e2df41
ledc: move callback to IRAM, it's called from an ISR
2023-03-03 17:22:07 +08:00
Zim Kalinowski
20e5bc7ce0
Merge branch 'bugfix/nvs_cxx_example_v4.4' into 'release/v4.4'
...
nvs_flash: fixed wrong error check after open_nvs_handle in example (v4.4)
See merge request espressif/esp-idf!22304
2023-02-28 21:38:38 +08:00
Jiang Jiang Jian
17a0cdae49
Merge branch 'bugfix/fix_some_ble_bug_v4.4' into 'release/v4.4'
...
Fixed some BLE bugs (backport v4.4)
See merge request espressif/esp-idf!22364
2023-02-26 16:13:07 +08:00
Chen Yudong
109faee736
test: fix test_examples_protocol_https_server_simple
2023-02-15 15:42:58 +08:00
chenjianhua
71ed13c31f
examples: fix ble address type of adv and scan params
2023-02-14 11:14:11 +08:00
Chen Yudong
db5bee5c16
example: fix got ip error in protocol tests
2023-02-14 11:03:37 +08:00
Ondrej Kosta
a0c87d63e3
esp_eth: possible start/stop issue fixed
...
ESP32 EMAC could hang when stopped/started multiple times at 10Mbps speed mode
2023-02-10 16:23:20 +01:00
Chen Yudong
1871825d7b
CI: optimize example protocol test cases
2023-02-10 15:30:44 +08:00
Jakob Hasse
1bf3ac5349
bugfix(nvs_flash): fixed wrong error check after open_nvs_handle
...
Closes https://github.com/espressif/esp-idf/issues/10240
2023-02-10 10:00:13 +08:00
David Čermák
57528b8d17
Merge branch 'bugfix/fix_mdns_example_v4.4_' into 'release/v4.4'
...
mDNS: Fix example test in CI (v4.4)
See merge request espressif/esp-idf!20815
2023-02-07 00:02:00 +08:00
Jiang Jiang Jian
bd54673f81
Merge branch 'doc/update_nimble_mesh_example_information_v4.4' into 'release/v4.4'
...
Nimble: Update Mesh example documentation (v4.4)
See merge request espressif/esp-idf!21579
2023-02-03 13:53:29 +08:00
Jiang Jiang Jian
56083a12fc
Merge branch 'example/opt_a2dp_gatts_coex_example_v4.4' into 'release/v4.4'
...
rebase a2dp_gatts_coex to latest a2dp_sink (v4.4)
See merge request espressif/esp-idf!22004
2023-02-03 13:50:41 +08:00
Jiang Jiang Jian
b818abb0d7
Merge branch 'bugfix/fix_some_ble_bugs_by_cjh_v4.4' into 'release/v4.4'
...
Fixed some BLE bugs (backport v4.4)
See merge request espressif/esp-idf!21691
2023-02-03 13:50:12 +08:00
Jiang Jiang Jian
202e1c1fb8
Merge branch 'feature/report_acl_conn_cmp_stat_to_app_v4.4' into 'release/v4.4'
...
feature/report ACL link related events to application (v4.4)
See merge request espressif/esp-idf!21525
2023-02-03 13:49:59 +08:00
morris
cc423c3d44
Merge branch 'bugfix/gdma_uhci_id_4.4' into 'release/v4.4'
...
gdma: correct the dma trigger of UHCI && fix async memcpy conflict with peripheral DMA (v4.4)
See merge request espressif/esp-idf!22007
2023-02-02 21:30:20 +08:00
Island
ae8195e9df
Merge branch 'bugfix/change_position_of_vendor_model_and_gen_onoff_model_callback_forv4.4' into 'release/v4.4'
...
ble_mesh:example:change position of vendor model and generic onoff model callback(v4.4)
See merge request espressif/esp-idf!21799
2023-02-02 20:48:52 +08:00
Yuan Hong Hui
97ab485bdf
ble_mesh:example:change position of vendor model and generic onoff model callback(v4.4)
2023-02-02 20:48:52 +08:00
morris
2a9759ea24
gdma: correct the dma trigger of uart
...
GDMA trigger actually is not assigned to UART controller, but for UHCI
controller
2023-02-01 10:56:01 +08:00
Jiang Jiang Jian
d4080633f9
Merge branch 'feature/efuse_rev_major_minor_v4.4' into 'release/v4.4'
...
efuse: Adds major and minor versions (v4.4)
See merge request espressif/esp-idf!19541
2023-01-12 16:24:59 +08:00
Jin Cheng
ee9594aa04
rebase a2dp_gatts_coex to latest a2dp_sink
2023-01-11 14:40:22 +08:00
jincheng
a901900533
Added ACL link related events handler in A2DP sink GAP callback
2023-01-04 11:48:57 +08:00
Suren Gabrielyan
74721f524b
mDNS: Fix example test in CI using multiple retries
2023-01-01 19:58:19 +00:00
Jiang Jiang Jian
221df10ced
Merge branch 'bugfix/change_the_level_of_nimble_log_forv4.4' into 'release/v4.4'
...
ble_mesh:example:change the level of nimble host log(v4.4)
See merge request espressif/esp-idf!21629
2022-12-22 19:42:11 +08:00
Alex Lisitsyn
ea646a9c22
freemodbus: remove component files from esp-idf (backport v4.4)
2022-12-22 17:05:55 +08:00
KonstantinKondrashov
26960f1734
efuse: Adds major and minor versions and others
2022-12-20 16:30:13 +08:00
chenjianhua
5d6dfd139f
examples: fix ble hid led output report
2022-12-19 19:01:13 +08:00
Yuan Hong Hui
b1d22143a5
ble_mesh:example:change the level of nimble host log
2022-12-15 18:00:25 +08:00
Rahul Tank
f1ee4f551d
Nimble: Update documentation to include distinction between upstream
...
mesh example and ESP-BLE-MESH
2022-12-13 12:56:17 +05:30
Jiang Jiang Jian
4e083d8214
Merge branch 'bugfix/spp_vfs_memory_leak_v4.4' into 'release/v4.4'
...
Component_bt/fix esp_spp_vfs_register memory leak(v4.4)
See merge request espressif/esp-idf!21440
2022-12-06 20:40:33 +08:00
Jiang Jiang Jian
52ba3f1ee0
Merge branch 'bugfix/Fix_exceptional_list_params_check_v4.4' into 'release/v4.4'
...
ble_mesh: stack: Fix exceptional list parameters check issue(v4.4)
See merge request espressif/esp-idf!21442
2022-12-06 14:13:20 +08:00
xiongweichao
854a31feda
Modified spp vfs example
2022-12-06 06:02:01 +00:00
morris
5d4edd8218
Merge branch 'bugfix/mcpwm_example_support_usj_v4.4' into 'release/v4.4'
...
mcpwm: bdc control example also support usb serial jtag console
See merge request espressif/esp-idf!21432
2022-12-06 11:38:57 +08:00
wangjialiang
4aa7b2a837
ble_mesh: stack: Fix exceptional list parameters check issue
2022-12-05 20:25:07 +08:00
morris
cb4fccb38a
mcpwm: bdc control example also support usb serial jtag
2022-12-05 16:19:45 +08:00
liuning
6a66453e94
docs: update BluFi documentation
2022-12-02 19:48:41 +08:00
liuning
2d2177b4ad
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-02 19:45:28 +08:00
liqigan
7ba36f4d47
fix HID device can not remove virtually cabled device without a connection
...
Closes https://github.com/espressif/esp-idf/issues/10107
2022-12-01 15:18:19 +08:00
Jiang Jiang Jian
cdf8810f63
Merge branch 'bugfix/disable_prov_encryption_v4.4' into 'release/v4.4'
...
Wifi Prov: Disabled the default support for BLE Encrpytion on characteristics read /write (v4.4)
See merge request espressif/esp-idf!21264
2022-11-30 12:06:08 +08:00
Wang Meng Yang
89bb0c0759
Merge branch 'bt/opt_audio_datapath_v4.4' into 'release/v4.4'
...
bt/optimized a2dp_sink audio datapath (v4.4)
See merge request espressif/esp-idf!21223
2022-11-29 17:58:26 +08:00
Rahul Tank
d86afd82c1
Wifi Prov: Disabled the default support for BLE Encrpytion on characteristics read /write
...
By default, disabled the BLE Encrpyption requirement for provisioning characteristic.
With this flag enabled, when remote attempts to read and if the ACL link is not encrypted,
ESP device will return Insufficient Authentication. It is remote device responsibility to go
for link encryption which may result in pairing.
Some devices do not proceed for any pairing and just show failure pop-up. Also, user needs
to remove bonding on remote phone manually and then try again. This is causing bad user experience.
End user can enable it as per their use case.
2022-11-25 14:18:15 +05:30
Jin Cheng
a1b4ef2806
Increase BtI2STask stack depth to avoid stack overflow
2022-11-24 12:14:15 +08:00
Jin Cheng
2c38701f68
optimized a2dp_sink audio datapath
...
1. removed audio cache in BTC layer of Bluedroid
2. added flow control for audio data in application layer
Closes https://github.com/espressif/esp-idf/issues/9622
2022-11-24 12:14:08 +08:00
Jin Cheng
2d220b5c3f
1. changed pin_type of Legacy Paring from FIXED to VARIABLE to avoid authentication failure
...
2. provide compatibilities with devices that do not support Secure Simple Paring
Closes https://github.com/espressif/esp-idf/issues/10069
Closes https://github.com/espressif/esp-idf/issues/10005
2022-11-23 20:53:41 +08:00
Jin Cheng
11ab4404ff
fixed build errors with Secure Simple Paring disabled
2022-11-23 20:52:09 +08:00
Wang Meng Yang
2b4b59e635
Merge branch 'bugfix/a2dp_source_memory_access_out_of_bounds_v4.4' into 'release/v4.4'
...
Fixed the issue memory access out of bounds in a2dp_source example (v4.4)
See merge request espressif/esp-idf!21145
2022-11-23 10:32:16 +08:00
Yuan Hong Hui
e591c290ad
ble_mesh:example:Add command to test the function of duplicate exceptional list(v4.4)
2022-11-23 10:25:45 +08:00
Jin Cheng
e3ec58043f
Fixed the issue memory access out of bounds in a2dp_source example
2022-11-18 16:40:03 +08:00
zhiweijian
58979bee59
cleanup bluetooth sdkconfig.defaults
2022-11-17 03:46:02 +00:00
zhiweijian
269c02f391
Fixed ble_compatibility_test example NVS init error
2022-11-17 03:46:02 +00:00
Jiang Jiang Jian
12c64be392
Merge branch 'bugfix/ble_mesh_console_memory_leak_test_forv4.4' into 'release/v4.4'
...
ble_mesh:example:fix memory leak(v4.4)
See merge request espressif/esp-idf!20038
2022-11-10 10:45:12 +08:00
Jiang Jiang Jian
7bd454188d
Merge branch 'bugfix/remove_get_modle_and_get_comp_api_forv4.4' into 'release/v4.4'
...
ble_mesh:example:change the method of get model(for v4.4)
See merge request espressif/esp-idf!20393
2022-11-10 10:44:52 +08:00
Ivan Grokhotkov
c86b6ed334
Merge branch 'contrib/github_pr_10087_v4.4' into 'release/v4.4'
...
fixed url to console component (GitHub PR) (v4.4)
See merge request espressif/esp-idf!20901
2022-11-09 18:34:47 +08:00
Jiang Jiang Jian
1a06484dac
Merge branch 'feature/nimble_port_init_deinit_v4.4' into 'release/v4.4'
...
NimBLE : Init deinit nimble stack in a loop
See merge request espressif/esp-idf!20689
2022-11-09 18:01:46 +08:00
Jiang Jiang Jian
339e26eddd
Merge branch 'bugfix/crash_in_i2s_when_reconnect_to_a2dp_v4.4' into 'release/v4.4'
...
fixed crash in I2S when reconnect to a2dp sink (v4.4)
See merge request espressif/esp-idf!20719
2022-11-09 17:56:14 +08:00
morris
70bb00afac
Merge branch 'examples/fix_examples_spi_master_esp32cx_v4.4' into 'release/v4.4'
...
examples: fix spi master examples on esp32cxx (v4.4)
See merge request espressif/esp-idf!20663
2022-11-09 17:40:59 +08:00
morris
ac8376c225
Merge branch 'bugfix/upgrade_i2s_es8311_version' into 'release/v4.4'
...
es8311: upgrade to 1.0.0 on release v4.4
See merge request espressif/esp-idf!20809
2022-11-09 17:39:51 +08:00
beta-tester
b32fbb9a61
doc: redirect console page
...
Previous the console doc is moved from api-guide to api-reference, which
broken the URL as well, this commit added a redirect link to ensure the
old URL can still work.
2022-11-02 16:08:07 +08:00
laokaiyao
af35a6adbb
es8311: upgrade to 1.0.0
2022-10-27 17:21:32 +08:00
Jin Cheng
e59ec7e597
fixed crash in I2S when reconnect to a2dp sink
2022-10-21 14:11:27 +08:00
isha.pardikar@espressif.com
51023425d2
NimBLE : Init deinit nimble stack in a loop
2022-10-19 23:13:27 +05:30
Marius Vikhammer
126ae145ec
esp_event: increase default stack size in user_event_loop example
...
Example would trigger a stack overflow on S3.
Closes https://github.com/espressif/esp-idf/issues/10008
2022-10-19 18:01:11 +08:00
wanlei
e4aaf10ff0
examples: support spi master lcd examples on esp32s3
2022-10-19 17:03:54 +08:00