Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: blaizedsouza/Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ccea728
Choose a base ref
...
head repository: esp8266/Arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5874351
Choose a head ref
  • 6 commits
  • 27 files changed
  • 3 contributors

Commits on Nov 20, 2024

  1. SD - examples/listfilesEnhanced (esp8266#9206)

    * add new example for enhanced file listing
    
    * adapt Pin
    
    * adapt due to clanf format check in line 14
    
    * Adapt further clang findings
    
    * additional intention corrections
    
    * last clang format issues corrected
    
    * case-sensitive, eof line break
    hasenradball authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9e3ba26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb79e90 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. CI - clang-format-18 (esp8266#9225)

    * Fix shell variable comparison without $CI present
    
    + '[' = true ']'
    ./tests/restyle.sh: line 16: [: =: unary operator expected
    
    vs.
    
    + '[' '' = true ']'
    
    * Update to clang-format-18
    
    new opt to skip overly eager macro formatting
    https://clang.llvm.org/docs/ClangFormatStyleOptions.html#skipmacrodefinitionbody
    
    minor changes between 15 and 18 for ide examples
    
    reference arduino-ide format is still stuck with 15, though
    https://github.com/arduino/clang-static-binaries/releases
    
    * Pin clang-format in CI recipe not the script itself
    
    * style
    mcspr authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    be3035c View commit details
    Browse the repository at this point in the history
  2. Stack thunk yield() fixes (esp8266#9224)

    * Update bearssl builder
    
    * Keep bssl stack pointer from confusing yield
    
    implement stack_thunk_yield() which is called within bssl
    stack overflow checks for cont would always fail otherwise
    mcspr authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    1a13ab9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Docs - fix sphinx v8 builds (esp8266#9235)

    abnormal version selection w/ nbsphinx causing us to fall down to 5.x.x
    venv install specific versions, fix arguments provided to the sphinx-build
    mcspr authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    7af5246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5874351 View commit details
    Browse the repository at this point in the history
Loading