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
Yuan Hong Hui
fc82b36847
ble_mesh:example:change the method of get model
2022-10-17 03:54:17 +00:00
Yuan Hong Hui
cc27c90b8c
ble_mesh:example:fix memory leak
2022-09-28 03:51:33 +00:00
zwj
358a03e844
Fixed extend adv tx power range error
2022-09-27 19:30:06 +08:00
morris
2dd6a166b9
Merge branch 'feat/essl_extra_component_v4.4' into 'release/v4.4'
...
sdio/example: fixed the essl return value issue (v4.4)
See merge request espressif/esp-idf!20345
2022-09-27 18:33:06 +08:00
morris
6f87740bbe
Merge branch 'bugfix/fixed_gap_in_i2s_adc_dac_output' into 'release/v4.4'
...
i2s_example: fixed i2s_adc_dac output gap (v4.4)
See merge request espressif/esp-idf!20320
2022-09-27 15:49:17 +08:00
Michael (XIAO Xufeng)
5514cee480
sdio/example: fixed the essl return type issue
2022-09-26 19:40:37 +08:00
Jiang Jiang Jian
ae263f1bc8
Merge branch 'feature/sink_support_mono_v4.4' into 'release/v4.4'
...
bt: Fixed sink not being able to output mono audio because it can only decode dual channel audio data(v4.4)
See merge request espressif/esp-idf!20077
2022-09-26 17:47:31 +08:00
laokaiyao
3427867e70
i2s_example: fixed i2s_adc_dac output gap
...
Closes: https://github.com/espressif/esp-idf/issues/9389
2022-09-23 17:31:20 +08:00
satish.solanke
8ae535cdc5
Added ESP32-S3 in README Bluedroid examples (v4.4)
2022-09-19 12:47:49 +05:30
Jiang Jiang Jian
440f9e138c
Merge branch 'bugfix/enable_ans_svc_by_default_v4.4' into 'release/v4.4'
...
Nimble: Enable ANS service by default in nimble peripheral example (v4.4)
See merge request espressif/esp-idf!20022
2022-09-14 16:17:20 +08:00
xiongweichao
4c4799ac49
bt:Fixed sink not being able to output mono audio because it can only decode dual channel audio data
2022-09-09 17:31:04 +08:00
David Čermák
964fcc7062
Merge branch 'bugfix/test_ethernet_throughput_basic_v4.4' into 'release/v4.4'
...
Bugfix/test ethernet throughput basic (v4.4)
See merge request espressif/esp-idf!19563
2022-09-08 20:50:41 +08:00
Rahul Tank
fcfef95fa7
Nimble: Enable ANS service by default in nimble examples
2022-09-07 17:22:37 +05:30
Island
e87caa8d75
Merge branch 'bugfix/ble_mesh_console_support_nimble_host_for_v4.4' into 'release/v4.4'
...
ble_mesh:ble mesh console support nimble(v4.4)
See merge request espressif/esp-idf!19604
2022-08-24 10:27:13 +08:00
Zim Kalinowski
eebbc181e8
Merge branch 'staging/add_idf_as_lib_to_ci_v4.4' into 'release/v4.4'
...
CI: idf_as_lib is now run on all suported targets (backport v4.4)
See merge request espressif/esp-idf!19618
2022-08-19 21:05:49 +08:00
Jiang Jiang Jian
4851e0b9ca
Merge branch 'bugfix/hfp_examples_not_work_with_default_sdkconfig_v4.4' into 'release/v4.4'
...
bugfix/set default number of sco connection to 1 (v4.4)
See merge request espressif/esp-idf!19587
2022-08-19 20:32:56 +08:00
Omar Chebib
b5d2ee7ed4
CI: idf_as_lib is now run on all suported targets
2022-08-18 12:07:19 +08:00
Shreyas Sheth
756b46ca96
esp_wifi: WPA3 SAE H2E support for station
...
Mandate sta threshold wpa3 for ssid after receiving transition disable
bit from AP
2022-08-18 02:55:51 +05:30
Yuan Hong Hui
d2eb652738
ble_mesh:ble mesh console support nimble
2022-08-17 14:34:04 +08:00
jincheng
d88544fd05
Fixed the failure of 'connect audio' operation in HFP examples with default SDK configuration
...
Due to the lack of synchronized connections, the hf_client can not create audio_connection to
hf_ag. Set default number of synchronized connection to 1.
Closes https://github.com/espressif/esp-idf/issues/9537
2022-08-17 10:14:50 +08:00
Ondrej Kosta
d9dda477b0
eth_iperf_test: improved regex to properly evaluate IP address
2022-08-15 16:07:33 +02:00
Roland Dobai
f935c17a95
Tools: Fix Python style warnings
2022-08-09 14:30:52 +02:00
Marius Vikhammer
f8729d905e
Merge branch 'feature/ulp_riscv_adc_v4.4' into 'release/v4.4'
...
ulp-riscv: add support for using ADC as well as an example show-casing it. (v4.4)
See merge request espressif/esp-idf!19058
2022-08-09 15:00:50 +08:00
Marius Vikhammer
f8f93d936e
ulp-riscv: add support for using ADC as well as an example show-casing it.
2022-08-09 09:21:15 +08:00
wangjialiang
58811bec45
ble_mesh: doc: Restore missing ble mesh videos
2022-08-05 11:51:57 +08:00
Jiang Jiang Jian
9fe854c4ca
Merge branch 'bugfix/vendor_model_send_message_no_memory_forv4.4' into 'release/v4.4'
...
ble_mesh:example: free the memory of malloc (v4.4)
See merge request espressif/esp-idf!19185
2022-08-04 14:47:22 +08:00
Jiang Jiang Jian
d4507a380e
Merge branch 'bugfix/corrected_typo_in_example_peripherals_usb_v4.4' into 'release/v4.4'
...
example: peripherals/usb: fix typo naming of local variables (backport v4.4)
See merge request espressif/esp-idf!19100
2022-08-04 14:46:44 +08:00
Jiang Jiang Jian
9f9021a221
Merge branch 'bugfix/multiple_adc_bugfix_v4.4' into 'release/v4.4'
...
adc: fix multiple bugs (v4.4)
See merge request espressif/esp-idf!19142
2022-08-04 14:42:53 +08:00
Oleg Savchenko
2c59eb0bca
fix possible memory leak if report level not set
2022-08-02 20:42:44 +08:00
Oleg Savchenko
007381cf82
fix write to null pointer if malloc failed
2022-08-02 20:42:38 +08:00
Yuan Hong Hui
6b6fa902ed
ble_mesh:the memory requested by malloc has not benn released
2022-07-28 11:35:22 +08:00
Armando
cb62457f6d
adc: fix esp32 continuous mode sampling freq issue
2022-07-20 16:43:38 +08:00
jiangguangming
02afbaccdd
example: peripherals/usb: fix typo naming of local variables
2022-07-19 10:30:44 +08:00
Jiang Jiang Jian
8dbe7582a9
Merge branch 'bugfix/print_ready_after_init_transaction_forv4.4' into 'release/v4.4'
...
ble_mesh:example:change the location of print ready(V4.4)
See merge request espressif/esp-idf!19028
2022-07-14 11:24:48 +08:00
Yuan Hong Hui
c2fe9327f2
ble_mesh:change the location of print ready
2022-07-13 17:58:39 +08:00
Cao Sen Miao
daceb3516d
temperature sensor: Add support on ESP32-S3,
...
Closes https://github.com/espressif/esp-idf/issues/8086
2022-07-13 17:22:59 +08:00
Jiang Jiang Jian
724cbd4167
Merge branch 'bugfix/fix_spi_slave_example_sender_ccount_issue' into 'release/v4.4'
...
spi: fix spi slave example sender ccount issue (v4.4)
See merge request espressif/esp-idf!18423
2022-07-12 11:49:28 +08:00
xueyunfei
f8a4504bc5
Icmp: get tos parameter in icmp reply
...
bugfix for add ttl for ping socket
2022-07-11 20:24:18 +08:00
xueyunfei
3e7aefd9fe
udp example:Optimization udp example with recv_msg
2022-07-11 19:16:30 +08:00
Jiang Jiang Jian
afc6f7f932
Merge branch 'docs/update_wifi_api_doc_v4.4' into 'release/v4.4'
...
DOC: update wifi api docs ( backport v4.4)
See merge request espressif/esp-idf!18076
2022-07-07 10:57:36 +08:00
jincheng
9de7886528
lower the priority of application task of a2dp demo
2022-07-01 19:08:47 +08:00
xueyunfei
be5b89d217
wifi example:optimization example of wifi station
2022-07-01 17:39:53 +08:00
Jiang Jiang Jian
1bd2e3f9df
Merge branch 'feature/s3_ulp_support_v4.4' into 'release/v4.4'
...
ulp: Added ULP support for esp32s3 (v4.4)
See merge request espressif/esp-idf!18621
2022-07-01 10:51:18 +08:00
Jiang Jiang Jian
d28dc7f49b
Merge branch 'bugfix/idf_as_lib_cmakelists' into 'release/v4.4'
...
Build: fix idf_as_lib example and toolchain CMake files (v4.4)
See merge request espressif/esp-idf!18589
2022-07-01 10:44:30 +08:00
Jiang Jiang Jian
5c33bb8ae2
Merge branch 'bugfix/fix_blufi_example_softap_current_connection_equal_zero_issue_v4.4' into 'release/v4.4'
...
bluetooth: fix two blufi example bugs(Backport v4.4)
See merge request espressif/esp-idf!18772
2022-06-30 17:01:47 +08:00
Jiang Jiang Jian
d5ed8f9db6
Merge branch 'feat/revert_touch_s3_v4.4' into 'release/v4.4'
...
touch: Added support for using touch in sleep modes back on ESP32-S3 (v4.4)
See merge request espressif/esp-idf!18691
2022-06-30 16:55:23 +08:00
Jiang Jiang Jian
0a8fc491c7
Merge branch 'bugfix/a2dp_source_not_stop_discovery_correctly_v4.4' into 'release/v4.4'
...
bugfix/avoid wrongly restart discovery in a2dp_source (v4.4)
See merge request espressif/esp-idf!18710
2022-06-30 16:54:52 +08:00
Jiang Jiang Jian
e4e49783db
Merge branch 'bugfix/enable_gcmp_gmac_192bit_v4.4' into 'release/v4.4'
...
esp_example: Enable GCMP, GMAC for 192 bit config example by default(backport v4.4)
See merge request espressif/esp-idf!18681
2022-06-30 16:51:46 +08:00
muhaidong
8827fc28a0
bluetooth: fix two blufi example bugs
...
1. Softap mode do not assign ip
2. SotAp current connection always show 0
2022-06-30 15:06:53 +08:00
Marius Vikhammer
3c358dd074
ulp: only enable relevant wakeup sources for ULP
...
Do not enable co-processor trap wakeup source when running ULP FSM, as this
could cause spurious wake-ups.
2022-06-29 11:57:05 +08:00
Sudeep Mohanty
a0e3d488da
ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2
...
This commit enables ULP FSM support for esp32s3 and updates ULP FSM code
flow for other chips.
It adds C Macro support for the ULP FSM instruction set on esp32s2 and
esp32s3.
The unit tests are also updated to test ULP FSM on ep32s2 and esp32s3.
2022-06-29 11:57:02 +08:00
jincheng
66e52c60f5
avoid wrongly restart discovery
2022-06-28 13:03:44 +08:00
Marius Vikhammer
477844806e
re-enable riscv ulp gpio support and examples
2022-06-27 17:17:06 +08:00
Michael (XIAO Xufeng)
c3c802d9b8
Revert "touch_sensor: forbid from using touch sensor with sleep on ESP32-S3"
...
This reverts commit a84faa3cef
.
2022-06-27 14:33:09 +08:00
Kapil Gupta
5a58ab0d4a
esp_example: Enable GCMP, GMAC for 192 bit config
2022-06-24 17:37:06 +05:30
gaoxu
afe3bfe19f
SPI:fix spi slave example sender ccount issue
...
On riscv core, core cycle counter counts the clock cycles only when core is active (not sleeping).
In spi_slave/sender example, it uses ccount (core cycle counter) to do a simple debounce.
Therefore, when using spi_slave/sender and spi_slave/receiver, program will be stuck.
This commit fix this issue by using esp_timer
2022-06-22 15:06:29 +08:00
Sudeep Mohanty
b72f987c5c
ulp: Added ULP RISC-V support for esp32s3
...
This commit adds support for ULP RISC-V for esp32s3.
Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
2022-06-22 13:33:14 +08:00
yuanjm
3169baa76d
fix(example): Fix wss_server_example not close socket
2022-06-21 14:23:46 +08:00
Omar Chebib
d629502586
Build: fix idf_as_lib example not building
2022-06-21 11:17:39 +08:00
Jiang Jiang Jian
6c5fb29c2c
Merge branch 'bugfix/light_sleep_when_rtc_is_used_for_gettimeofday_v4.4' into 'release/v4.4'
...
esp_hw_support: Fix time spent in light sleep when RTC is used for gettimeofday (v4.4)
See merge request espressif/esp-idf!18413
2022-06-21 01:27:33 +08:00
Aleksei Apaseev
8a2c9cf47f
feat: Added tracking startup_time example startup times
2022-06-20 16:20:00 +00:00
KonstantinKondrashov
b0a15716ee
esp_hw_support: Fix time spent in light sleep when RTC is used for gettimeofday
...
The esp_timer was not advanced correctly.
2022-06-20 16:17:00 +00:00
Jiang Jiang Jian
d273837a51
Merge branch 'feature/modbus_update_for_other_targets_v44' into 'release/v4.4'
...
modbus: update to support other targets (Backport v4.4)
See merge request espressif/esp-idf!17385
2022-06-20 15:34:06 +08:00
Alex Lisitsyn
76bde2df72
modbus: update to support other targets (Backport v4.4)
2022-06-20 15:34:06 +08:00
aditi_lonkar
08c30b1c32
esp_wifi: Fix issue of ca certificate expired
2022-06-19 14:35:23 +00:00
Laukik Hase
b3c2a8c467
provisioning: Updated proto auto-generated files for custom_config example
2022-06-17 15:08:20 +05:30
yuanjm
1bd2145d6b
ci: Add PING test for ci
2022-06-16 05:39:19 +00:00
yuanjm
7db0dcf72b
fix(websocket): Support handler deal with PING and CLOSE frame
2022-06-16 05:39:19 +00:00