Thanks to visit codestin.com
Credit goes to github.com

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: canopen-python/canopen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: canopen-python/canopen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 9 contributors

Commits on Mar 16, 2022

  1. Corrected casing of BaudRate_xx keywords in DeviceInfo section of EDS…

    … files (#303)
    
    Co-authored-by: Andreas Valdusson <[email protected]>
    Sudlav and Andreas Valdusson authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    60f064e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Making sure the FileInfo section is copied from the imported EDS to t…

    …he exported EDS (#304)
    
    Co-authored-by: Andreas Valdusson <[email protected]>
    Sudlav and Andreas Valdusson authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3d57a1c View commit details
    Browse the repository at this point in the history
  2. change missing Baudrate to BaudRate

    Following the changes done #304, #305
    af-silva authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    074cbbc View commit details
    Browse the repository at this point in the history
  3. fix: change Baudrate to BaudRate missing on .eds files

    the missing change on sample.eds was preventing the tests from running
    André Silva committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b3f67c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. fix eds file example with valid VendorNumber #313

    `ValueError: invalid literal for int() with base 0: '001'`
    The error happens while trying to parse DeviceInfo >> VendorNumber with leading zeros
    af-silva authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3390824 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    c7ad0a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    e3829fc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Fix Typo (#332)

    Assuming this should be through instead of trough
    mtru32 authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    62eb145 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Fix typo (#334)

    amaargiru authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    559274f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    45c7caf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    a59cc24 View commit details
    Browse the repository at this point in the history
Loading