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
Alexey Lapshin
a31f487760
Merge branch 'feat/newlib-optimized-misaligned-memory' into 'master'
...
feat(newlib): riscv: add CONFIG_LIBC_OPTIMIZED_MISALIGNED_ACCESS config option
See merge request espressif/esp-idf!36704
2025-03-27 16:32:01 +08:00
morris
6ab8bbd88b
Merge branch 'feat/rmt_function_placement_distinguish_tx_rx' into 'master'
...
refactor(rmt): function placement by tx and rx separately
See merge request espressif/esp-idf!38035
2025-03-27 11:00:15 +08:00
Alexey Lapshin
ec68cb3300
feat(newlib): riscv: add CONFIG_LIBC_OPTIMIZED_MISALIGNED_ACCESS config option
...
This option replaces implementations of functions from ROM:
- memcpy
- memcmp
- memmove
- str[n]cpy
- str[n]cmp
The functions used in the firmware will be better optimized for misaligned
memory. Here are some measurements in CPU cycles for 4096-byte buffers:
memcpy: 28676 -> 4128
memcmp: 49147 -> 14259
memmove: 33896 -> 8086
strcpy: 32771 -> 17313
strcmp: 32775 -> 13191
2025-03-26 17:27:24 +07:00
morris
bb4eb3ac8b
refactor(rmt): function placement by tx and rx separately
2025-03-26 15:22:05 +08:00
Guillaume Souchere
6ef7ad67d4
Merge branch 'feat/per-task-peak-usage' into 'master'
...
feat(heap): Add per task peak heap usage feature
Closes IDF-1811 and IDFGH-11277
See merge request espressif/esp-idf!26462
2025-03-26 15:20:04 +08:00
Guillaume Souchere
d429b1fdbb
feat(examples): Update heap task tracking examples
...
update example to showcasee the new API of heap task tracking
- Add basic heap task traacking example
- Add advanced example for task tracking
2025-03-25 10:22:30 +01: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 Shu Xian
7709ec0219
Merge branch 'docs/update_cn_translation_for_core_docs' into 'master'
...
docs: Update CN translation for core docs for new targets
Closes DOC-10577
See merge request espressif/esp-idf!37942
2025-03-24 10:18:38 +08:00
David Čermák
0be20a5f22
Merge branch 'feat/lwip_hook_dhcp_extra_opt' into 'master'
...
feat(lwip): Add DHCP extra option hook
Closes IDFGH-14572
See merge request espressif/esp-idf!36949
2025-03-21 22:06:56 +08:00
David Cermak
54a58c05e6
feat(lwip): Add DHCP extra option hook
...
Closes https://github.com/espressif/esp-idf/issues/15329
2025-03-21 11:59:58 +01: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
Armando (Dou Yiwen)
f3f3cad07c
Merge branch 'feat/isp_bypass' into 'master'
...
isp: supported bypass isp to use csi, supported byte endianness swapping
Closes IDF-9706 and IDF-12620
See merge request espressif/esp-idf!37672
2025-03-21 14:05:54 +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
Shen Meng Jing
88664242e1
Merge branch 'docs/sync_ram_usage' into 'master'
...
docs: Sync CN ram-usage.rst and EN source
Closes DOC-10523
See merge request espressif/esp-idf!37807
2025-03-20 15:00:52 +08:00
Jiang Jiang Jian
c0fc7f602e
Merge branch 'docs/update_iperf_performance' into 'master'
...
docs(wifi): update iperf throughput performance
See merge request espressif/esp-idf!37816
2025-03-20 11:21:38 +08:00
shenmengjing
c60cf668cf
docs: Sync CN ram-usage.rst and EN source
2025-03-20 11:08:23 +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
yinqingzhao
85931bc569
docs(wifi): update iperf throughput performance
2025-03-18 11:03:24 +08:00
Marius Vikhammer
912ec80179
docs(esp32h4): added doc list for H4
2025-03-18 10:51:07 +08:00
Gao Xu
d21adf2535
Merge branch 'feature/esp32h21_i2c_support' into 'master'
...
Feature/esp32h21 i2c support
Closes IDF-11578 and IDF-11580
See merge request espressif/esp-idf!37227
2025-03-17 15:06:13 +08:00
armando
4abe226cf3
feat(isp): supported bypass isp to use csi
2025-03-17 10:05:41 +08:00
Zhang Shu Xian
64a412dee1
Merge branch 'docs/update_i2c_static' into 'master'
...
docs: Update static for i2c.rst
Closes DOC-10481
See merge request espressif/esp-idf!37748
2025-03-14 16:39:10 +08:00
Marius Vikhammer
70371347dc
Merge branch 'feature/newlib_iram_cleanup' into 'master'
...
feat(newlib): optimize IRAM usage
Closes IDF-7146
See merge request espressif/esp-idf!37647
2025-03-14 10:28:45 +08:00
Zhang Shuxian
c56c734f1a
docs: Update static for i2c.rst
2025-03-14 10:10:47 +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
gaoxu
ec632f7fed
feat(esp32h21): support I2C on ESP32H21
2025-03-13 11:06:06 +08:00
Marius Vikhammer
20bbd2af42
feat(newlib): add option for placing newlib lock API into flash
2025-03-11 09:33:58 +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
shenmengjing
c290d9490e
docs: Sync CN translation and EN source for i2c.rst
2025-03-10 14:07:41 +08:00
morris
54cfdce964
Merge branch 'bugfix/bitscrambler_eof_mode' into 'master'
...
BitScrambler: Fixed the inconsistent EOF mode setting between assembler and driver
See merge request espressif/esp-idf!37499
2025-03-10 13:22:56 +08:00
Jiang Jiang Jian
4f5bed28e7
Merge branch 'bugfix/provisioning_sec2_aes_iv_usage' into 'master'
...
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme
See merge request espressif/esp-idf!37226
2025-03-08 14:03:53 +08:00
Roland Dobai
2433000d06
Merge branch 'contrib/github_pr_15527' into 'master'
...
python-pip is also a required package on Arch Linux (GitHub PR)
Closes IDFGH-14789
See merge request espressif/esp-idf!37552
2025-03-07 18:08:30 +08:00
shenmengjing
1ccbc8d20f
docs(provisioning): Sync CN translation and EN source
2025-03-07 13:49:13 +05:30
Mahavir Jain
ab7d37d014
fix(docs): update for changes in provisioning security2 scheme
2025-03-07 13:49:11 +05:30
armando
f0590c860e
refactor(cam): rename IRAM-Safe to Cache-Safe
2025-03-07 15:25:57 +08:00
redfast00
08b6f6018f
docs(esp32): Add python-pip as required package on Arch Linux
2025-03-06 12:15:36 +01:00
Roland Dobai
4e635009fc
Merge branch 'docs/diag_tool' into 'master'
...
docs: add idf.py diag documentation to api-guides
Closes IDF-11829
See merge request espressif/esp-idf!37205
2025-03-06 19:03:52 +08:00
gaoxu
19a15371e5
docs(adc): correct ADC flush poll description
2025-03-06 15:41:49 +08:00
Zhang Shuxian
889d1b8767
docs: Update CN translation in protocols
2025-03-06 15:33:07 +08:00
Mahavir Jain
843729c6f1
Merge branch 'feature/verify_chip_revision_during_ota' into 'master'
...
feat(esp_https_ota): added check for revision check while performing OTA
See merge request espressif/esp-idf!37270
2025-03-05 22:29:35 +08:00