xiaqilin
|
364a6a1df4
|
fix(ieee802154): using link0/2 for ieee802154 in esp32h2 chip
|
2023-09-25 17:02:18 +08:00 |
|
chaijie@espressif.com
|
76aca4cc8a
|
fix(sleep): fix inproper sleep vol param for esp32c6 & esp32h2
|
2023-09-25 16:37:35 +08:00 |
|
WanqQixiang
|
9eddc6c4c6
|
fix(openthread): update openthread_br lib
|
2023-09-25 16:36:34 +08:00 |
|
Lou Tianhao
|
450e685cb7
|
feat(PowerManagement/lightsleep): Support ESP_SLEEP_EVENT_CALLBACKS
|
2023-09-25 15:39:18 +08:00 |
|
Lou Tianhao
|
a28a09855d
|
feat(PowerManagement/lightsleep): Support PM_LIGHT_SLEEP_CALLBACKS
|
2023-09-25 15:39:12 +08:00 |
|
morris
|
0fe1114673
|
Merge branch 'bugfix/shared_intr_memory_location' into 'master'
fix(intr): always allocate memory from internal ram
Closes IDFGH-11099
See merge request espressif/esp-idf!26090
|
2023-09-25 15:36:36 +08:00 |
|
WanqQixiang
|
5435c9b04a
|
fix(protocomm): Remove the configuration check of wifi_provisioning for protocomm component
|
2023-09-25 15:32:03 +08:00 |
|
Armando (Dou Yiwen)
|
b58a2ea6a6
|
Merge branch 'feature/support_cache_p4' into 'master'
cache: support cache driver on esp32p4
Closes IDF-7516
See merge request espressif/esp-idf!25490
|
2023-09-25 15:21:46 +08:00 |
|
Harshit Malpani
|
04ac8e43db
|
fix(esp_http_client): Call event_handler after header value is received
|
2023-09-25 12:27:54 +05:30 |
|
Harshit Malpani
|
96a8316e71
|
feat(esp_http_client): Add API to set auth data
This new API can be used to set the authentication data in the client context
when the auth data is received in the custom header
Closes: https://github.com/espressif/esp-idf/pull/12131
|
2023-09-25 12:27:53 +05:30 |
|
Harshit Malpani
|
7c2df01af2
|
fix(bootloader): Update kconfig option
|
2023-09-25 12:02:58 +05:30 |
|
Harshit Malpani
|
c19e1b8f72
|
fix(bootloader_support): Fix condition for SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT
Fix the condition to verify the image when SECURE_SIGNED_APPS_ECDSA_V2_SCHEME and
SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT are selected.
|
2023-09-25 12:02:58 +05:30 |
|
zhiweijian
|
150900eabb
|
feat: add config to disable ble hci uart flow control
|
2023-09-25 14:26:59 +08:00 |
|
Euripedes Rocha
|
6fd3667ab1
|
change(mqtt): Update submodule to e6afdb
Update submodule:
git log --oneline
05b347643f6679cc60a50a9664b86a24ebf3ae10..e6afdb4025fe018ae0add44e3c45249ea1974774
Detailed description of the changes:
* fix: using return value of asprintf now
- See merge request espressif/esp-mqtt!192
- See commit https://github.com/espressif/esp-mqtt/commit/c0b40b1
* fix: Uses caps allocation for data buffer instead of item struct
- See merge request espressif/esp-mqtt!193
- See commit https://github.com/espressif/esp-mqtt/commit/00ee059
|
2023-09-25 08:14:02 +02:00 |
|
Wang Meng Yang
|
3b7a37fcd4
|
Merge branch 'test/bqb_test_bt_classic_l2cap' into 'master'
feat(bt/bluedroid): Add flags for BQB auto test of L2CAP
Closes BT-3357
See merge request espressif/esp-idf!25621
|
2023-09-25 14:12:19 +08:00 |
|
Wang Meng Yang
|
d63788058a
|
Merge branch 'bugfix/config_tpoll_fail' into 'master'
Bugfix/config tpoll fail
Closes BTQABR2023-40 and BTQABR2023-101
See merge request espressif/esp-idf!25846
|
2023-09-25 14:04:41 +08:00 |
|
wanglai@espressif.com
|
f0e90b296a
|
fix(bt/bluedroid): Revise the description for index in esp_hf_ag_clcc_response and correct the error return in btc_hf_indchange_notification
1: modify the description of param index in function
esp_hf_ag_clcc_response.
2: fix the error code return of function btc_hf_indchange_notification.
|
2023-09-25 11:59:57 +08:00 |
|
wanglai@espressif.com
|
8b1c5d3a6a
|
feat(bt/bluedroid): Add flag to control whether to send AT+CLIP cmd for BQB test
|
2023-09-25 11:59:57 +08:00 |
|
wanglai@espressif.com
|
a481a1553d
|
feat(bt/bluedroid): Add flag to change HFP client features for BQB test
|
2023-09-25 11:59:57 +08:00 |
|
wanglai@espressif.com
|
c5fa755251
|
feat(bt/bluedroid): Add eSCO S1 support for hfp client BQB test
|
2023-09-25 11:59:57 +08:00 |
|
wanglai@espressif.com
|
03de9d0cf7
|
feat(bt/bluedroid): Add flag to send BRSF features for hfp ag BQB test
|
2023-09-25 11:59:50 +08:00 |
|
wanglai@espressif.com
|
cf52a57b55
|
feat(bt/bluedroid): Modify the btc hf features for AT+NREC cmd in BQB test
|
2023-09-25 11:41:19 +08:00 |
|
wanglai@espressif.com
|
bf77d8755a
|
fix(bt/bluedroid): Fix the process of sending OK in ATD and COPS cmds
|
2023-09-25 11:41:19 +08:00 |
|
wanglai@espressif.com
|
5875f1160e
|
feat(bt/bluedroid): Add supprot for specific indicator sending from AG to Client
|
2023-09-25 11:41:18 +08:00 |
|
wanglai@espressif.com
|
5600da1cfe
|
feat(bt/bluedroid): Modify AT+CNUM response api and HFP AG example
|
2023-09-25 11:41:18 +08:00 |
|
wanglai@espressif.com
|
0860e75587
|
feat(bt/bluedroid): Add HFP config for BQB test
|
2023-09-25 11:41:18 +08:00 |
|
Wu Meng Shi
|
be0f07e629
|
fix(ble_mesh): avoid filtering BLE_MESH_ADV_NONCONN_IND packets.
|
2023-09-25 03:27:50 +00:00 |
|
C.S.M
|
923fcc25b6
|
Merge branch 'contrib/github_pr_11344' into 'master'
[Usb Serial JTAG] printing to console could sometimes skip bytes (GitHub PR)
Closes IDFGH-10069
See merge request espressif/esp-idf!23964
|
2023-09-25 10:50:32 +08:00 |
|
laokaiyao
|
28a45e20b8
|
feat(parlio_tx): supported parlio tx on p4
|
2023-09-25 10:42:30 +08:00 |
|
Jakob Hasse
|
36e3246bcb
|
Merge branch 'refactor/lwip_onoff_switch' into 'master'
lwip: added on/off switch
See merge request espressif/esp-idf!25969
|
2023-09-25 10:06:34 +08:00 |
|
Cao Sen Miao
|
467a28f791
|
fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344
|
2023-09-24 17:45:22 +08:00 |
|
Ivan Grokhotkov
|
d01e399f65
|
Merge branch 'bugfix/s3_irom_addr' into 'master'
soc: fix SOC_IROM_MASK_HIGH for esp32s3
Closes IDFGH-10250
See merge request espressif/esp-idf!23961
|
2023-09-23 17:20:54 +08:00 |
|
Ivan Grokhotkov
|
4f9e22945c
|
Merge branch 'feature/esp_hid_component_test_app' into 'master'
feat(esp_hid): migrate the tests from unit-test-app
Closes IDF-5575
See merge request espressif/esp-idf!26077
|
2023-09-22 23:21:53 +08:00 |
|
Ivan Grokhotkov
|
2ac972e2c7
|
fix(soc): update SOC_IROM_MASK_HIGH for esp32, c6, h2 for consistency
|
2023-09-22 16:13:41 +02:00 |
|
Ivan Grokhotkov
|
735fab40cd
|
fix(soc): correct SOC_IROM_MASK_HIGH for esp32s3
Fixes corrupted backtraces on S3 when a function is in ROM.
Closes https://github.com/espressif/esp-idf/issues/11512
|
2023-09-22 16:13:41 +02:00 |
|
Ivan Grokhotkov
|
464d278f8a
|
fix(esp_hw_support): fix build with CONFIG_ESP_CONSOLE_UART=n on C6
Closes https://github.com/espressif/esp-idf/issues/11924
|
2023-09-22 13:32:04 +02:00 |
|
C.S.M
|
c16b76f949
|
Merge branch 'bugfix/temp_clk_gate' into 'master'
fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together
Closes WIFIBUG-110
See merge request espressif/esp-idf!25992
|
2023-09-22 16:32:40 +08:00 |
|
liqigan
|
eb65d0a9cd
|
fix(bt/bluedroid): Fix the issue for HID congestion checking
|
2023-09-22 16:10:08 +08:00 |
|
Ivan Grokhotkov
|
0f3ce627eb
|
Merge branch 'feature/coredump_component_test_app' into 'master'
feat(espcoredump): migrate the tests from unit-test-app
Closes IDF-5587
See merge request espressif/esp-idf!26075
|
2023-09-22 16:04:18 +08:00 |
|
Shu Chen
|
2652881900
|
feat(openthread): enable time sync feature
|
2023-09-22 15:51:26 +08:00 |
|
Ivan Grokhotkov
|
a109dedaea
|
Merge branch 'feature/perfmon_component_test_app' into 'master'
feat(perfmon): migrate the tests from unit-test-app
Closes IDF-5598
See merge request espressif/esp-idf!26072
|
2023-09-22 15:44:03 +08:00 |
|
morris
|
3dc13d58a1
|
fix(intr): always allocate memory from internal ram
Closes https://github.com/espressif/esp-idf/issues/12271
|
2023-09-22 15:13:35 +08:00 |
|
baohongde
|
87af877d33
|
feat(bt/hci): Added Vendor-Specific HCI command to disable DM1 for ACL-U
|
2023-09-22 14:36:45 +08:00 |
|
Island
|
0171beab7c
|
Merge branch 'bugfix/BLEQABR23-414master' into 'master'
bugfix(mesh): Fix PB-GATT adv is reported to the app layer too frequently
Closes BLERP-15 and BLERP-74
See merge request espressif/esp-idf!25895
|
2023-09-22 14:20:39 +08:00 |
|
Wu Meng Shi
|
3e43a6b69f
|
bugfix(mesh): Fix PB-GATT adv is reported to the app layer too frequently
|
2023-09-22 14:20:38 +08:00 |
|
Armando
|
32db81a6d6
|
change(rmt): update cache_hal_get_cache_line_size accordingly
|
2023-09-22 14:19:41 +08:00 |
|
Armando
|
ec27891af6
|
change(cache): swap cache hal arg 'type' and 'level'
|
2023-09-22 14:19:41 +08:00 |
|
Armando
|
0a1503897c
|
feat(cache): support esp_cache_msync for instructions
|
2023-09-22 14:19:41 +08:00 |
|
Armando
|
900aebd158
|
feat(dma): added APIs for dma specific malloc
|
2023-09-22 14:19:41 +08:00 |
|
Armando
|
e8813ddd1d
|
feat(cache): added an helper API for cache-align-malloc
|
2023-09-22 14:19:41 +08:00 |
|