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: sandeepmistry/arduino-CAN
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: archwisp/arduino-CAN
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. Converted callbacks to std::function and added error checking

    Bryan C. Geraghty committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    d209839 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Added error handling

    Bryan C. Geraghty committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    56c87bf View commit details
    Browse the repository at this point in the history
  2. Exposed readRegister

    Bryan C. Geraghty committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    36ca4d9 View commit details
    Browse the repository at this point in the history
  3. REG_EIR definition for error handling

    Bryan C. Geraghty committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    ccfeb5b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Timing and processing tweaks

    Bryan C. Geraghty committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    71886f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. Disentangled ESP and MCP loading and added isReadyToTransmit()

    Bryan C. Geraghty committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    1b6f6d5 View commit details
    Browse the repository at this point in the history
  2. Cleaned up dumpRegisters, added some init return codes, and renamed r…

    …eset to sendReset
    Bryan C. Geraghty committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    f5305b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. SPI debugging

    Bryan C. Geraghty committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    ba8a3b2 View commit details
    Browse the repository at this point in the history
  2. Working implementation

    Bryan C. Geraghty committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    35bc4cc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Simplify callback definitions

    Bryan C. Geraghty committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    85bbf20 View commit details
    Browse the repository at this point in the history
  2. Debug handler

    Bryan C. Geraghty committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    eaa8072 View commit details
    Browse the repository at this point in the history
  3. Only call parsePacket once per interrupt

    Bryan C. Geraghty committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    c45851b View commit details
    Browse the repository at this point in the history
  4. State checking and error reporting

    Bryan C. Geraghty committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    bd7d6b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Disabled some debugging

    Bryan C. Geraghty committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    479b10a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Remove yields

    Bryan C. Geraghty committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    5ef4ac9 View commit details
    Browse the repository at this point in the history
  2. Added nullptr checks

    Bryan C. Geraghty committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    bf18f8b View commit details
    Browse the repository at this point in the history
  3. Renamed packet to frame for clarity

    Bryan C. Geraghty committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    21c56a1 View commit details
    Browse the repository at this point in the history
Loading