zhangyanjiao
|
7727b7f693
|
docs(wifi): Updated the LMK description in ESP-NOW
Closes https://github.com/espressif/esp-idf/issues/12976
|
2024-03-15 15:05:10 +08:00 |
|
Jiang Jiang Jian
|
08299f5f9b
|
Merge branch 'bugfix/fix_maximum_value_of_config_rtc_clk_cal_cycles_bug_v5.2' into 'release/v5.2'
ESP All Chip: fixed the maximum value of config RTC_CLK_CAL_SYCLES bug (v5.2)
See merge request espressif/esp-idf!29648
|
2024-03-15 11:10:38 +08:00 |
|
Jiang Jiang Jian
|
9beb67dedf
|
Merge branch 'bugfix/fix_s3_bbpll_cali_fail_bug_v5.2' into 'release/v5.2'
fix: fix s3 bbpll calibration fail bug (v5.2)
See merge request espressif/esp-idf!29644
|
2024-03-15 11:10:11 +08:00 |
|
Jiang Jiang Jian
|
80cfe30b29
|
Merge branch 'bugfix/fix_fastmem_slowmem_lost_data_bug_v5.2' into 'release/v5.2'
[C3/S3]Fix sleep fast_mem & slow_mem may lost bug (v5.2)
See merge request espressif/esp-idf!29640
|
2024-03-15 11:09:38 +08:00 |
|
Marius Vikhammer
|
85ac17e5ba
|
Merge branch 'bugfix/rom_systimer_config_v5.2' into 'release/v5.2'
fix(rom): fixed systimer always using ROM implementation (v5.2)
See merge request espressif/esp-idf!29605
|
2024-03-15 10:09:52 +08:00 |
|
Shu Chen
|
fd4b09f283
|
Merge branch 'backport5.2/openthread_2024_3_14' into 'release/v5.2'
openthread modifications backport to 5.2
See merge request espressif/esp-idf!29654
|
2024-03-15 10:08:44 +08:00 |
|
Xu Si Yu
|
6cdf728ce8
|
feat(openthread): support configuring indicator color of openthread device
|
2024-03-14 17:20:37 +08:00 |
|
Xu Si Yu
|
698a7705b8
|
fix(vfs): fix eventfd select
|
2024-03-14 17:20:31 +08:00 |
|
zwx
|
298682913c
|
fix(openthread): using atomic variable for buffer count
|
2024-03-14 17:20:26 +08:00 |
|
zwx
|
2c06ea4039
|
feat(openthread): enable RCP uart configuration for BR by default
|
2024-03-14 17:20:20 +08:00 |
|
Xu Si Yu
|
57bd2488af
|
feat(openthread): add different led color for openthread devices
|
2024-03-14 17:19:58 +08:00 |
|
Jiang Jiang Jian
|
22c682b52e
|
Merge branch 'feat/move_ag_cb_malloc_to_btc_v5.2' into 'release/v5.2'
feat(bt/bluedroid): Moved the memory allocation of HF AG control blocks to BTC module (v5.2)
See merge request espressif/esp-idf!29631
|
2024-03-14 17:02:20 +08:00 |
|
hongshuqing
|
7771d72d7c
|
fix: fix_maximum_value_of_config_rtc_clk_cal_cycle_bug
|
2024-03-14 16:11:20 +08:00 |
|
hongshuqing
|
4200246df3
|
fix: fix s3 bbpll cali fail bug
|
2024-03-14 15:45:31 +08:00 |
|
chaijie@espressif.com
|
c7660fe26d
|
fix: fix sleep fast_mem & slow_mem may lost bug
|
2024-03-14 15:03:41 +08:00 |
|
Jiang Jiang Jian
|
bc26c82f01
|
Merge branch 'bugfix/fix_phy_pll_track_corner_case_backport_52' into 'release/v5.2'
fix(phy): fix pll track when enabling and disabling PHY frequently(Backport v5.2)
See merge request espressif/esp-idf!29388
|
2024-03-14 14:15:01 +08:00 |
|
Jiang Jiang Jian
|
bd55386769
|
Merge branch 'bugfix/fix_the_spiram_malloc_issue_in_wifi_mesh_v5.2' into 'release/v5.2'
fix(wifi): fixed the spiram malloc issue in wifi mesh (v5.2)
See merge request espressif/esp-idf!29629
|
2024-03-14 13:55:42 +08:00 |
|
Jin Cheng
|
85403d2e5e
|
feat(bt/bluedroid): Moved the memory allocation of HF AG control blocks to BTC module
|
2024-03-14 10:52:27 +08:00 |
|
morris
|
48944645f1
|
Merge branch 'bugfix/flash_mxic_chip_v5.2' into 'release/v5.2'
fix(spi_flash): Fix MXIC chip flash size detected wrong (backport v5.2)
See merge request espressif/esp-idf!29610
|
2024-03-14 10:45:13 +08:00 |
|
zhangyanjiao
|
1a4234c0e1
|
fix(wifi): fixed the spiram malloc issue in wifi mesh
Closes https://github.com/espressif/esp-idf/issues/13285
|
2024-03-14 10:28:32 +08:00 |
|
Rahul Tank
|
374a03f210
|
Merge branch 'contrib/github_pr_13034_v5.2' into 'release/v5.2'
docs(nimble): Fixed typo in examples/bluetooth/nimble/blehr/README (GitHub PR) (v5.2)
See merge request espressif/esp-idf!29615
|
2024-03-13 23:37:12 +08:00 |
|
Mahavir Jain
|
9c49c40daa
|
Merge branch 'fix/aes_gcm_coverity_reports_v5.2' into 'release/v5.2'
fix(mbedtls/aes-gcm): Fix null pointer derefernce coverity reports (v5.2)
See merge request espressif/esp-idf!29577
|
2024-03-13 21:17:48 +08:00 |
|
Rahul Tank
|
a253028107
|
Merge branch 'feature/add_doc_for_p4_v5.2' into 'release/v5.2'
docs(nimble): Added gpio configuration table for esp32p4 (v5.2)
See merge request espressif/esp-idf!29599
|
2024-03-13 20:37:24 +08:00 |
|
Mahavir Jain
|
4e57c2bf6f
|
Merge branch 'ci/fix_pre_encrytped_ota_failure_in_ci_v5.2' into 'release/v5.2'
ci: Fix pre_encrypted_ota example failure in CI (v5.2)
See merge request espressif/esp-idf!29604
|
2024-03-13 20:17:56 +08:00 |
|
Alex Verschoot
|
aa2d885139
|
Update README.md
Fix typo
|
2024-03-13 17:09:18 +05:30 |
|
Cao Sen Miao
|
ac2d88912d
|
fix(spi_flash): Fix MXIC chip flash size detected wrong,
Closes https://github.com/espressif/esp-idf/issues/12222
|
2024-03-13 18:44:24 +08:00 |
|
Marius Vikhammer
|
387f48aa9a
|
fix(rom): fixed systimer always using ROM implementation
|
2024-03-13 17:25:39 +08:00 |
|
Harshit Malpani
|
15e9343a20
|
ci: Fix pre_encrypted_ota example failure in CI
|
2024-03-13 14:49:27 +05:30 |
|
Roshan Bangar
|
bbd4266328
|
docs(nimble): Added gpio configuration table for esp32p4
|
2024-03-13 14:02:40 +05:30 |
|
xiaqilin
|
729f45db61
|
feat(openthread): add cli in openthread sleep example
|
2024-03-13 14:57:26 +08:00 |
|
harshal.patil
|
c97d3aed45
|
fix(mbedtls/aes-gcm): Fix null pointer derefernce coverity reports
- Also fixed a tcp_transport report
|
2024-03-13 11:42:03 +05:30 |
|
Island
|
1097ed0fcf
|
Merge branch 'bugfix/ble_update_lib_20240306_v5.2' into 'release/v5.2'
update lib on release/v5.2
See merge request espressif/esp-idf!29437
|
2024-03-13 14:02:33 +08:00 |
|
Rahul Tank
|
69dc6f386c
|
Merge branch 'bugfix/reconnect_host_based_v5.2' into 'release/v5.2'
fix(nimble): Added ble_host_rpa_enabled flag for address resoultion for esp32 (v5.2)
See merge request espressif/esp-idf!29569
|
2024-03-13 12:25:29 +08:00 |
|
Marius Vikhammer
|
2456b833b5
|
Merge branch 'docs/esp_event_doc_fix_v5.2' into 'release/v5.2'
docs(esp_event): Fixed mistake in API docs (v5.2)
See merge request espressif/esp-idf!29563
|
2024-03-13 11:21:30 +08:00 |
|
zwl
|
a72d10a4e2
|
ble(update):
Update h2 lib to d0218de8
Update c6 lib to d0218de8
|
2024-03-13 10:33:23 +08:00 |
|
Marius Vikhammer
|
a61d79966b
|
Merge branch 'docs/fix_spiram_mistake_v5.2' into 'release/v5.2'
docs(heap): Fixed mistake in the heap allocator docs (v5.2)
See merge request espressif/esp-idf!29588
|
2024-03-13 10:33:02 +08:00 |
|
Jakob Hasse
|
a0bb3e8fdf
|
docs(heap): Fixed mistake in the heap allocator docs
Closes https://github.com/espressif/esp-idf/issues/13353
|
2024-03-13 09:46:48 +08:00 |
|
Marius Vikhammer
|
a8d3034a3c
|
Merge branch 'docs/remove_ulp_deep_sleep_example_v5.2' into 'release/v5.2'
docs(deep_sleep): removed mentions of ULP in deep sleep example readme (v5.2)
See merge request espressif/esp-idf!29574
|
2024-03-13 09:06:07 +08:00 |
|
Darshan Dobariya
|
4d4d86be51
|
fix(nimble): Added ble_host_rpa_enabled flag for address resoultion for esp32
|
2024-03-12 16:33:46 +05:30 |
|
Rahul Tank
|
464a62b516
|
Merge branch 'bugfix/fix_strict_prototype_hid_v5.2' into 'release/v5.2'
fix(nimble): Address compilation errors when strict-prototype is enabled (v5.2)
See merge request espressif/esp-idf!29540
|
2024-03-12 18:50:57 +08:00 |
|
Marius Vikhammer
|
38142889a5
|
docs(deep_sleep): removed mentions of ULP in deep sleep example readme
Updated readme to reflect that ULP is no longer a part of this examples
functionality.
Closes https://github.com/espressif/esp-idf/issues/13340
|
2024-03-12 16:12:04 +08:00 |
|
Roland Dobai
|
f18329b15f
|
Merge branch 'feature/export_bat_exit_codes_v5.2' into 'release/v5.2'
feat(tools): produce correct err code in install/export .bat scripts (v5.2)
See merge request espressif/esp-idf!29544
|
2024-03-12 15:11:51 +08:00 |
|
Jiang Jiang Jian
|
61a5631b51
|
Merge branch 'feat/modify_iperf_sdkconfig_to_improve_iperf_performance_v5.2' into 'release/v5.2'
feat(example): modify iperf sdkconfig to imporve iperf performance(backport v5.1)
See merge request espressif/esp-idf!29534
|
2024-03-12 13:54:39 +08:00 |
|
Jiang Jiang Jian
|
39854bebd3
|
Merge branch 'fix/xtensa-memset-memcpy_inlining_v5.2' into 'release/v5.2'
fix(tools): do not use builtin memcpy/memset/strcpy on xtensa chips (v5.2)
See merge request espressif/esp-idf!29503
|
2024-03-12 10:58:34 +08:00 |
|
Jiang Jiang Jian
|
1d526b4d10
|
Merge branch 'coredump_refactoring_v5.2' into 'release/v5.2'
Coredump refactoring (v5.2)
See merge request espressif/esp-idf!29501
|
2024-03-12 10:58:07 +08:00 |
|
Jiang Jiang Jian
|
daa6a0d5c2
|
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.2' into 'release/v5.2'
Fixed some BLE bugs 2403 (backport v5.2)
See merge request espressif/esp-idf!29465
|
2024-03-12 10:53:56 +08:00 |
|
Jakob Hasse
|
8cc9921651
|
docs(esp_event): Fixed mistake in API docs
Closes https://github.com/espressif/esp-idf/issues/13346
|
2024-03-12 10:33:04 +08:00 |
|
morris
|
c7d2134d7b
|
Merge branch 'fix/usb_msc_disconnect_v5.2' into 'release/v5.2'
fix(usb/host): Fixed crash on MSC disk disconnection
See merge request espressif/esp-idf!29507
|
2024-03-11 21:16:17 +08:00 |
|
Shu Chen
|
64cbabffd4
|
Merge branch 'backport5.2/openthread_example_configurations' into 'release/v5.2'
fix(openthread): configurations for openthread examples(backport 5.2)
See merge request espressif/esp-idf!29535
|
2024-03-11 20:50:35 +08:00 |
|
Marek Fiala
|
e9bb0da852
|
feat(tools): produce correct err code in export/install .bat scripts
Plus unify labels to begin with underscore
|
2024-03-11 09:47:57 +01:00 |
|