Konstantin Kondrashov
|
6cad62594a
|
Merge branch 'feature/adds_new_part_types_subtypes' into 'master'
feat(partitions): Adds new partition types and subtypes for bootloader and partition_table
See merge request espressif/esp-idf!33792
|
2024-10-09 15:32:34 +08:00 |
|
C.S.M
|
38c36b9d22
|
Merge branch 'feat/i2c_sleep_retention' into 'master'
feat(i2c): Support i2c sleep retention on esp32c5/p4/c61
Closes IDF-8458
See merge request espressif/esp-idf!33738
|
2024-10-09 15:08:08 +08:00 |
|
Erhan Kurubas
|
9a13c59723
|
Merge branch 'add_openocd_stub_bins_fixed' into 'master'
feat(esp_system): preload openocd stub binaries and reserve memory for debugging
See merge request espressif/esp-idf!32817
|
2024-10-09 14:06:09 +08:00 |
|
C.S.M
|
3f061bd557
|
feat(i2c_master): Support i2c sleep retention on esp32c5/p4/c61
|
2024-10-08 15:55:48 +08:00 |
|
Aditya Patwardhan
|
6dc8fe3db3
|
Merge branch 'docs/update_cn_trans_for_secure_boot_v2' into 'master'
docs: Update CN translation for secure-boot-v2.rst
Closes DOC-9082
See merge request espressif/esp-idf!33895
|
2024-10-08 15:13:59 +08:00 |
|
Mahavir Jain
|
27bcb047b4
|
Merge branch 'feature/qemu_doc_guide_updates' into 'master'
docs: misc updates to qemu guide, now enabled for ESP32-S3
See merge request espressif/esp-idf!33854
|
2024-10-08 12:45:23 +08:00 |
|
Zhang Shuxian
|
808a82de81
|
docs: Update CN translation for secure-boot-v2.rst
|
2024-10-08 11:09:40 +08:00 |
|
Peter Dragun
|
7d8231c0c1
|
Merge branch 'move_monitor_config_docs' into 'master'
docs: Move monitor configuration documentation to its own repository
See merge request espressif/esp-idf!33284
|
2024-10-07 22:14:53 +08:00 |
|
Mahavir Jain
|
e8dc634108
|
docs: update mbedtls guide for TLS 1.3 supported change
|
2024-10-03 21:16:38 +05:30 |
|
Mahavir Jain
|
c90dd52974
|
Merge branch 'feat/newlib-sbom-exclude_cve-2024-30949' into 'master'
fix(newlib): sbom: add CVE-2024-30949 to cve-exclude-list
See merge request espressif/esp-idf!33947
|
2024-10-03 12:30:44 +08:00 |
|
Alexey Lapshin
|
c4acf3faad
|
fix(newlib): sbom: add CVE-2024-30949 to cve-exclude-list
|
2024-10-02 18:01:14 +07:00 |
|
Aditya Patwardhan
|
58051ca1d4
|
Merge branch 'fix/secure_boot_documentation' into 'master'
fix(docs): Fix secure boot v2 documentation
Closes IDFGH-13716
See merge request espressif/esp-idf!33594
|
2024-10-01 22:54:41 +08:00 |
|
Konstantin Kondrashov
|
d5f37b526d
|
feat(partitions): Adds new partition types and subtypes for bootloader and partition_table
|
2024-10-01 14:22:22 +03:00 |
|
Erhan Kurubas
|
ffdf59a898
|
Merge branch 'jtag_doc_update' into 'master'
docs(jtag): update OpenOCD related sections
See merge request espressif/esp-idf!33516
|
2024-10-01 18:03:39 +08:00 |
|
Fu Hanxi
|
4b3a5e93cf
|
Merge branch 'feat/core_components' into 'master'
feat: add `COMPONENT_SOURCE` property to component targets
Closes DOC-7429
See merge request espressif/esp-idf!26586
|
2024-10-01 16:49:39 +08:00 |
|
Aditya Patwardhan
|
2c11c2ab81
|
fix(docs): Fix secure boot v2 documentation
Update the secure boot v2 documentation
about the limitation of read-protection
when secure boot is enabled
Closes https://github.com/espressif/esp-idf/issues/14587
|
2024-10-01 11:56:37 +08:00 |
|
Fu Hanxi
|
6ff7947fef
|
feat: add component_source property to component targets
|
2024-09-30 18:14:04 +08:00 |
|
laokaiyao
|
ae36f84945
|
feat(i2s): enable i2s test on c5
|
2024-09-30 17:38:22 +08:00 |
|
laokaiyao
|
0cb4bdc54e
|
feat(i2s): support sleep retention
|
2024-09-30 17:38:22 +08:00 |
|
Erhan Kurubas
|
8e532baf1e
|
docs(jtag): update OpenOCD related sections
|
2024-09-30 08:48:33 +02:00 |
|
David Cermak
|
5af61242d2
|
feat(wifi): Document WiFi expansion on wifi-less chips
|
2024-09-30 14:10:19 +08:00 |
|
Zhang Xiao Yan
|
945ab1a8fa
|
Merge branch 'docs/update_front_page_c5' into 'master'
docs: update front page for esp32-c5 and esp32-c61
See merge request espressif/esp-idf!33907
|
2024-09-30 11:23:53 +08:00 |
|
Linda
|
3169af7341
|
docs: update front page for esp32-c5 and esp32-c61
|
2024-09-30 10:35:19 +08:00 |
|
Nilesh Kale
|
fcdbff5039
|
Merge branch 'feature/update_mbedtls_version_to_3.6.1' into 'master'
feat(mbedtls): updated mbedtls version to 3.6.1
Closes IDF-10980
See merge request espressif/esp-idf!33282
|
2024-09-29 22:33:45 +08:00 |
|
Jiang Jiang Jian
|
8ed0508320
|
Merge branch 'change/polish_wifi_sleep_current_desc' into 'master'
change(doc): add notes for sleep current data tested in shieled box
Closes WIFI-6711
See merge request espressif/esp-idf!33796
|
2024-09-29 19:27:31 +08:00 |
|
Jiang Jiang Jian
|
ee74f278c8
|
Merge branch 'feat/support_longer_data_len_in_espnow' into 'master'
feat(wifi/espnow): Support longer data length in espnow
Closes IDFGH-7935
See merge request espressif/esp-idf!31097
|
2024-09-29 16:58:33 +08:00 |
|
Jiang Jiang Jian
|
dde0b46390
|
Merge branch 'feat/add_well_know_vfs_docs' into 'master'
docs(storage/vfs): add documentation for existing automounted vfs drivers
Closes IDF-10108
See merge request espressif/esp-idf!31160
|
2024-09-29 16:37:35 +08:00 |
|
renpeiying
|
757fa4d72c
|
docs: Update Chinese translation for docs
|
2024-09-29 11:35:45 +08:00 |
|
zhangyanjiao
|
b4d102796f
|
docs(wifi/espnow): Update the description for ESP-NOW frame
|
2024-09-29 09:40:57 +08:00 |
|
Mahavir Jain
|
1e94096e16
|
docs: update qemu guide for efuse commands
- add mention of qemu guide in security related chapters
- also added a note about secure boot v2 config in qemu workflow
|
2024-09-27 13:36:15 +05:30 |
|
Mahavir Jain
|
d6c4cbb53f
|
docs: fix typo related to secure boot
|
2024-09-27 13:35:10 +05:30 |
|
Mahavir Jain
|
d78439a572
|
docs: enable qemu doc guide for ESP32-S3
|
2024-09-27 13:34:00 +05:30 |
|
Chen Jichang
|
e56f04fdd3
|
fix(mcpwm): fix pm_lock memory issues
|
2024-09-27 14:41:34 +08:00 |
|
Erhan Kurubas
|
f4eec4da48
|
feat(esp_system): preload openocd stub binaries and reserve memory for debugging
|
2024-09-26 20:16:04 +02:00 |
|
shenmengjing
|
25d0d9c1dc
|
docs: Update CN translation for ESP-NETIF docs
|
2024-09-26 16:58:01 +02:00 |
|
David Cermak
|
9b550d77d4
|
docs(esp_netif): Update ESP-NETIF developers and programmers manual
Made final fixed to both programming manuals and user guidelines
|
2024-09-26 16:58:01 +02:00 |
|
David Cermak
|
ea76db704d
|
docs(esp_netif): Update ESP-NETIF programming manual
|
2024-09-26 16:58:01 +02:00 |
|
David Cermak
|
91f04d7134
|
docs(esp_netif): Update ESP-NETIF user documentation
|
2024-09-26 16:58:01 +02:00 |
|
Mahavir Jain
|
997c14a517
|
Merge branch 'docs/update_application_examples_security_provisioning' into 'master'
docs: update application examples for hmac.rst and wifi_provisioning.rst
See merge request espressif/esp-idf!33692
|
2024-09-26 17:48:42 +08:00 |
|
nilesh.kale
|
0216236d0c
|
feat(mbedtls): updated mbedtls version to 3.6.1
|
2024-09-26 10:26:29 +05:30 |
|
morris
|
399ea2a05c
|
Merge branch 'refactor/gptimer_retention_link_test' into 'master'
gptimer: optimize the backup register
Closes IDF-9749
See merge request espressif/esp-idf!33522
|
2024-09-26 12:28:23 +08:00 |
|
Linda
|
1c81862048
|
docs: update application examples for hmac.rst and wifi_provisioning.rst
|
2024-09-26 10:18:32 +08:00 |
|
Mahavir Jain
|
55e59e06b4
|
Merge branch 'update/update_certs_bundle' into 'master'
Update esp_crt_bundle certificates
See merge request espressif/esp-idf!33794
|
2024-09-25 23:58:23 +08:00 |
|
Mahavir Jain
|
f18eb5a4c6
|
Merge branch 'contrib/github_pr_14563' into 'master'
docs: Explain revocation of unused but compromised keys (GitHub PR)
Closes IDFGH-13688
See merge request espressif/esp-idf!33624
|
2024-09-25 17:49:36 +08:00 |
|
Espressif BOT
|
d9d303fd6f
|
change(mbedtls/crt_bundle): Update esp_crt_bundle certificates
|
2024-09-25 16:39:46 +08:00 |
|
morris
|
0c38389aa2
|
change(gptimer): optimize the registers to be backup
|
2024-09-25 16:12:38 +08:00 |
|
wangtao@espressif.com
|
3da968e122
|
change(doc): add notes for sleep current data tested in shieled box
|
2024-09-25 10:49:36 +08:00 |
|
morris
|
814d5830ea
|
Merge branch 'docs/format_application_example_bootloader' into 'master'
docs: format application examples for bootloader.rst
See merge request espressif/esp-idf!33680
|
2024-09-25 10:42:46 +08:00 |
|
Ondrej Kosta
|
feedad8467
|
remove(esp_eth): Removed SPI ETH ENC28J60 example
|
2024-09-24 16:51:21 +02:00 |
|
Zhang Xiao Yan
|
370a735e46
|
Merge branch 'docs/update_application_examples_ethernet_network' into 'master'
docs: update application examples for esp_eth.rst
See merge request espressif/esp-idf!33688
|
2024-09-24 18:26:56 +08:00 |
|