Jiang Jiang Jian
effee74b2f
Merge branch 'doc/backport_iot_solution_link_updates_to_v4.3' into 'release/v4.3'
...
fix dead links directed to ESP-IoT-Solution repo (backport v4.3)
See merge request espressif/esp-idf!13347
2021-05-13 04:15:28 +00:00
Michael (XIAO Xufeng)
d95e2c63ca
Merge branch 'doc/update_i2c_on_esp32c3_v4.3' into 'release/v4.3'
...
i2c: update api reference and example pin definition (backport v4.3)
See merge request espressif/esp-idf!13451
2021-05-13 03:09:02 +00:00
Cao Sen Miao
dca229df07
i2c: update api reference and example pin defination
2021-05-06 12:33:55 +08:00
Angus Gratton
467c7af33e
Merge branch 'doc/general_notes_v4.3' into 'release/v4.3'
...
doc: Update docs about startup sequence and memory types (v4.3)
See merge request espressif/esp-idf!13316
2021-05-03 06:48:07 +00:00
Michael (XIAO Xufeng)
64de7ee38c
Merge branch 'feature/spi_slave_hd_segment_example_v4.3' into 'release/v4.3'
...
spi_slave_hd: add an spi slave hd segment example (4.3)
See merge request espressif/esp-idf!13312
2021-04-28 17:39:25 +00:00
Armando
31c396c127
spi_slave_hd: add segment mode example
2021-04-28 08:20:55 +00:00
chenjianxing
e4d84804c1
update esp32c3 iperf config
2021-04-28 15:50:41 +08:00
Hao Ning
819ac7f847
backport link updates to v4.3
2021-04-26 11:33:22 +00:00
Angus Gratton
5fa34f6a30
Merge branch 'docs/add_esp32-c3-devkitc-02_user_guide' into 'release/v4.3'
...
Add ESP32-C3-DevKitC-02 User Guide (backport master)
See merge request espressif/esp-idf!13284
2021-04-24 00:36:24 +00:00
Angus Gratton
2c153af57a
Merge branch 'doc/c3_ledc_programming_guide_v4.3' into 'release/v4.3'
...
[doc]: Corrected C3 LEDC docs (backport 4.3)
See merge request espressif/esp-idf!13276
2021-04-24 00:35:12 +00:00
Angus Gratton
18d7d9497a
Merge branch 'bugfix/doc_jtag_c3_v4.3' into 'release/v4.3'
...
docs: Update JTAG debugging guides for ESP32-C3 (v4.3)
See merge request espressif/esp-idf!13290
2021-04-24 00:35:03 +00:00
Michael (XIAO Xufeng)
eff7fd9052
Merge branch 'feature/update_adc_programming_guide_on_c3_v4.3' into 'release/v4.3'
...
adc: add adc programming guide on c3 (4.3)
See merge request espressif/esp-idf!13281
2021-04-23 12:53:04 +00:00
Angus Gratton
275743ab1c
doc: Add notes that vTaskStartScheduler() is called during startup
...
Closes https://github.com/espressif/esp-idf/issues/1457
2021-04-23 22:48:47 +10:00
Angus Gratton
8a39b5237d
doc: update the memory types and startup docs
2021-04-23 22:48:47 +10:00
Angus Gratton
6f3b1a0554
docs: split the 'general notes' page into two
2021-04-23 19:12:06 +10:00
Angus Gratton
ecb01b28c4
Merge branch 'doc/guide_uart_esp32c3_v4.3' into 'release/v4.3'
...
doc: update programming guide to include ESP32-C3 updates
See merge request espressif/esp-idf!13277
2021-04-23 09:09:11 +00:00
Roland Dobai
50e3f9f66c
docs: Update JTAG debugging guides for ESP32-C3
2021-04-22 13:58:22 +02:00
Wang Ning
613201c24d
Add ESP32-C3-DevKitC-02 User Guide and fix some typos
2021-04-22 15:34:45 +08:00
Armando
d7a793f406
spi_master: enable spi speed test on c3 and update the programming guide
...
accordingly
2021-04-22 06:31:49 +00:00
Armando
85e0728700
spi: update esp32c3 programming guide
2021-04-22 06:31:49 +00:00
Armando
3fb1165e4e
adc: add adc programming guide on c3
2021-04-22 06:28:37 +00:00
Omar Chebib
d8c4ab482b
doc: update programming guide to include ESP32-C3 updates
2021-04-22 10:41:51 +08:00
Jakob Hasse
94ed8f8606
[doc]: Corrected C3 LEDC docs
2021-04-22 09:38:26 +08:00
Angus Gratton
6f47a4e0a6
Merge branch 'feature/add_c3_trm_link_v4.3' into 'release/v4.3'
...
docs: add C3 TRM links (v4.3)
See merge request espressif/esp-idf!13091
2021-04-16 05:33:29 +00:00
yuanjm
e490fdafbe
doc: Add description for CONFIG_LWIP_IPV6 in api-guides
2021-04-12 05:42:50 +00:00
Krzysztof Budzynski
bda9e1fda7
Merge branch 'bugfix/doxygen_input_file_bug_v4.3' into 'release/v4.3'
...
docs: fix doxygen compile warnings for doxygen 1.9.1 (v4.3)
See merge request espressif/esp-idf!13075
2021-04-12 00:46:11 +00:00
Marius Vikhammer
97df333a3b
docs: fix doxygen compile warnings for doxygen 1.9.1
...
Newer versions of doxygen will give warnings for comments in
INPUT lists
Delete all comment lines to fix these warnings, our folder structure
stil gives an OK overview of what we are including
2021-04-12 08:46:06 +08:00
Angus Gratton
e4dd9053c2
Merge branch 'feature/secure_bootv2_c3_v4.3' into 'release/v4.3'
...
secure_boot_v2: Support SB_V2 for ESP32-C3 ECO3 (v4.3)
See merge request espressif/esp-idf!13062
2021-04-09 13:06:46 +00:00
Marius Vikhammer
626964beae
docs: add C3 TRM links
2021-04-09 15:14:16 +08:00
Michael (XIAO Xufeng)
76ff1724b3
Merge branch 'feature/remove_hspi_macor_on_chips_later_than_s2_v4.3' into 'release/v4.3'
...
spi: remove hspi macor on chips later than s2 (v4.3)
See merge request espressif/esp-idf!12956
2021-04-08 09:37:07 +00:00
KonstantinKondrashov
19b90e8ba9
docs: Adds secure_boot_v2 for ESP32-C3 ECO3
2021-04-08 14:35:35 +08:00
Armando
670b057b04
spi: remove HSPI macro on esp32c3 and esp32s3
2021-04-06 15:30:28 +08:00
Omar Chebib
ae3b4819da
esp_system: add VDD_SDIO power domain configuration to documentation
...
Add a warning in `sleep_modes` doc page to explain how to keep
VDD_SDIO power domain ON.
2021-04-06 14:04:22 +08:00
Jiang Jiang Jian
319eecc793
Merge branch 'doc/c3_system_api_v4.3' into 'release/v4.3'
...
docs: updated system api-reference chapters for C3 (v.4.3)
See merge request espressif/esp-idf!12892
2021-03-31 17:57:41 +00:00
Angus Gratton
278cfc2047
Merge branch 'doc/embed_example_v4.3' into 'release/v4.3'
...
doc: Update the link to an example that embeds a file (v4.3)
See merge request espressif/esp-idf!12655
2021-03-31 01:31:12 +00:00
Michael (XIAO Xufeng)
b75a5fd03a
Merge branch 'bugfix/adc_power_issue_4.3' into 'release/v4.3'
...
adc: fix adc power issue (v4.3)
See merge request espressif/esp-idf!12921
2021-03-30 17:15:09 +00:00
Michael (XIAO Xufeng)
868c96c59f
Merge branch 'bugfix/flash_suspend_restriction_v4.3' into 'release/v4.3'
...
spi_flash: make suspend off by default and add more information for using suspend(backport v4.3)
See merge request espressif/esp-idf!12932
2021-03-30 11:00:53 +00:00
Marius Vikhammer
c9087c205b
docs: updated system api-reference chapters for C3
2021-03-30 14:28:02 +08:00
Cao Sen Miao
4906779d50
spi_flash: make suspend off by default and add more information for using suspend
2021-03-29 12:02:43 +08:00
Jiang Jiang Jian
7c5e920c37
Merge branch 'feature/temp_v4.3' into 'release/v4.3'
...
temp_sensor: add calibration for esp32c3(backport v4.3)
See merge request espressif/esp-idf!12703
2021-03-26 05:51:47 +00:00
Jiang Jiang Jian
d4ac30a978
Merge branch 'fix/dont_disable_uart_dl_mode_by_default_v4.3' into 'release/v4.3'
...
bootloader/ ESP32_ECO3: Do not disable UART download mode by default (v4.3)
See merge request espressif/esp-idf!12907
2021-03-26 05:50:48 +00:00
Armando
4866027391
adc: update adc programming guide to avoid build fail
2021-03-26 13:26:19 +08:00
KonstantinKondrashov
26d362040e
secure_boot/SIGNED_ON_UPDATE_NO_SECURE_BOOT: Only the first position of signature blocks is used to verify any update
2021-03-25 15:40:24 +08:00
Aditya Patwardhan
f6a794cf51
bootloader/ ESP32_ECO3: Do not disable UART download mode by default
2021-03-25 10:32:37 +05:30
Angus Gratton
802a01c0b7
docs: Add docs for Secure Boot V2 "verify on update without secure boot"
2021-03-17 17:08:59 +08:00
Angus Gratton
9fd12182de
Merge branch 'docs/esp32c3_fatal_errors_v4.3' into 'release/v4.3'
...
doc: update "Fatal Errors" chapter for ESP32C3 board (backport v4.3)
See merge request espressif/esp-idf!12678
2021-03-11 10:48:03 +00:00
Krzysztof Budzynski
d42958439d
Merge branch 'doc/c3_api_ref_update_v4.3' into 'release/v4.3'
...
docs: update api-reference chapters for C3 (v4.3)
See merge request espressif/esp-idf!12583
2021-03-11 09:36:44 +00:00
Omar Chebib
9393a402eb
doc: update "Fatal Errors" chapter for ESP32C3 board
2021-03-11 06:37:30 +00:00
Cao Sen Miao
d92ac450a2
temp_sensor: add calibration for esp32c3
2021-03-11 14:25:18 +08:00
daiziyan
fd93c475b6
update CN translation based on reviewers' comments
2021-03-09 10:31:33 +11:00