Janez
|
8c09a433ef
|
Fix CANopen terminology: “CAN messages” are actually “CAN frames”
Fix all documentation and comments according to CiA proposals:
https://www.can-cia.org/services/publications/can-community-news/05-2025
CANopenNode was using "CAN message" in many places, but actually such
term is incorrect. No code or variable names was changed.
|
2026-06-26 10:23:01 +02:00 |
|
Janez
|
82c95a2bc9
|
Format comments in the .c files.
|
2024-07-06 21:48:21 +02:00 |
|
Janez
|
95c1705e76
|
Format the .c files using clang-format v15.
|
2024-07-06 19:57:06 +02:00 |
|
Janez
|
0d016a0019
|
Remove /*********...*/ comment delimiters.
|
2024-07-06 18:53:40 +02:00 |
|
Janez
|
f064eeaa40
|
Format the license information in files.
|
2024-07-06 13:03:00 +02:00 |
|
Janez
|
fcd89f87de
|
Remove comments from arguments in CO_CANrxBufferInit and CO_CANtxBufferInit
|
2024-07-05 18:38:01 +02:00 |
|
temi54c1l8
|
f9d8bdeff3
|
static analysys: local variable 'data' could be pointer to const [MISRA 2012 Rule 8.13, advisory]
refactory CO_CANrxMsg_readData return const
|
2024-06-14 11:27:22 +02:00 |
|
temi54c1l8
|
52ad9f5758
|
CO_Node_Guarding: static analysis: body should be a compound statement [MISRA 2012 Rule 15.6, required]
|
2024-06-13 11:43:26 +02:00 |
|
temi54c1l8
|
78944be8f2
|
CO_Node_Guarding: static analysis: no 'else' at end of 'if ... else if' chain [MISRA 2012 Rule 15.7, required]
|
2024-06-13 11:41:03 +02:00 |
|
temi54c1l8
|
7855d35bae
|
static analysis: refactoring changed enum with define to be able to use bitwise operators
|
2024-06-12 13:41:13 +02:00 |
|
temi54c1l8
|
6e009c0893
|
static analysis: cannot assign 'signed8' to different essential type 'boolean' [MISRA 2012 Rule 10.3, required]
|
2024-06-12 10:42:40 +02:00 |
|
temi54c1l8
|
9e8ceb4dfa
|
static analysis: ignoring return value of functions [MISRA 2012 Directive 4.7, required]
|
2024-06-12 10:13:45 +02:00 |
|
temi54c1l8
|
d4e7214f4d
|
static analysis: conditional of #if does not evaluate to 0 or 1 [MISRA 2012 Rule 20.8, required]
|
2024-06-12 09:09:12 +02:00 |
|
temi54c1l8
|
0142f41857
|
static analysis: an enum value is not an appropriate left operand [MISRA 2012 Rule 10.1, required]
|
2024-06-10 17:59:05 +02:00 |
|
temi54c1l8
|
446925be63
|
static analysis: add 'U' of unsigned [MISRA 2012 Rule 10.4, required]
|
2024-06-10 17:57:42 +02:00 |
|
temi54c1l8
|
dc10900ad5
|
static analysis: Aggiunte parentesi per la dipendenza posta sulla precedenza dell'operatore [MISRA 2012 Rule 12.1, advisory]
|
2024-06-10 14:39:05 +02:00 |
|
temi54c1l8
|
e3206f2c7f
|
static analysis: Ignoring return value of function 'memset' [MISRA 2012 Directive 4.7, required]
|
2024-06-10 11:56:47 +02:00 |
|
Janez
|
a4b4e6df66
|
Node guarding disable, if heartbeat is used.
|
2023-10-19 12:16:37 +02:00 |
|
Janez
|
b0b0724c6f
|
Node guarding added
|
2023-09-07 16:58:04 +02:00 |
|