Chen Ji Chang
c4768eafe3
Merge branch 'feat/support_cs_signal_in_parlio_tx' into 'master'
...
feat(parlio_tx): support cs signal on esp32c5 v1.0
Closes IDF-12836 and IDF-12633
See merge request espressif/esp-idf!38646
2025-04-27 11:10:26 +08:00
Kevin (Lao Kaiyao)
ac0f4b5a57
Merge branch 'refactor/split_touch_sleep_from_system_example' into 'master'
...
refactor(touch): separate touch sleep example
Closes IDFCI-2866 and IDF-12974
See merge request espressif/esp-idf!38662
2025-04-27 11:10:05 +08:00
Zhang Shu Xian
b3de8a4ae4
Merge branch 'feature/adds_main_ulp_page' into 'master'
...
feat(docs): Adds ULP main documentation page
Closes IDF-12901 and DOC-10873
See merge request espressif/esp-idf!38525
2025-04-27 10:26:43 +08:00
laokaiyao
4fed6450a3
refactor(touch): separate touch sleep example
2025-04-25 23:57:14 +08:00
Zhang Shuxian
bd60d825c8
docs: Provide CN translation for ulp docs
2025-04-25 18:48:26 +08:00
Chen Jichang
6edf48d253
feat(parlio_tx): support cs signal on esp32c5 v1.0
2025-04-25 14:25:01 +08:00
morris
ae5f8e550c
feat(rmt): introduce RMT_ENCODER_FUNC_ATTR for encoder functions
...
Closes https://github.com/espressif/esp-idf/issues/15832
2025-04-25 11:25:56 +08:00
morris
3fc566caf1
fix(parlio): reenable parlio rx driver cache safe test
2025-04-23 10:38:07 +08:00
renpeiying
02a55611dd
Update CN translation
2025-04-22 08:48:30 +02:00
Konstantin Kondrashov
82276fc918
feat(docs): Adds ULP main documentation page
2025-04-21 13:20:54 +03:00
Song Ruo Jing
ec5176e95a
fix(gpio): IO7 is not a LP IO anymore on C5 ECO2 chip
2025-04-18 19:03:08 +08:00
Zhang Shuxian
7fb61974f8
docs: Update cn translation for ecdsa
2025-04-17 18:02:46 +08:00
Tomas Rezucha
b37c882aa9
Merge branch 'docs/update_cn_translation_for_usb' into 'master'
...
docs: Provide CN translation for usb device
See merge request espressif/esp-idf!38387
2025-04-15 22:37:08 +08:00
Armando (Dou Yiwen)
b45b29ae16
Merge branch 'fix/fix_mmu_map_concurrent_issue' into 'master'
...
mmu: fix mmu map concurrent issue
Closes IDFGH-14841
See merge request espressif/esp-idf!37780
2025-04-15 12:02:23 +08:00
Zhang Shuxian
e664cb0e09
docs: Provide CN translation for usb device
2025-04-15 10:36:59 +08:00
morris
1522efa910
Merge branch 'doc/touch_element_support_esp32s3' into 'master'
...
docs(touch): build the touch element doc for esp32s3
Closes IDFGH-15073
See merge request espressif/esp-idf!38366
2025-04-14 14:10:47 +08:00
armando
5a1cb71184
fix(mmu): fixed esp_mmu_map concurrent issue and add related docs
2025-04-14 10:45:40 +08:00
morris
2b5d91ad1c
refactor(ana_cmpr): enhanced the driver implementation
2025-04-11 17:45:32 +08:00
morris
2b21d5a887
docs(touch): build the touch element doc for esp32s3
...
Closes https://github.com/espressif/esp-idf/issues/15755
2025-04-11 13:26:07 +08:00
Jiang Jiang Jian
4e5b286c67
Merge branch 'feature/update_espnow_documentation' into 'master'
...
feat(docs): update connectionless module window syncronization documentation
Closes WIFIBUG-1110
See merge request espressif/esp-idf!37918
2025-04-10 10:33:34 +08:00
Mahavir Jain
9707baf05c
Merge branch 'feat/httpd_uri_handler_doc_update' into 'master'
...
feat(esp_http_server): Added httpd URI handler docs
See merge request espressif/esp-idf!37560
2025-04-08 13:59:49 +08:00
zhangyanjiao
2ed9f22731
fix(docs): update max data length in espnow doc
2025-04-08 10:51:38 +08:00
morris
c3f422348d
feat(rmt): support bitscrambler as a RMT encoder
2025-04-07 18:13:03 +08:00
Martin Vychodil
d69378cdd5
Merge branch 'update/nvs_example' into 'master'
...
refactor(nvs_examples): refactor nvs storage examples and add nvs_console example
See merge request espressif/esp-idf!37978
2025-04-07 16:27:06 +08:00
hrushikesh.bhosale
42e49ead0b
docs(esp_http_server): Updated the zh_CN esp_http_server.rst
2025-04-04 17:34:36 +05:30
sonika.rathi
b077caeebc
refactor(examples/storage): update document links
2025-04-03 14:21:11 +02:00
Wan Lei
1e30aa74b5
Merge branch 'feat/h21_spi_driver_support' into 'master'
...
feat(driver_spi): h21 spi driver support
Closes IDF-11583 and IDF-11587
See merge request espressif/esp-idf!37442
2025-04-03 16:15:14 +08:00
Chen Jichang
487a306cdd
docs(parlio_tx): add programming guide
2025-04-03 11:28:13 +08:00
wanckl
51873d46aa
feat(driver_spi): add h21 spi drivers supports
2025-04-03 11:27:29 +08:00
Mahavir Jain
21f59bd030
Merge branch 'feat/update_mbedtls_3.6.3' into 'master'
...
feat(component/mbedtls): update to upstream v3.6.3
Closes IDF-12730
See merge request espressif/esp-idf!38041
2025-04-01 18:38:12 +08:00
Adam Múdry
3ab1ddaab5
Merge branch 'feat/read_only_nvs' into 'master'
...
feat(nvs): Allow read-only NVS partitions smaller than 0x3000
Closes IDFGH-14558
See merge request espressif/esp-idf!36767
2025-03-28 17:49:08 +08:00
Ashish Sharma
0291bee0ff
feat(mbedtls): update to version 3.6.3
2025-03-28 13:03:12 +08:00
Island
16ba8f892d
Merge branch 'feature/add_vendor_ble_cmd_definitions' into 'master'
...
Feature/add vendor ble cmd definitions
Closes BLERP-1684 and BLERP-1661
See merge request espressif/esp-idf!37598
2025-03-27 17:06:15 +08:00
renpeiying
674ad565f8
docs: Update CN translation for 2 api files
2025-03-27 15:50:27 +08:00
morris
bb4eb3ac8b
refactor(rmt): function placement by tx and rx separately
2025-03-26 15:22:05 +08:00
zhiweijian
a24fdf2892
feat(bt): fixed some doc error and add ocf parameters description
2025-03-25 15:07:31 +08:00
Shen Weilong
3a71bec278
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-25 15:07:31 +08:00
Zhang Shu Xian
720687e698
Merge branch 'docs/add_note_about_twai_instance_install' into 'master'
...
docs: Add a note about TWAI multiple instances install
Closes DOC-10581
See merge request espressif/esp-idf!37951
2025-03-24 12:04:46 +08:00
Zhang Shuxian
c8cc3c1ea6
docs: Add a note about TWAI multiple instances install
2025-03-21 17:26:29 +08:00
Zhang Shuxian
0406df9c61
docs: Update CN translation for core docs for new targets
2025-03-21 16:30:03 +08:00
Adam Múdry
58fbcfb407
Merge branch 'feat/ff_fs_nofsinfo_kconfig' into 'master'
...
feat(fatfs): Add an option to set FF_FS_NOFSINFO value
Closes IDFGH-14467
See merge request espressif/esp-idf!36592
2025-03-20 20:18:52 +08:00
Marius Vikhammer
a89fc6d905
Merge branch 'docs/core_docs_new_targets' into 'master'
...
docs(core): updated core docs for new targets
Closes IDF-10159, IDF-10162, IDF-10171, IDF-12148, IDF-12150, IDF-12151, IDF-12152, IDF-12156, and IDF-12157
See merge request espressif/esp-idf!37860
2025-03-20 19:56:18 +08:00
Sudeep Mohanty
a57680c6db
Merge branch 'fix/ringbuf_allow_split_receive_crash' into 'master'
...
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
Closes IDF-12701
See merge request espressif/esp-idf!37882
2025-03-20 18:46:24 +08:00
Marius Vikhammer
034f677563
docs(misc): update system docs for new chips
2025-03-20 09:01:11 +08:00
Sudeep Mohanty
8b40eabce8
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
...
This commit adds an assert check to xRingbufferReceive() and
xRingbufferReceiveFromISR() functions to prevent them from being used to
retrieve items from an allow-split buffer. Corresponding documentation
has also been updated.
2025-03-19 14:33:11 +01:00
zhangyanjiao
51ff6490cc
fix(wifi): Update the doc for espnow add peer
2025-03-19 19:18:56 +08:00
Gao Xu
4fa523627d
Merge branch 'docs/fix_adc_flush_pool_descriptipon' into 'master'
...
docs(adc): correct ADC flush poll description
See merge request espressif/esp-idf!37543
2025-03-13 17:15:13 +08:00
Zhang Shu Xian
14908c9a2c
Merge branch 'docs/update_translation_about_iram' into 'master'
...
docs: Update translation for SPI flash and RAM Usage
Closes DOC-10358
See merge request espressif/esp-idf!37383
2025-03-10 18:56:42 +08:00
Shen Meng Jing
612b920eb1
Merge branch 'docs/sync_i2c' into 'master'
...
docs: Sync CN translation and EN source for i2c.rst
Closes DOC-10375
See merge request espressif/esp-idf!37441
2025-03-10 17:27:49 +08:00
Zhang Shuxian
f6cc4f6140
docs: Update translation for SPI flash and RAM Usage
2025-03-10 15:20:07 +08:00