1. 10 3月, 2022 1 次提交
  2. 04 11月, 2021 1 次提交
    • P
      [Docs] Added I2C driver docs (#5770) · 666cd3cd
      Pedro Minatel 提交于
      * Added I2C driver docs
      docs: Changes on the images and added more details about the I2C slave
      
      * docs: Added slaveWrite description and added docs build folder to the gitignore file
      666cd3cd
  3. 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
  4. 29 6月, 2021 1 次提交
    • D
      Update .gitignore (#5323) · c37557c7
      Dirk O. Kaar 提交于
      In current master, after get.exe, there's tools/mkfatfs.exe that must be ignored.
      Also cleaning up a simple duplicate line in .gitignore.
      This is for Windows only, any hints on what can be done for Linux, Mac, is appreciated.
      c37557c7
  5. 14 4月, 2021 1 次提交
  6. 05 4月, 2021 1 次提交
  7. 02 12月, 2020 1 次提交
  8. 01 6月, 2020 1 次提交
    • N
      M5Stack's product offering includes various ESP32-based camera devices. (#4030) · b92c58d7
      Nigel Mellor 提交于
      They are all broadly similar, all being based on the ESP32-D0WD core, but have
      some subtle differences between variants around PSRAM inclusion and camera pin
      mappings.
      
      The ESP32CAM "unit" product (SKU: U007) has no PSRAM and maps the
      "Pixel Data 0" (Y2 GPIO/OV2640 D2) camera pin to IO17 rather than IO32 as is
      the case with most other M5Stack ESP32 camera devices.
      
      The ESP32CAM also requires the "hmirror" and "vflip" camera configuration
      bits setting in order to capture a true image.
      
      The relevant M5Stack pin configuration documentation can be found here:
      https://docs.m5stack.com/#/en/unit/esp32cam?id=pinmap
      b92c58d7
  9. 10 7月, 2019 1 次提交
    • D
      Expand gitignore to cover files created by Visual Micro (#2934) · 20498cf8
      Dirk O. Kaar 提交于
      * Expand gitignore to cover files created by Visual Micro's Arduino IDE for Visual Studio
      
      (cherry picked from commit d6209c79ea16a26564fe27e74e5f277160129847)
      
      * Also ignore VS project files
      
      (cherry picked from commit e0ec212bd41e75a3570a6098a66ee66787db58db)
      20498cf8
  10. 16 4月, 2018 1 次提交
  11. 23 11月, 2017 1 次提交
  12. 14 10月, 2017 1 次提交
  13. 30 9月, 2017 2 次提交
  14. 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
  15. 06 10月, 2016 2 次提交