Marius Vikhammer
244c0fa2b0
Merge branch 'bugfix/revert_c5_threshold_changes' into 'master'
...
Revert "fix(rom): fixed esprv_int_set_threshold on C5/C61"
See merge request espressif/esp-idf!31506
2024-06-14 16:17:12 +08:00
Roland Dobai
3605edfed3
Merge branch 'fix/idf_tools_warning_error' into 'master'
...
fix(tools): Improve the warning message from idf_tools.py about the Python environment
See merge request espressif/esp-idf!31495
2024-06-14 15:51:00 +08:00
Marius Vikhammer
e496f2668c
Revert "fix(intr): fixed intr threshhold min level on C5"
...
This reverts commit 61f1975882
.
2024-06-14 12:18:59 +08:00
Marius Vikhammer
56753c1dad
Revert "fix(rom): fixed esprv_int_set_threshold on C5/C61"
...
This reverts commit 113c8de0fc
.
2024-06-14 12:03:51 +08:00
Kevin (Lao Kaiyao)
20c2b24c97
Merge branch 'bugfix/fix_isp_awb_continuous_mode' into 'master'
...
fix(isp_awb): fixed continuous mode only triggered once
See merge request espressif/esp-idf!31478
2024-06-14 10:05:52 +08:00
Jiang Jiang Jian
e75d879e22
Merge branch 'bugfix/esp_rom_clic_thresh_bug' into 'master'
...
fix(rom): fixed esprv_int_set_threshold on C5/C61
See merge request espressif/esp-idf!31488
2024-06-14 09:08:43 +08:00
Tomas Rezucha
e5bc2549ca
Merge branch 'fix/usb_host_enum_urb_rounded_for_string_desc' into 'master'
...
fix(enum): Returned usb_round_up_to_mps for control request of string descriptors
See merge request espressif/esp-idf!31487
2024-06-13 23:50:13 +08:00
Jiang Jiang Jian
3f827ba010
Merge branch 'bugfix/wifi-5610' into 'master'
...
fix the issue of tbtt interrupt miss caused by beacon monitor
Closes WIFI-5610
See merge request espressif/esp-idf!31051
2024-06-13 20:08:05 +08:00
Roland Dobai
86b7960c3b
fix(tools/idf_tools.py): Improve the warning message about the environment
2024-06-13 12:38:14 +02:00
Ivan Grokhotkov
455e83e556
Merge branch 'doc/stdio_console' into 'master'
...
docs(console): add an API guides page on standard I/O
Closes IDFGH-12951
See merge request espressif/esp-idf!31343
2024-06-13 18:15:12 +08:00
Jiang Jiang Jian
aab63bed24
Merge branch 'bugfix/esp32c6_update_ld' into 'master'
...
fix(wifi):esp32c6 update ld
Closes WIFIBUG-539, WIFIBUG-556, and WIFIBUG-601
See merge request espressif/esp-idf!30918
2024-06-13 18:04:23 +08:00
Ondrej Kosta
83d554d370
Merge branch 'fix/esp_eth_p4_docs' into 'master'
...
docs(esp_eth): enabled Configure MAC and PHY section for P4
See merge request espressif/esp-idf!31489
2024-06-13 18:03:22 +08:00
Marius Vikhammer
113c8de0fc
fix(rom): fixed esprv_int_set_threshold on C5/C61
2024-06-13 17:53:03 +08:00
Ivan Grokhotkov
c565f9e028
docs(console): add an API guides page on standard I/O
...
Closes https://github.com/espressif/esp-idf/issues/13907
2024-06-13 10:40:20 +02:00
Ondrej Kosta
d3a802b122
docs(esp_eth): enabled Configure MAC and PHY section for P4
2024-06-13 10:24:04 +02:00
Jiang Jiang Jian
eba93f00f4
Merge branch 'bugfix/fixed_dport_access_issue' into 'master'
...
fix(bt/controller): Fixed assert issue caused by DPORT access
See merge request espressif/esp-idf!31469
2024-06-13 15:58:00 +08:00
Roman Leonov
f5c1039de3
fix(enum): Returned usb_round_up_to_mps for control request of string descriptors
2024-06-13 09:23:34 +02:00
Jiang Jiang Jian
2152f07bc3
Merge branch 'bugfix/fix_no_mem_coex_issue' into 'master'
...
fix(nimble): Added change to handle extra memory for ext adv reattempt
See merge request espressif/esp-idf!31443
2024-06-13 14:31:34 +08:00
laokaiyao
ae9f64aa5b
fix(isp_awb): fixed continuous mode only triggered once
2024-06-13 14:00:15 +08:00
Marius Vikhammer
b520b3d88a
Merge branch 'feature/c61_cpu_intr_support' into 'master'
...
feat(intr): basic interrupt/freertos support for C61
Closes IDF-9280, IDF-9261, and IDF-9262
See merge request espressif/esp-idf!31450
2024-06-13 13:02:14 +08:00
linruihao
49c19fd857
fix(bt/controller): Fixed assert issue caused by DPORT access
2024-06-13 11:43:45 +08:00
yinqingzhao
d6a14c2641
fix(wifi):esp32c6 update ld
2024-06-13 11:25:55 +08:00
Island
0ebc44e2db
Merge branch 'bugfix/fix_ble_evt_time' into 'master'
...
fix(ble/controller): Update esp32 bt-lib (1e63e23)
Closes BLERP-760, BLERP-759, BLERP-793, BLERP-794, IDFGH-12768, and BLERP-803
See merge request espressif/esp-idf!30878
2024-06-13 11:09:03 +08:00
Island
27f06bef11
Merge branch 'bugfix/fix_ble_set_adv_param_check' into 'master'
...
Bugfix/fix ble set adv param check
Closes BLERP-739
See merge request espressif/esp-idf!30745
2024-06-13 11:04:09 +08:00
Island
54da44509c
Merge branch 'bugfix/fix_ble_security_param' into 'master'
...
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
Closes IDFGH-12909
See merge request espressif/esp-idf!31304
2024-06-13 11:03:22 +08:00
Kevin (Lao Kaiyao)
c23165bb34
Merge branch 'feature/touch_driver_ng_on_p4' into 'master'
...
feat(touch_sensor): touch driver ng on p4
Closes IDF-7477
See merge request espressif/esp-idf!25941
2024-06-13 02:32:53 +08:00
Li Shuai
063af3a7a1
fix(esp_wifi): fix the issue of tbtt interrupt miss caused by beacon monitor
2024-06-12 22:17:58 +08:00
Shen Meng Jing
2a7ff333be
Merge branch 'docs/update_translation_for_3_docs_in_security' into 'master'
...
docs: Update the CN translation for three docs in security
Closes DOC-7842
See merge request espressif/esp-idf!31315
2024-06-12 20:47:52 +08:00
Aditya Patwardhan
ab90aec8f2
Merge branch 'fix/incorrect_pma_config_esp32p4' into 'master'
...
fix(esp_hw_support): Fix incorrect PMA configuration for ESP32-P4
See merge request espressif/esp-idf!31400
2024-06-12 20:01:09 +08:00
Sudeep Mohanty
0494dc45d1
Merge branch 'contrib/github_pr_13926' into 'master'
...
feat(ulp): Generate compile_commands.json for ULP targets (GitHub PR)
Closes IDFGH-12974 and IDFGH-10664
See merge request espressif/esp-idf!31461
2024-06-12 19:44:52 +08:00
zhanghaipeng
21bfbaca61
fix(ble/controller): Update esp32 bt-lib (1e63e23)
...
- Optimized GATT write and notify throughput on ESP32
- Fixed BLE connect timeout after using DTM on ESP32
- Added ke memory debug tools on ESP32
- Fixed memory leak issue when BLE SCAN and other event coexist on ESP32
2024-06-12 19:34:41 +08:00
shenmengjing
85557380dd
docs: Update the CN translation for three docs in security
2024-06-12 19:01:11 +08:00
Roland Dobai
6f14f87e74
Merge branch 'refactor/avoid_using_git' into 'master'
...
fix(tools): Avoiding crashing when Git is not present in system when acquiring IDF version
Closes IDF-10003 and IDFGH-12856
See merge request espressif/esp-idf!31353
2024-06-12 18:53:03 +08:00
Jiang Jiang Jian
a5c0fcea8e
Merge branch 'bugfix/wps_mode_change' into 'master'
...
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled
Closes WIFIBUG-478
See merge request espressif/esp-idf!30111
2024-06-12 18:48:19 +08:00
Rahul Tank
23d88abbfb
fix(nimble): Added change to handle extra memory for ext adv reattempt
2024-06-12 15:10:49 +05:30
andylinpersonal
700f9b7e90
feat(ulp): Generate compile_commands.json for ulp targets
...
This commit adds the generation of the compile_command.json file for ULP
and LP core apps.
Merges https://github.com/espressif/esp-idf/pull/13926
2024-06-12 10:17:16 +02:00
laokaiyao
d263ab3145
docs(touch): add doc for cap touch sens driver
2024-06-12 15:44:25 +08:00
Martin Vychodil
c4ffee4b81
Merge branch 'feat/sdio_validate_hs_mode' into 'master'
...
feat(sdmmc): add high speed mode switch validation check for SDIO
See merge request espressif/esp-idf!30743
2024-06-12 15:38:44 +08:00
Roman Leonov
0a78f7207b
Merge branch 'feature/usb_host_hub_uid_prereq' into 'master'
...
feat(hub): Added device tree nodes list and uid calculation logic
See merge request espressif/esp-idf!31043
2024-06-12 15:30:27 +08:00
aditi_lonkar
c890c85d3d
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled
2024-06-12 12:34:52 +05:30
Island
8057d80f25
Merge branch 'bugfix/fix_some_ble_bugs_240531' into 'master'
...
Fixed some BLE bugs 240531 on ESP32C3 (0738a61)
See merge request espressif/esp-idf!31260
2024-06-12 14:13:43 +08:00
Armando (Dou Yiwen)
cd1ec8426c
Merge branch 'doc/isp_bf_dvp_programming_guide' into 'master'
...
isp: bf dvp programming guide
Closes IDF-10091 and IDF-10092
See merge request espressif/esp-idf!31361
2024-06-12 14:13:11 +08:00
morris
15cebb6be7
Merge branch 'feat/rmt_sleep_retention_esp32p4' into 'master'
...
feat(rmt): support sleep retention on esp32p4
Closes IDF-9936
See merge request espressif/esp-idf!31390
2024-06-12 13:47:55 +08:00
Armando
615f486791
fix(esp_system): fixed not necessary public require to bootloader_support
2024-06-12 12:13:06 +08:00
Armando
7861856db0
doc(isp): isp bf programming guide
2024-06-12 12:13:06 +08:00
Armando
55acf9e7b3
doc(isp): isp dvp programming guide
2024-06-12 12:13:06 +08:00
laokaiyao
e8b29653c0
feat(touch_sens): add example for the touch sensor v3
2024-06-12 12:09:17 +08:00
laokaiyao
b09a7a922d
ci(touch): add test cases for cap touch sens driver
2024-06-12 12:09:17 +08:00
laokaiyao
865e3ee2de
feat(touch_sens): touch sensor driver-ng on P4
2024-06-12 12:09:17 +08:00
Jiang Jiang Jian
11bbd9b76d
Merge branch 'fix/fix_sta_scan_when_connected_cause_bcn_timeout_loop' into 'master'
...
fix(wifi): fix sta scan when connected cause bcn timeout loop issue
Closes WIFBUG-606
See merge request espressif/esp-idf!31438
2024-06-12 12:05:35 +08:00