hrushikesh.bhosale
696b32c942
feat(https_server): Added Server Sent Events demo
...
This commit adds the demo of Server Sent Events
functionality in the https_server/simple example
Closes https://github.com/espressif/esp-idf/issues/13603
Co-authored-by: default avatarAditya Patwardhan <aditya.patwardhan@espressif.com>
2024-12-04 14:26:21 +05:30
muhaidong
d5d1bcb9f0
fix(docs): remove wifi related docs from docs_not_updated for esp32p4
2024-12-04 16:32:14 +08:00
muhaidong
37a7528af4
feat(wifi): Add exp-extconn to document WiFi expansion on wifi-less chips
2024-12-04 16:31:56 +08:00
zhangyanjiao
c2c0742844
fix(ci): Enlarge the pcap memory size in sniffer example
2024-12-04 16:24:08 +08:00
C.S.M
242dd354e8
Merge branch 'fix/i2c_slave_lock' into 'master'
...
fix(i2c_slave): Fix the wrong semaphore take in isr
See merge request espressif/esp-idf!35417
2024-12-04 16:23:19 +08:00
Chen Jichang
2a040cade1
feat(parlio_tx): add check of fifo empty event
2024-12-04 14:50:16 +08:00
Chen Jichang
0f4605e991
refactor(i80_lcd): adapt example to lvgl9
2024-12-04 14:50:16 +08:00
Chen Jichang
3c6a94cd3f
feat(lcd): add parlio lcd example
2024-12-04 14:50:16 +08:00
Chen Jichang
e890b4bd7e
feat(lcd): support parlio lcd interface
2024-12-04 14:50:16 +08:00
Island
b6b0758e42
Merge branch 'bugfix/fix_ble_create_conn_params_copy' into 'master'
...
fix(bt/bluedroid): Fixed connection params copying when creating LE connection
Closes BLERP-1305, BLERP-1304, BLERP-1306, BLERP-1303, and BLERP-1313
See merge request espressif/esp-idf!35376
2024-12-04 14:49:46 +08:00
gaoxu
6731d75174
feat(esp32h21): add soc register header files (stage2, 1/3)
2024-12-04 14:36:16 +08:00
yinqingzhao
53e65c845b
feat(wifi): wifi support 80211tx using 11ax and 11ac rate
2024-12-04 14:24:19 +08:00
Jiang Jiang Jian
58f1ebe66a
Merge branch 'bugfix/update_wifi_mesh_example' into 'master'
...
fix(wifi/mesh): Modify examples/mesh/internal_communication
Closes IDFGH-13472
See merge request espressif/esp-idf!35036
2024-12-04 14:02:30 +08:00
Mahavir Jain
30dbc69428
Merge branch 'feat/enable_pseudo_rounds_function_in_aes' into 'master'
...
Enable pseudo rounds function in AES and XTS-AES peripherals
Closes IDF-11305
See merge request espressif/esp-idf!33970
2024-12-04 13:48:09 +08:00
C.S.M
55579a2a4b
docs(spi_flash): update programming guide for customize flash
2024-12-04 11:42:27 +08:00
C.S.M
34e48d8517
fix(i2c_slave): Fix the wrong semaphore take in isr
2024-12-04 11:36:49 +08:00
Armando (Dou Yiwen)
0c011032aa
Merge branch 'change/mspi_timing_tuning_dir' into 'master'
...
mspi: added mspi_timing_tuning directory
Closes IDF-11702
See merge request espressif/esp-idf!35299
2024-12-04 11:33:28 +08:00
luoxu
589ebfc1d6
fix(ble_mesh): Miscellaneous update
2024-12-04 11:08:42 +08:00
Armando (Dou Yiwen)
33c2637126
Merge branch 'fix/fix_esp32_pico_v3_psram_not_ignored_issue' into 'master'
...
psram: fixed esp32p pico-v3 psram init not ignored issue
Closes IDFGH-14168
See merge request espressif/esp-idf!35375
2024-12-04 10:44:05 +08:00
Abhik Roy
3b30a63e69
Merge branch 'examples/dns_over_https' into 'master'
...
feat(example): Added DNS over HTTPS (DoH) example
Closes IDF-8932
See merge request espressif/esp-idf!33935
2024-12-04 10:12:35 +08:00
Armando
339c24ca47
refactor(mspi): added mspi_timing_tuning dir
2024-12-04 09:45:03 +08:00
Konstantin Kondrashov
0ea15dcdd2
Merge branch 'feature/logv2_preliminary' into 'master'
...
feat(log): Some simple changes in log to prepare it for log v2
See merge request espressif/esp-idf!35289
2024-12-04 00:06:41 +08:00
Ivan Grokhotkov
b2137e5e70
docs(cxx): add a section about std::filesystem limitations
...
Co-authored-by: Shen Meng Jing <shenmengjing@espressif.com>
2024-12-03 15:32:58 +01:00
Ivan Grokhotkov
2ca6d2d4b4
feat(storage): add a test app for std::filesystem features
2024-12-03 15:32:58 +01:00
Ivan Grokhotkov
a1042c0cc2
feat(fatfs): add support for a few fcntl commands
2024-12-03 15:32:58 +01:00
Ivan Grokhotkov
684d3e6d01
feat(newlib): add dummy implementations of pathconf, chmod, dirfd
...
Closes https://github.com/espressif/esp-idf/issues/14174
2024-12-03 15:32:57 +01:00
Nebojša Cvetković
5f405375f9
docs(cxx): mark std::filesystem as generally supported ( #5003 )
...
Closes https://github.com/espressif/esp-idf/pull/13736
2024-12-03 15:30:20 +01:00
morris
486fd18d16
Merge branch 'refactor/cp_dma_use_gdma_link' into 'master'
...
refactor(cp_dma): to use gdma_link driver for descriptor config
See merge request espressif/esp-idf!35348
2024-12-03 21:36:25 +08:00
Shen Meng Jing
e41746ebc9
Merge branch 'docs/update_cn_vfs' into 'master'
...
docs: Update CN translation for vfs.rst
Closes DOC-9550
See merge request espressif/esp-idf!35265
2024-12-03 21:13:20 +08:00
Astha Verma
556d7e3386
fix: Added a function for printing HCI error definition
2024-12-03 17:58:02 +05:30
Abhik Roy
967603b5aa
feat(example): Added DNS over HTTPS (DoH) example
2024-12-03 22:52:25 +11:00
nilesh.kale
1e11340061
feat(bootloader_support): enabled RSA based secure boot scheme for ESP32C5 ECO1
...
This commit enabled RSA based secure boot scheme for ESP32C5 ECO1 module.
This update also adds a check to ensure the selected secure boot scheme is
valid for ECO0 modules.
2024-12-03 16:48:56 +05:30
Konstantin Kondrashov
d9265a3f88
feat(log): Update esp_log_buffer
2024-12-03 18:03:06 +08:00
Konstantin Kondrashov
9f2b892512
feat(log): Move LOG_FORMAT macros out of esp_log.h
2024-12-03 18:03:06 +08:00
Konstantin Kondrashov
fa3b26bbc3
feat(log): Use ESP_LOG_LEVEL_LEN in cache tag_log_level
2024-12-03 18:03:06 +08:00
Konstantin Kondrashov
21f7309a52
feat(esp_rom): Adds esp_rom_cvt func for logging and rom_vprintf
2024-12-03 18:03:06 +08:00
Konstantin Kondrashov
b445e38bf5
feat(log): Move esp_log_write APIs out of esp_log.h
2024-12-03 18:03:06 +08:00
Mahavir Jain
5462240135
Merge branch 'fix/mfg_gen_encrypted_keys_prefix' into 'master'
...
feat(mfg_gen): provision for specifying prefix counter for encrypted key files
See merge request espressif/esp-idf!35124
2024-12-03 17:39:21 +08:00
shenmengjing
3ca973d30a
docs: Update CN translation for vfs.rst
2024-12-03 17:25:53 +08:00
hrushikesh.bhosale
e9844bd613
fix(protocomm): Added check for cur_cookie_session_id
...
Added check to check whether the value of cur_cookie_session_id
is -1 or not, if yes the return with error log message
2024-12-03 14:48:46 +05:30
Alex Lisitsyn
b77ecce06b
Merge branch 'contrib/github_pr_14878' into 'master'
...
fix(modbus): Fix the mode setup in modbus slave (GitHub PR)
Closes IDFGH-14059
See merge request espressif/esp-idf!35237
2024-12-03 17:18:07 +08:00
linruihao
23ed275eff
fix(bt/bluedroid): Allow adding empty header in OBEX and GOEP
2024-12-03 17:02:39 +08:00
linruihao
88913c8ba5
change(bt/bluedroid): Remove a duplicate macro in OBEX
2024-12-03 17:02:39 +08:00
linruihao
c28703c919
feat(bt/bluedroid): Allow using bitwise OR on GOEP return value
2024-12-03 17:02:39 +08:00
linruihao
b2856253e8
feat(bt/bluedroid): Support OBEX over RFCOMM feature
2024-12-03 17:02:39 +08:00
linruihao
0784ee0102
fix(bt/bluedroid): Fix memory leak in AVRCP cover art get image
2024-12-03 17:02:39 +08:00
linruihao
219cd0341a
fix(bt/bluedroid): Fix l2cap psm not dereister when obex disconnect
2024-12-03 17:02:39 +08:00
hrushikesh.bhosale
8d651e5e99
fix(esp_https_ota): Changed the type of erase size
...
Changed the type of erase size(esp_https_ota.c) from int to uint_32 type,
so that it do not overflow.
2024-12-03 13:27:45 +05:30
Song Ruo Jing
547fa88a44
Merge branch 'bugfix/periph_clk_init_p4' into 'master'
...
fix(esp_system): hp periph clk should not be gated on core/system reset
Closes FCS-1638
See merge request espressif/esp-idf!35317
2024-12-03 15:45:28 +08:00
Armando
b626089340
fix(psram): fixed esp32p pico-v3 psram init not ignored issue
...
Closes https://github.com/espressif/esp-idf/issues/14970
2024-12-03 15:09:34 +08:00