1. 15 4月, 2023 1 次提交
  2. 05 4月, 2023 1 次提交
  3. 04 4月, 2023 1 次提交
    • J
      [CI] External libraries compilation test (#8003) · df75f38a
      Jan Procházka 提交于
      * Workflow final + docs added
      
      Delete LIBRARY_TEST.md
      
      Update readme + documentation
      
      Generated External Libraries Test Results
      
      Updated docs
      
      Generated External Libraries Test Results
      
      revert last commit
      
      DOnt install arduino-core manually
      
      Update external_libraries_test.rst
      
      Generated External Libraries Test Results
      
      Align FQBNs to platform name
      
      use manula platform installation
      
      Generated External Libraries Test Results
      
      remove verbose
      
      remove - before sketch path
      
      Add libs and examples for specific chip
      
      Generated External Libraries Test Results
      
      Generated External Libraries Test Results
      
      Update README.md
      
      Generated External Libraries Test Results
      
      Update README.md
      
      Update README.md
      
      Generated External Libraries Test Results
      
      change name of GH action
      
      replace - for /
      
      Generated External Libraries Test Results
      
      Generated External Libraries Test Results
      
      Update lib.yml
      
      Update lib.yml
      
      Generated External Libraries Test Results
      
      remove types from pull_rewuest
      
      add pull to lib.yml
      
      Generated External Libraries Test Results
      
      add back deltas_report
      
      Update LIBRARY_TEST.md
      
      add verbose logs
      
      remove deltas report
      
      Generated External Libraries Test Results
      
      Change from schedule to push for testing
      
      add P-R-O-C-H-Y repo to cron job
      
      rename workflow
      
      Update LIBRARY_TEST.md
      
      Update LIBRARY_TEST.md
      
      Edit URL
      
      Generated External Libraries Test Results
      
      remove unused ymls + run job on schedule
      
      generated
      
      Add action link
      
      push only result file
      
      generated
      
      fix names
      
      fix workflow
      
      run workflow on push
      
      Add report to file action
      
      remove separator
      
      fix example paths
      
      fix library name
      
      yaml list of examples edit
      
      update universal sketches
      
      examples path fix
      
      update example paths
      
      Add ESP32Servo
      
      warnings -> all
      
      change warnings to "default"
      
      fix library name
      
      fix list
      
      add matrix to compile sketches
      
      test compile for only 1 chip
      
      remove GPIO example
      
      use edited action
      
      Add Blynk library
      
      use v1
      
      print arduino cli version
      
      fix listing
      
      update libs
      
      list fix
      
      remove if
      
      fix typo
      
      fix path
      
      path test
      
      list fix
      
      fix folder creating
      
      add install IDE
      
      list fix
      
      fix missing run command
      
      Added V3 lib test + script for lib install
      
      fix typo
      
      add platform
      
      updated on:
      
      Lib testing v2
      
      fix fqbn
      
      test all chips
      
      typo fix
      
      replace blynk with Adafruit Neopixel
      
      change blynk example
      
      fix yml format
      
      add action name
      
      Add report for PR
      
      Enable warnings report
      
      changed position
      
      typo
      
      test
      
      remove dbg level
      
      add log level option
      
      split command
      
      typo
      
      typo
      
      add empty space
      
      change position of cli flags
      
      fix typo
      
      cli compile flags not marking warning as error
      
      Add new lib+example
      
      install core manually
      
      Install core by compile-sketch
      
      fix url->path
      
      fix typo
      
      Install core from repo
      
      remove external lib checkout
      
      add lib example
      
      update board
      
      change platform name
      
      change platform name
      
      use BoardManager
      
      update example
      
      update example
      
      use repo as platform
      
      Initial commit
      
      Update README.md
      
      Update README.md
      
      * fix readme links
      
      * added JSON + lib_v2 YAML
      
      * Update lib_v2.yml
      
      * Update lib_v2.yml
      
      * Update lib_v2.yml
      
      * Update lib_v2.yml
      
      * Update lib_v2.yml
      
      * Update lib_v2.yml
      
      * Update lib_v2.yml
      
      * update JSON file
      
      * Added json file
      
      * Update lib.yml
      
      * Update lib_v2.yml
      
      * Update lib_v2.yml
      
      * change JSON
      
      * edit json + add version
      
      * edit json
      
      * update version
      
      * fix path
      
      * update fqbn platform name
      
      * add empty test result file
      
      * Add latest changes
      
      * Update docs
      
      * Update docs + clean YAML fifle
      
      * Add ESPAsyncWebServer library
      
      * Add test multiple required libs (will revert)
      
      * Update docs + json
      
      * Update lib.yml
      
      * Fix typos in docs
      
      * fix readme links
      df75f38a
  4. 08 2月, 2023 1 次提交
    • O
      Reword "ESP-IDF as Component" (#7812) · b4ad2054
      Olivér Remény 提交于
      I think "Arduino as an ESP-IDF component" or just "As ESP-IDF component" instead of  "ESP-IDF as Component" is more correct way to name the link.
      
      1. "ESP-IDF as Component" would imply that ESP-IDF is some sort of library for Arduino, which is (IMO) misleading, because it's true the other way around.
      2. It's written as "Arduino as an ESP-IDF component" on the webpage it points to as well.
      
      - Also I removed the capitalization from "Component" as I have not found a reason why is it capitalized.
      b4ad2054
  5. 04 1月, 2023 1 次提交
    • V
      Gitter link update of Readme.md (#7658) · 0ad5eef9
      Vojtěch Bartoška 提交于
      On last Community Meeting, we have noticed that some active contributors don't know about the Gitter channel. 
      
      This PR replace Gitter badge button by simple web link so it's supposed to be more visible.
      0ad5eef9
  6. 13 12月, 2022 1 次提交
  7. 21 4月, 2022 1 次提交
  8. 28 3月, 2022 1 次提交
  9. 14 12月, 2021 1 次提交
    • V
      Adding Issue and Feature template (#5999) · 2463f572
      Vojtěch Bartoška 提交于
      Summary
      
      This PR contains adding:
      
      Issue template using forms
      Feature Template using forms
      Update of Pull Request template
      All yaml files have been checked by online validator.
      
      Pages are rendered here (for easier review):
      Feature Request template
      Issue Template
      
      Impact
      
      These templates can help with more accurate issue/PR explanations which can improve handling these contribution and in overall have a positive influence on User experience.
      
      Related links
      
      This PR closed issue #5956
      2463f572
  10. 15 11月, 2021 1 次提交
  11. 09 11月, 2021 1 次提交
  12. 21 9月, 2021 1 次提交
    • V
      Update README.MD - "Type: For reference" labels link (#5619) · 9f827a66
      Vojtěch Bartoška 提交于
      * Create PULL_REQUEST_TEMPLATE.md
      
      Adding first version of PULL_REQUEST_TEMPLATE.md.
      
      The purpose of this template is to improve and simplify writing more accurate Release Notes.
      
      * Update PULL_REQUEST_TEMPLATE.md
      
      Fix typo.
      
      * Update README.MD - "Type: For reference" labels link
      
      Updating a link to issues labeled with "Type: For reference". The old one is not working due to the updates of labels in the past.
      9f827a66
  13. 22 7月, 2021 1 次提交
  14. 19 7月, 2021 2 次提交
  15. 18 5月, 2021 1 次提交
  16. 21 4月, 2021 1 次提交
  17. 17 4月, 2021 1 次提交
  18. 05 4月, 2021 1 次提交
  19. 06 11月, 2020 1 次提交
  20. 14 10月, 2020 1 次提交
  21. 15 10月, 2019 1 次提交
  22. 25 9月, 2019 2 次提交
  23. 10 7月, 2019 1 次提交
  24. 11 1月, 2019 1 次提交
  25. 30 7月, 2018 1 次提交
    • L
      Cleanup on README and boards_manager (#1693) · a7ddf395
      lbernstone 提交于
      * Added instructions for installation with boards manager (stolen directly from esp8266)
      
      * changed to production link instead of dev
      
      * Added to main README. Made mods to images as requested.
      
      * Added links for development package
      
      * Moved version images to README.md
      
      * Just a little change for cleaner look
      
      * Cleaned up README.md and boards_manager.md to make installation easier.
      a7ddf395
  26. 26 7月, 2018 1 次提交
  27. 04 7月, 2018 1 次提交
  28. 26 9月, 2017 1 次提交
  29. 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
  30. 03 6月, 2017 1 次提交
  31. 04 4月, 2017 1 次提交
  32. 05 2月, 2017 1 次提交
    • I
      Add hint (#170) · 150d2cec
      Ion 提交于
      * Add hint
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      150d2cec
  33. 29 1月, 2017 1 次提交
  34. 28 1月, 2017 2 次提交
  35. 19 1月, 2017 3 次提交
    • 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
    • M
      update get.py and add get.exe · 93d2bc7f
      me-no-dev 提交于
      - get.exe is clickable and will soon download binary form of esptool,
      which will really simplify installation on Windows
      - get.py does not require any extra modules on Linux and Mac
      - ```pip install requests``` required only on Windows (if not using
      get.exe)
      - Paths are made relative to the file in order to make the windows
      executable clickable.
      93d2bc7f
    • M
      Update README.md · a2931e7a
      Me No Dev 提交于
      Add ```pip install requests``` to install steps
      a2931e7a