Song Ruo Jing
75cf388b99
feat(soc): add modem register header files for ESP32C61
2024-07-24 12:17:11 +08:00
Island
f6c42041a4
Merge branch 'feature/support_ble_for_esp32c5' into 'master'
...
Feature/support ble for esp32c5
See merge request espressif/esp-idf!32162
2024-07-24 11:53:11 +08:00
Island
b24dd77bd1
Merge branch 'bugfix/fix_bci_422' into 'master'
...
fix(bt/bluedroid): Fixed BLE create conn cancel when conn already exist
Closes BLERP-857
See merge request espressif/esp-idf!31730
2024-07-24 10:27:27 +08:00
Island
2c44bb711e
Merge branch 'bugfix/fix_ble_cannot_create_conn' into 'master'
...
fix(ble/bluedroid): Fixed BLE cannot create connection
Closes BLERP-865
See merge request espressif/esp-idf!32170
2024-07-24 09:48:46 +08:00
Adam Múdry
a1f493b50f
fix(vfs): FATFS mount immediately after format if mount failed
2024-07-23 15:44:40 +02:00
chenjianhua
6962bca5fa
fix(bt/bluedroid): Fixed BLE create conn cancel when conn already exist
2024-07-23 20:31:43 +08:00
Shen Weilong
777b48a494
feat(ble): support ble on esp32c5
2024-07-23 20:12:43 +08:00
Xu Si Yu
09419b126b
feat(openthread): support restoring vendor properties of rcp
2024-07-23 19:59:53 +08:00
aditi
2bffc52534
fix(wpa_supplicant):Deinit old dpp authentication data after receiving config.
2024-07-23 17:19:19 +05:30
hrushikesh.bhosale
52cd89698e
feat(esp_http_client): Added http method REPORT
...
Added support http REPORT method and tested it using local server.
Added test case for REPOPRT method in esp_http_client_example.c
The URL(httpbin.org) does not support for /report endpoint.
Closes https://github.com/espressif/esp-idf/issues/14147
2024-07-23 16:43:33 +05:30
Aditya Patwardhan
e3925f4534
Merge branch 'feature/enable_flash_encryption_for_esp32c61' into 'master'
...
feat: enable flash encyption support in esp32c61
Closes IDF-9232
See merge request espressif/esp-idf!31399
2024-07-23 18:40:56 +08:00
Armando (Dou Yiwen)
a22a60c6a1
Merge branch 'fix/fix_csi_c2m_cache_ops' into 'master'
...
camera: fixed csi and isp_dvp c2m cache ops
See merge request espressif/esp-idf!32279
2024-07-23 17:47:06 +08:00
Roland Dobai
eba71250ca
Merge branch 'fix/fix_malformed_kconfigs' into 'master'
...
fix: fix various errors in Kconfig files
Closes IDF-10356
See merge request espressif/esp-idf!32125
2024-07-23 16:29:09 +08:00
chenjianhua
6c2fc9da53
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(4e58df9)
...
- Support enhanced BLE TX power setting and getting
2024-07-23 16:22:26 +08:00
Jiang Jiang Jian
1fb1924db6
Merge branch 'bugfix/fix_esp32c6_rxappend_esp32_tbtt_delay' into 'master'
...
fix(coex): fix esp32 crash issue, fix esp32c6 rx issue
Closes WIFI-6528 and WIFIBUG-608
See merge request espressif/esp-idf!32252
2024-07-23 15:41:57 +08:00
Shen Weilong
f3b92cabfa
update(phy): Added phy support for esp32c5
2024-07-23 15:34:58 +08:00
Armando
e06d0134f2
fix(camera): fixed c2m cache ops
2024-07-23 15:14:24 +08:00
Ondrej Kosta
a70b435613
Merge branch 'bugfix/p4_v0_0_flashfreq' into 'master'
...
fix(esptool): make 80MHZ Flash SPI speed not supported by v0.0 of P4
See merge request espressif/esp-idf!32121
2024-07-23 14:26:00 +08:00
Marius Vikhammer
b825aa9f95
change(lp_core): changed wakeup time calc to use a precomputed tick value
...
Previously we would calculate the wakeup ticks upon every wakeup using the lp-timer clock frequency,
but this caused the binary to pull in software division functions, increasing the binary size.
This value is now precalculated by the hp-core when we configure the ULP. This saves about 1k bytes.
2024-07-23 14:14:20 +08:00
Marius Vikhammer
692eb01fe1
fix(lp-core): fixed ULP shared mem address being wrong on P4
2024-07-23 14:12:18 +08:00
Daniel Paul
658b1de02c
docs: Consistent naming convention for ESP Component Registry
2024-07-23 14:10:34 +08:00
igor.udot
b0e8ce0111
ci: replace pytest function for linux target
2024-07-23 14:07:31 +08:00
igor.udot
8691672f03
ci: replace pytest function
2024-07-23 14:07:31 +08:00
Jiang Jiang Jian
9476733559
Merge branch 'bugfix/handle_no_pmkid_case_owe' into 'master'
...
Recompute keys in OWE incase of PMKID absence or mismatch
Closes WIFIBUG-639
See merge request espressif/esp-idf!31854
2024-07-23 12:00:34 +08:00
Chen Jichang
e04d0aad20
feat(gptimer): add gptimer support on c61
2024-07-23 10:23:14 +08:00
Armando
893bd25c0b
fix(psram): corrected psram early stage function name
2024-07-23 10:00:24 +08:00
Island
ce12f4106d
Merge branch 'feat/support_mesh_duplicate_with_extend_scan' into 'master'
...
feat(bt/controller): support mesh duplicate with extend scan
Closes BLERP-868
See merge request espressif/esp-idf!32203
2024-07-22 17:34:24 +08:00
Shu Chen
e42b95d3d4
Merge branch 'feature/add_ot_ts_lock_check' into 'master'
...
feat(openthread): add task switching lock holder check
See merge request espressif/esp-idf!31002
2024-07-22 16:44:23 +08:00
morris
974022a6a3
Merge branch 'change/mipi_dsi_minor_change' into 'master'
...
feat(mipi_dsi): update low level functions to include underrun interrupt
See merge request espressif/esp-idf!32245
2024-07-22 16:26:33 +08:00
Island
0c0dfe1ad5
Merge branch 'fix/ble_mesh_24_76' into 'master'
...
fix(ble_mesh): fixed BLEMESH24-76
Closes BLEMESH24-76 and BLERP-876
See merge request espressif/esp-idf!32225
2024-07-22 14:04:52 +08:00
Shu Chen
9f1f28530d
Merge branch 'fix/make_ot_task_queue_non_permanent_blocking' into 'master'
...
fix(openthread): make ot task queue sending non-permanent blocking
See merge request espressif/esp-idf!31979
2024-07-22 12:39:25 +08:00
zhanghaipeng
667758cec7
fix(ble/bluedroid): Fixed BLE cannot create connection
2024-07-22 10:37:16 +08:00
Kevin (Lao Kaiyao)
c74360536f
Merge branch 'ci/enable_some_test_on_p4' into 'master'
...
ci: enable ana_cmpr and touch sensor target tests on P4
See merge request espressif/esp-idf!32242
2024-07-22 10:09:47 +08:00
Rahul Tank
928117e999
fix(wifi_prov): Added API to set random address
2024-07-21 15:37:37 +05:30
morris
0f6004e06f
Merge branch 'feat/rmt_dma_burst_size' into 'master'
...
feat(rmt): enable DMA burst transfer
See merge request espressif/esp-idf!31127
2024-07-20 13:22:20 +08:00
Rahul Tank
4178315356
Merge branch 'bugfix/host_cb_to_provide_key' into 'master'
...
fix(nimble): Add host callback to provide security key
See merge request espressif/esp-idf!32218
2024-07-19 21:26:39 +08:00
nilesh.kale
2bf74cf86d
feat: enable flash encyption support in esp32c61
...
This commit add support for flash ecnyrption in ESP32C61.
2024-07-19 17:23:11 +05:30
Chen Ji Chang
53734aab16
Merge branch 'change/remove_mcpwm_on_c61' into 'master'
...
change(mcpwm,pcnt): remove mcpwm and pcnt on esp32c61
Closes IDF-9332 and IDF-9338
See merge request espressif/esp-idf!32136
2024-07-19 19:44:36 +08:00
liuning
d562f9f4f0
fix(coex): fix esp32 crash issue, fix esp32c6 rx issue
2024-07-19 19:23:58 +08:00
Kevin (Lao Kaiyao)
0d9dd8b10e
Merge branch 'bugfix/fix_parlio_cache_sync_issue_on_p4' into 'master'
...
fix(parlio): fix cache sync issue on P4
See merge request espressif/esp-idf!32089
2024-07-19 19:07:20 +08:00
zwx
943033f9d6
fix(openthread): make ot task queue sending non-permanent blocking
2024-07-19 19:01:25 +08:00
Adam Múdry
c52a4bd1d7
Merge branch 'fix/sdmmc_io_rw_extended_unreachable_logic' into 'master'
...
fix(sdmmc): Fix logically dead code in sdmmc_io_rw_extended
Closes IDF-10272
See merge request espressif/esp-idf!32217
2024-07-19 18:59:04 +08:00
morris
28a3227b2f
feat(mipi_dsi): update low level functions to include underrun interrupt
2024-07-19 18:06:21 +08:00
morris
6960c747b5
feat(rmt): set DMA transfer burst size
...
default burst size was set to 32 bytes
2024-07-19 16:59:36 +08:00
laokaiyao
6da89cc8b9
ci(touch_sensor): enable the touch sensor target tests on P4
2024-07-19 16:53:35 +08:00
laokaiyao
3a6b665b90
ci(ana_cmpr): enable the ana_cmpr target tests on P4
2024-07-19 16:53:25 +08:00
Ondrej Kosta
4607cff1f9
fix(esptool): make 80MHZ Flash SPI speed not supported by v0.0 of P4
2024-07-19 15:04:14 +08:00
zwx
df42da4c7d
feat(openthread): add task switching lock holder check
2024-07-19 14:28:04 +08:00
Marius Vikhammer
7042068519
Merge branch 'feature/lp_core_reduce_print_footprint' into 'master'
...
feat(lp-core): add reduced footprint print functions
See merge request espressif/esp-idf!32210
2024-07-19 10:39:55 +08:00
laokaiyao
a616782218
fix(parlio): fix cache sync issue on P4
2024-07-19 10:33:55 +08:00