Roland Dobai
18a40ed010
Merge branch 'bugfix/gh_issue_template_links' into 'master'
...
Fix broken link in the Github issue template
Closes IDFGH-5917
See merge request espressif/esp-idf!15389
2021-10-15 05:38:52 +00:00
morris
ae87b280bc
Merge branch 'bugfix/fix_stuck_in_rtc_clk_calibration' into 'master'
...
[bugfix] Fix stuck in rtc clk calibration
Closes IDF-4080
See merge request espressif/esp-idf!15524
2021-10-15 02:08:06 +00:00
Anton Maklakov
8c00898adf
Merge branch 'bugfix/espcoredump_notes' into 'master'
...
coredump: Add some notes on how to generate test data
See merge request espressif/esp-idf!15497
2021-10-15 02:03:13 +00:00
Anton Maklakov
cce5b49b6a
Merge branch 'bugfix/retry_download_submodule' into 'master'
...
ci: retry download from Gitlab on error 500
See merge request espressif/esp-idf!15527
2021-10-15 01:50:08 +00:00
Ivan Grokhotkov
f31f360279
Merge branch 'feature/riscv-msave-restore' into 'master'
...
build system: add COMPILER_SAVE_RESTORE_LIBCALLS option
Closes IDF-3732
See merge request espressif/esp-idf!15004
2021-10-14 23:25:49 +00:00
Ivan Grokhotkov
70d1f94739
ci: retry Gitlab operations on error 500
2021-10-14 17:42:48 +02:00
Scott Mabin
d5e4fc8356
remove `__clang` ifdef around atomic emulation
...
* CI errors led me to believe these were needed, but as it turns out the
load/store intrinsics are required even when idf is built by gcc when
linking to a clang based project.
* remove ... postfix inside `SYNC_LOCK_TEST_AND_SET` expansion
2021-10-14 15:01:21 +01:00
Guo Jia Cheng
484457f02c
Merge branch 'bugfix/ot-log-verbosity' into 'master'
...
openthread: reduce default log verbosity
See merge request espressif/esp-idf!15326
2021-10-14 09:46:49 +00:00
Kevin (Lao Kaiyao)
dc20768913
Merge branch 'feature/add_i2s_es8311_example_and_loop_unit_test' into 'master'
...
example/i2s: add es8311 example and i2s unit-test
Closes IDF-3412
See merge request espressif/esp-idf!14459
2021-10-14 09:28:35 +00:00
wuzhenghui
ab9df9945f
fix stuck in rtc_clk_cal
2021-10-14 16:25:54 +08:00
Ivan Grokhotkov
2c375458ab
export.sh: fix undefined reference to realpath after renaming
2021-10-14 09:45:30 +02:00
Ivan Grokhotkov
94f4cfe99b
tools: {install, export}.bat: fix path quoting
...
Also includes fix for DOSKEY definitions.
Closes https://github.com/espressif/esp-idf/issues/7605
2021-10-14 09:45:30 +02:00
Ivan Grokhotkov
a038fb24bd
tools: {export,install}.sh: fix quoting issues
2021-10-14 09:45:30 +02:00
Ivan Grokhotkov
79f2e68bc0
tools: update idf_exe to 1.0.2 to fix path quoting issue
2021-10-14 09:45:30 +02:00
Ivan Grokhotkov
ffb708d403
tools: idf_exe: compatibility with MSVC
2021-10-14 09:45:30 +02:00
Ivan Grokhotkov
b8d6985dca
tools: idf_exe: quote idf.py path
2021-10-14 09:45:30 +02:00
Juraj Sadel
eb86d39136
Merge branch 'feature/xtensa-esp32-elf-clang' into 'master'
...
tools: LLVM for Xtensa (ESP32-S2) based on clang
See merge request espressif/esp-idf!15094
2021-10-14 06:40:48 +00:00
Jakob Hasse
4a8bbb4586
Merge branch 'bugfix/newlib_missing_include' into 'master'
...
[newlib]: Added missing includes
Closes IDFGH-5789
See merge request espressif/esp-idf!15387
2021-10-14 05:56:08 +00:00
Li Shuai
c2910c15f4
Merge branch 'bugfix/wifi_bt_power_domain_leakage_current' into 'master'
...
fix wifi and bt power domain leakage current in light sleep
See merge request espressif/esp-idf!15236
2021-10-14 05:10:55 +00:00
Jiacheng Guo
b7fd68c438
openthread: reduce default log verbosity
...
Packet logging increases latency and packet drop rate significantly.
2021-10-14 12:14:17 +08:00
Jiang Jiang Jian
739ed52d9b
Merge branch 'feature/add_function_for_deinit_lwip_timers' into 'master'
...
lw-ip:add function for deinit lwip timers
Closes ESPCS-675
See merge request espressif/esp-idf!14921
2021-10-14 03:41:01 +00:00
Jakob Hasse
6e59f9e8be
[newlib]: Added missing includes
...
Closes https://github.com/espressif/esp-idf/issues/7498
2021-10-14 11:26:56 +08:00
Anton Maklakov
2de47f310d
Merge branch 'ci/fix_deploy_docs_preview_url' into 'master'
...
ci: update docs preview url
See merge request espressif/esp-idf!15495
2021-10-14 03:25:43 +00:00
Li Shuai
46dedca23c
ci: replace old header with new SPDX header style
2021-10-14 10:51:10 +08:00
Li Shuai
73829221f5
esp_hw_support: force power down wifi and bt power domain when rtc module init
2021-10-14 10:51:10 +08:00
baohongde
e684b3f2a6
Power Management: Initialize backup memory for MAC and Baseband power up/down
2021-10-14 10:51:10 +08:00
baohongde
17d719bad7
Power Management: power up/down BT power domain when BT init/deinit
2021-10-14 10:51:09 +08:00
Li Shuai
b774342402
Power Management: power up or down wifi power domain when wifi init or deinit
2021-10-14 10:51:07 +08:00
Krzysztof Budzynski
15b2985ff3
Merge branch 'bugfix/ot_br-description' into 'master'
...
docs: Provide missing information about OT joiner configuration
See merge request espressif/esp-idf!15456
2021-10-14 01:50:19 +00:00
Marek Fiala
5eb30c2a7c
Merge branch 'bugfix/export_scripts_err_messages_and_returncodes' into 'master'
...
tools/echo and cleanup fix in export scripts
Closes IDFGH-3923 and IDFGH-3835
See merge request espressif/esp-idf!15411
2021-10-13 13:51:57 +00:00
Marek Fiala
d8a8eceef4
Edited Jen Chitty's commit to keep ESP_IDF consistency
2021-10-13 21:28:35 +08:00
Jen Chitty
6c564bd690
Correct export.sh failure exit code and cleanup
...
In failure cases, when idf_export_main() returns 1 (failure),
the export.sh script returns 0 (success). This makes it very
difficult to detect failure when writing scripts that use
export.sh. Furthermore, idf_export_main() does not clean up all
internal variables and functions in failure cases.
Move all cleanup steps into a cleanup function and pass
the return value from idf_export_main() to the cleanup
function so it can return with that same return value.
Signed-off-by: Marek Fiala <marek.fiala@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/5744
2021-10-13 21:28:35 +08:00
Marek Fiala
8dd6d9fa5f
Edited Rob Walker's commit to keep ESP_IDF consistency
2021-10-13 21:28:35 +08:00
Rob Walker
25619bef04
tools/echo and cleanup fix in export scripts
...
Signed-off-by: Marek Fiala <marek.fiala@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/5816
2021-10-13 21:28:35 +08:00
Marek Fiala
582a39126a
Merge branch 'feature/idfpy_dashes_replace' into 'master'
...
tools: replace _ with - in idf.py
Closes IDFGH-3105
See merge request espressif/esp-idf!14752
2021-10-13 13:14:06 +00:00
xiewenxiang
76372097bb
component/bt: fix data length update failed
2021-10-13 19:58:21 +08:00
Juraj Sadel
1a88d5a736
LLVM for Xtensa (ESP32, ESP32-S2) based on clang
2021-10-13 13:45:56 +02:00
Chen Jian Xing
eaa883d4f0
Merge branch 'feature/support_ota_multi_phy' into 'master'
...
esp_wifi: support multi phy init data bin embedded
Closes WIFI-3732
See merge request espressif/esp-idf!13770
2021-10-13 11:08:48 +00:00
Marius Vikhammer
59e3697963
ci: deploy doc previews when .rst files are changed
2021-10-13 18:19:05 +08:00
Marek Fiala
ff18a96f7d
tools: replace _ with - in idf.py
...
Closes https://github.com/espressif/esp-idf/issues/5126
2021-10-13 17:30:38 +08:00
Krzysztof
d22a73155c
docs: Provide missing information about OT joiner configuration
...
Fix typo
2021-10-13 17:09:18 +08:00
Marius Vikhammer
95d824fbb0
Merge branch 'docs/flash_enc_512bits' into 'master'
...
docs: update flash encryption docs with 512bit key related info
Closes IDF-3867
See merge request espressif/esp-idf!15318
2021-10-13 08:49:37 +00:00
Marius Vikhammer
68875ffecd
ci: update docs preview url
2021-10-13 16:40:45 +08:00
Anton Maklakov
c402b82c1a
coredump: Add some notes on how to generate test data
2021-10-13 15:06:41 +07:00
xueyunfei
e451a9b2e1
add function for deinit lwip timers
2021-10-13 15:49:47 +08:00
Jakob Hasse
759a01b0c8
Merge branch 'docs/improve_secure_boot_v2_docs' into 'master'
...
[docs]: Clarified and Improved Secure Boot docs
Closes IDF-2353
See merge request espressif/esp-idf!15217
2021-10-13 07:03:00 +00:00
chenjianxing
8e49eec076
esp_phy: update esp_phy submodule files copyright
2021-10-13 13:10:50 +08:00
chenjianxing
94c81b71b1
esp_phy: add phy multi init data bin test app
2021-10-13 13:10:49 +08:00
chenjianxing
2a09234957
esp_phy: rename esp_phy component prefix
2021-10-13 13:10:49 +08:00
chenjianxing
c898810991
esp_phy: support copy multi phy init data bin to build dir
2021-10-13 13:10:49 +08:00