Zhang Shu Xian
fc4b5f3dde
Merge branch 'docs/translate_lowpower_mode' into 'master'
...
Docs/translate lowpower mode
Closes DOC-7661
See merge request espressif/esp-idf!30827
2024-07-22 09:28:39 +08:00
zhangshuxian
002c10d97b
docs: Provide translationfor low power
2024-07-19 17:59:27 +08:00
Jakub Kocka
e91c5e33ca
Merge branch 'docs/dfu_flashing' into 'master'
...
Tools: Changed DFU USB Drivers (Windows Only) section
Closes IDF-1653
See merge request espressif/esp-idf!31973
2024-07-19 16:12:24 +08:00
Shen Meng Jing
b6273e1f36
Merge branch 'docs/update_pinlayout_for_esp32_pico_kit1' into 'master'
...
docs: Update the pin layout for esp32-pico-kit-1
Closes DOC-7118
See merge request espressif/esp-idf!32204
2024-07-19 16:07:32 +08:00
shenmengjing
e86c757081
docs: Update the pin layout for esp32-pico-kit-1
2024-07-19 14:57:45 +08:00
Chen Jichang
cde7750f0a
ci(legacy_pcnt): re_enable legacy_pcnt test on c5
2024-07-18 21:54:31 +08:00
Jakub Kocka
dcb34c5ffa
Merge branch 'docs/win_jtag_debugging' into 'master'
...
docs(jtag_debugging): Rewrite of configure part for Windows to reflect changes
Closes IDF-8479
See merge request espressif/esp-idf!31838
2024-07-18 16:05:42 +08:00
Marius Vikhammer
92bf402911
Merge branch 'feature/ulp_hp_core_printf_debug' into 'master'
...
feat(ulp): add option for routing LP-printf to HP console
See merge request espressif/esp-idf!32166
2024-07-18 16:03:27 +08:00
renpeiying
5b91022b1e
docs: Update CN translation for api-guides/jtag-debugging/confugure-ft2232h-jtag.rst
2024-07-18 14:59:46 +08:00
Marius Vikhammer
74a04c140c
feat(ulp): add option for routing LP-printf to HP console
2024-07-17 17:16:40 +08:00
Gao Xu
7d3ac1abe4
Merge branch 'esp32c5/add_adc_support' into 'master'
...
ADC: bringup ADC oneshot and continuous mode on C5
Closes IDF-8701 and IDF-8703
See merge request espressif/esp-idf!31940
2024-07-17 16:46:52 +08:00
Mahavir Jain
10d85a0279
Merge branch 'feature/add_compiler_no_merge_constants' into 'master'
...
feat: add compiler config for not merging const sections
See merge request espressif/esp-idf!32077
2024-07-17 13:46:50 +08:00
Armando (Dou Yiwen)
f5d9cbe4cc
Merge branch 'feat/ppa_example' into 'master'
...
ppa: added ppa dsi example
Closes IDF-10077
See merge request espressif/esp-idf!31703
2024-07-16 12:02:44 +08:00
Armando
3c7a83303a
feat(ppa): added ppa dsi example
2024-07-16 09:46:34 +08:00
Armando
c2d0ac0647
fix(isp): fixed isp doc title issue
2024-07-15 16:49:05 +08:00
Jakub Kocka
0ff1009598
docs(tools): Changed USB Drivers (Windows Only) section of DFU
...
New driver was created for ESP32-S2, so there is no need to manually install it using tools
2024-07-15 09:24:47 +02:00
Mahavir Jain
7e97b72dff
Merge branch 'bugfix/update_soc_config_for_secure_boot_in_c5' into 'master'
...
fix: disable config for RSA during secure boot
See merge request espressif/esp-idf!32022
2024-07-15 15:08:18 +08:00
Mahavir Jain
3dc80527ab
feat: add compiler config for not merging const sections
...
Probably GCC-13.x and on-wards uses "-fmerge-constants" to merge
the const section (string/floating-point) across compilation units.
This makes it difficult to properly analyze the size output of rodata
section across libraries, the merged section (big in size) is showed
across a single library.
The config option added here can help to disable this compiler behavior
and help to provide better size analysis. It can be used during
development phase only as it increases rodata section size.
2024-07-15 10:04:55 +05:30
gaoxu
65820c07ac
feat(adc): support ADC oneshot and continuous mode on ESP32C5 and enable test
2024-07-13 14:03:23 +08:00
nilesh.kale
3aa448ee0d
fix: disable config for RSA during secure boot
...
support for RSA secure boot is disabled for ESP32-ECO0 due to
hardware issue. It will be re-enabled in future version ECO1.
For ESP32C5- ECO0 , ECDSA secure boot is the recommended option.
2024-07-12 12:40:11 +05:30
Jakob Hasse
bddc1e95ef
feat(rt/posix): Added FreeRTOS-Plus-POSIX message queues implementation
...
Note: The current mq_open() implementation is changed to match
the POSIX standard.
2024-07-11 21:08:01 +02:00
Harshal Patil
2d9c7793b9
Merge branch 'update/update_certs_bundle' into 'master'
...
Update esp_crt_bundle certificates
See merge request espressif/esp-idf!31875
2024-07-09 14:14:59 +08:00
Mahavir Jain
1f8969e4d5
Merge branch 'bugfix/security_docs_bootloader_offset' into 'master'
...
docs(security): use target specific macro for bootloader flash offset
See merge request espressif/esp-idf!31966
2024-07-09 13:28:46 +08:00
Mahavir Jain
f5f85803a2
docs(security): use target specific macro for bootloader flash offset
2024-07-09 09:43:16 +05:30
morris
7dc6a2f562
Merge branch 'refactor/pcnt_isr_handling' into 'master'
...
refactor(pcnt): ISR handling
Closes IDF-10329
See merge request espressif/esp-idf!31911
2024-07-09 10:12:18 +08:00
Shen Meng Jing
d9a9bab390
Merge branch 'docs/translate_dwc_otg' into 'master'
...
docs: Provide translation for usb_host_notes_dwc_otg
Closes DOC-7944
See merge request espressif/esp-idf!31231
2024-07-08 15:44:12 +08:00
morris
6d223f1921
refactor(pcnt): ISR handling
2024-07-08 14:52:14 +08:00
Jakub Kocka
0b272072ec
docs(jtag_debugging): Rewrite of configure part for Windows to reflect changes
...
Related PR of new drivers for wrover-b kit https://github.com/espressif/esp-win-usb-drivers/pull/2
Closes https://github.com/espressif/idf-installer/issues/204
2024-07-08 08:25:37 +02:00
Marius Vikhammer
d1132ddfa2
Merge branch 'feature/lp_core_etm' into 'master'
...
feat(lp-core): added support for using ETM events as wake-up source
Closes IDF-10201 and IDF-6360
See merge request espressif/esp-idf!31810
2024-07-08 12:23:03 +08:00
shenmengjing
f1f1bcfd58
docs: Provide translation for usb_host_notes_dwc_otg
2024-07-08 11:49:39 +08:00
Marius Vikhammer
de2a66ebe0
feat(lp-core): added support for using ETM events as wake-up source
2024-07-08 11:04:34 +08:00
Shen Meng Jing
ae8d309f28
Docs/Provide Chinese translation for ana_cmpr.rst
2024-07-05 17:37:40 +08:00
Shen Meng Jing
1cb4f3468d
Merge branch 'docs/update_some_commands' into 'master'
...
docs: Add often used espefuse subcommands to idf.py
Closes DOC-7999
See merge request espressif/esp-idf!31651
2024-07-03 19:00:49 +08:00
Espressif BOT
62a22f4c89
change(mbedtls/crt_bundle): Update esp_crt_bundle certificates
2024-07-03 16:01:50 +05:30
Shen Meng Jing
044e47aaf8
Merge branch 'docs/translate_copyright' into 'master'
...
docs: Provide Chinese translation for COPYRIGHT
Closes DOC-8219
See merge request espressif/esp-idf!31763
2024-07-03 18:22:14 +08:00
shenmengjing
3cb4880d02
docs: Add often used espefuse subcommands to idf.py
2024-07-03 17:55:26 +08:00
Shen Meng Jing
6f085716b8
Merge branch 'docs/update_variables_note' into 'master'
...
docs: Added a note about how shared variables are initialized in CN translations
Closes DOC-8221
See merge request espressif/esp-idf!31779
2024-07-03 17:15:20 +08:00
shenmengjing
020a79371e
docs: Provide Chinese translation for COPYRIGHT
2024-07-03 17:13:58 +08:00
Zhang Shu Xian
85bba8996b
Merge branch 'docs/update_cn_trans_for_4_files' into 'master'
...
docs: Update CN trans for 4 files
Closes DOC-8020
See merge request espressif/esp-idf!31436
2024-07-03 14:55:03 +08:00
Chen Ji Chang
af9d107f24
Merge branch 'feat/add_cs_timing_parameters_in_spi_lcd' into 'master'
...
feat(spi_lcd): add spi cs timing parameters
Closes IDFGH-12003
See merge request espressif/esp-idf!31836
2024-07-03 11:35:00 +08:00
Zhang Shuxian
08eecfee22
docs: Implement comments
2024-07-03 10:23:23 +08:00
Chen Jichang
8d0990806c
feat(spi_lcd): add spi cs timing parameters
...
Some lcd hardware drivers need different CS setup time. Add pretrans
and posttrans parameters to control the CS time.
Closes https://github.com/espressif/esp-idf/issues/13071
2024-07-02 10:55:34 +08:00
Jiang Jiang Jian
15219e2a7e
Merge branch 'docs/phase2_auth_update' into 'master'
...
docs: Adds document for wifi PEAP phase 2 authentication security advisory.
See merge request espressif/esp-idf!31829
2024-07-02 10:36:44 +08:00
Mahavir Jain
47893ac9d6
Merge branch 'contrib/github_pr_14116' into 'master'
...
Typo fix in flash-encryption.rst (GitHub PR)
Closes IDFGH-13177
See merge request espressif/esp-idf!31839
2024-07-01 23:55:02 +08:00
kindaTall
4259df3d56
docs(security): fix typo for key purpose field in flash encryption guide
2024-07-01 12:21:49 +00:00
aditi
df9680b827
docs: Adds document for wifi PEAP phase 2 authentication security advisory.
2024-07-01 14:50:13 +05:30
Liu Xiao Yu
eefe001877
Merge branch 'change/adjust_esp_rom_header_layout_v2' into 'master'
...
change(esp_rom): optimize header files layout in components/esp_rom
See merge request espressif/esp-idf!31590
2024-07-01 16:24:56 +08:00
Zhang Xiao Yan
d29d1a9972
Merge branch 'docs/migrate_esp32c3_devkitc_02_devkitm_1_user_guide' into 'master'
...
docs: Migrate user guides of ESP32-C3-DevKitM and ESP32-C3-DevKitC to esp-dev-kits
See merge request espressif/esp-idf!31640
2024-07-01 15:20:51 +08:00
morris
3cdbe8cef8
Merge branch 'test/pcnt_step_notify' into 'master'
...
feat(pcnt): support for pcnt step_notify
Closes IDF-7984, IDFGH-8104, and IDFGH-10943
See merge request espressif/esp-idf!31466
2024-07-01 10:44:19 +08:00
Frantisek Hrbata
fabacdae8b
Merge branch 'docs/idf_size' into 'master'
...
docs: move and update idf.py size sub-commands documentation
Closes IDF-9431
See merge request espressif/esp-idf!31471
2024-06-28 15:50:25 +08:00