Xu Si Yu
f41b43dc43
feat(openthread): update openthread submodule and border router lib
2024-11-07 20:22:48 +08:00
David Čermák
5e056de1e7
Merge branch 'fix/lwip_docs_thread_safe_socks' into 'master'
...
fix(lwip): Document that not all sock operations are thread safe
See merge request espressif/esp-idf!34333
2024-11-07 15:41:12 +08:00
Mahavir Jain
8aa56d805a
Merge branch 'docs/add_header_files_http_server_code_example' into 'master'
...
docs: add a note on required header files for the esp_http_server example
See merge request espressif/esp-idf!34389
2024-11-07 15:03:57 +08:00
C.S.M
269322191a
Merge branch 'fix/i2c_bus_handle_check' into 'master'
...
fix(i2c): Add bus handle check so that it will not be panic when there is no free bus
Closes IDFGH-13993 and IDFGH-13963
See merge request espressif/esp-idf!34695
2024-11-07 12:21:33 +08:00
Chen Ji Chang
ef437b7b0d
Merge branch 'feat/update_lvgl_in_parlio_tx_example' into 'master'
...
feat(parlio): adapt rgb_matrix example to lvgl9
See merge request espressif/esp-idf!34612
2024-11-07 11:26:28 +08:00
Zhang Yan Jiao
6fdd380812
Merge branch 'bugfix/fix_tbtt_interval_update_fail' into 'master'
...
fix(wifi/pm): Fixed the STA tbtt interval update error when AP's beacon interval changed
Closes IDFGH-13875
See merge request espressif/esp-idf!34672
2024-11-07 09:05:04 +08:00
Martin Vychodil
4a444c80ae
Merge branch 'fix/littlefs_image_creation_windows' into 'master'
...
fix(littlefs): Allow LittleFS image generation on Windows + version bump
Closes IDFGH-11805
See merge request espressif/esp-idf!34686
2024-11-07 01:13:40 +08:00
Adam Múdry
97e669214c
fix(littlefs): Allow LittleFS image generation on Windows + version bump
...
Closes https://github.com/espressif/esp-idf/issues/12900
2024-11-06 14:08:44 +01:00
Shu Chen
8bd4071f92
Merge branch 'fix/linker_script_check_missing_function' into 'master'
...
fix(802.15.4): add no inline to some static function
Closes TZ-1266
See merge request espressif/esp-idf!34702
2024-11-06 20:13:32 +08:00
C.S.M
280b3d9e62
fix(i2c): Fix some issue in programming guide,
...
Closes https://github.com/espressif/esp-idf/issues/14794
2024-11-06 18:48:11 +08:00
C.S.M
0a098f49d4
fix(i2c): Add bus handle check so that it will not be panic when there is no free bus,
...
Closes https://github.com/espressif/esp-idf/issues/14819
2024-11-06 18:48:11 +08:00
Chen Jichang
87f2080705
feat(parlio): adapt rgb_matrix example to lvgl9
2024-11-06 17:43:05 +08:00
Mahavir Jain
4c6cda734d
Merge branch 'feature/mmu_page_size_from_app_bin' into 'master'
...
feat(bootloader): add support to use MMU page size from app binary
Closes IDF-8209
See merge request espressif/esp-idf!33989
2024-11-06 17:14:31 +08:00
zhangyanjiao
670d34e363
fix(wifi/pm): Fixed the tbtt interval update error when AP's beacon interval changed
...
Closes https://github.com/espressif/esp-idf/issues/14720
2024-11-06 16:55:06 +08:00
Shu Chen
b7aecdbbaf
Merge branch 'fix/zigbee_gateway_readme_link' into 'master'
...
fix(zigbee_example): Fix the link in zigbee gateway readme file
See merge request espressif/esp-idf!34698
2024-11-06 16:28:39 +08:00
Aditya Patwardhan
df120ac962
Merge branch 'contrib/github_pr_14734' into 'master'
...
docs: fix all references to HTTPD_{GET,POST,PUT} (GitHub PR)
Closes IDFGH-13892
See merge request espressif/esp-idf!34418
2024-11-06 16:12:20 +08:00
David Cermak
e8c5992a57
fix(lwip): Document that not all sock operations are thread safe
2024-11-06 08:24:45 +01:00
Island
1f49c9a845
Merge branch 'bugfix/fixed_h2_assert_master_1031' into 'master'
...
Bugfix/fixed h2 assert master 1031
Closes BLERP-1172
See merge request espressif/esp-idf!34537
2024-11-06 15:06:41 +08:00
zwx
068790baa9
fix(802.15.4): add no inline to some static function
2024-11-06 14:52:46 +08:00
WanqQixiang
9d4a897d47
fix(zigbee_example): Fix the link in zigbee gateway readme file
2024-11-06 14:40:09 +08:00
Jiang Jiang Jian
c8b67235e6
Merge branch 'feature/support_to_query_phy_rf_used_time' into 'master'
...
feat(phy): support to query phy used time
See merge request espressif/esp-idf!29234
2024-11-06 12:11:22 +08:00
Marius Vikhammer
402fecee17
Merge branch 'feature/lp_spi_example' into 'master'
...
feat(lp_core): added lp-spi example for lp core
Closes IDF-10287
See merge request espressif/esp-idf!34521
2024-11-06 10:58:19 +08:00
Omar Chebib
50ac90b489
Merge branch 'fix/nmi_not_triggering_on_s3' into 'master'
...
fix(examples): fix NMI interrupt example to work on ESP32-S3
Closes IDFCI-2475
See merge request espressif/esp-idf!34267
2024-11-06 10:09:57 +08:00
Adam Múdry
b2e0bd9200
Merge branch 'fix/sdmmc_send_acmd22_after_multiple_write_cmd' into 'master'
...
fix(sdmmc): Send ACMD22 if CMD25 fails
Closes IDF-9630
See merge request espressif/esp-idf!34376
2024-11-06 04:34:06 +08:00
Mahavir Jain
765fe330ea
test: add configurable mmu page size test app
...
Test app to ensure that bootloader and application built with
different flash MMU page size are compatible. This is for the
SoCs that support configurable flash MMU page size.
2024-11-05 20:37:31 +05:30
Mahavir Jain
afa46c06a8
feat(bootloader): add support to use MMU page size from app binary
...
For the SoCs that support configurable MMU page size, it is possible
that the bootloader and application are built with different MMU page
size configuration. This mismatch is not supported at the moment and
application verification fails (at bootup or during OTA update).
Configuring MMU page size helps to optimize the flash space by having
smaller alignment and padding (secure) requirements. Please note that
the MMU page size is tied with the flash size configuration at the
moment (`ESPTOOLPY_FLASHSIZE_XMB`).
This MR ensures that application verification happens using the MMU page
size configured in its binary header. Thus, bootloader and application
can now have different MMU page sizes and different combinations shall
be supported.
2024-11-05 20:37:18 +05:30
Roland Dobai
72308ca089
Merge branch 'feat/add_activate_debug_information' into 'master'
...
feat(tools): Imporve activate.py debug information
Closes IDF-11378
See merge request espressif/esp-idf!34534
2024-11-05 21:13:20 +08:00
Marek Fiala
26002e13fc
feat(tools): Imporve activate.py debug information
2024-11-05 13:53:00 +01:00
Wan Lei
405327d22a
Merge branch 'fix/c61_h2_pmu_icg_csv_update' into 'master'
...
fix(pmu): c61 and h2 update pmu_icg_mapping.h
See merge request espressif/esp-idf!34370
2024-11-05 20:18:04 +08:00
Shen Meng Jing
67169f8efd
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Sync CN and EN files
Closes DOC-9182
See merge request espressif/esp-idf!34249
2024-11-05 19:18:36 +08:00
Xu Xiao
0c07ee6baf
Merge branch 'feature/twt_add_parameter_to_enable_keep_alive' into 'master'
...
feat(twt): twt add parameter to enable keep alive
Closes WIFIBUG-927
See merge request espressif/esp-idf!34532
2024-11-05 19:04:55 +08:00
Harshal Patil
d46b23d44b
Merge branch 'docs/fix_section_visibility_esp32p4' into 'master'
...
Fix typo to make a section visible for non-esp32 SPIRAM supported targets
See merge request espressif/esp-idf!34482
2024-11-05 18:37:35 +08:00
shenmengjing
6f86f70f0a
docs: Sync CN and EN files
2024-11-05 18:03:42 +08:00
liuning
f0701b265d
feat(phy): support to query phy used time
2024-11-05 17:18:35 +08:00
Shu Chen
7aaab5a3ff
Merge branch 'fix/esp_prov_ipv6_resolve' into 'master'
...
fix(tools): Fix hostname resolving for IPv6-only host
See merge request espressif/esp-idf!34452
2024-11-05 17:15:16 +08:00
C.S.M
9677a4929f
Merge branch 'feat/add_temperature_calib' into 'master'
...
feat(temperature_sensor): Add temperature sensor calibration support
Closes IDF-5236
See merge request espressif/esp-idf!34634
2024-11-05 16:28:58 +08:00
WanqQixiang
682a66d164
fix(tools/esp_prov): Fix hostname resolving for IPv6-only host
2024-11-05 15:24:23 +08:00
Song Ruo Jing
7e90a41bc9
Merge branch 'refactor/regi2c_mst_clock_enable' into 'master'
...
refactor(regi2c): analog i2c mst clock should be enabled/disabled per usage
Closes IDF-10492 and IDF-10693
See merge request espressif/esp-idf!32682
2024-11-05 15:15:26 +08:00
C.S.M
0546805fc5
Merge branch 'fix/bod_p4eco2_fix' into 'master'
...
fix(bod): Remove config for bod on p4 eco1
See merge request espressif/esp-idf!34589
2024-11-05 14:42:15 +08:00
yinqingzhao
34ba72a431
feat(twt): twt add parameter to enable keep alive
2024-11-05 14:12:02 +08:00
morris
e1a3ff1529
Merge branch 'bugfix/wrong_return_type' into 'master'
...
fix(i2c_lcd): wrong return type for esp_lcd_new_panel_io_i2c
See merge request espressif/esp-idf!34643
2024-11-05 13:44:39 +08:00
harshal.patil
7786cbe2c8
docs(mem_alloc): Fix typo to make a section visible for non-esp32 spiram targets
2024-11-05 10:56:20 +05:30
Harshal Patil
ae51dcc227
Merge branch 'ci/nightly_run_crt_bundle_stress_test' into 'master'
...
Run https x509 bundle default crt bundle stress test using QEMU
See merge request espressif/esp-idf!34508
2024-11-05 13:19:51 +08:00
Shu Chen
47c8ca5556
Merge branch 'feature/updated-zigbee-examples' into 'master'
...
feat(zigbee): Upgrade zigbee examples
See merge request espressif/esp-idf!33223
2024-11-05 12:11:26 +08:00
Jiang Jiang Jian
5c3cb06d18
Merge branch 'bugfix/modify_bandwidth_in_ap_records' into 'master'
...
fix(wifi): modify bandwidth in wifi_ap_record_t
Closes WIFIBUG-910
See merge request espressif/esp-idf!34455
2024-11-05 10:47:11 +08:00
C.S.M
75aea08703
fix(bod): Remove config for bod on p4 v0.x
2024-11-05 10:39:28 +08:00
Adam Múdry
6bf2d91c4d
test(sdmmc): Add test_apps test for sdmmc component
2024-11-05 02:36:43 +01:00
Adam Múdry
9386b58e17
fix(sdmmc): Generalize waiting for card idle to a function
2024-11-05 02:36:42 +01:00
Marius Vikhammer
cfe6c45122
feat(lp_core): added lp-spi example for lp core
...
Added an example of using lp-spi from lp-core to read sensor data
from a BME280 sensor.
2024-11-05 08:18:09 +08:00
Zhang Hai Peng
08f1c3681a
Merge branch 'bugfix/fix_ble_build_fail' into 'master'
...
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
Closes BT-3862
See merge request espressif/esp-idf!34581
2024-11-05 06:15:38 +08:00