diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-09-15 19:12:32 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-09-15 19:12:32 +0200 |
commit | f88fc89465b86f3a029d593427fb57ad59201e4f (patch) | |
tree | bced577af5364eacc14be75b3e7409c5d43beba6 | |
parent | 5690a5c438ae5b67a60857e72866b95acd1723aa (diff) |
Start article on esp32-pro
-rw-r--r-- | source/index.rst | 1 | ||||
-rw-r--r-- | source/microcontrollers/index.rst | 9 | ||||
-rw-r--r-- | source/microcontrollers/olimex-esp32-pro/index.rst | 20 |
3 files changed, 30 insertions, 0 deletions
diff --git a/source/index.rst b/source/index.rst index d70e647..e93df5d 100644 --- a/source/index.rst +++ b/source/index.rst @@ -65,6 +65,7 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. :maxdepth: 2 :caption: Contents: + microcontrollers/index self_hosting/index bibliography/index diff --git a/source/microcontrollers/index.rst b/source/microcontrollers/index.rst new file mode 100644 index 0000000..2344463 --- /dev/null +++ b/source/microcontrollers/index.rst @@ -0,0 +1,9 @@ +############## + Microcontrollers +############## + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + olimex-esp32-pro/index diff --git a/source/microcontrollers/olimex-esp32-pro/index.rst b/source/microcontrollers/olimex-esp32-pro/index.rst new file mode 100644 index 0000000..da977a2 --- /dev/null +++ b/source/microcontrollers/olimex-esp32-pro/index.rst @@ -0,0 +1,20 @@ +****************** + Olimex ESP32-PRO +****************** + +Board: OLIMEX ESP32-EVB +Upload Speed: 115200 +Flash Frequency: 80MHz +Partition Scheme: Default +Core Debug Level None +Erase All Flash Before Sketch Upload: Disabled + +Version 2.0.9 + +See also +-------- + +* `<https://www.olimex.com/forum/index.php?topic=9242.0>`_ + +.. + vim: set filetype=rst: |