Commit Graph

2214 Commits

Author SHA1 Message Date
Jiang Jiang Jian
7cdc3aeba8 Merge branch 'feat/update_mbedtls_3.6.4_v5.3' into 'release/v5.3'
feat(mbedtls): update to version 3.6.4 (v5.3)

See merge request espressif/esp-idf!40377
2025-07-16 17:13:59 +08:00
Jiang Jiang Jian
5221b8abf9 Merge branch 'doc/update_esp_https_ota_pre_encrypted_doc_v5.3' into 'release/v5.3'
docs(system/esp_https_ota): adds ECIES-256 to pre-enc ota design doc (v5.3)

See merge request espressif/esp-idf!40374
2025-07-16 17:09:32 +08:00
Jiang Jiang Jian
f256e57318 Merge branch 'doc/update_32b_addr_limit_in_flash_doc_v5.3' into 'release/v5.3'
flash: updated 32bit addr support related doc (v5.3)

See merge request espressif/esp-idf!40333
2025-07-16 17:08:53 +08:00
renpeiying
41d586a8f4 docs: Update CN translation for esp_http_ota.rst 2025-07-04 17:50:54 +08:00
Ashish Sharma
ed72c372a1 docs(system/esp_https_ota): adds ECIES-256 to pre-enc ota design doc 2025-07-04 17:50:54 +08:00
Ashish Sharma
256145a1fe feat(mbedtls): update to version 3.6.4 2025-07-04 17:36:31 +08:00
armando
f2629ca384 doc(flash): updated 32bit addr support doc 2025-07-03 14:07:49 +08:00
Chen Jichang
ba0a08a1d0 fix(pcnt): fix the accum_value missing when overflow 2025-07-02 20:14:37 +08:00
Jiang Jiang Jian
c7a31ce888 Merge branch 'bugfix/esp_flash_escape_checking_v5.3' into 'release/v5.3'
fix(esp_flash): fixed issue of escaping boundary check (v5.3)

See merge request espressif/esp-idf!40119
2025-07-02 14:29:59 +08:00
Zhang Shuxian
eda1becb44 docs: Update CN for usb_host.rst 2025-06-30 14:45:59 +08:00
Tomas Rezucha
4addf21286 feat(usb/host): Add option to choose peripheral for USB host library
Starting with ESP32-P4 we can have targets that have more than 1 USB-OTG peripheral.
This commit adds an option to choose which peripherals will be used by USB Host lib.

Internally, we will still have only 1 Root HUB but with multiple Root ports.

# Conflicts:
#	components/usb/host_test/usb_host_layer_test/main/usb_host_install_unit_test.cpp
#	components/usb/hub.c
#	components/usb/test_apps/common/phy_common.c
#	components/usb/test_apps/common/phy_common.h
#	components/usb/test_apps/hcd/main/test_hcd_common.c
#	components/usb/test_apps/usb_host/main/test_app_main.c
#	components/usb/usb_host.c
2025-06-30 14:45:59 +08:00
Xiao Xufeng
0cb4e3dfe1 fix(esp_flash): fixed issue of escaping boundary check
Also patched corresponding ROM functions
2025-06-25 01:40:40 +08:00
nilesh.kale
19fcf0e073 feat: enabled ECDSA-P192 support for ESP32H2 2025-06-24 15:03:59 +05:30
gaoxu
bdfcd6b2c1 docs(camera): add lcd_cam dvp driver docs for camera 2025-06-23 16:17:59 +08:00
C.S.M
1ac593a956 docs(i2c): Add document for customize i2c transaction interface for un-standard i2c device 2025-05-08 13:01:30 +08:00
Roman Leonov
02b96db4ae feat(ext_hub): Added device error handling 2025-05-06 14:54:58 +02:00
zhangyanjiao
3f15dfa313 fix(wifi): Update the doc for espnow add peer 2025-04-22 11:52:18 +08:00
morris
c4f2a9b192 Merge branch 'fix/usb_host_docs_host_num_chan_reference_backport_v5.3' into 'release/v5.3'
fix(usb_host): Fixing reference to OTG_NUM_HOST_CHAN in docs backport to v5.3

See merge request espressif/esp-idf!37390
2025-04-18 10:25:57 +08:00
morris
643a78d0c4 Merge branch 'docs/add_note_about_twai_instance_install_v5.3' into 'release/v5.3'
docs: Add a note about TWAI multiple instances install (v5.3)

See merge request espressif/esp-idf!37966
2025-04-18 10:25:49 +08:00
morris
950c9df5e5 Merge branch 'fix/fix_mmu_map_concurrent_issue_v5.3' into 'release/v5.3'
mmu: fix mmu map concurrent issue (v5.3)

See merge request espressif/esp-idf!38410
2025-04-17 21:13:28 +08:00
Marius Vikhammer
b187b74bfc Merge branch 'fix/ringbuf_allow_split_receive_crash_v5.3' into 'release/v5.3'
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers (v5.3)

See merge request espressif/esp-idf!37923
2025-04-16 15:31:12 +08:00
Mahavir Jain
52b43b318d Merge branch 'feat/update_mbedtls_3.6.3_v5.3' into 'release/v5.3'
feat(component/mbedtls): update to upstream v3.6.3 (v5.3)

See merge request espressif/esp-idf!38179
2025-04-16 11:15:26 +08:00
morris
3f9d5cac2a Merge branch 'bugfix/clear_ledc_gamma_ram_v5.3' into 'release/v5.3'
fix(ledc): left-off gamma ram registers should be cleared (v5.3)

See merge request espressif/esp-idf!37573
2025-04-16 10:19:51 +08:00
armando
17f3a1e353 fix(mmu): fixed esp_mmu_map concurrent issue and add related docs 2025-04-15 14:23:56 +08:00
Ashish Sharma
45bf1239d6 feat(mbedtls): update to version 3.6.3 2025-04-15 13:10:26 +08:00
morris
1eb1fad16d Merge branch 'bugfix/uart_async_rxtxtasks_example_stack_overflow_v5.3' into 'release/v5.3'
fix(uart): enlarged task stack size for uart_async_rxtxtasks example (v5.3)

See merge request espressif/esp-idf!37591
2025-04-15 10:27:53 +08:00
morris
befa9bb4d2 Merge branch 'doc/touch_element_support_esp32s3_v5.3' into 'release/v5.3'
docs(touch): build the touch element doc for esp32s3 (v5.3)

See merge request espressif/esp-idf!38391
2025-04-15 10:21:16 +08:00
morris
d69f12a7aa Merge branch 'fix/fix_cam_iram_safe_compile_error_v5.3' into 'release/v5.3'
cam: fix cam iram safe compile error (v5.3)

See merge request espressif/esp-idf!37607
2025-04-15 10:13:57 +08:00
morris
50efd81fc5 docs(touch): build the touch element doc for esp32s3
Closes https://github.com/espressif/esp-idf/issues/15755
2025-04-14 14:51:35 +08:00
zhiweijian
fe6e6b3613 feat(bt): fixed some doc error and add ocf parameters description 2025-03-25 14:22:15 +08:00
Shen Weilong
e45c7dadd1 feat(bt): added definitions for bluetooth hci vendor commands and events 2025-03-24 20:20:35 +08:00
Zhang Shuxian
288a133930 docs: Add a note about TWAI multiple instances install 2025-03-24 11:07:50 +08:00
Sudeep Mohanty
db9d88c0d4 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-20 11:49:14 +01:00
Mahavir Jain
1b319631b8 fix(docs): update for changes in provisioning security2 scheme 2025-03-10 10:00:06 +05:30
armando
737a858dab refactor(cam): rename IRAM-Safe to Cache-Safe 2025-03-10 10:38:40 +08:00
Song Ruo Jing
5f08f68aa6 docs(uart): aligned the config order in the programming guide with examples
Closes https://github.com/espressif/esp-idf/issues/13182
2025-03-07 21:01:26 +08:00
Song Ruo Jing
a1bd7abd1d fix(ledc): updated docs for esp32h2 eco5 bugfix 2025-03-07 17:22:49 +08:00
peter.marcisovsky
e638cb8845 fix(usb_host): Fixing dererence to OTG_NUM_HOST_CHAN in docs 2025-02-28 09:33:33 +01:00
morris
67c6ae91ab Merge branch 'feat/allow_setting_rmt_group_prescale_v5.3' into 'release/v5.3'
refactor(rmt): set group clock prescale dynamically (v5.3)

See merge request espressif/esp-idf!36738
2025-02-26 17:03:16 +08:00
Chen Jichang
e98ded4e7b refactor(rmt): set group clock prescale dynamically
Closes https://github.com/espressif/esp-idf/issues/14760
2025-02-26 11:22:51 +08:00
Jiang Jiang Jian
c5eb636e4d Merge branch 'docs/usb_host_ext_port_driver_backport_v5.3' into 'release/v5.3'
docs(ext_port): Maintainers Notes for the External Port Driver (backport v5.3)

See merge request espressif/esp-idf!35101
2025-02-10 16:37:33 +08:00
Song Ruo Jing
6975924104 feat(heap): add a MALLOC_CAP_SIMD flag
MALLOC_CAP_SIMD can be used to allocate memory to be used for SIMD instructions
2025-02-08 16:29:36 +08:00
wanckl
e1cc1e2568 feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing 2025-01-17 10:48:52 +08:00
morris
a5581e8117 Merge branch 'bugfix/uart_single_wire_mode_v5.3' into 'release/v5.3'
fix(uart): allow same pin for tx and rx in uart_set_pin; UART_SELECT_READ_NOTIF race conditon fix (v5.3)

See merge request espressif/esp-idf!36251
2025-01-14 13:12:02 +08:00
Alex Bethel
1639033c66 docs: Fix gpio_dump_io_configuration typo in docs
The mentioned `gpio_dump_all_io_configuration` function doesn't exist,
the correct function is `gpio_dump_io_configuration`.

Merges https://github.com/espressif/esp-idf/pull/15031
2025-01-08 20:47:46 +08:00
Song Ruo Jing
ff0f9cd649 feat(dvp_isp_dsi_example): add an example shows DVP-ISP-DSI combination 2025-01-08 16:20:14 +08:00
Michael (XIAO Xufeng)
4c422b18ff Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.3' into 'release/v5.3'
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.3)

See merge request espressif/esp-idf!35965
2025-01-07 15:50:42 +08:00
morris
9b2d46fde5 Merge branch 'fix/ble_i2c_v5.3' into 'release/v5.3'
fix(i2c): Fix i2c read from fifo issue when enabling bt/wifi/uart, etc... (backport v5.3)

See merge request espressif/esp-idf!36054
2025-01-06 17:27:10 +08:00
C.S.M
09321904dc docs(i2c): Add type declaration in i2c docs,
Closes https://github.com/espressif/esp-idf/issues/15086
2024-12-31 15:36:24 +08:00
Song Ruo Jing
191c2aee72 fix(ledc): fix ledc_get_freq calculation err due to overflow
Closes https://github.com/espressif/esp-idf/pull/14882
2024-12-30 17:05:24 +08:00