Ondrej Kosta
|
8ce997f02c
|
Merge branch 'bugfix/eth_iperf_performance_iram' into 'master'
Eth iperf default sdkconfig: Enable lwIP IRAM optimization
See merge request espressif/esp-idf!17556
|
2022-03-24 23:16:35 +08:00 |
Ondrej Kosta
|
ab2bc59501
|
Eth iperf default sdkconfig: Enable lwIP IRAM optimization
|
2022-03-24 09:49:34 +01:00 |
Shubham Kulkarni
|
3e3cde2f9f
|
advanced_https_ota/example_test.py: Update redirect URL test to include two redirects
|
2022-03-24 06:23:17 +00:00 |
Mahavir Jain
|
97fb98a91b
|
Merge branch 'feature/pytest_wifi_prov' into 'master'
wifi_prov_mgr: Upgraded CI example test to pytest framework
Closes IDFCI-1140
See merge request espressif/esp-idf!17547
|
2022-03-24 12:52:04 +08:00 |
morris
|
08a4cff6d5
|
Merge branch 'bugfix/disable_touch_sleep_s3' into 'master'
touch_sensor: forbid from using touch sensor with sleep on ESP32-S3
Closes IDF-4810
See merge request espressif/esp-idf!17562
|
2022-03-24 10:22:31 +08:00 |
Michael (XIAO Xufeng)
|
a84faa3cef
|
touch_sensor: forbid from using touch sensor with sleep on ESP32-S3
This is not supported yet.
|
2022-03-24 03:00:47 +08:00 |
Laukik Hase
|
c8c13c58c4
|
wifi_prov_mgr: Upgraded CI example test to pytest framework
|
2022-03-23 18:12:25 +05:30 |
Mahavir Jain
|
4f04d55f0b
|
Merge branch 'feature/check_fw_version_at_start_of_ota' into 'master'
Check FW version at start of ota with pre-encrypted binary
Closes IDF-4682
See merge request espressif/esp-idf!17479
|
2022-03-23 16:54:21 +08:00 |
Harshit Malpani
|
cca208f71a
|
Check FW version at start of ota for encrypted binary
|
2022-03-23 11:09:48 +05:30 |
Anton Maklakov
|
118d39c8fe
|
Merge branch 'bugfix/remove-IRAM_ATTR-from-decls' into 'master'
Remove IRAM_ATTR from any function declarations
Closes GCC-223
See merge request espressif/esp-idf!17440
|
2022-03-23 11:49:22 +08:00 |
David Cermak
|
965b8f0e62
|
examples/sntp: Document that SNTP-over-DHCP resets other NTP servers
Closes https://github.com/espressif/esp-lwip/issues/42
|
2022-03-22 15:01:02 +00:00 |
Anton Maklakov
|
68e5d9d585
|
Remove IRAM_ATTR from any function declarations
IRAM_ATTR expands to a unique section attribute. Applying it to both
declaration and definition results in a section conflict.
|
2022-03-22 09:58:50 +00:00 |
Ondrej Kosta
|
97ddccafd3
|
Added bandwidth limitaion option to iperf test scripts
|
2022-03-22 07:17:40 +00:00 |
Ondrej Kosta
|
c8b08b9a4b
|
iperf: added Tx bandwidth limit option
|
2022-03-22 07:17:40 +00:00 |
Tomas Rezucha
|
7c2cf30109
|
usb_host: Update MSC test for fatfs 0.14b
|
2022-03-21 18:34:25 +01:00 |
Tomas Rezucha
|
3abeee00d0
|
usb_host: Pin test task to core 0
When we try to uninstall usb_host library on multi-core SoC (ESP32S3)
the USB interrupt can be triggered even after it was disabled on one CPU
|
2022-03-21 18:34:25 +01:00 |
Tomas Rezucha
|
9049230e4a
|
usb_host: Rename symbols that conflict with TinyUSB
|
2022-03-21 18:34:25 +01:00 |
Tomas Rezucha
|
e3ba980d11
|
usb_host: Use USB_Host library calls for desc printing
|
2022-03-21 18:34:25 +01:00 |
Tomas Rezucha
|
3074981dcb
|
usb_host: Update MSC tests for running in CI
|
2022-03-21 18:34:25 +01:00 |
Tomas Rezucha
|
6206302787
|
ci: Add USB Host CDC and MSC pytests to pipeline
|
2022-03-21 18:34:24 +01:00 |
Tomas Rezucha
|
7d950a63cc
|
usb_host: Add Mock device to CDC tests
|
2022-03-21 18:34:24 +01:00 |
Tomas Rezucha
|
913d53384f
|
usb_host: Update CDC tests for latest USB Host
|
2022-03-21 18:34:24 +01:00 |
Marius Vikhammer
|
0cd07d907e
|
CI: disable S3 sleep related example tests
|
2022-03-21 11:56:01 +08:00 |
Tomas Rezucha
|
f5f865df07
|
Merge branch 'fix/usb_host/cdc_build' into 'master'
usb_host: Don't build CDC host driver for unsupported targets
See merge request espressif/esp-idf!17517
|
2022-03-18 16:37:38 +08:00 |
Anton Maklakov
|
6d13c8b3a6
|
Merge branch 'bugfix/managed-components-version-refs' into 'master'
managed components: fix version references to allow implicit updates
See merge request espressif/esp-idf!17438
|
2022-03-18 14:52:15 +08:00 |
Tomas Rezucha
|
c8fc4d226a
|
usb_host: Don't build CDC host driver for unsupported targets
|
2022-03-17 13:10:29 +01:00 |
Ivan Grokhotkov
|
2f9d47c708
|
Merge branch 'feature/gdbstub_rt_multicore' into 'master'
Extension for GDBstub runtime component (multicore, breakpoints, steps etc...)
See merge request espressif/esp-idf!13896
|
2022-03-17 19:59:29 +08:00 |
Anton Maklakov
|
6200d2328d
|
Merge branch 'bugfix/printf-placeholder-for-time_t' into 'master'
components: correct printf() placeholder for time_t
See merge request espressif/esp-idf!17439
|
2022-03-17 16:08:08 +08:00 |
Marius Vikhammer
|
263771a744
|
Merge branch 'bugfix/adjust_deepsleep_example_limit' into 'master'
ci: increase acceptence limits for deep sleep example test
See merge request espressif/esp-idf!17501
|
2022-03-16 16:48:10 +08:00 |
Michael (XIAO Xufeng)
|
5a2f672d5a
|
Merge branch 'feat/esp32s3_support_gpio_deepsleep_wakeup' into 'master'
example/deep_sleep: add example of EXT0 and using internal pullups
Closes IDF-4657 and IDFGH-6711
See merge request espressif/esp-idf!17099
|
2022-03-16 16:27:07 +08:00 |
Marius Vikhammer
|
a9a82b8b5e
|
ci: increase acceptence limits for deep sleep example test
|
2022-03-16 11:23:32 +08:00 |
Marius Vikhammer
|
453516fbbe
|
Merge branch 'bugfix/replace_deprecated_options' into 'master'
kconfig: replace deprecated options with new values
See merge request espressif/esp-idf!17494
|
2022-03-16 09:32:55 +08:00 |
Michael (XIAO Xufeng)
|
fcd396a37e
|
example/deep_sleep: add example of EXT0 and using internal pullups
|
2022-03-15 22:34:34 +08:00 |
Marius Vikhammer
|
ca3c056ac9
|
kconfig: replace deprecated options with new values
|
2022-03-15 16:28:53 +08:00 |
Jiang Jiang Jian
|
10f3aba770
|
Merge branch 'feature/final_h2' into 'master'
Add support in Nimble for ESP32H2
See merge request espressif/esp-idf!16329
|
2022-03-15 16:03:24 +08:00 |
Xue Yun Fei
|
b049ff915c
|
Merge branch 'optimization/example_for_wifi_station' into 'master'
wi-fi:optimization example of wifi station
See merge request espressif/esp-idf!15457
|
2022-03-15 14:31:51 +08:00 |
Marius Vikhammer
|
8a9ab63ecb
|
Merge branch 'feature/system_tests_pytest_embedded' into 'master'
CI: migrated system example tests to pytest-embedded framework
Closes IDFCI-1134
See merge request espressif/esp-idf!17401
|
2022-03-15 09:08:31 +08:00 |
morris
|
ca1e2af1d6
|
Merge branch 'feature/i2s1_lcd_mode_esp32' into 'master'
LCD driver various improvements
Closes IDF-3781, IDFGH-6753, IDFGH-6632, and IDFGH-6569
See merge request espressif/esp-idf!17323
|
2022-03-14 18:30:24 +08:00 |
Mahavir Jain
|
c5d982b235
|
Merge branch 'bugfix/esp_https_ota_breaking_changes' into 'master'
esp_https_ota: Update esp_https_ota() to support OTA updates with encrypted images
See merge request espressif/esp-idf!17312
|
2022-03-14 18:15:52 +08:00 |
Marius Vikhammer
|
9918bbeb63
|
CI: migrated system example tests to pytest-embedded framework
|
2022-03-14 16:32:44 +08:00 |
Anton Maklakov
|
e27f1331e4
|
components: correct printf() placeholder for time_t
Using C99 %jd, https://en.cppreference.com/w/c/chrono/time_t
|
2022-03-14 14:05:47 +07:00 |
Rahul Tank
|
f376bb5d05
|
Add support in Nimble for ESP32H2
|
2022-03-14 11:57:53 +05:30 |
morris
|
f06a13ad82
|
lcd: workaround auto next frame hardware bug
Closes https://github.com/espressif/esp-idf/issues/8381
|
2022-03-14 13:55:01 +08:00 |
Mahavir Jain
|
b57fc93585
|
Merge branch 'bugfix/use_decrypt_user_ctx' into 'master'
example: use decrypt_user_ctx in decryption callback
See merge request espressif/esp-idf!17460
|
2022-03-14 13:39:23 +08:00 |
morris
|
5963de1caf
|
Merge branch 'ci/fix_duplicated_test_names' into 'master'
CI: rename some tests to avoid duplicated test names
See merge request espressif/esp-idf!17463
|
2022-03-14 11:52:02 +08:00 |
Harshit Malpani
|
c813de50ec
|
example: use decrypt_user_ctx in decryption callback
|
2022-03-11 18:05:40 +05:30 |
Harshit Malpani
|
de2f915092
|
esp_https_ota: Update esp_https_ota() to support OTA updates with encrypted images
|
2022-03-11 16:52:08 +05:30 |
Chen Yudong
|
4dc74c9c42
|
CI: rename some tests to avoid duplicated test names
|
2022-03-11 18:38:41 +08:00 |
Martin Gaňo
|
fea2b5b64e
|
fatfsgen.py: enabled long names support
Closes https://github.com/espressif/esp-idf/issues/8171
|
2022-03-11 11:20:31 +01:00 |
Mahavir Jain
|
61c68b7f4d
|
Merge branch 'contrib/github_pr_8544' into 'master'
esp_https_ota: add user_ctx to decrypt_cb (GitHub PR)
Closes IDFGH-6924
See merge request espressif/esp-idf!17456
|
2022-03-11 15:43:38 +08:00 |