Armando
ded528e188
adc: no longer support adc2 oneshot mode on esp32c3
...
Due to HW limitation, we don't support this anymore. On c3, ADC2 under oneshot mode is not stable.
However, you can enable CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 to force use
ADC2.
Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
2022-12-16 02:06:03 +00:00
Armando
b4c90c44d2
adc: no longer support adc2 continuous mode on esp32c3 and esp32s3
...
Due to HW limitation, we don't support this anymore. On s3 and c3, ADC2 under continuous mode is not stable.
However, you can enable CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 to force use
ADC2.
Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
2022-12-16 02:06:03 +00:00
Fu Hanxi
dabb16c6ad
Merge branch 'feature/component_manager_custom_lock_file' into 'master'
...
component manager: add variable `DEPENDENCIES_LOCK`
Closes PACMAN-407 and IDFGH-7867
See merge request espressif/esp-idf!19878
2022-12-14 22:03:48 +08:00
Mahavir Jain
46588e7126
docs: security: enable memory protection section for ESP32-C2/ESP32-C6
2022-12-14 10:03:47 +05:30
Mahavir Jain
188017d6b1
docs: Fix Secure DL mode documentation about flash read being unsupported
...
Simple flash read command is not supported if Secure DL mode is enabled on the target.
Remove reference of this from the relevant docs part.
Related: https://github.com/espressif/esptool/issues/810
Related: ESPTOOL-567
Closes IDF-6468
2022-12-14 10:03:46 +05:30
morris
c01f71cfcf
Merge branch 'contrib/github_pr_10356' into 'master'
...
Enforce that SPI Flash pins are not for regular usage. (GitHub PR)
Closes IDFGH-8942
See merge request espressif/esp-idf!21582
2022-12-13 21:25:00 +08:00
Fu Hanxi
17224f3254
component manager: add build property `DEPENDENCIES_LOCK`
...
closes https://github.com/espressif/esp-idf/issues/9394
2022-12-13 15:25:19 +08:00
Rodrigo Garcia
1a8816ca97
Enforce that SPI Flash pins are not for regular usage.
2022-12-12 19:11:05 -03:00
Darian
936a69da3c
Merge branch 'docs/freertos_smp_critical_section_usage' into 'master'
...
Docs: Update IDF FreeRTOS documentation on spinlock initialization and usage
See merge request espressif/esp-idf!21509
2022-12-10 02:08:30 +08:00
Ivan Grokhotkov
e603c9b04d
Merge branch 'doc/cpu_breakpoint_watchpoint_num' into 'master'
...
docs: fix the number of breakpoints and watchpoints for RISC-V chips
See merge request espressif/esp-idf!21412
2022-12-09 22:21:50 +08:00
morris
8277a8e8df
doc: gpio glitch filter
2022-12-09 11:33:42 +08:00
Darian Leung
10ee81108f
freertos(IDF): Update documentation on spinlock initialization and usage
...
This commit adds some code snippets to covering how to initialize spinlocks
when they are dynamically or statically allocated.
2022-12-08 22:05:14 +08:00
morris
bc56ae4a63
Merge branch 'docs/translate_uart' into 'master'
...
docs: translate uart
Closes DOC-3037
See merge request espressif/esp-idf!21184
2022-12-08 19:34:40 +08:00
Wang Zi Yan
828fed333e
docs: translate uart
2022-12-08 19:34:40 +08:00
Ivan Grokhotkov
f1b1540f61
docs: fix the number of breakpoints and watchpoints for RISC-V chips
2022-12-08 12:12:02 +01:00
Alexey Lapshin
960a235ad7
Merge branch 'fix/docs-SYSVIEW_FreeRTOS_txt-path' into 'master'
...
docs: fix path to SYSVIEW_FreeRTOS.txt
See merge request espressif/esp-idf!21461
2022-12-08 18:13:22 +08:00
Song Ruo Jing
6f4d1ea436
Merge branch 'feature/esp32c6_ledc_support' into 'master'
...
ledc: Add basic support for esp32c6
Closes IDF-5328
See merge request espressif/esp-idf!21387
2022-12-08 16:07:46 +08:00
Fu Hanxi
df63cd0765
docs: update pytest related docs
2022-12-08 09:49:12 +08:00
Song Ruo Jing
9402ab427b
ledc: Add basic support for esp32c6
2022-12-07 18:40:50 +08:00
Mahavir Jain
bdd822970c
Merge branch 'bugfix/add_check_for_coredump_encrypted_flag' into 'master'
...
coredump: add partition encrypted flag check for flash encryption case
See merge request espressif/esp-idf!21410
2022-12-07 11:52:49 +08:00
morris
171b849831
Merge branch 'doc/esp_lcd_class_diagram' into 'master'
...
RGB LCD multi-framebuffer support
Closes IDF-5309, IDF-5939, and IDF-6336
See merge request espressif/esp-idf!20975
2022-12-07 11:25:15 +08:00
Zhang Xiao Yan
1d82bcd125
Merge branch 'docs/update_jtag_pins_for_other_purposes_esp32s3_esp32c3' into 'master'
...
docs: update description of jtag pins for esp32s3 and esp32c3
Closes DOC-3015
See merge request espressif/esp-idf!21225
2022-12-07 09:45:05 +08:00
Zhang Xiao Yan
8956987041
Merge branch 'docs/update_usb_otg_console' into 'master'
...
docs: update description of initial upload on development boards
Closes DOC-4201
See merge request espressif/esp-idf!21403
2022-12-06 20:05:10 +08:00
Alexey Lapshin
2710718f5d
docs: fix path to SYSVIEW_FreeRTOS.txt
2022-12-06 13:49:10 +07:00
Mahavir Jain
274aa2d7c0
Merge branch 'docs/remote_signing_of_images_cmd_fix' into 'master'
...
docs: fix secure boot "Remote Signing of Images" section command
Closes DOC-4198
See merge request espressif/esp-idf!21378
2022-12-06 14:35:21 +08:00
Mo Fei Fei
2f8371fe53
Merge branch 'docs/update_schematics_s3_devkitc' into 'master'
...
Docs: Update schematics for ESP32-S3 DevKitC-1
Closes DOC-4182
See merge request espressif/esp-idf!21406
2022-12-06 11:50:23 +08:00
Mo Fei Fei
120657cc08
Docs: Update schematics for ESP32-S3 DevKitC-1
2022-12-06 11:50:23 +08:00
morris
8c7e8f2811
doc: add api reference for controller lcd drivers
2022-12-06 11:12:28 +08:00
Mo Fei Fei
bcbb6d2fc2
Merge branch 'docs/add_cn_trans_esp_https_client' into 'master'
...
Docs: add CN trans for esp_http_client.rst
Closes DOC-4119
See merge request espressif/esp-idf!21267
2022-12-05 14:16:56 +08:00
Mo Fei Fei
f0060a7a76
Docs: add CN trans for esp_http_client.rst
2022-12-05 14:16:56 +08:00
Saurabh Kumar Bansal
fac23b90ae
USB: Add MSC example.
2022-12-03 20:32:38 +05:30
Mahavir Jain
12b977dba6
coredump: add partition encrypted flag check for flash encryption case
...
Ref: https://esp32.com/viewtopic.php?f=13&t=30752
2022-12-02 17:15:01 +05:30
Linda
d34752352b
docs: update description of initial upload on development boards
2022-12-02 15:07:23 +08:00
harshal.patil
6809eaf375
docs: fix secure boot "Remote Signing of Images" section command
2022-12-01 18:03:44 +05:30
muhaidong
18d9f4322b
doc: update wifi amsdu docs
2022-12-01 14:57:58 +08:00
Aditya Patwardhan
bb290d407d
docs/esp_http_client: fix esp-tls documentation link
2022-11-29 03:13:12 +00:00
Rocha Euripedes
18520ac4b6
Merge branch 'feature/mqtt_message_lifetime_docs' into 'master'
...
[MQTT] clarification of message retransmission
See merge request espressif/esp-idf!20541
2022-11-28 20:22:27 +08:00
Euripedes Rocha
7a28502e5f
[MQTT] clarification of message retransmission
...
- Adds description of the message retransmission process for QoS 1 and
2.
2022-11-28 10:29:45 +01:00
Mahavir Jain
175e5fc260
Merge branch 'feature/docs_security_overview_chapter' into 'master'
...
docs: add chapter about overall "security" area guide
Closes IDF-1565
See merge request espressif/esp-idf!21156
2022-11-25 16:56:02 +08:00
Mahavir Jain
11f2683c27
docs: add chapter about overall "security" area guide
...
List down considerations for the following areas:
- Hardware security
- Network security
- Product security
Also added brief explanation about "Security Policy" for ESP-IDF.
Closes IDF-1565
2022-11-25 03:17:05 +00:00
Linda
042a36e4c2
docs: update description of jtag pins for esp32s3 and esp32c3
2022-11-24 18:35:39 +08:00
Guillaume Souchere
5dc0481d21
heap: add documentation about the function placement in IRAM and its usage in ISR
...
This commits adds a internal.md file in the heap directory to clarify the idea behind
which functions is placed in IRAM or in flash.
A section in mem_alloc.rst documentation is added to specify which functions from the
heap component API can be used in interrupt handlers.
2022-11-24 10:31:14 +01:00
Alexey Gerenkov
8c2ae2f9bd
Merge branch 'feature/universal_clang_toolchain_support' into 'master'
...
build: Adds support for universal Clang toolchain
Closes LLVM-79
See merge request espressif/esp-idf!20090
2022-11-24 03:09:46 +08:00
morris
2f29408f3f
Merge branch 'docs/provide_translation_for_esp_eth' into 'master'
...
docs: Provide CN translation for esp_eth
Closes DOC-3901
See merge request espressif/esp-idf!21029
2022-11-23 19:05:39 +08:00
morris
4019e307f1
doc: add api reference for etm driver
2022-11-23 15:32:34 +08:00
Omar Chebib
7baa63cbc2
Merge branch 'staging/asm_dedic_gpio_example' into 'master'
...
Dedicated/Fast GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets
Closes IDF-5936
See merge request espressif/esp-idf!20921
2022-11-23 14:19:01 +08:00
Alexey Gerenkov
55bd4a74cd
tools: Replace 'xtensa-clang' with 'esp-clang'
2022-11-22 17:30:14 +03:00
Konstantin Kondrashov
618572c139
Merge branch 'feature/efuse_c6' into 'master'
...
efuse(esp32-c6): Update efuse_table and rs coding error func
Closes IDF-5919 and IDF-5341
See merge request espressif/esp-idf!21163
2022-11-22 21:50:42 +08:00
Zhang Xiao Yan
ae2ad18cba
Merge branch 'docs/update_32-bit_accessible_memory' into 'master'
...
docs: update the usage of MALLOC_CAP_32BIT on ESP32 chips
Closes DOC-4151
See merge request espressif/esp-idf!21139
2022-11-22 16:46:17 +08:00
Shang Zhou
3efc3a0665
docs: Provide CN translation for esp-eth
2022-11-22 16:20:10 +08:00