1. 23 Aug, 2023 2 commits
  2. 12 Aug, 2023 1 commit
  3. 11 Aug, 2023 1 commit
  4. 04 Aug, 2023 2 commits
  5. 18 Jul, 2023 1 commit
  6. 17 Jul, 2023 9 commits
  7. 01 Jul, 2023 1 commit
  8. 29 Jun, 2023 2 commits
  9. 31 May, 2023 8 commits
  10. 11 May, 2023 4 commits
  11. 03 May, 2023 9 commits
    • David McCurley's avatar
      Add v2.0.9 into Issue Template (#8156) · 1c3039eb
      David McCurley authored
      1c3039eb
    • per1234's avatar
      Add protocol-explicit upload.tool properties required for pluggable discovery compatibility (#8151) · 7e51a037
      per1234 authored
      A new flexible and powerful "pluggable discovery" system was added to the Arduino boards platform framework. This system
      makes it easy for Arduino boards platform authors to use any arbitrary communication channel between the board and
      development tools.
      
      Boards platform configurations that use the old property syntax are automatically translated to the new syntax by
      Arduino CLI:
      
      https://arduino.github.io/arduino-cli/latest/platform-specification/#sketch-upload-configuration
      
      > For backward compatibility with IDE 1.8.15 and older the previous syntax is still supported
      
      This translation is only done in platforms that use the old syntax exclusively. If `pluggable_discovery` properties are
      defined for the platform then the new pluggable discovery-style `upload.tool.<protocol_name>` properties must be defined
      for each board as well.
      
      This platform was converted to use the new pluggable discovery platform properties syntax, so those properties are
      required. Although such properties were added to board definitions at the time the syntax was changed, new board
      definitions without the required properties were added later.
      
      Those missing properties caused uploads to fail for users of the recent versions of Arduino IDE and Arduino CLI with an
      error of the form:
      
      Error during Upload: Property 'upload.tool.serial' is undefined
      
      It is also important to provide compatibility with versions of Arduino development tools from before the introduction of
      the modern pluggable discovery system. For this reason, the old style `<board ID>.upload.tool` properties are retained.
      Old versions of the development tools will treat the `<board ID>.upload.tool.default` properties as an unused
      arbitrary user defined property with no special significance and the new versions of the development tools will do the
      same for the `upload.tool` properties.
      7e51a037
    • Dirk O. Kaar's avatar
    • Jan Procházka's avatar
      CI - All boards test (#8114) · 9d8471dc
      Jan Procházka authored
      * Create allboards.yml for all boards test
      
      * Clean workflow from unused stuff
      
      * Use compile-sketch main
      
      * Update find_all_boards.sh
      9d8471dc
    • Renan Passos's avatar
      Text correction of timer.rst (#8074) · 2c714066
      Renan Passos authored
      * Update timer.rst
      
      Changed text because of an inconsistence between title and text explaining the timerGetConfig function.
      I don't know if the method timerSetConfig really exists.
      
      * Update timer.rst
      
      Add informations about timerSetConfig function.
      2c714066
    • Tomáš Pilný's avatar
      266eea71
    • David McCurley's avatar
      eraseAP (#8148) · 758b4ebf
      David McCurley authored
      758b4ebf
    • David McCurley's avatar
      BugFix FlashStringHelper Macros (#8147) · 5c92a023
      David McCurley authored
      Revert to previous definition of `FPSTR` and `F` macros.
      5c92a023
    • David McCurley's avatar
      CameraWebserver.ino (#8149) · 8f4f21c7
      David McCurley authored
      Resolves deprecation warnings in CameraWebServer.ino. pin_sscb_sda -> pin_sccb_sda. pin_sscb_scl -> pin_sccb_scl.
      The variables are in the same union and are identical.
      8f4f21c7