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: feistjo/CAN
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NU-Formula-Racing/CAN
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 26 files changed
  • 5 contributors

Commits on Jul 6, 2023

  1. Added MIT license (#1)

    * Added license
    
    * Added 'MIT License' text
    feistjo authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dc53b58 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Upstream updates (#2)

    * Added license
    
    * Added 'MIT License' text
    
    * Made CANSignal SignalType atomic, fixed resulting errors
    
    * Handle enums in dbc_to_h
    
    * Added MockCAN, implemented multiplexed CAN messages
    
    * Improved compatibility of multiplexed messages
    
    * Updated dbc to h with multiplexed messages
    
    * Update to dbc_to_h, updates to remove warnings (#52)
    
    Co-authored-by: Joshua Feist <[email protected]>
    
    * Fix missing float cast (#53)
    
    * Update to dbc_to_h, updates to remove warnings
    
    * Fixed missing float cast
    
    ---------
    
    Co-authored-by: Joshua Feist <[email protected]>
    
    * Updates to dbc_to_h and multiplexed CAN (#54)
    
    * Fixed some missing overrides
    
    * Made multiplexor index a size_t
    
    * Added data type estimation to dbc_to_h, updated can_interface.h to work with non-multiplexed signals in multiplexed messages
    
    * updated dbc_to_h to automatically fill transmit periods
    
    * Added missing static_cast to get rid of warnings
    
    ---------
    
    Co-authored-by: Joshua Feist <[email protected]>
    
    * Made time getters const (#55)
    
    Co-authored-by: Joshua Feist <[email protected]>
    
    * Significant  updates, including TWAI ESP driver and ESP updates over CAN (#57)
    
    * Update dbc_to_h for better compatibility
    
    * Work on improving multiplexed message transmitting
    
    * Fixed some issues with multiplexed messages
    
    * Initial switch to twai driver
    
    * Fixed a couple bugs, tested and working twai
    
    * Added check to not send message when twai bus state isn't running
    
    * Made atomic work for uint64_t with freertos, updated multiplexed message handling
    
    * Preliminary support for PGNs
    
    * Added operator definitions for assigning and comparing CAN signals of the same type without having to cast to SignalType
    
    * PGN support needs testing
    
    * Marked functions as override
    
    * Static cast to fix a couple warnings
    
    * Support esp32 updates over CAN (#3)
    
    * Added support for uploading firmware to  ESP32 over CAN
    
    * Updated for better compatibility with other projects
    
    * Cleanup update code, fix timeout/abort, properly close SocketCan on close
    
    * Made else if
    
    ---------
    
    Co-authored-by: Joshua Feist <[email protected]>
    
    ---------
    
    Co-authored-by: Joshua Feist <[email protected]>
    
    * Fixed test for new MultiplexedCANTXMessage template
    
    * Put examples in library
    
    * Added check to print if missed RX messages due to full queue for ESP, added comments to clarify differences between types of CAN Messages
    
    * Added comments
    
    * Fixed failing unit tests, added comment explaining long ternary and commented code block
    
    ---------
    
    Co-authored-by: Joshua Feist <[email protected]>
    feistjo and Joshua Feist authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c9b0fd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. dbc update (#4)

    izo0619 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0868354 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    4e52258 View commit details
    Browse the repository at this point in the history
  2. Revisions to dbc

    Evan-Bertis-Sample committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d7728de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4396092 View commit details
    Browse the repository at this point in the history
Loading