jim
b0b6980421
mbedtls: Fix enable dynamic mbedtls will occur heap corruption when server support TLS renegotiation
2023-12-22 17:23:42 +08:00
laokaiyao
6b3a35eea4
fix(i2s): fix no mclk output in i2s simplex mode on P4
2023-12-22 16:14:13 +08:00
David Čermák
9614300f81
Merge branch 'lwip/ip6_debug_fix' into 'master'
...
fix(lwip): Fixed debug format, added ci test config
See merge request espressif/esp-idf!27133
2023-12-22 15:28:52 +08:00
zwl
54c4fd935c
fixed(ble): fixed an assertion issue when stopping periodic adv on ESP32C6 and ESP32H2
2023-12-22 15:21:36 +08:00
Island
083fe84db7
Merge branch 'bugfix/ble_update_lib_20231219' into 'master'
...
update lib on master
Closes BLERP-371, BLERP-364, BLERP-363, BLERP-361, BLERP-349, BLERP-360, BLERP-350, BLERP-351, BLERP-352, BLERP-353, BLERP-354, BLERP-356, BLERP-357, BLERP-358, BLERP-359, BLERP-366, BLERP-376, and BLERP-378
See merge request espressif/esp-idf!27997
2023-12-22 14:57:15 +08:00
Mahavir Jain
c3f7a2f50d
Merge branch 'contrib/github_pr_12813' into 'master'
...
fix(esp32): Fixed declaration issue (GitHub PR)
Closes IDFGH-11705 and IDFGH-11706
See merge request espressif/esp-idf!27969
2023-12-22 14:43:58 +08:00
Jiang Jiang Jian
dcd9891f82
Merge branch 'fix/btc_config_lock_error' into 'master'
...
fix(bt/bluedroid): fixed btc_config_lock error
Closes BT-3549
See merge request espressif/esp-idf!27933
2023-12-22 13:51:29 +08:00
Rahul Tank
6e066746b0
fix(nimble): Handled race condition for conn variables being set to NULL
2023-12-22 09:42:39 +05:30
Omar Chebib
1472343439
fix(freertos): display tasks with no affinity as -1 during tracing
...
Closes https://github.com/espressif/esp-idf/issues/12858
2023-12-22 12:11:30 +08:00
Rahul Tank
48ad3a50b6
Merge branch 'bugfix/periodic_adv_enh_fixes' into 'master'
...
fix(nimble): Added periodic_adv_enh soc_caps for c2, h2
Closes BLERP-318
See merge request espressif/esp-idf!27572
2023-12-22 12:08:46 +08:00
Wang Meng Yang
9393ccaf68
Merge branch 'bugfix/fix_establish_two_sco_fail' into 'master'
...
fix(bt/controller): Fixed establish two SCO connection failed
Closes BTQABR2023-146
See merge request espressif/esp-idf!27869
2023-12-22 11:52:42 +08:00
Anton Maklakov
503f3e819d
Merge branch 'feature/breathe_faster' into 'master'
...
feat(docs): use a faster fork of breathe-doc/breathe
See merge request espressif/esp-idf!27961
2023-12-22 11:52:16 +08:00
Mahavir Jain
e691c8b43b
Merge branch 'bugfix/support_all_http_status_codes' into 'master'
...
fix(esp_http_server): Add support for sending custom HTTP status
Closes IDFGH-11235
See merge request espressif/esp-idf!27419
2023-12-22 11:47:19 +08:00
Shang Zhou
b300c78864
docs: Update CN translation for esp_tls.rst, mqtt.rst, and peripherals.rst
2023-12-22 09:11:43 +05:30
Mahavir Jain
01f50ee7f5
refactor: migrate atecc608a_ecdsa example to crypto authlib repository
...
- ESP32-WROOM-32SE has been discontinued and marked as NRND
- This change removes all references to ESP32-WROOM-32SE from IDF
- The example has been migrated to esp-cryptoauthlib repository and it
can be used through the component manager
(https://components.espressif.com/components/espressif/esp-cryptoauthlib )
2023-12-22 09:11:41 +05:30
zhanghaipeng
b02c669370
fix(phy): Fix ble tx ifs time for ESP32
2023-12-22 11:38:16 +08:00
jim
14a9e01931
esp_http_client: Fix reset errno to 0 before call esp_transport_read
...
Closes https://github.com/espressif/esp-idf/issues/9020
2023-12-22 10:54:40 +08:00
Omar Chebib
f27d65c7bc
Merge branch 'contrib/github_pr_12852' into 'master'
...
cmake: correct the parameter annotation of idf_build_set_property (GitHub PR)
Closes IDFGH-11752
See merge request espressif/esp-idf!28067
2023-12-22 10:41:24 +08:00
Armando (Dou Yiwen)
4ca2cd16d0
Merge branch 'feat/mpll_support_on_esp32p4' into 'master'
...
feat(mpll): supported mpll configure api
Closes IDF-8885
See merge request espressif/esp-idf!28009
2023-12-22 09:41:38 +08:00
Ivan Grokhotkov
763ba14885
feat(docs): use a faster fork of breathe-doc/breathe
...
See https://github.com/breathe-doc/breathe/discussions/962
2023-12-21 16:33:20 +01:00
Darian Leung
2ec0ee944d
refactor(hal/usb): Remove usage of old USB OTG config macros
2023-12-21 21:52:46 +08:00
Guillaume Souchere
7f64b4203b
Merge branch 'feat/heap-reset-heap-info' into 'master'
...
feat(heap): Allow tracking of minimum free size for a given time frame
Closes IDF-8782
See merge request espressif/esp-idf!27577
2023-12-21 19:22:40 +08:00
Augtons
a8ea638cde
cmake: correct the parameter annotation of idf_build_set_property
...
The value parameter should be marked as [in] instead of [out], as it is used to set the property value, not to get it.
2023-12-21 18:30:57 +08:00
morris
b655a7aae4
Merge branch 'bugfix/dw_gdma_master_port_setting' into 'master'
...
fix(dw_gdma): wrong master port setting for destination
See merge request espressif/esp-idf!28045
2023-12-21 18:20:32 +08:00
Ivan Grokhotkov
7265febc31
Merge branch 'bugfix/macos_build_linux_target_misc' into 'master'
...
Misc fixes for IDF_TARGET=linux on macOS host
See merge request espressif/esp-idf!28015
2023-12-21 17:55:24 +08:00
xiongweichao
71442ef6de
fix(bt/bluedroid): Fixed SPP connection failure
...
The connection failure is caused by the BTU and application layer status being out of sync.
2023-12-21 17:42:26 +08:00
Shu Chen
f0d10c8c81
Merge branch 'bugfix/fix_openthread_spi_slave_transaction' into 'master'
...
fix(openthread): fix openthread SPI tx timeout issue
See merge request espressif/esp-idf!27887
2023-12-21 16:53:29 +08:00
Armando
27b1e4dc87
feat(mpll): supported mpll configure ll api
2023-12-21 16:26:03 +08:00
Guillaume Souchere
bb9d5a8d51
feat(heap): Allow tracking of minimum free size for a given time frame
...
Implement a function to start tracking the minimum free size from the
moment the function is called.
Implement a function to stop tracking the minimum free size and restore
the minimum free size value calculated since startup.
Implement the tests related to this new feature.
2023-12-21 08:07:01 +01:00
morris
8863d0930e
Merge branch 'bugfix/gdma_legacy_macro_back_again' into 'master'
...
fix(gdma): reserve the SOC_GDMA_PAIRS_PER_GROUP
Closes IDFGH-11688
See merge request espressif/esp-idf!27981
2023-12-21 14:52:58 +08:00
morris
21fa29fedf
Merge branch 'docs/notes_in_sync_with_updown_mode' into 'master'
...
docs(mcpwm): add a note about setting sync phase in up down mode
Closes IDFGH-11670
See merge request espressif/esp-idf!27953
2023-12-21 13:36:55 +08:00
luoxu
39b1ee4c9a
bugfix(ble_mesh): add duplicate scan config for esp32s3
2023-12-21 12:13:13 +08:00
Marius Vikhammer
8fe0f99368
change(system): enabled pthread, ringbuf and event tests
2023-12-21 11:09:42 +08:00
zhanghaipeng
ed036e0ebe
fix(bt/bluedroid): Fix prepare write for BLE example
2023-12-21 10:59:26 +08:00
Gao Xu
243e3149f6
Merge branch 'bugfix/fix_adc_reset_issue_on_legacy' into 'master'
...
fix(adc): fix adc continuous get less results beacuse do not reset apb clk(legacy)
See merge request espressif/esp-idf!27772
2023-12-21 10:59:01 +08:00
zhanghaipeng
b693094ee8
fix(bt/bluedroid): Fix BLE prepare write
2023-12-21 10:53:38 +08:00
Jiang Jiang Jian
6720610c0f
Merge branch 'bugfix/fix_ble_recorrect_enable_bug' into 'master'
...
fix(ble/controller): Fixed BLE recorrect enable bug and fixed BLE bb isr enable by default
Closes WIFIBUG-316
See merge request espressif/esp-idf!28006
2023-12-21 10:51:02 +08:00
morris
eeae70ddf3
fix(dw_gdma): wrong master port setting for destination
2023-12-21 10:41:27 +08:00
Marius Vikhammer
9f1d001849
Merge branch 'feat/cache_error_c6_h2' into 'master'
...
fix(panic): fixed cache error being reported as illegal instruction
Closes IDF-6398, IDF-5657, IDF-7015, and IDF-6733
See merge request espressif/esp-idf!27430
2023-12-21 10:32:06 +08:00
Marius Vikhammer
4f1570e904
Merge branch 'ci/fix_qemu_intr_tests' into 'master'
...
ci: fix flakey intr_dump tests in QEMU
Closes IDF-8899
See merge request espressif/esp-idf!27983
2023-12-21 10:25:06 +08:00
David Čermák
4a2af43535
Merge branch 'fix/docs_update_proto_p4' into 'master'
...
docs(network): Update network/proto API refs and guides for ESP32P4
Closes IDF-7764
See merge request espressif/esp-idf!27589
2023-12-21 00:55:40 +08:00
David Cermak
e3a02d78c8
docs(network): Update network/proto API refs and guides for ESP32P4
2023-12-20 23:07:35 +08:00
Mahavir Jain
d3afab15bd
Merge branch 'update/update_certs_bundle' into 'master'
...
Update esp_crt_bundle certificates
See merge request espressif/esp-idf!27932
2023-12-20 20:36:23 +08:00
Harshit Malpani
ae71e1ddb9
fix(esp_http_server): Add support for custom HTTP status codes
...
Closes https://github.com/espressif/esp-idf/issues/12399
2023-12-20 16:59:38 +05:30
Guillaume Souchere
0d6b84c939
Merge branch 'fix/heap-trace-hash-map-remove' into 'master'
...
fix(heap): prevent double traversal of hashmap in map_find_and_remove
Closes IDFGH-11713
See merge request espressif/esp-idf!27985
2023-12-20 18:53:39 +08:00
Anton Maklakov
46f9c85974
Merge branch 'ci/different_cache_key_for_idf_ver' into 'master'
...
ci: differnet cache key for different idf ver
See merge request espressif/esp-idf!28005
2023-12-20 17:39:30 +08:00
schottj
7b10d02201
fix(app_update): fixed undeclared variable 'ret' in esp_ota_ops.c
2023-12-20 14:58:06 +05:30
Mo Fei Fei
3140fcadf2
Merge branch 'docs/update_cn_trans_usb-serial-jtag-console' into 'master'
...
docs: Update cn trans for use-serial-jtag-console
Closes DOC-6815
See merge request espressif/esp-idf!28004
2023-12-20 16:42:09 +08:00
Song Ruo Jing
d7b3bf0b69
Merge branch 'fix/esp32p4_gpio_pins' into 'master'
...
change(gpio): esp32p4 available pins are GPIO0 ~ GPIO54
Closes IDF-7735
See merge request espressif/esp-idf!28016
2023-12-20 16:39:21 +08:00
Mahavir Jain
7fc9b09c34
fix(cmake): for embedded data length use .long attribute
...
For Linux builds if the embedded data length exceeded 16-bit value then
the build used to fail with following error:
build/x509_crt_bundle.S: Assembler messages:
build/x509_crt_bundle.S:4201: Warning: value 0x1056e truncated to 0x56e
GNU ASM for X86 systems treats .word attribute as of size 2 bytes, this commit
uses .long attribute to take the size to 4 bytes.
2023-12-20 13:59:19 +05:30