luomanruo
2a2251487b
ble update: bugfix for esp32c6 and esp32h2
2023-07-25 14:40:39 +08:00
wanglai@espressif.com
c9d77f7028
fix(bt/bqb): Modify BQB related configurations
2023-07-25 14:17:28 +08:00
Armando
e8bbb490ec
feat(cache): added cache init configurations on p4
2023-07-25 05:59:10 +00:00
Armando
756c36504a
feat(tcm): added tcm basic support on esp32p4
2023-07-25 05:59:10 +00:00
Armando
a336b94527
feat(esp_system): base support on p4
2023-07-25 05:59:10 +00:00
Armando
fd096c012d
change(vector.S): port hw stack guard change to p4
2023-07-25 05:59:10 +00:00
Armando
ecf1461f1c
feat(panic): base support on p4
2023-07-25 05:59:10 +00:00
Armando
5986e63c47
change(riscv): added fence after CLIC_INT_THRESH_REG is set
2023-07-25 05:59:10 +00:00
Armando
48ee1ba36e
feat(freertos): base support on p4
2023-07-25 05:59:10 +00:00
Armando
e11b154c99
feat(interrupt): mtvt, mtvec base support on p4
2023-07-25 05:59:10 +00:00
Armando
c156e56684
feat(spinlock): added spinlock base support on p4
2023-07-25 05:59:10 +00:00
Armando
019e68bb15
feat(interrupt): added clic support on p4
2023-07-25 05:59:10 +00:00
Armando
c76de79f4c
feat(cpu): added cpu utils base support on p4
2023-07-25 05:59:10 +00:00
Armando
bc182ef010
feat(brc_predictor): p4 base support for branch predictor
2023-07-25 05:59:10 +00:00
Armando
211c3c0e05
feat(esp_timer): added esp_timer p4 base support
2023-07-25 05:59:10 +00:00
isha.pardikar@espressif.com
8b2b272aa2
NimBLE: Fixed crash when L2CAP COC sends large amount of data.
2023-07-25 10:41:24 +05:30
morris
6d46cf739c
feat(gdma): test non-cacheable DMA descriptor
...
To avoid different DMA descriptors reside in the same cache line,
we want the CPU to access the DMA descriptor in a non-cachable way
2023-07-25 10:59:07 +08:00
morris
3b7da7eae5
feat(gdma): gdma descriptor alignment
2023-07-25 10:43:17 +08:00
Xu Si Yu
90518676b1
fix(openthread): Use the existing dataset for autostart
2023-07-25 10:39:35 +08:00
Aleksei Apaseev
9f5f8fa939
ci(pytest): Add functionality to merge JUnit files of the multidut testcases into one file with the unique testcases
2023-07-25 10:11:55 +08:00
Cai Xin Ying
5f68437c2f
Merge branch 'update/api-reference/provisioning_and_api-reference_storage' into 'master'
...
docs: update format issues for EN and CN files under api-reference/provisioning and api-reference/storage
Closes DOC-5806
See merge request espressif/esp-idf!24867
2023-07-25 10:03:49 +08:00
Frantisek Hrbata
bf1a487b73
fix(idf_tools): execution of empty command in get_version()
...
The ticket below reports some very strange behaviour, where
even a simple command like the following
python3 -c "import subprocess; subprocess.run([''])"
actually spawns some process and pass instead of raising
PermissionError. Even though the problem is most probably somewhere
else, not in idf_tools, we may just return early if there is no
command available for get_version().
Closes https://github.com/espressif/esp-idf/issues/11880
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-07-24 16:19:30 +02:00
Mahavir Jain
c9282e7dab
Merge branch 'bugfix/prov_example_build_with_sb' into 'master'
...
fix(provisioning): build failure with secure boot enabled case
See merge request espressif/esp-idf!24876
2023-07-24 20:32:46 +08:00
laokaiyao
274e1c0089
fix(gdma): fixed compilation failure of gdma
2023-07-24 19:36:31 +08:00
Chen Yudong
9aa23a4320
ci(wifi): add more wifi runners
...
sockets: add ipv6 only test
2023-07-24 18:09:55 +08:00
caixinying-git
a67b37330d
docs: update format issues for EN and CN files under api-reference/provisioning and api-reference/storage
2023-07-24 17:21:09 +08:00
Aditya Patwardhan
1a471f7bba
Merge branch 'contrib/github_pr_11775' into 'master'
...
esp_http_client: fix the residual data issue and potential out-of-bounds access (GitHub PR)
Closes IDFGH-10530
See merge request espressif/esp-idf!24543
2023-07-24 17:08:00 +08:00
wanlei
8f5851d064
fix(all): unify default mosi level to low on all targets
2023-07-24 15:45:21 +08:00
hwqchi
ebc118b24d
fix: Fixed following issues in esp_http_client examples
...
1. Fix potential out-of-bounds access when calling `strlen(local_response_buffer)`
if `content_length` is greater than or equal to the length of `local_response_buffer`
due to missing the terminator `\0` at the last character position.
2. Fix the residual data issue when the previous request is longer than the subsequent
request while outputting the `local_response_buffer` for each request in the
`http_rest_with_url()` function.
Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com>
2023-07-24 12:17:28 +05:30
Lou Tian Hao
57c6c0a1a3
Merge branch 'bringup/esp32h2_deep_sleep_for_rebase' into 'master'
...
esp32h2: support deep_sleep
Closes IDF-6268, IDF-6572, and IDF-7406
See merge request espressif/esp-idf!24438
2023-07-24 10:47:51 +08:00
Darian
2032c9029f
Merge branch 'bugfix/freertos_1051_remove_croutine' into 'master'
...
FreeRTOS: Remove croutine.h from v10.5.1
See merge request espressif/esp-idf!24911
2023-07-24 10:35:20 +08:00
Cai Xin Ying
fcaaf885ab
Merge branch 'docs/add_Chinese_translation_for_api-guides_hardware-abstraction.rst' into 'master'
...
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst
Closes DOC-5451
See merge request espressif/esp-idf!24147
2023-07-24 10:02:11 +08:00
Cai Xin Ying
e9ba6b611e
Merge branch 'docs/add_Chinese_translation_for_api-guides/host-apps.rst' into 'master'
...
docs: provide CN translation for api-guides/host-apps.rst
Closes DOC-5461
See merge request espressif/esp-idf!24260
2023-07-24 10:01:35 +08:00
zhanghaipeng
f4b10bd304
docs(bt): Organize header files for esp32c3 and esp32s3
2023-07-23 11:42:03 +08:00
Erhan Kurubas
912f5afefa
fix(coredump): Fix strncpy error in core_dump_elf.c
...
core_dump_elf.c:504:5: error: 'strncpy' specified bound 66 equals
destination size [-Werror=stringop-truncation]
2023-07-22 02:22:58 +02:00
David Čermák
70951831c0
Merge branch 'bugfix/netif_default_sta_init' into 'master'
...
wifi: Fix default wifi-netif creation to assert if no event loop
Closes IDFGH-10321
See merge request espressif/esp-idf!24361
2023-07-21 21:56:37 +08:00
Abhinav Kudnar
52d0807fba
(doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples.
2023-07-21 19:04:56 +05:30
Lou Tianhao
0d30bbe855
change(pm/deepsleep): rewrite the option all low as any low for esp32s2, esp32s3, esp32c6 and esp32h2
2023-07-21 20:44:15 +08:00
Lou Tianhao
44cd96b543
change(pm/deepsleep): remove disable rtcio before hold it when ext1 wakeup
2023-07-21 20:44:09 +08:00
Cai Xin Ying
b7cc28f6f1
Merge branch 'docs/update_api-reference/network' into 'master'
...
docs: update format issues for EN and CN files under api-reference/network folder and api-reference folder
Closes DOC-5656
See merge request espressif/esp-idf!24542
2023-07-21 18:51:21 +08:00
Cai Xin Ying
59bac4de3c
docs: update format issues for EN and CN files under api-reference/network folder and api-reference folder
2023-07-21 18:51:21 +08:00
Cai Xin Ying
1d090570e8
Merge branch 'docs/add_Chinese_translation_for_api-guides/openthread.rst' into 'master'
...
docs: provide CN translation for api-guides/openthread.rst
Closes DOC-5458
See merge request espressif/esp-idf!24171
2023-07-21 18:45:58 +08:00
Cai Xin Ying
9667318a67
docs: provide CN translation for api-guides/openthread.rst
2023-07-21 18:45:58 +08:00
Roland Dobai
4abc8ce734
Merge branch 'bug/revert_propagate_esp_python' into 'master'
...
Revert "feat(tools): use ESP_PYTHON during install"
See merge request espressif/esp-idf!24945
2023-07-21 18:12:31 +08:00
sonika.rathi
c9b2b03d3d
feat(example/storage/littlefs): add LittleFS demo example
2023-07-21 11:08:01 +02:00
Mahavir Jain
2d37a00512
Merge branch 'ci/run_esp_http_client_on_shanghai_runners' into 'master'
...
fix(ci): Update HTTP client example tests runner assignment
See merge request espressif/esp-idf!24863
2023-07-21 16:48:13 +08:00
caixinying-git
6f9dad8100
docs: provide CN translation for api-guides/host-apps.rst
2023-07-21 16:38:44 +08:00
caixinying-git
fa7a6a6636
docs: provide CN tranlsation for api-guides/hardware-abstraction.rst
2023-07-21 16:33:36 +08:00
Frantisek Hrbata
6936c2d8fc
Revert "feat(tools): use ESP_PYTHON during install"
...
This change seems to be causing problems on macos. Let's revert it
for now and investigate.
This reverts commit 6a7a7317f2
.
2023-07-21 09:32:33 +02:00
C.S.M
7927ec44f1
Merge branch 'bugfix/gd25lq255e_unlock' into 'master'
...
spi_flash: fix gd25lq255e unlock mistake
See merge request espressif/esp-idf!24859
2023-07-21 15:29:45 +08:00