Rahul Tank
c4d4bfd646
Merge branch 'bugfix/adjust_tx_power_lvl_boundary_v5.3' into 'release/v5.3'
...
fix(nimble): Modify Advertising Tx power levels (v5.3)
See merge request espressif/esp-idf!32565
2024-08-05 13:29:53 +08:00
C.S.M
5b8da6f327
fix(spi_flash): Add external flash support on esp32c6,esp32h2,esp32p4
2024-08-05 11:47:55 +08:00
morris
9ed45e4055
Merge branch 'change/pin_ili9881c_version_v5.3' into 'release/v5.3'
...
change(examples): set the ili9881c version to 0.2.x (v5.3)
See merge request espressif/esp-idf!32573
2024-08-05 11:46:39 +08:00
morris
70bc919e80
change(examples): set the ili9881c version to 0.2.x
2024-08-05 11:01:40 +08:00
C.S.M
0cca45334e
fix(mmu_map): make a static function force inline in order not be put in flash
2024-08-05 11:00:50 +08:00
Jiang Jiang Jian
7ccfd7d673
Merge branch 'bugfix/avoid_offchan_ftm_retries_v5.3' into 'release/v5.3'
...
fix(wifi): Avoid internal retries for offchannel FTM Requests (Backport v5.3)
See merge request espressif/esp-idf!32536
2024-08-05 10:46:14 +08:00
Xiao Xufeng
f81cece9d4
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-08-05 00:35:10 +08:00
Rahul Tank
01f0fd4158
fix(nimble): Modify Advertising Tx power levels
2024-08-03 14:42:10 +05:30
Mahavir Jain
9a44ced672
Merge branch 'bugfix/null_assign_variable_v5.3' into 'release/v5.3'
...
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable (v5.3)
See merge request espressif/esp-idf!32526
2024-08-02 22:02:52 +08:00
Island
883ee8b0a0
Merge branch 'bugfix/fix_ble_security_param_v5.3' into 'release/v5.3'
...
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization (v5.3)
See merge request espressif/esp-idf!32505
2024-08-02 17:38:40 +08:00
Island
530f10f261
Merge branch 'bugfix/fix_ble_gattc_app_unregister_v5.3' into 'release/v5.3'
...
Bugfix/fix ble gattc app unregister (v5.3)
See merge request espressif/esp-idf!32438
2024-08-02 17:30:29 +08:00
morris
a1ddeeca3e
Merge branch 'change/disable_eot_in_lp_mode_v5.3' into 'release/v5.3'
...
change(dsi): don't send eot packet in lp mode (v5.3)
See merge request espressif/esp-idf!32535
2024-08-02 16:59:15 +08:00
Roland Dobai
5177bcc0a4
Merge branch 'fix/setuptools_constraint_v5.3' into 'release/v5.3'
...
fix: ensure the constraint file is followed also for setuptools (v5.3)
See merge request espressif/esp-idf!32545
2024-08-02 16:53:55 +08:00
Ivan Grokhotkov
adb5d60ec9
Merge branch 'fix/fix-gcc13-dirent-breaking_v5.3' into 'release/v5.3'
...
fix(newlib): fix include sys/dirent.h breaking change (v5.3)
See merge request espressif/esp-idf!32528
2024-08-02 16:26:05 +08:00
Frantisek Hrbata
4c90790cd2
fix: ensure the constraint file is followed also for setuptools
...
Currently, when the venv is installed or updated, we attempt to
automatically update pip and setuptools within the venv. Unfortunately,
the setuptools package is installed or updated without adhering to the
constraints file, which restricts the setuptools version due to
https://github.com/pypa/setuptools/issues/4480 . Resolve this issue by
applying the constraints file to the installation and update of both pip
and setuptools.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-08-02 09:30:11 +02:00
Marius Vikhammer
cab1a2ab4a
fix(lp-core): fixed ULP shared mem address being wrong on P4
2024-08-02 14:23:52 +08:00
Marius Vikhammer
fc847a0e9f
Merge branch 'feature/ulp_hp_core_printf_debug_v5.3' into 'release/v5.3'
...
feat(ulp): add option for routing LP-printf to HP console (v5.3)
See merge request espressif/esp-idf!32493
2024-08-02 14:05:55 +08:00
Jiang Jiang Jian
14bdeaede5
Merge branch 'bugfix/usb_otg_console_v5.3' into 'release/v5.3'
...
fix(usb_otg): Fix bug that usb_otg console cannot work on esp32s3 (v5.3)
See merge request espressif/esp-idf!32179
2024-08-02 13:44:34 +08:00
Jiang Jiang Jian
f5e6f7276e
Merge branch 'fix/netif_ppp_ip6_autoconfig_v5.3' into 'release/v5.3'
...
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs (v5.3)
See merge request espressif/esp-idf!32177
2024-08-02 13:43:51 +08:00
Nachiket Kukade
de1050b810
fix(wifi): Avoid internal retries for offchannel FTM Requests
2024-08-02 10:41:49 +05:30
Rahul Tank
948c178a96
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable
2024-08-02 10:35:51 +05:30
morris
fc177553b2
Merge branch 'feature/usb_host_multi_configuration_backport_v5.3' into 'release/v5.3'
...
feat(usb/host): multiconfiguration support backport (v5.3)
See merge request espressif/esp-idf!32054
2024-08-02 11:45:29 +08:00
morris
f7ac13a566
change(dsi): don't send eot packet in lp mode
...
because some LCD doesn't respond to that
2024-08-02 11:31:44 +08:00
Jiang Jiang Jian
90bb23f2f0
Merge branch 'bugfix/fix_newlib_nano_float_printf_issues_v5.3' into 'release/v5.3'
...
fix newlib nano float printf issues (backport v5.3)
See merge request espressif/esp-idf!32504
2024-08-02 11:00:58 +08:00
Jiang Jiang Jian
7a538b96a6
Merge branch 'backport/esp_netif_get_ip6addr_should_be_valid_v53' into 'release/v5.3'
...
fix(esp_netif): netif should return only valid addr(Backportv5.3)
See merge request espressif/esp-idf!32161
2024-08-02 10:58:27 +08:00
Jiang Jiang Jian
ba3a106fed
Merge branch 'fix_coredump_build_error_v5.3' into 'release/v5.3'
...
fix(coredump): fix array out of the bounds error (v5.3)
See merge request espressif/esp-idf!32014
2024-08-02 10:57:52 +08:00
Marius Vikhammer
39148025fc
Merge branch 'fix/correct_esp_xt_wdt_configuration_v5.3' into 'release/v5.3'
...
fix(esp_system): properly exclude XTAL32K WDT from other chips (v5.3)
See merge request espressif/esp-idf!31745
2024-08-02 10:57:24 +08:00
Jiang Jiang Jian
b82594e589
Merge branch 'lwip/if_indextoname_compolation_fix_v5.3' into 'release/v5.3'
...
rfix(lwip): Fixed compilation error referencing undefined POSIX interface API (v5.3)
See merge request espressif/esp-idf!31405
2024-08-02 10:56:07 +08:00
Marius Vikhammer
f7a3808374
feat(ulp): add option for routing LP-printf to HP console
2024-08-02 09:54:23 +08:00
Alexey Lapshin
86484c14e6
fix(newlib): fix include sys/dirent.h breaking change
2024-08-01 20:08:23 +07:00
Rahul Tank
611beb2c7b
Merge branch 'bugfix/add_return_value_to_rpa_to_api_v5.3' into 'release/v5.3'
...
fix(nimble): Add return value to RPA Timeout API (v5.3)
See merge request espressif/esp-idf!32475
2024-08-01 20:23:56 +08:00
Mahavir Jain
e3182df661
Merge branch 'update/esp32c6-h2_apm_api_v5.3.1' into 'release/v5.3'
...
fix(apm): minor fixes for apm api
See merge request espressif/esp-idf!32502
2024-08-01 18:32:42 +08:00
Marius Vikhammer
660de3d5af
Merge branch 'docs/fix_intr_num_hlinterrupts_doc_v5.3' into 'release/v5.3'
...
docs(interrupts): fix wrong high-level interrupt level num in doc (v5.3)
See merge request espressif/esp-idf!32501
2024-08-01 16:25:15 +08:00
zhanghaipeng
1df847e2a0
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
2024-08-01 16:17:53 +08:00
Erhan Kurubas
e4962dccf3
fix(coredump): fix array out of the bounds error
...
Closes https://github.com/espressif/esp-idf/issues/14117
2024-08-01 16:16:52 +08:00
Jakob Hasse
c658ae6679
fix(esp_system): properly exclude XTAL32K WDT from other chips
...
Closes https://github.com/espressif/esp-idf/issues/13955
2024-08-01 10:08:19 +02:00
Jiang Guang Ming
ae8c5f5e1c
feat(newlib): add test case for printf float
2024-08-01 15:55:19 +08:00
Jiang Guang Ming
d61531a8e5
fix(esp_rom): add new rom caps ESP_ROM_HAS_NEWLIB_NANO_PRINTF_FLOAT_BUG
2024-08-01 15:54:32 +08:00
morris
04220bda1b
Merge branch 'bugfix/fix_usb_dp_pullup_disable_v5.3' into 'release/v5.3'
...
GPIO: correct pio_ll_pullup_dis when USB DP (backport v5.3)
See merge request espressif/esp-idf!32494
2024-08-01 15:25:53 +08:00
Sachin Billore
9e0a13e4d7
fix(apm): minor fixes for apm api
2024-08-01 12:40:24 +05:30
Xiaoyu Liu
46892c32ec
docs(interrupts): fix wrong high-level interrupt level num in doc
2024-08-01 15:09:36 +08:00
Marius Vikhammer
68bdc86b65
Merge branch 'feature/print_panic_while_cache_fail_v5.3' into 'release/v5.3'
...
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU (v5.3)
See merge request espressif/esp-idf!31129
2024-08-01 14:47:04 +08:00
Jiang Jiang Jian
9775832c8c
Merge branch 'bugfix/deinit_roaming_app_crash_v5.3' into 'release/v5.3'
...
fix(esp_wifi): Fix crash in wifi deinit due to roaming neighbor list (v5.3)
See merge request espressif/esp-idf!32472
2024-08-01 13:52:30 +08:00
Rahul Tank
7be0bf12af
fix(nimble): Add return value to RPA Timeout API
2024-08-01 09:23:24 +05:30
Jiang Jiang Jian
0df2bb24e7
Merge branch 'fix/fix_some_wifi_bugs_07_29_v5.3' into 'release/v5.3'
...
fix(wifi): fix some wifi bugs (v5.3)
See merge request espressif/esp-idf!32451
2024-08-01 11:22:53 +08:00
gaoxu
4b665425a2
fix(gpio): correct usb dp gpio pullup disable function v5.3
2024-08-01 10:50:58 +08:00
morris
124778fbcb
Merge branch 'fix/spi_hd_seg_fix_iwdt_timeout_v5.3' into 'release/v5.3'
...
fix(spi_slave_hd): fix seg mode potential iwdt timeout when multi task call (v5.3)
See merge request espressif/esp-idf!31842
2024-08-01 10:48:56 +08:00
Ivan Grokhotkov
b5ddc10ed1
Merge branch 'bugfix/sdmmc_test_app_usj_console_v5.3' into 'release/v5.3'
...
ci(sdmmc): enable tests and switch to usb_serial_jtag in the test app for P4 (v5.3)
See merge request espressif/esp-idf!32490
2024-08-01 02:38:22 +08:00
Ivan Grokhotkov
1dff957597
ci(sdmmc): enable tests for ESP32-P4
2024-07-31 18:39:40 +02:00
Ivan Grokhotkov
b124b1d682
ci(sdmmc): switch to usb_serial_jtag in the test app for P4
...
New CI runners use usb_serial_jtag, update configuration to match this.
2024-07-31 17:21:25 +02:00