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: CANopenNode/CANopenPIC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: CANopenNode/CANopenPIC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0
Choose a head ref
  • 15 commits
  • 55 files changed
  • 2 contributors

Commits on Mar 24, 2016

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

Commits on Mar 25, 2016

  1. Configuration menu
    Copy the full SHA
    aa4e97b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084e9db View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    555301b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a16dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52bbfe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. All updated

    update CANopenNode to the latest version
    MPLABX projects updated
    3 x reduce CO_driver.h into CO_driver_target.h
    Corrections in CO_driver.c and main.c:
    - New functions: CO_CANrxMsg_readIdent, _DLC, _data
    - uint16_t CANbaseAddress  changed to  void *CANptr
    - rxArray[i].pFunct  changed to   -> rxArray[i].CANrx_callback
    - (*pFunct)(void *object, const CO_CANrxMsg_t *message))  changed to
      (*CANrx_callback)(void *object, void *message))
    - dsPIC, see commit 5df11b9d749b3802267f4c6d50259eb427c6139a
    
    PIC32 and dsPIC33 Tested on Explorer16 board with CAN transceiver,
    CAN RX and TX works, CANopen is operational.
    
    dsPIC33F6015 compiles well, but not tested.
    CANopenNode committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    6286588 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Update README.md

    CANopenNode authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    c2249b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Update README.md

    CANopenNode authored Feb 2, 2020
    Configuration menu
    Copy the full SHA
    a54e250 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. fix: init full rxArray struct

    (Code from drvTemplate/CO_driver.c)
    Julien PEYREGNE authored and CANopenNode committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    9a28f5c View commit details
    Browse the repository at this point in the history
  2. fix: indent

    Julien PEYREGNE authored and CANopenNode committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    437b31c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. CANopenNode updated

    Changed directory structure. Projects updated.
    Time base changed to microseconds in all functions.
    Changed CANopen.h interface. No more globals. "main" files updated.
    CANopenNode committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    199ca98 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. CANopenNode updated

    - heapMemoryUsed now available from main()
    - Stack configuration macros and CO_driver_custom.h added.
    CANopenNode committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    477e430 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. LSS slave running in all microcontrollers.

    Update to the latest CANopenNode.
    CANopenNode committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    d9af2ca View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Update CANopenNode to branch v2.0-master

    fix: missing driver declarations #7
    CANopenNode committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    9870245 View commit details
    Browse the repository at this point in the history
Loading