1. 19 7月, 2021 1 次提交
    • P
      Docs: Initial documentation structure using Sphinx (#5355) · 1effae46
      Pedro Minatel 提交于
      This PR is the initial documentation structure including the basic information about the project and Sphinx configuration.
      
      ####CONTENTS:
      - Getting Started
      - Installing
      - Boards
      - Libraries
      - Library Builder
      - Tutorials
      - ESP-IDF as Component
      - OTA Web Update
      - makeEspArduino
      - Troubleshooting
      - Contributing
      
      This PR also changes the README.md.
      1effae46
  2. 17 8月, 2017 1 次提交
    • P
      DOCUMENTATION: Moved installation instructions to separate page (#561) · e6ba0f62
      Pranav Cherukupalli 提交于
      * DOCUMENTATION: Moved installation instructions to separate page
      
      * Added Fedora to contents table
      * Added Issue/Bug Report section to README
      * Some minor improvements
      
      * DOCUMENTATION: Rename directory doc to docs
      
      * Also move ISSUE_TEMPLATE.md to docs directory
      
      * DOCUMENTATION: Use current repo's files
      
      * This makes it consistent instead  of having few local and few pointing to
        espressif/arduino-esp32 by all linking to local files
      
      * DOCUMENTATION: Fix hyperlink to issue/bug template in contents
      
      * DOCUMENTATION: contents: supress platform specific installation instruction
      e6ba0f62
  3. 19 1月, 2017 1 次提交
    • M
      move to binary esptool. Run get.py/get.exe to get it! · 4fbee226
      me-no-dev 提交于
      With this step we remove all dependencies, but git. Mac and Linux come
      with Python by default, so they will keep using get.py to update the
      toolchain and support binaries. Windows users have an "All point and
      click" installation option that requires only git and Arduino to be
      downloaded.
      Fingers crossed :)
      4fbee226