diff options
Diffstat (limited to 'source')
-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: |