1
0
Fork 0
CANopenNode/stack
Janez 12fa8e5173 Extract target specific code from CO_driver.h into /example/CO_driver_target.h
- Keep example code CO_driver_target.h also in CO_driver.h (for doxygen).
- Add extra members into enum CO_ReturnError_t
- Move enum CO_Default_CAN_ID_t from CANopen.h into CO_driver.h
- Make files in 'stack' directory independent form CANopen.h.
  CANopen.h file is more part of the application example than the stack.
- Second argument to receive callback function is 'void*' instead of
  'const CO_CANrxMsg_t*'. New (macros) are introduced:
  CO_CANrxMsg_readIdent(), CO_CANrxMsg_readDLC() and CO_CANrxMsg_readData()
  CAN receive functions in all source files are updated.
- IS_CANrxNew, SET_CANrxNew and CLEAR_CANrxNew renamed to CO_CANrxNew_READ,
  CO_CANrxNew_SET and CO_CANrxNew_CLEAR. Replace broken link in doc.
- Doxyfile: parameter change 'INPUT = README.md stack'. CANopen.h is
  excluded and updated. Doxywizard saved file to newer version of doxygen.
- Documentation in CO_driver.h is updated.
- Full documentation for CO_driver_target.h file is added to CO_driver.h.
- used clang-format on the CO_driver.h
2020-01-19 02:06:46 +01:00
..
dsPIC30F Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
eCos Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
LPC177x_8x Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
LPC1768 Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
MCF5282 Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
neuberger-socketCAN Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
PIC24_dsPIC33 Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
PIC32 Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
SAM3X Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
socketCAN Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
STM32 Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
STM32F3 Revert "Single project-wide header for driver functions" 2020-01-14 16:31:32 +01:00
CO_driver.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_Emergency.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_Emergency.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_HBconsumer.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_HBconsumer.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_LSS.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_LSSmaster.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_LSSmaster.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_LSSslave.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_LSSslave.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_NMT_Heartbeat.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_NMT_Heartbeat.h License changed to Apache 2.0 - main part 2020-01-08 14:52:56 +01:00
CO_PDO.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_PDO.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_SDO.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_SDO.h License changed to Apache 2.0 - main part 2020-01-08 14:52:56 +01:00
CO_SDOmaster.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_SDOmaster.h License changed to Apache 2.0 - main part 2020-01-08 14:52:56 +01:00
CO_SYNC.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_SYNC.h License changed to Apache 2.0 - main part 2020-01-08 14:52:56 +01:00
CO_TIME.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_TIME.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_trace.c Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
CO_trace.h Extract target specific code from CO_driver.h into /example/CO_driver_target.h 2020-01-19 02:06:46 +01:00
crc16-ccitt.c License changed to Apache 2.0 - main part 2020-01-08 14:52:56 +01:00
crc16-ccitt.h License changed to Apache 2.0 - main part 2020-01-08 14:52:56 +01:00