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
Armando
7c384facd7
change(sdmmc): simplify cmd11 enable code
2024-11-15 15:22:02 +08:00
Armando
092bbdbc9c
doc(isp): isp lsc programming guide
2024-11-15 15:22:02 +08:00
Jiang Jiang Jian
c014ced2f8
Merge branch 'bugfix/fix_classic_bt_build_fail' into 'master'
...
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
Closes BT-3862
See merge request espressif/esp-idf!34921
2024-11-15 11:16:34 +08:00
C.S.M
872a3a2d71
fix(temperature_sensor): Fix temperature sensor sleep retention on p4
2024-11-15 11:04:23 +08:00
C.S.M
e84b59cf92
Merge branch 'feat/official_winbond_chip' into 'master'
...
feat(spi_flash): Add support for winbond flash chip
See merge request espressif/esp-idf!34039
2024-11-15 11:01:11 +08:00
wuzhenghui
c067e406ce
fix(esp_system): deselect all modem modules clk source selection before clk init
2024-11-15 11:00:16 +08:00
Shu Chen
a1ec278291
Merge branch 'bugfix/2015_enhack' into 'master'
...
fix(802.15.4): handle 2015 frame enh-ack
See merge request espressif/esp-idf!34904
2024-11-15 10:14:35 +08:00
Shu Chen
9dc4a27d9c
Merge branch 'fix/thread_resolve_invalid_host' into 'master'
...
fix(openthread): Fix invalid host resolving for Thread end devices
See merge request espressif/esp-idf!34913
2024-11-15 10:13:41 +08:00
Island
d74bf059c8
Merge branch 'feat/ble_mesh_proxy_client_server_coexists_support' into 'master'
...
feat(ble_mesh): Proxy Client/Server Coexists Support
Closes BLERP-1129
See merge request espressif/esp-idf!34141
2024-11-15 10:05:12 +08:00
morris
3c8a32ff0d
Merge branch 'feat/vectorize_bitscrambler_register' into 'master'
...
bitscrambler hal driver support
See merge request espressif/esp-idf!34885
2024-11-15 09:53:54 +08:00
Radek Tandler
8255ba29a6
Merge branch 'feature/storage_nvs_bootloader' into 'master'
...
feat(storage/nvs): NVS bootloader support
See merge request espressif/esp-idf!31753
2024-11-15 00:12:18 +08:00
Ivan Grokhotkov
4d75d2d487
Merge branch 'bugfix/protocols_examples_common_driver_dep' into 'master'
...
remove leftover dependencies on `driver` component
See merge request espressif/esp-idf!33548
2024-11-14 22:21:57 +08:00
zhanghaipeng
59d20e80d3
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
2024-11-14 21:17:13 +08:00
David Čermák
890106fb23
Merge branch 'fix/lwip_tcp_pcb_recycle' into 'master'
...
fix(lwip): Limit active TCP PCBs and recycle them faster
Closes IDFGH-8173, IDF-8914, and IDF-10021
See merge request espressif/esp-idf!34879
2024-11-14 21:07:10 +08:00
WanqQixiang
1a028bdfdc
fix(openthread): Fix invalid host resolving for Thread end devices
2024-11-14 19:42:26 +08:00
luoxu
167cd4762b
fix(ble_mesh): fixed heartbeat issue
2024-11-14 19:38:20 +08:00
luoxu
74c847210d
feat(ble_mesh): Proxy Client/Server Coexists Support
2024-11-14 19:22:59 +08:00
Abhinav Kudnar
6002db2fb9
fix(nimble): Removed min/max macro defination from os.h
...
Closes https://github.com/espressif/esp-idf/issues/14840
2024-11-14 19:06:14 +08:00
morris
c86a301736
feat(mipi_dsi): enable underrun error interrupt
2024-11-14 19:05:43 +08:00
cjin
ce85e113a9
fix(ble): fix btbb retention register size on esp32c61
2024-11-14 19:04:23 +08:00
radek.tandler
c445ec134b
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
2024-11-14 11:56:45 +01:00
C.S.M
1e11d42aa1
feat(spi_flash): Add support for winbond flash chip
2024-11-14 18:32:40 +08:00
C.S.M
38b737511c
Merge branch 'feat/tsens_support_c61' into 'master'
...
feat(temperature_sensor): Add temperature sensor support on esp32c61
Closes IDF-9322
See merge request espressif/esp-idf!34326
2024-11-14 17:51:36 +08:00
harshal.patil
f62bb46b48
fix(mbedtls/aes): Fix external memory corruption caused due to unaligned length cache sync
...
Fixes the memory corruption issue that arises due to external memory cache sync of unaligned
length bytes when L2 cache line size is greater than the L1 cache line size
2024-11-14 15:03:19 +05:30
morris
83c9cffd2b
change(soc): vectorize bitscrambler regsiter layout
2024-11-14 17:26:57 +08:00
Jeroen Domburg
ab75a94877
feat(bitscrambler): add hal driver support
2024-11-14 17:26:57 +08:00
hrushikesh.bhosale
ace6a490bc
feat(esp_https_server): Updated the ESP_TLS_SERVER_CERT_SELECT_HOOK config
...
Update the ESP_TLS_SERVER_CERT_SELECT_HOOK config to ESP_HTTPS_SERVER_CERT_SELECT_HOOK
And made it depend on ESP_TLS_SERVER_CERT_SELECT_HOOK
2024-11-14 14:48:50 +05:30