Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 1a19747

Browse files
committed
Getting started guides
1 parent 6f0a9f7 commit 1a19747

File tree

130 files changed

+1365
-602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+1365
-602
lines changed

CONTRIBUTING.rst

+8

README.md

+1-1

components/driver/include/driver/gpio.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ esp_err_t gpio_wakeup_disable(gpio_num_t gpio_num);
356356
* @param handle Pointer to return handle. If non-NULL, a handle for the interrupt will be returned here.
357357
*
358358
* \verbatim embed:rst:leading-asterisk
359-
* To disable or remove the ISR, pass the returned handle to the :doc:`interrupt allocation functions </api/system/intr_alloc>`.
359+
* To disable or remove the ISR, pass the returned handle to the :doc:`interrupt allocation functions </api-reference/system/intr_alloc>`.
360360
* \endverbatim
361361
*
362362
* @return

components/spi_flash/README.rst

+3-3

components/wear_levelling/README.rst

+1-1

docs/_static/about-doc.png

66.8 KB

docs/_static/api-guides.gif

3.21 KB

docs/_static/api-reference.gif

3.03 KB

docs/_static/contribute.gif

3.3 KB
8.78 KB
27.1 KB
39.6 KB
189 KB
384 KB

docs/_static/get-started.gif

2.8 KB

docs/_static/hw-reference.gif

2.96 KB

docs/_static/linux-logo.png

23.8 KB

docs/_static/macos-logo.png

23.3 KB
12.7 KB
43 KB

docs/_static/putty-settings-linux.png

62.2 KB
16.9 KB

docs/_static/resources.gif

2.4 KB

docs/_static/what-you-need.png

108 KB

docs/_static/windows-logo.png

3.37 KB

docs/_static/wrover-jp1-both.png

75 KB

docs/_static/wrover-jp1-sd_io2.png

73.9 KB

docs/_static/wrover-jp11-tx-rx.png

69.4 KB

docs/_static/wrover-jp14.png

81.9 KB

docs/_static/wrover-jp7-ext_5v.png

75.1 KB

docs/_static/wrover-jp7-usb_5v.png

74.9 KB

docs/_static/wrover-jp8.png

81.7 KB

docs/about.rst

+16
File renamed without changes.

docs/api-guides/index.rst

+17

docs/partition-tables.rst docs/api-guides/partition-tables.rst

+3-3

docs/ulp_instruction_set.rst docs/api-guides/ulp_instruction_set.rst

+2-2

docs/api-guides/ulp_macros.rst

+1

docs/api-reference/index.rst

+14

docs/api/peripherals/gpio.rst docs/api-reference/peripherals/gpio.rst

+2-2

docs/api/storage/spi_flash.rst docs/api-reference/storage/spi_flash.rst

+2-2

docs/api/storage/wear-levelling.rst docs/api-reference/storage/wear-levelling.rst

+4-4

docs/api/system/ota.rst docs/api-reference/system/ota.rst

+4-4

docs/api/template.rst docs/api-reference/template.rst

+4-4

0 commit comments

Comments
 (0)