Peter Dragun
90abcdebf2
Merge branch 'fix/windows_escape_seq' into 'master'
...
fix: recommend using Windows Terminal in case of issues with escape sequences
Closes IDFGH-13646
See merge request espressif/esp-idf!34516
2024-11-01 16:01:25 +08:00
Shen Meng Jing
d1991b5b46
Merge branch 'docs/translate_isp' into 'master'
...
Docs/Provide CN translation for isp.rst
Closes DOC-8335
See merge request espressif/esp-idf!32051
2024-11-01 15:36:55 +08:00
Konstantin Kondrashov
1a419e594b
Merge branch 'feature/support_primary_subtypes' into 'master'
...
feat(partition_table): Support primary subtypes partitions
Closes IDF-11330
See merge request espressif/esp-idf!34194
2024-11-01 15:13:31 +08:00
Shu Chen
7bc9393301
Merge branch 'fix/energy_scan_api_para_mismatch' into 'master'
...
fix(openthread): set channel for energy scan
See merge request espressif/esp-idf!34515
2024-11-01 15:12:41 +08:00
wuzhenghui
feafc84ece
fix(esp_hw_support): fix writeback cache to psram after vo2 powerdown
2024-11-01 14:11:40 +08:00
Omar Chebib
729c55b790
docs: changed bootloader extra component to a property in build-system.rst
2024-11-01 13:52:01 +08:00
renpeiying
a49454e352
docs: Update CN translation according to review
2024-11-01 13:52:01 +08:00
Omar Chebib
e33bcaa6d3
feat(bootloader): use idf property to specify extra components directories
2024-11-01 13:52:01 +08:00
renpeiying
a1df6b8185
docs: Update CN translation for api-guides/build-system.rst
2024-11-01 13:52:01 +08:00
Omar Chebib
775c65a6b7
feat(bootloader): add the possibility to specify extra components directories
2024-11-01 13:52:01 +08:00
Shu Chen
a2f3585030
Merge branch 'feat/openthread_dataset_changed_event' into 'master'
...
feat(openthread): Add dataset changed event and post it in state change callback
See merge request espressif/esp-idf!34543
2024-11-01 10:56:03 +08:00
Wan Lei
90e71bfa48
Merge branch 'fix/twai_io_init_glitch' into 'master'
...
fix(driver_twai): fixed bus-off when twai_init due to wrong gpio config
Closes IDFGH-13672, IDF-11129, and IDF-9113
See merge request espressif/esp-idf!33929
2024-11-01 10:26:43 +08:00
Jiang Jiang Jian
566721629f
Merge branch 'bugfix/fix_association_failed_in_internal_reconnection' into 'master'
...
fix(wifi): clear pmk in internal reconnection
Closes WIFIBUG-869, WIFIBUG-894, and PM-264
See merge request espressif/esp-idf!34181
2024-11-01 10:17:34 +08:00
Omar Chebib
f6d154e761
fix(examples): fix NMI interrupt example to work on ESP32-S3
2024-11-01 10:17:09 +08:00
Marius Vikhammer
24056620ef
Merge branch 'ci/fix_build_rules_system' into 'master'
...
ci(system): fixed build-test-rules which used ARCH config
See merge request espressif/esp-idf!34585
2024-11-01 10:16:41 +08:00
Marius Vikhammer
0e8a933488
ci(system): fixed build-test-rules which used ARCH config
...
These variables are not availble when evaluating the rules, resulting
in that the tests were never run.
2024-11-01 09:23:47 +08:00
Song Ruo Jing
50aeec2f97
Merge branch 'bugfix/uart_vfs_read_behavior' into 'master'
...
fix(uart_vfs): read() now aligned to POSIX defined behavior
Closes IDF-10424 and IDFGH-13218
See merge request espressif/esp-idf!33435
2024-10-31 23:14:07 +08:00
Shu Chen
8ac260a9d7
Merge branch 'feature/alloc_nat64_session_from_psram' into 'master'
...
feat(openthread): support alloc nat64 session from psram
See merge request espressif/esp-idf!33410
2024-10-31 21:39:08 +08:00
Adam Múdry
2c1bec2c70
fix(sdmmc): Send ACMD22 if CMD25 fails
...
Send the number of the written write blocks (ACMD22) after
write multiple blocks fails (CMD25)
2024-10-31 14:30:51 +01:00
Xiao Xufeng
ed31c19933
fix(sdio_slave): prevents peripheral power domain being powered off when SDIO slave in use
2024-10-31 21:25:40 +08:00
Xiao Xufeng
df2d09e3e0
feat(sleep_retention): allow drivers taking TOP power lock
...
Also add a dump function
2024-10-31 21:25:37 +08:00
Fu Hanxi
116c3d6ddb
Merge branch 'ci/fix_diff_manifest_sha' into 'master'
...
ci: use different base commit for merge result pipelines
Closes RDT-989
See merge request espressif/esp-idf!34571
2024-10-31 20:29:56 +08:00
wuzhenghui
f4a6f1cc96
fix(esp_hw_support): fix hp clock wait time calculation after wait pll ready
2024-10-31 20:28:29 +08:00
wuzhenghui
58b1838946
feat(esp_hw_support): wait pll stable after sleep wakeup
2024-10-31 20:28:28 +08:00
Peter Dragun
8318adb448
fix: recommend using Windows Terminal in case of issues with escape sequences
...
Closes https://github.com/espressif/esp-idf-monitor/issues/17
2024-10-31 12:56:05 +01:00
Wang Meng Yang
203e5432a9
Merge branch 'fix/set_local_device_name_during_lm_initializaiton' into 'master'
...
fix(bt): fixed some issues in bt controller on ESP32
Closes BT-3871 and CBI-864
See merge request espressif/esp-idf!34066
2024-10-31 19:39:05 +08:00
Fu Hanxi
a4ef854a2d
ci: use different base commit for merge result pipelines
2024-10-31 12:37:01 +01:00
Konstantin Kondrashov
8c4f576f99
feat(partition_table): Support primary subtypes partitions
2024-10-31 13:16:01 +02:00
Chen Ji Chang
f9d6c4df20
Merge branch 'feat/pcnt_sleep_retention' into 'master'
...
feat(pcnt): add sleep retention init to avoid light sleep when pcnt is working
See merge request espressif/esp-idf!33691
2024-10-31 19:12:49 +08:00
sibeibei
7e5741953d
fix(wifi): fix some wifi issues 241031
...
1. fix cant sleep if reconnect to connected ap
2. clear pmk in internal reconnection
3. update connect status for init-->auth
4. add protection for probe request when wifi band is 5g
2024-10-31 19:03:01 +08:00
WanqQixiang
77656e2046
feat(openthread): Add dataset changed event and post it in state change callback
2024-10-31 19:00:48 +08:00
morris
8cd4091114
fix(gdma): run test cases after reset
2024-10-31 18:32:37 +08:00
Song Ruo Jing
92b4c62d06
fix(uart_vfs): read() now aligned to POSIX defined behavior
...
- For blocking mode, block until data available
- Return with the bytes available in the file at the time,
it should not block until reaching the requested size
And read() should not realy return on the newline character
Closes https://github.com/espressif/esp-idf/issues/14155
2024-10-31 17:57:04 +08:00
Shu Chen
7d179ccd3e
Merge branch 'pr_14676' into 'master'
...
feat(openthread): enable openthread coap client for mtd
See merge request espressif/esp-idf!34143
2024-10-31 17:43:12 +08:00
Wang Meng Yang
bb5a53c66c
Merge branch 'bugfix/fix_memory_leak_in_sco' into 'master'
...
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
Closes BT-3884
See merge request espressif/esp-idf!34523
2024-10-31 17:40:33 +08:00
Omar Chebib
66f6364bb1
Merge branch 'staging/esp32c61_bootloader_support' into 'master'
...
fix(bootloader_support): remove temporary notice in build test rule for ESP32-C61
Closes IDF-9260
See merge request espressif/esp-idf!33781
2024-10-31 17:38:58 +08:00
zwx
7a044c0f81
feat(openthread): support alloc nat64 session from psram
2024-10-31 17:38:34 +08:00
xiongweichao
35ef6f5140
fix(bt/bluedroid): Replace free/malloc with osi_free/malloc
2024-10-31 17:14:25 +08:00
Tomas Rezucha
00dcf1a0c0
Merge branch 'docs/usb_host_examples_readme' into 'master'
...
docs(usb_host): Update usb_host example READMEs for P4
Closes IDFGH-13706 and IDFGH-10950
See merge request espressif/esp-idf!34510
2024-10-31 17:08:10 +08:00
shenmengjing
7cea2a78cc
docs: Update CN translation for build-system.rst and freertos.rst
2024-10-31 16:03:19 +08:00
Tomas Rezucha
f7da0175b0
docs(usb_host): Update usb_host example READMEs for P4
...
Closes https://github.com/espressif/esp-idf/issues/14578
Closes https://github.com/espressif/esp-idf/issues/12142
2024-10-31 09:00:59 +01:00
Wan Lei
dee6ad56c9
Merge branch 'fix/p4_spi_no_dma_polling_cache_fail' into 'master'
...
fix(driver_spi): fixed p4 no dma polling trans cache sync fail
Closes IDFCI-2455
See merge request espressif/esp-idf!34409
2024-10-31 15:33:59 +08:00
C.S.M
f54ec30f6a
fix(jpeg): Fix the length of com marker
2024-10-31 15:16:44 +08:00
Island
92e4b80a65
Merge branch 'feat/support_controller_run_in_flash_only' into 'master'
...
Feat/support controller run in flash only
Closes BLERP-1164, BLERP-1165, and BLERP-1174
See merge request espressif/esp-idf!33290
2024-10-31 15:15:01 +08:00
wanckl
b64e2ebfc9
feat(twai): support gpio reserve check
2024-10-31 15:07:42 +08:00
wanckl
460233ee3b
fix(driver_twai): fixed bus-off when twai_init due to wrong gpio config
...
Closes https://github.com/espressif/esp-idf/issues/14548
2024-10-31 15:07:42 +08:00
gongyantao
034a35a66f
fix(bt): fix some issues in bt controller
...
1: Store local device name into NVDS when handling hci_wr_local_name_cmd.
2: Set default device name during link manager initialization.
3: Set the QoS value to the minimum value if the calculated QoS is less
than the minumum.
2024-10-31 14:50:09 +08:00
Island
1acc70f476
Merge branch 'bugfix/fix_ble_aa_zero' into 'master'
...
fix(bt/ble): Update esp32 libbtdm_app.a (17db8bd)
Closes BLERP-1138
See merge request espressif/esp-idf!34511
2024-10-31 14:15:23 +08:00
wanckl
8f1fa6164a
fix(pmu): c61 and h2 update pmu_icg_mapping.h
2024-10-31 13:54:20 +08:00
zwx
61a7ecd145
fix(openthread): set channel for energy scan
2024-10-31 11:57:31 +08:00