morris
3fb7461eb0
refactor(i2c): rename some LL functions according to TRM descriptions
2024-11-20 19:16:23 +08:00
Zhang Wen Xu
5c9e7670f2
Merge branch 'fix/fix_a_naming_error_of_esp_radio_spinel' into 'master'
...
fix(openthread): fix a naming error of esp radio spinel
See merge request espressif/esp-idf!35039
2024-11-20 19:11:13 +08:00
Guillaume Souchere
0564e9d488
Merge branch 'docs/update-heap-corruption-section' into 'master'
...
docs(heap_debug): Add missing information
See merge request espressif/esp-idf!32972
2024-11-20 17:25:39 +08:00
Xu Si Yu
b2ac38c4ce
fix(openthread): fix a naming error of esp radio spinel
2024-11-20 15:36:28 +08:00
Roland Dobai
e3ceabfa1b
Merge branch 'feat/uart_line_ending' into 'master'
...
feat(console): change line endings on standard input and output
Closes IDF-11467
See merge request espressif/esp-idf!34459
2024-11-20 15:36:01 +08:00
Jiang Jiang Jian
45bd677caa
Merge branch 'bugfix/esp_bt_wifi_bt_power_api' into 'master'
...
fix(bt): Move esp_wifi_bt_power_domain_on/off to esp_phy_init.h
See merge request espressif/esp-idf!31578
2024-11-20 15:01:49 +08:00
Jiang Jiang Jian
1f947551c0
Merge branch 'feat/sleep_retention_expand_module_bitmap' into 'master'
...
expand the number of sleep retention modules supported on different chips
Closes PM-230
See merge request espressif/esp-idf!33755
2024-11-20 14:50:35 +08:00
Alexey Lapshin
2a6e08431b
Merge branch 'feature/move-gdb-options-to_project_description_json' into 'master'
...
feat(debugging): move gdbinit generation to CMake
Closes IDF-11489
See merge request espressif/esp-idf!34779
2024-11-20 14:30:40 +08:00
Jiang Jiang Jian
09635fddab
Merge branch 'feature/avoid_compiling_wifi_components_when_wifi_is_unsupported' into 'master'
...
feat(wifi): avoid compiling components related to wifi when wifi is not supported
Closes WIFI-5796
See merge request espressif/esp-idf!34613
2024-11-20 14:18:06 +08:00
Jiang Jiang Jian
f5ae64bf2c
Merge branch 'fix/fix_modem_module_clock_missing_after_ota' into 'master'
...
fix(esp_system): deselect all modem modules lp clock source selection before clk initialization
See merge request espressif/esp-idf!34922
2024-11-20 10:55:27 +08:00
Island
79f26ad603
Merge branch 'bugfix/fix_set_perfer_ext_conn_param' into 'master'
...
fix(bt/bluedroid): Fixed setting perfer conn params complete event report
Closes BLERP-1185
See merge request espressif/esp-idf!34648
2024-11-20 10:30:45 +08:00
Island
21acfc2855
Merge branch 'bugfix/fix_bleqabr24_1635' into 'master'
...
fix(bt/bluedroid): Fixed LE channel selection algorithm event reporting
Closes BLERP-1230
See merge request espressif/esp-idf!34850
2024-11-20 10:30:40 +08:00
Erhan Kurubas
f3790a01cc
Merge branch 'sysview_update_356' into 'master'
...
feat(sysview): update to version 3.56
Closes IDF-8232 and IDF-11088
See merge request espressif/esp-idf!33236
2024-11-19 18:34:27 +08:00
Alexey Lapshin
48a49c8154
feat(debugging): move gdbinit generation to CMake
...
This feature is useful for 3rd-party software to run GDB with predefined
options that described in project_description.json file
allow to pass custom options to "idf.py gdb":
--gdb-commands: command line arguments for gdb. (without changes)
-ex: pass command to gdb.
-x: pass gdbinit file to gdb. Alias for old --gdbinit command
2024-11-19 16:41:38 +07:00
Guillaume Souchere
8e06c4ca6a
docs(heap_debug): Add missing information
...
- Place the section on alloc failed hook at a better place
- Add reference to the different poisoning configs at the beginning
of the heap corruption detectino section
- Update the information concerning heap tracing
- Update the heap tracing log examples
- Fix heap tracing standalone code:
- Update the logging format in heap_trace_dump_base
- Add freed field in trace stucture to keep this info even
when no call stack is available
2024-11-19 10:25:40 +01:00
Rahul Tank
749cfa1c22
Merge branch 'bugfix/memory_issue' into 'master'
...
fix(nimble): Nimble Error logs in case of memory overflow/failure
Closes BLERP-839
See merge request espressif/esp-idf!31665
2024-11-19 17:03:29 +08:00
morris
9ecec78861
Merge branch 'test/parlio_psram_data_error' into 'master'
...
test(parlio): dma can transmit PSRAM buffer
See merge request espressif/esp-idf!34509
2024-11-19 12:28:43 +08:00
Island
f420609c33
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh' into 'master'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
Closes BLERP-639
See merge request espressif/esp-idf!34895
2024-11-19 12:06:26 +08:00
yinqingzhao
f40c2cbc72
feat(wifi): avoid compiling components related to wifi when wifi is not supported
2024-11-19 11:02:09 +08:00
xiongweichao
383bc035ce
fix(bt): Move esp_wifi_bt_power_domain_on/off to esp_phy_init.h
2024-11-19 10:12:37 +08:00
Kevin (Lao Kaiyao)
f3c95b632e
Merge branch 'ci/fix_i2s_multi_dev_test_potential_overflow' into 'master'
...
ci(i2s): fix the potential overflow in multi_dev test
Closes IDFCI-2486 and IDFCI-2487
See merge request espressif/esp-idf!34681
2024-11-18 19:29:16 +08:00
laokaiyao
978896a09d
docs(i2s): update i2s cap overview
2024-11-18 18:38:30 +08:00
zhanghaipeng
b65f8a98bd
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-11-18 17:48:42 +08:00
Abhinav Kudnar
f48e57a00d
fix(nimble): Nimble Error logs in case of memory overflow/failure
2024-11-18 17:39:20 +08:00
Rahul Tank
393b7410a6
Merge branch 'feature/remove_min_max_def' into 'master'
...
fix(nimble): Removed min/max macro definition from os.h
Closes IDFGH-14017
See merge request espressif/esp-idf!34745
2024-11-18 17:05:42 +08:00
Wang Meng Yang
03b6436745
Merge branch 'bugfix/rx_invalid_cmd_err_code' into 'master'
...
fix(bt/bluedroid): Fixed the incorrect error code returned when receiving an invalid command
Closes BT-3899
See merge request espressif/esp-idf!34872
2024-11-18 16:43:54 +08:00
Li Shuai
08dd3adeec
change(esp_hw_support): fix some sleep retention build error
2024-11-18 15:46:11 +08:00
Frantisek Hrbata
e16f711a99
change(newlib): use a general console name in the new line conversion options
...
Currently, the new line ending conversion options for stdin and stdout
are specifically described for UART, which is inaccurate since the
console could be connected to USB serial/CDC or have secondary output.
Use a generic console term instead of UART.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-18 15:42:29 +08:00
Frantisek Hrbata
2c3c0653d2
change(newlib): support line endings modification only with VFS
...
The configuration of newline endings for stdout and stdin is supported
only by the VFS drivers. The write and read syscalls in newlib
automatically convert LF to CRLF for stdout and CR to LF for stdin,
ignoring the configured newline settings. Therefore, make the options
for newline endings visible only when VFS is enabled.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-18 15:42:29 +08:00
Frantisek Hrbata
5351a83128
feat(newlib): change line endings on standard input and output
...
Currently, the newline conversions for the NEWLIB_STDOUT_LINE_ENDING and
NEWLIB_STDIN_LINE_ENDING options are only applied by VFS drivers.
Without VFS, newline conversion does not occur. Introduce the default
conversion of LF to CRLF on stdout and CF to LF on stdin for the default
read and write syscalls in newlib.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-18 15:42:29 +08:00
Li Shuai
44693774e1
change(soc): define sleep retention module total number to 64 for esp32p4
2024-11-18 15:40:47 +08:00
Li Shuai
641be3ad1f
change(esp_hw_support): update power domain pd allowed check logic
2024-11-18 15:40:47 +08:00
Li Shuai
8eea8a8ef3
change(esp_hw_support): update some modules sleep retention init dependency bitmap
2024-11-18 15:40:47 +08:00
Li Shuai
1857bededb
change(soc): add sleep retention module total number definition
2024-11-18 15:40:42 +08:00
Li Shuai
8368564717
feat(esp_hw_support): extend sleep retention module bitmap bit width
2024-11-18 15:38:30 +08:00
morris
b9a8180b17
test(parlio): dma can transmit PSRAM buffer
2024-11-18 14:37:00 +08:00
Jiang Jiang Jian
b9253b4e66
Merge branch 'bugfix/wps_ie_reset' into 'master'
...
fix(wifi): Remove WPS IEs once WPS succeeds
See merge request espressif/esp-idf!34777
2024-11-18 14:08:50 +08:00
Mahavir Jain
e8800ac785
Merge branch 'feat/add_alpn_for_esp_http_client' into 'master'
...
feat(esp_http_client): Added alpn feature in esp_http_client
Closes IDF-10729
See merge request espressif/esp-idf!34708
2024-11-18 13:14:24 +08:00
morris
88c4086db9
Merge branch 'feat/mipi_dsi_underrun_error' into 'master'
...
feat(mipi_dsi): enable underrun error interrupt
See merge request espressif/esp-idf!31704
2024-11-18 11:32:23 +08:00
Shu Chen
42cbc7aada
Merge branch 'feature/support_custom_ot_header_file' into 'master'
...
feat(openthread): support using custom header file
See merge request espressif/esp-idf!30838
2024-11-18 10:45:33 +08:00
C.S.M
9382c9a400
Merge branch 'fix/fix_tsens_retention_p4' into 'master'
...
fix(temperature_sensor): Fix temperature sensor sleep retention on p4
Closes IDFCI-2491, IDFCI-2483, and IDFCI-2484
See merge request espressif/esp-idf!34902
2024-11-18 10:33:25 +08:00
Armando (Dou Yiwen)
4c9154bad1
Merge branch 'doc/isp_lsc_doc' into 'master'
...
isp: isp lsc programming guide
See merge request espressif/esp-idf!34818
2024-11-18 10:17:38 +08:00
Anton Maklakov
16469297b4
Merge branch 'feature/update-gdb-to-15.2_20241112' into 'master'
...
feat(tools): update gdb version to 15.2_20241112
Closes IDF-11325
See merge request espressif/esp-idf!34859
2024-11-15 22:17:20 +08:00
Mahavir Jain
401fa7b0f3
Merge branch 'feat/updating_configs_of_esp_https_server' into 'master'
...
feat(esp_https_server): Updated the ESP_TLS_SERVER_CERT_SELECT_HOOK config
Closes IDF-8418
See merge request espressif/esp-idf!33966
2024-11-15 18:35:00 +08:00
laokaiyao
53d2d67226
ci(i2s): fix the potential overflow in multi_dev test
2024-11-15 18:11:39 +08:00
Island
a3922cd1a7
Merge branch 'bugfix/fix_ble_disconn_error_on_c61' into 'master'
...
fix(ble): fix btbb retention register size on esp32c61
Closes BLERP-1239 and PHY-206
See merge request espressif/esp-idf!34908
2024-11-15 17:33:34 +08:00
hrushikesh.bhosale
5aaa47834a
feat(esp_http_client): Added ALPN feature in esp_http_client
...
Added the alpn field in esp_http_clinet_config_t struct. So
that user can modify from the esp_http_clinet component.
2024-11-15 14:37:28 +05:30
Jiang Jiang Jian
c5ada2e82f
Merge branch 'fix/fix_deadlock_in_pm_mode_switching' into 'master'
...
fix(esp_pm): fix deadlock in pm_mode switching
Closes PM-144
See merge request espressif/esp-idf!34723
2024-11-15 16:55:07 +08:00
Island
9f47024e78
Merge branch 'fix/ble_mesh_heartbeat_bug' into 'master'
...
fix(ble_mesh): fixed heartbeat issue
Closes BLERP-1241
See merge request espressif/esp-idf!34912
2024-11-15 16:23:20 +08:00
Xu Si Yu
6e05a9e65b
feat(openthread): support using custom header file
2024-11-15 15:37:54 +08:00