1. 27 May, 2024 10 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 1 commit
    • Lucas Saavedra Vaz's avatar
      ci(wokwi): Add Wokwi emulator to workflow (#9540) · 789b1a84
      Lucas Saavedra Vaz authored
      * ci(wokwi): Add wokwi emulator to CI
      
      * feat(wokwi): Support scenario
      
      * feat(wokwi): Add simple CI test for push button
      
      * sudo apt command
      
      * sudo both apt commands
      
      * Add missing test.py file
      
      * Test pytest path changes
      
      * empty push
      
      * move wokwi cli token variable
      
      * move token back to wokwi job
      
      * Update hil.yml
      
      * Update hil.yml
      
      * revert run on pr
      
      * run on PR target
      
      * run only on master
      
      * ci(wokwi): Support wokwi
      
      * ci(wokwi): Skip unsupported and performance test
      
      * ci(wokwi): run wokwi tests without label
      
      * debug: run build on windows
      
      * RUN WIFI WITH PSRAM ON-OFF
      
      * fix psram for S3
      
      * Revert "debug: run build on windows"
      
      This reverts commit bc085e50502eb470836276097fa45ee0e2374ed1.
      
      * ci(wokwi): Run workflow only if build was sucessful
      
      * ci(pre-commit): Apply automatic fixes
      
      * ci(wokwi): Add generated files to gitignore
      
      ---------
      Co-authored-by: default avatarJan Prochazka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
      Co-authored-by: default avatarpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
      789b1a84