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: esp8266/Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mcspr/esp8266-Arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gcc14/wip
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on May 5, 2025

  1. gcc14 wip

    drop old libstdc++ and libhal from searchpath in tools/sdk/lib/
    ld renames to symbols from string.h to rom_..., allowing newlib impl
    toolchain package is expected to provide both of these
    mcspr committed May 5, 2025
    Copy the full SHA
    a2f29c8 View commit details
  2. Copy the full SHA
    175ffc5 View commit details
  3. IRAM_ATTR w/o assembler

    mcspr committed May 5, 2025
    Copy the full SHA
    d2e1f8b View commit details
  4. Copy the full SHA
    a9f57e6 View commit details
  5. fixup! gcc14 wip

    mcspr committed May 5, 2025
    Copy the full SHA
    280a369 View commit details

Commits on May 9, 2025

  1. Copy the full SHA
    d8ff31d View commit details

Commits on May 13, 2025

  1. arm64-apple-darwin get.py

    mcspr committed May 13, 2025
    Copy the full SHA
    9e6c33e View commit details
  2. swserial sync

    mcspr committed May 13, 2025
    Copy the full SHA
    0e9b2e5 View commit details
  3. more IRAM_ATTR fixes

    mcspr committed May 13, 2025
    Copy the full SHA
    0799f78 View commit details
  4. -Werror stream deprecations & inconsistent overloads

    drop write(Stream&) implementations
    don't add virtual w/ override, distinguish from class virtuals
    fixup u8 vs. char, prefer u8 in all methods and entries
    mcspr committed May 13, 2025
    Copy the full SHA
    61354a4 View commit details
  5. macos-15 runner

    mcspr committed May 13, 2025
    Copy the full SHA
    5474ad8 View commit details
  6. run

    mcspr committed May 13, 2025
    Copy the full SHA
    9182045 View commit details
  7. run

    mcspr committed May 13, 2025
    Copy the full SHA
    9e2c036 View commit details
  8. arduino-cli builder

    mcspr committed May 13, 2025
    Copy the full SHA
    c257375 View commit details
  9. Copy the full SHA
    54b9b17 View commit details
  10. macos-14 runner

    mcspr committed May 13, 2025
    Copy the full SHA
    54454d0 View commit details
  11. mkdir for cli

    mcspr committed May 13, 2025
    Copy the full SHA
    eb47e71 View commit details
  12. trying documents/arduino/...

    mcspr committed May 13, 2025
    Copy the full SHA
    7d5bdd7 View commit details
  13. check cli location

    mcspr committed May 13, 2025
    Copy the full SHA
    f00f566 View commit details
  14. expect $HOME in .sh, not from workflow

    currently, expansion does not happen and it is raw path $(pwd)/'${HOME}'/...
    mcspr committed May 13, 2025
    Copy the full SHA
    54f6ad0 View commit details
  15. fix toolchain arch

    mcspr committed May 13, 2025
    Copy the full SHA
    44f4794 View commit details
  16. missing file

    mcspr committed May 13, 2025
    Copy the full SHA
    03a9b2d View commit details
  17. another missing change

    mcspr committed May 13, 2025
    Copy the full SHA
    afd713e View commit details
  18. Copy the full SHA
    ce89ac1 View commit details
  19. LEAmDNS - consistent const <-> non-const accessors

    > error: infinite recursion detected [-Werror=infinite-recursion]
    mcspr committed May 13, 2025
    Copy the full SHA
    d5a5b17 View commit details
  20. print builder

    mcspr committed May 13, 2025
    Copy the full SHA
    658ba46 View commit details
  21. ESP8266WiFiMesh - fix classes used as aggregates

    > error: designated initializers cannot be used with a non-aggregate type '...'
    
    gcc10.3 allowed this construct for some reason
    mcspr committed May 13, 2025
    Copy the full SHA
    874ca44 View commit details
  22. I2S - explicitly override Stream::read

    > error: 'virtual int Stream::read(uint8_t*, size_t)' was hidden [-Werror=overloaded-virtual=]
    mcspr committed May 13, 2025
    Copy the full SHA
    5786e85 View commit details
  23. UdpContext - lwip includes

    mcspr committed May 13, 2025
    Copy the full SHA
    992aa94 View commit details
  24. Test - start counter

    extra param to start from a specific spot
    displayed in cli & actions for local tests
    mcspr committed May 13, 2025
    Copy the full SHA
    599cf68 View commit details
  25. Copy the full SHA
    7f0ca6b View commit details

Commits on May 14, 2025

  1. revert core c/p

    mcspr committed May 14, 2025
    Copy the full SHA
    a2f2f6f View commit details
  2. fix espswserial ref

    mcspr committed May 14, 2025
    Copy the full SHA
    2591527 View commit details
  3. Copy the full SHA
    c64cc6a View commit details
Loading