Marek Fiala
b39e541652
feat(tools): Do not run test_create_project_with_idf_readonly on macOS
...
It corrupts environment on macOS runner because it uses shell, not docker-executor,
and makes all tree read-only for a non-root user.
+ Replace examples with real files in example README.md
2023-08-31 12:54:19 +02:00
Marek Fiala
8ad3c8ca1f
refactor(tools): Run build system pytest on macos
2023-08-31 12:54:19 +02:00
Marek Fiala
7d2d8b7839
refactor(tools): Remove test_build_system_cmake.sh & test_build_system_spaces.py
2023-08-31 12:54:19 +02:00
Cai Xin Ying
e0f5d3c527
Merge branch 'docs/add_Chinese_translation_for_api-guides/core_dump.rst' into 'master'
...
docs:provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst
Closes DOC-5457
See merge request espressif/esp-idf!24197
2023-08-31 16:50:52 +08:00
Cai Xin Ying
18c2bb0a6f
docs:provide CN translation for api-guides/core_dump.rst and api-guides/core_dump_internals.rst
2023-08-31 16:50:52 +08:00
Armando (Dou Yiwen)
167ab6ded7
Merge branch 'feature/adc_continuous_flush_api' into 'master'
...
adc: added an API to flush the continuous driver pool
See merge request espressif/esp-idf!25274
2023-08-31 16:27:12 +08:00
Roland Dobai
d823208899
Merge branch 'gdb/removed_wrongly_added_esp32p4_files' into 'master'
...
fix(gdb): removed wrongly added esp32p4 files
See merge request espressif/esp-idf!25318
2023-08-31 16:26:02 +08:00
Rocha Euripedes
acbcdc0487
Merge branch 'clarification_on_rtc_fast' into 'master'
...
docs: Makes the description for RTC fast as heap explicit
See merge request espressif/esp-idf!25103
2023-08-31 16:21:21 +08:00
Cai Xin Ying
cebaec6480
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/touch_element.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/touch_element.rst
Closes DOC-5860
See merge request espressif/esp-idf!25141
2023-08-31 15:19:08 +08:00
morris
cf61f63bc2
Merge branch 'feature/hw_crc_esp32p4' into 'master'
...
feat(gdma): support hardware crc calculation on esp32p4
Closes IDF-7497
See merge request espressif/esp-idf!25307
2023-08-31 14:46:32 +08:00
Jiang Jiang Jian
23ebfd1420
Merge branch 'test/bqb_test_bt_classic_a2dp' into 'master'
...
feat(bt/bqb): Add setting SBC encoder and reject invalid codec type support for a2dp BQB test
Closes BT-3338
See merge request espressif/esp-idf!25484
2023-08-31 13:53:26 +08:00
Song Ruo Jing
91aab6bda0
Merge branch 'feature/add_uart_iram_safe_check' into 'master'
...
feat(uart): Add sdkconfig.ci.iram_safe test for UART driver
See merge request espressif/esp-idf!25618
2023-08-31 12:57:46 +08:00
caixinying-git
917a2c9eb5
docs: provide CN translation for api-reference/peripherals/touch_element.rst
2023-08-31 12:01:24 +08:00
Armando
b450dffa8b
fix(gdb): removed wrongly added esp32p4 files
2023-08-31 03:52:47 +00:00
Armando
73c9182581
feat(adc): added an API to flush the continuous driver pool
2023-08-31 03:52:28 +00:00
Marius Vikhammer
eb8883cc20
Merge branch 'feature/p4_wdt' into 'master'
...
feat(core-system/wdt): added support for watchdogs on P4
Closes IDF-8135 and IDF-7750
See merge request espressif/esp-idf!25584
2023-08-31 10:14:19 +08:00
morris
b962fdee89
refactor(gdma): add reset and clock control in LL driver
2023-08-31 02:11:47 +00:00
morris
200eb866dc
feat(gdma): support hardware crc calculation
...
On ESP32-P4, the GDMA peripherals support CRC calculating.
2023-08-31 02:11:47 +00:00
Marius Vikhammer
a5748580d6
Merge branch 'doc/ignore_mqtt_doxygen_error' into 'master'
...
docs(mqtt): ignore undocumented APIs
See merge request espressif/esp-idf!25660
2023-08-31 10:07:58 +08:00
Darian
57456cc11f
Merge branch 'refactor/freertos_format_addition_headers' into 'master'
...
refactor(freertos): Uncrustify IDF additions header/sources
See merge request espressif/esp-idf!25612
2023-08-31 09:50:24 +08:00
Marius Vikhammer
24b8d27080
docs(mqtt): ignore undocumented APIs
2023-08-31 08:18:39 +08:00
Roland Dobai
d46b6a82f2
Merge branch 'dependency_check_fix' into 'master'
...
bug(tools): dependency check catch exception when package not installed
Closes IDF-8116
See merge request espressif/esp-idf!25497
2023-08-30 22:31:47 +08:00
Roland Dobai
e2b262fa61
Merge branch 'feature/support_windowsARM64' into 'master'
...
feat(tools): Added Windows-ARM64 support
Closes IDFGH-8928
See merge request espressif/esp-idf!25547
2023-08-30 22:14:34 +08:00
Roland Dobai
a1ebd76ab3
Merge branch 'bugfix/failed_module_import' into 'master'
...
fix(tools): extend error message for failed python module import
Closes IDF-8137
See merge request espressif/esp-idf!25643
2023-08-30 18:42:29 +08:00
Shu Chen
a5169db6fe
Merge branch 'bugfix/fix_using_wrong_macro' into 'master'
...
bugfix(esp_phy): fix using wrong macro
See merge request espressif/esp-idf!25632
2023-08-30 16:44:43 +08:00
morris
1cbfe15cd6
Merge branch 'refactor/rcc_critical_section_twai' into 'master'
...
refactor(twai): add reset and clock control to twai LL layer
See merge request espressif/esp-idf!25559
2023-08-30 15:56:27 +08:00
Roland Dobai
2166d917c5
Merge branch 'gdb_panic_server_remove' into 'master'
...
fix(tools): remove unused gdp_panic_server; replace with new esp-idf-panic-decoder package
See merge request espressif/esp-idf!24803
2023-08-30 15:52:25 +08:00
Jiang Jiang Jian
ad2ccdfdda
Merge branch 'ci/connect_at_different_phase' into 'master'
...
ci(wifi): Test connect api at different phase
Closes WIFI-2364
See merge request espressif/esp-idf!25352
2023-08-30 15:48:40 +08:00
Rocha Euripedes
cf604c79e2
Merge branch 'mqtt/update_submodule_301bd9e0' into 'master'
...
MQTT: Update submodule reference to 301bd9e0
See merge request espressif/esp-idf!25571
2023-08-30 15:41:24 +08:00
Frantisek Hrbata
9511180b4a
fix(tools): extend error message for failed python module import
...
Currently idf.py reports just "Please use idf.py only in an ESP-IDF shell environment".
Sometimes it may be useful to know for which module the import failed.
Also the problem does not have to be related to shell environment only, but the
python venv can be corrupted. This adds a little bit more verbose error
message.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-08-30 08:14:50 +02:00
Darian Leung
0a15f28d17
refactor(freertos): Uncrustify and format IDF addition headers
...
- Uncrustified IDF addition related header/source files
- Reorganized functions into groups
- linker_common.lf updated to adhere to new function organization
2023-08-30 14:11:52 +08:00
Darian Leung
a67e8c1972
refactor(freertos): Rename freertos_v8_compat.c to freertos_compatibility.c
...
Rename API compatibility file to be more general, and add a proper description.
2023-08-30 14:11:52 +08:00
Cai Xin Ying
b6d4bae4c6
Merge branch 'docs/update_api-reference/peripherals' into 'master'
...
docs: update format issues for EN and CN files under api-reference/peripherals
Closes DOC-5862
See merge request espressif/esp-idf!25022
2023-08-30 12:17:09 +08:00
Song Ruo Jing
767698b90d
feat(uart): Add sdkconfig.ci.iram_safe test for UART driver
2023-08-30 11:30:03 +08:00
Wang Meng Yang
0f852ec0da
Merge branch 'feature/add_bt_set_page_timeout_api' into 'master'
...
Feat(bt/bluedroid): Add new apis for bluetooth to set and get page timeout
Closes BT-3392
See merge request espressif/esp-idf!25351
2023-08-30 11:29:44 +08:00
Marius Vikhammer
4f71937a9f
Merge branch 'bugfix/move_arch_files_system_cmake' into 'master'
...
feat(esp-system): moved common arch files out to common cmakelist
See merge request espressif/esp-idf!25625
2023-08-30 11:19:04 +08:00
Marius Vikhammer
8ecbd1f59b
feat(core-system/wdt): added support for watchdogs on P4
2023-08-30 11:04:02 +08:00
Dai Zi Yan
91d709938f
Merge branch 'docs/update_translation' into 'master'
...
docs: keep the error log in English
Closes DOC-5818
See merge request espressif/esp-idf!25629
2023-08-30 10:56:24 +08:00
ding huan
22697a2e37
ci(wifi): Test connect api at different phase
2023-08-30 10:31:02 +08:00
caixinying-git
0b0c828d5f
docs: update format issues for EN and CN files under api-reference/peripherals
2023-08-30 10:08:01 +08:00
morris
70882235b2
Merge branch 'docs/add_Chinese_translation_for_the_rest_docs_of_api-guides/tools' into 'master'
...
Docs: provide CN translation for the rest docs of api-guides/tools
Closes DOC-5400
See merge request espressif/esp-idf!24103
2023-08-29 23:10:06 +08:00
Cai Xin Ying
9684acc482
Docs: provide CN translation for the rest docs of api-guides/tools
2023-08-29 23:10:06 +08:00
morris
47bb157cab
refactor(twai): add reset and clock control to twai LL layer
2023-08-29 22:19:57 +08:00
zhangwenxu
58b0fcde36
bugfix(esp_phy): fix using wrong macro
2023-08-29 18:28:29 +08:00
Erhan Kurubas
f0fba3fc4c
Merge branch 'fix/bp_wp_in_panic' into 'master'
...
Fix bp/wp logic when debugger is connected
See merge request espressif/esp-idf!25582
2023-08-29 18:23:36 +08:00
daiziyan
ffbd59fd37
docs: keep the error log in English
2023-08-29 17:10:23 +08:00
gongyantao
ff353beec9
feat(bt/gap): Add new apis for bluetooth to set and get page timeout
...
1: add two new apis for classic bluetooth,
esp_bt_gap_set_page_timeout(page_to) and esp_bt_gap_get_page_timeout(),
which can get and set the value of page timeout.
2023-08-29 16:28:35 +08:00
Marius Vikhammer
73954ab9e8
feat(esp-system): moved common arch files out to common cmakelist
2023-08-29 16:14:43 +08:00
Armando (Dou Yiwen)
c9adbe13d8
Merge branch 'feature/support_psram_on_p4' into 'master'
...
esp_psram: esp32p4 psram device driver support
Closes IDF-7495
See merge request espressif/esp-idf!25368
2023-08-29 15:50:30 +08:00
Wan Lei
cff1631ac7
Merge branch 'fix/fixed_polling_api_lock_logic' into 'master'
...
fix(spi_master): fixed polling_start break common resouce when error
See merge request espressif/esp-idf!25593
2023-08-29 15:21:24 +08:00