David Čermák
a153a49102
Merge branch 'contrib/github_pr_11253' into 'master'
...
examples: avoid the divide by zero error (GitHub PR)
Closes IDFGH-9968
See merge request espressif/esp-idf!23356
2023-04-24 13:15:13 +08:00
laokaiyao
49f16eefbb
esp32h4: checked all the corner stuffs of the removal
2023-04-23 12:03:07 +00:00
laokaiyao
bf2a7b2df6
esp32h4: removed esp32h4 related codes
2023-04-23 12:03:07 +00:00
laokaiyao
b16ed57b2e
esp32h4: removed esp32h4 related files
2023-04-23 12:03:07 +00:00
movsb
88222e77fc
examples: avoid the divide by zero error
2023-04-22 21:56:33 +08:00
laokaiyao
1f84f6c6ed
esp32h4: remove esp32h4 target from ci
2023-04-20 15:19:47 +08:00
laokaiyao
b7053b46ef
esp32h4: remove esp32h4 target from peripherals
2023-04-20 15:19:45 +08:00
Saurabh Kumar Bansal
7cc59918bc
usbd: add usb composite device example
2023-04-19 14:02:33 +05:30
xiongweichao
5a80ea3bd9
Fixed the issue that the a2dp source would not send the media start command due to the connection initiated by the peer device
...
Closes https://github.com/espressif/esp-idf/issues/11170
2023-04-19 15:13:36 +08:00
Xie Qi Nan
df9310ada2
Merge branch 'bugfix/eth-start-spi-initialize-failure' into 'master'
...
comm_components: eth_start initializes spi bus with SPI_DMA_CH_AUTO
See merge request espressif/esp-idf!23041
2023-04-19 10:16:35 +08:00
Ivan Grokhotkov
274fa56e71
Merge branch 'bugfix/esp32s3_usb_otg_console' into 'master'
...
system: support USB_OTG CDC console on ESP32-S3
Closes IDF-2048, IDF-2987, IDFGH-7134, IDFGH-7291, and IDFGH-7835
See merge request espressif/esp-idf!19312
2023-04-18 16:28:49 +08:00
Zim Kalinowski
a4cf0e24ac
Merge branch 'feature/s2_ulp_riscv_adc' into 'master'
...
ulp-riscv: enable ULP-RISCV ADC example for esp32s2
Closes IDFGH-9716 and IDFGH-9700
See merge request espressif/esp-idf!23137
2023-04-18 02:31:35 +08:00
xieqinan
745780cdc4
comm_components: eth_start initializes spi bus with SPI_DMA_CH_AUTO
...
Close https://github.com/espressif/esp-idf/issues/11083
2023-04-17 12:02:05 +00:00
morris
b19a3e3e56
rmt: define RMT_ENCODING_RESET in rmt_encode_state_t
...
Closes https://github.com/espressif/esp-idf/issues/11200
2023-04-17 14:50:51 +08:00
Daniel Mangum
7a19213198
Fix function signature in flash suspend example
...
Fixes misspelling of function signature in the flash suspend example.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
2023-04-15 21:27:10 -04:00
Armando
920ecff168
sdmmc: in/out phase adapted to esp32 and esp32s3
2023-04-14 18:18:54 +08:00
Armando
ad46b43c2c
sdmmc: add an example communicating with eMMC chip on S3
2023-04-14 18:18:54 +08:00
Omar Chebib
801f934ac9
Dedicated GPIO: add software UART implementation for Xtensa targets
...
The software UART example is now compatible with Xtensa targets that have dedicated GPIOs. In other words, this example is now compatible with ESP32-S2 and ESP32-S3.
2023-04-14 15:31:34 +08:00
Ivan Grokhotkov
def9dadf1e
examples: re-enable system/console/advanced_usb_cdc for ESP32-S3
...
Closes https://github.com/espressif/esp-idf/issues/9364
2023-04-12 11:17:41 +02:00
Ondrej Kosta
eb17a9d6e0
network_examples: added LwIP bridge test
2023-04-12 09:14:12 +02:00
Marius Vikhammer
c4e35290d9
Merge branch 'contrib/github_pr_11163' into 'master'
...
Make custom bootloader message match actual output (GitHub PR)
Closes IDFGH-9834
See merge request espressif/esp-idf!23120
2023-04-11 13:40:46 +08:00
Marius Vikhammer
8a5b5610b9
ulp-riscv: enable ULP-RISCV ADC example for esp32s2
...
ADC can now be used from the ULP-RISCV on S2 after the RTC power parameters were
fixed in a624d8d061
Closes https://github.com/espressif/esp-idf/issues/11052
Closes https://github.com/espressif/esp-idf/issues/11040
2023-04-11 13:08:36 +08:00
Ivan Grokhotkov
75d1a050a2
Merge branch 'bugfix/console_examples_reenable' into 'master'
...
examples: re-enable console examples for C2, C6, H2
See merge request espressif/esp-idf!22927
2023-04-10 21:55:32 +08:00
Fu Hanxi
1be18d4bc5
ci: migrate peripherals ttfw test scripts
2023-04-10 08:46:42 +08:00
Xiao Xufeng
b19b4c8e47
sdio_example: fix meaningless print in host, make shared reg access more readable in slave
2023-04-10 08:46:32 +08:00
hasheddan
f7736a6dd7
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-08 19:34:09 -04:00
xiaqilin
435c8e5c24
CI: remove esp32h4 build in zigbee example
2023-04-07 13:52:02 +08:00
Shu Chen
30b7d34f60
docs: update the readme for Thread/Zigbee examples
2023-04-07 12:22:52 +08:00
likunqiao
990076e5f2
zigbee: zigbee gateway support for single chip esp32-c6 solution
2023-04-07 11:24:19 +08:00
Fu Hanxi
19b016e9c8
Merge branch 'ci/migrate_cxx_related_ttfw_scripts' into 'master'
...
ci: migrate examples/cxx ttfw test scripts to pytest
Closes IDF-4807
See merge request espressif/esp-idf!23087
2023-04-07 10:59:55 +08:00
Shu Chen
0ebf798730
Merge branch 'bugfix/fix_bug_of_openthread_ci' into 'master'
...
openthread CI: disable host join group check in openthread ci cases
See merge request espressif/esp-idf!23096
2023-04-06 22:48:44 +08:00
Shu Chen
c0097c127c
Merge branch 'feature/openthread-port-spinel-interface' into 'master'
...
openthread: add SPI support in Radio Co-Processor
See merge request espressif/esp-idf!22368
2023-04-06 20:50:36 +08:00
Shu Chen
c43b8f9607
Merge branch 'feature/support_c6_single_chip_br' into 'master'
...
openthread border router: support c6 single chip br
See merge request espressif/esp-idf!22776
2023-04-06 19:57:40 +08:00
Xu Si Yu
6f618adf88
openthread CI: disable host join group check in openthread ci cases
2023-04-06 16:10:07 +08:00
Saurabh Kumar Bansal
8cf6325491
Merge branch 'feature/usb_msc_device_driver' into 'master'
...
usb: modify example according to newly implemented USB MSC Device class driver
Closes IDF-1600
See merge request espressif/esp-idf!22727
2023-04-06 14:30:39 +08:00
morris
b5ccdc911d
Merge branch 'feature/i80_lcd_allow_skip_command_phase' into 'master'
...
i80_lcd: allow skip command phase
Closes IDFGH-9426
See merge request espressif/esp-idf!23042
2023-04-06 12:57:33 +08:00
Fu Hanxi
50950d5a5c
ci: migrate examples/cxx ttfw test scripts to pytest
2023-04-06 04:30:35 +00:00
Fu Hanxi
b932b8eb94
Merge branch 'ci/test_idf-build-apps_0.5.0' into 'master'
...
ci: Update to `idf-build-apps` 0.5.0
See merge request espressif/esp-idf!22896
2023-04-06 12:23:52 +08:00
xieqinan
5a1578e692
openthread: add SPI support in Radio Co-Processor
2023-04-06 10:59:06 +08:00
Xu Xiao
033f737205
Merge branch 'feature/esp32c6_itwt_support_light_sleep' into 'master'
...
esp_wifi: itwt support light sleep
See merge request espressif/esp-idf!22772
2023-04-06 10:46:33 +08:00
Xu Xiao
2f20406202
esp_wifi: itwt support light sleep
2023-04-06 10:46:32 +08:00
Xu Si Yu
f0c934c7a8
openthread border router: support c6 single chip br
2023-04-06 10:32:35 +08:00
Fu Hanxi
08df42ae06
ci: sdkconfig.ci.xxx.TARGET now have correct config name xxx
2023-04-06 09:18:58 +08:00
Fu Hanxi
21c2cd8616
ci: skip build default app if config rules matched, add missing files
2023-04-06 09:18:58 +08:00
Saurabh Kumar Bansal
55914d0c12
usb: modify example according to newly implemented usbd msc driver
2023-04-04 17:48:20 +00:00
Tomas Rezucha
9f2012156c
Merge branch 'feature/usb/update_cdc_examples' into 'master'
...
usb: Update host CDC examples
See merge request espressif/esp-idf!22825
2023-04-04 21:24:44 +08:00
Isha Pardikar
cb79b1e202
Merge branch 'bugfix/esp_nimble_config' into 'master'
...
NimBLE : Fixed config options in esp_nimble_cfg.h
See merge request espressif/esp-idf!23019
2023-04-04 20:08:16 +08:00
morris
e73d8166aa
i80_lcd: support skip command phase
...
Closes https://github.com/espressif/esp-idf/issues/10794
2023-04-04 08:31:41 +00:00
Tomas Rezucha
2c6d0bae90
usb: Update host CDC examples
2023-04-04 07:47:55 +00:00
laokaiyao
88fe9949ff
i2s_es8311: ignore compiling warning temporary
2023-04-04 12:58:05 +08:00
Jiang Jiang Jian
d0a29ada57
Merge branch 'bugfix/fix_cert_test_block_issue' into 'master'
...
cert_test: example: Fix cert_test blocking issue
See merge request espressif/esp-idf!22847
2023-04-03 19:38:45 +08:00
Harshit Malpani
7f683f0996
Remove nvs_flash.h from protocols/linux_stubs
2023-03-31 16:42:06 +05:30
Harshit Malpani
345e38a3f0
Update http_server/simple
example to build for Linux target
2023-03-31 16:42:06 +05:30
isha.pardikar@espressif.com
810f719ee1
NimBLE : Fixed config options in esp_nimble_cfg.h
2023-03-31 16:21:44 +05:30
xiehang
beb545c0ea
cert_test: example: Fix cert_test blocking issue
2023-03-31 18:03:36 +08:00
Isha Pardikar
3c184338f2
Merge branch 'bugfix/multi_adv_crash' into 'master'
...
NimBLE: Fixed crash in multi advertising example.
See merge request espressif/esp-idf!23001
2023-03-31 14:59:20 +08:00
isha.pardikar@espressif.com
1117bd8ab0
NimBLE: Fixed crash in multi advertising example.
2023-03-30 12:54:10 +05:30
Sudeep Mohanty
c2f404aab8
Merge branch 'bugfix/ulp_riscv_rtc_i2c_driver' into 'master'
...
ulp-riscv-i2c: Updated ULP RISC-V I2C driver to abort when met with errors
See merge request espressif/esp-idf!22942
2023-03-30 14:49:46 +08:00
Marius Vikhammer
6fcb8b3f00
Merge branch 'docs/readme_i2s_datasheet' into 'master'
...
docs: remove link to NS4150 datasheet
See merge request espressif/esp-idf!22967
2023-03-30 12:32:50 +08:00
Sudeep Mohanty
88e4c06028
ulp-riscv-i2c: Updated ULP RISC-V I2C driver to abort when met with errors
...
The current ULP RISC-V RTC I2C driver got stuck in an infinite loop if
there is a I2C transaction error. This commit amends the driver flow to
abort the read/write operation if met with errors. It also adds a loop
timeout to avoid getting stuck in an infinite loop.The commit also
updates the default bus timing parameters for RTC I2C to be faster.
This commit also adds documentation help to guide users when they meet
with issues while working with the RTC I2C driver on the ULP RISC-V coprocessor.
2023-03-29 13:25:46 +02:00
Rahul Tank
6e1d60ea48
Merge branch 'contrib/github_pr_11034' into 'master'
...
Nimble: Added Walkthrough tutorial for phy_prph example. (GitHub PR)
Closes IDFGH-9693
See merge request espressif/esp-idf!22926
2023-03-29 18:41:18 +08:00
Isha Pardikar
224b88cf54
Merge branch 'feature/phy_write_blob' into 'master'
...
NimBLE: Demo of using write blob in ble phy example
See merge request espressif/esp-idf!22852
2023-03-29 16:40:59 +08:00
Marius Vikhammer
8cc7b4ffda
docs: remove link to NS4150 datasheet
2023-03-29 13:34:39 +08:00
Jiang Jiang Jian
f1c03f0dda
Merge branch 'bugfix/add_ndp_timeout' into 'master'
...
Modifications in NAN datapath API
Closes WIFI-5520
See merge request espressif/esp-idf!22817
2023-03-29 12:39:12 +08:00
Marius Vikhammer
9297bc2dae
Merge branch 'docs/ledc_datasheet' into 'master'
...
docs: update readme links to ledstrip datasheet
See merge request espressif/esp-idf!22949
2023-03-29 11:21:58 +08:00
Marius Vikhammer
abe9fe11d8
Merge branch 'contrib/github_pr_11046' into 'master'
...
Fix typo in common components example docs (GitHub PR)
Closes IDFGH-9709
See merge request espressif/esp-idf!22909
2023-03-29 10:13:42 +08:00
Rocha Euripedes
98b75727ba
Merge branch 'feature/socks_transport' into 'master'
...
tcp_transport: Adds SOCKS4 proxy transport
See merge request espressif/esp-idf!20479
2023-03-28 20:33:28 +08:00
Marius Vikhammer
0b316a6731
docs: update readme links to ledstrip datasheet
2023-03-28 15:37:04 +08:00
Euripedes Rocha
d6db90a3cd
[tcp_transport] - Adds Socks4 proxy transport
...
- Basic implementation of Socks4 protocol.
- Introduce basic host testing.
2023-03-27 14:46:40 +02:00
Jakob Hasse
39087f3157
Merge branch 'contrib/github_pr_11028' into 'master'
...
Bugfix: Fix compile error for ESP32 FSM ULP GPIO Example (GitHub PR)
Closes IDFGH-9687
See merge request espressif/esp-idf!22884
2023-03-27 15:35:47 +08:00
Ivan Grokhotkov
bb3f1fd261
examples: re-enable console examples for C2, C6, H2
...
- Split the sleep-related system commands into a separate file
- Don't compile that file and don't register sleep commands for H2 yet
- Exclude Wi-Fi commands if the chip doesn't have Wi-Fi
2023-03-25 17:41:56 +01:00
Mahavir Jain
81e1e65995
Merge branch 'bugfix/enable_security_example_for_c2' into 'master'
...
examples: enable security example for ESP32-C2
Closes IDF-6959
See merge request espressif/esp-idf!22919
2023-03-25 01:16:54 +08:00
Mahavir Jain
f1465c6ad8
Merge branch 'featue/factory_reset_state' into 'master'
...
bootloader_support: Adds API to detect Factory reset has happened
Closes IDFGH-9379
See merge request espressif/esp-idf!22822
2023-03-24 21:32:30 +08:00
isha.pardikar@espressif.com
2bed48dc5b
NimBLE: Demo of using write blob in ble phy example
2023-03-24 17:47:59 +05:30
abhi152
b2782250be
Nimble: Added Walkthrough tutorial for phy_prph example.
2023-03-24 11:42:29 +00:00
Mahavir Jain
dbce74cc4c
examples: enable security example for ESP32-C2
...
Tested that example could work with flash encryption enabled case
Closes IDF-6959
2023-03-24 12:54:41 +05:30
Shyamal Khachane
2f6517b44b
Modify API esp_wifi_nan_datapath_req() to return ndp_id after datapath is accepted/rejected
2023-03-24 12:52:02 +05:30
Jiang Jiang Jian
7d8416b6d7
Merge branch 'bugfix/stop_dhcps_before_set_dns' into 'master'
...
Fixed bug for stop dhcps before set dns
Closes IDFGH-9389
See merge request espressif/esp-idf!22897
2023-03-24 14:02:54 +08:00
Marius Vikhammer
2002878eb9
Merge branch 'bugfix/increase_nmea_example_default_stack' into 'master'
...
uart: increase default stack size for nmea example
Closes IDFGH-9707
See merge request espressif/esp-idf!22911
2023-03-24 12:55:41 +08:00
Jakob Hasse
9757e62bd1
bugfix: made C code C++ compatible
2023-03-24 11:40:25 +08:00
Kampi
5d9ddd4c1d
bugfix: Change namespace variable to nvs_namespace (C++ compatibility)
...
Closes https://github.com/espressif/esp-idf/pull/11028
2023-03-24 11:39:13 +08:00
Marius Vikhammer
c7aab676d4
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 10:49:47 +08:00
Hsuan-Ting Lu
9a890137c1
Fix typo in common components example docs
2023-03-23 19:56:58 -04:00
Harshit Malpani
fac832f2bb
Merge branch 'ci/fix_esp_http_client_linux_high_failure_rate' into 'master'
...
fix esp_http_client_linux high failures in CI
See merge request espressif/esp-idf!22810
2023-03-23 21:55:16 +08:00
Jiang Jiang Jian
b6fda9723e
Merge branch 'bugfix/fix_att_rsp_timeout' into 'master'
...
Fixed bluedroid host ATT Ignore wrong response error
Closes BLEQABR23-30 and BT-3224
See merge request espressif/esp-idf!22688
2023-03-23 17:10:54 +08:00
Harshit Malpani
6ca69c45d4
fix esp_http_client_linux high failures in CI. Only build the esp_http_client for Linux and do not run test in CI
2023-03-23 14:34:54 +05:30
xueyunfei
03a50a0d13
Fixed bug for stop dhcps before set dns
...
Closes https://github.com/espressif/esp-idf/issues/10762
2023-03-23 15:38:24 +08:00
Wan Lei
896f046ac2
Merge branch 'feature/support_spi_slave_hd_append_later_s2' into 'master'
...
spi_slave: support spi slave hd append mode on chips other than s2
Closes IDF-2943
See merge request espressif/esp-idf!19557
2023-03-23 14:19:32 +08:00
Zhang Wen Xu
1fe14b88b9
Merge branch 'feature/replace_h4_with_c6_in_openthread_ci' into 'master'
...
openthread ci: replace h4 with c6
See merge request espressif/esp-idf!22877
2023-03-23 11:55:35 +08:00
Jiang Jiang Jian
d0ce141033
Merge branch 'bugfix/ble_mesh_example_remove_unnecessary_macro' into 'master'
...
ble_mesh: example: remove unnecessary macro of esp32h2 for ble_mesh_wifi_coexist
See merge request espressif/esp-idf!22848
2023-03-23 10:49:59 +08:00
Jiang Jiang Jian
cc3e70937e
Merge branch 'feature/mp_esp32h2_support' into 'master'
...
zigbee: support esp32h2
Closes TZ-60
See merge request espressif/esp-idf!22833
2023-03-23 10:43:27 +08:00
Xu Si Yu
90372e96ab
openthread ci: replace h4 with c6
2023-03-23 10:31:24 +08:00
Jiang Jiang Jian
5032f834f2
Merge branch 'feature/add_wakeup_cost_info_to_dslp_wakestub_example' into 'master'
...
doc: optimize deep_sleep_wake_stub README
See merge request espressif/esp-idf!22724
2023-03-22 15:59:32 +08:00
wuzhenghui
261f5c1b9f
doc: optimize deep_sleep_wake_stub README
2023-03-22 11:05:22 +08:00
Shen Wei Long
ab63aaa4a2
Merge branch 'feature/update_bluedriod_examples_for_esp32h2_ble' into 'master'
...
Feature/update bluedriod examples for esp32h2 ble
Closes IDF-6921
See merge request espressif/esp-idf!22634
2023-03-22 10:56:28 +08:00
KonstantinKondrashov
017f55862d
examples: Remove a duplicate Kconfig option
2023-03-22 02:15:22 +08:00
morris
2f49cccf9e
Merge branch 'contrib/github_pr_10947' into 'master'
...
Update partitions_example.csv (GitHub PR)
Closes IDFGH-9599
See merge request espressif/esp-idf!22803
2023-03-21 20:25:15 +08:00
Jiang Jiang Jian
a39514a55e
Merge branch 'bugfix/fix_format_error' into 'master'
...
examples: fix format errors, remove -Wno-format
Closes IDF-6433
See merge request espressif/esp-idf!21637
2023-03-21 19:19:47 +08:00
wangjialiang
c9e45ba654
ble_mesh: example: remove unnecessary macro of esp32h2 for ble_mesh_wifi_coexist
2023-03-21 09:21:06 +00:00
Isha Pardikar
720af16ff6
Merge branch 'bugfix/IDFGH-9552' into 'master'
...
NimBLE : Added configurable option for resolving peer address in bleprph example.
Closes IDFGH-9552
See merge request espressif/esp-idf!22834
2023-03-21 14:43:06 +08:00