1. 27 May, 2024 2 commits
  2. 22 May, 2024 2 commits
    • Luca Burelli's avatar
      fix: remove "programmer.default" from Nano ESP32 (#9666) · d164df89
      Luca Burelli authored
      Setting programmer.default has unfortunately multiple effects:
      - sets the tick by default in the Tool menu in the IDE (which was the
        expected behavior),
      - forces the CLI to use the specified programmer every time an upload is
        attempted (which is confusing users).
      
      For this reason, it is better to remove the "programmer.default" setting
      from the board definition and let the user choose the programmer in the
      IDE menus, as it was before.
      d164df89
    • Me No Dev's avatar
      fix(eth): Fix ETH.end() (#9661) · ee081b98
      Me No Dev authored
      * fix(eth): Fix ETH.end()
      
      * fix(eth): set glue handle to NULL
      ee081b98
  3. 21 May, 2024 4 commits
  4. 15 May, 2024 8 commits
  5. 14 May, 2024 4 commits
  6. 13 May, 2024 4 commits
  7. 10 May, 2024 4 commits
  8. 09 May, 2024 1 commit
  9. 08 May, 2024 2 commits
  10. 07 May, 2024 3 commits
  11. 03 May, 2024 1 commit
  12. 02 May, 2024 3 commits
  13. 29 Apr, 2024 2 commits
    • Rodrigo Garcia's avatar
      feat (hwcdc): ports changes made in 2.0.15 (#9565) · 7e7c01aa
      Rodrigo Garcia authored
      * feat (hwcdc): ports changes made in 2.0.15
      
      Ports many changes, fixes and improvements made in 2.0.15:
      - correct use of timeout
      - avoids problems with CDC ISR not reading data
      - fixes problems with transmitting many bytes to USB Host
      - changes how USB SOF and CDC connection is detected
      
      * feat (HWCDC) : port 2.0.15 
      
      Changed header for a few functions.
      
      * feat (HWCDC): port 2.0.15 upwards
      
      Fixes include file that is not necessary any more.
      
      - SOF is used directly now.
      
      * fix (HWCDC): removes left over
      
      Removes a left over function from previous 3.0.0 code.
      
      - just removing unused code.
      
      * ci(pre-commit): Apply automatic fixes
      
      * fix: typo and commentaries
      
      This fixes a few commentaries.
      
      Just a typo error.
      
      ---------
      Co-authored-by: default avatarpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
      7e7c01aa
    • Rodrigo Garcia's avatar
      feat (uart): change log level of UART events (#9563) · 84086cd4
      Rodrigo Garcia authored
      Changes from Warning to Verbose UART errors/warnings in order to make debugging easier, specially with UART BREAK.
      84086cd4