1
0
Fork 0
Commit graph

606 commits

Author SHA1 Message Date
temi54c1l8
860a36c85f CO_SYNC: static analysis: unsigned integer literal without a 'U' suffix [MISRA 2012 Rule 7.2, required] 2024-06-13 13:46:27 +02:00
temi54c1l8
64934d7903 CO_SYNC: static analysis: cannot assign 'unsigned32' to narrower essential type 'unsigned16' [MISRA 2012 Rule 10.3, required] 2024-06-13 13:44:11 +02:00
temi54c1l8
99b56d10c9 CO_SDOserver: static analysis: unexpected lack of indentation 2024-06-13 13:21:20 +02:00
temi54c1l8
e82c942846 Fix previous static analysis 2024-06-13 13:18:02 +02:00
temi54c1l8
00f8961f55 CO_SDOserver: static analysis: loss of precision (assignment) from 32 bits to 8 bits 2024-06-13 13:16:22 +02:00
temi54c1l8
404ebca5fb CO_SDOserver: static analysis: cannot assign a composite expression of type 'unsigned8' to an object of wider type 'unsigned32' [MISRA 2012 Rule 10.6, required] 2024-06-13 13:14:00 +02:00
temi54c1l8
a4fb95e38b CO_SDOserver: static analysis: statement or comment should appear in default case [MISRA 2012 Rule 16.1, required], [MISRA 2012 Rule 16.4, required] 2024-06-13 13:11:09 +02:00
temi54c1l8
b2294a65ab CO_SDOserver: static analysis: argument 1 of type 'uint8_t *' (aka 'unsigned char *') is not compatible with argument 2 of type 'uint32_t *' (aka 'unsigned int *') in call to function 'memcpy' 2024-06-13 13:09:34 +02:00
temi54c1l8
460441f972 CO_SDOserve: static analysis: increment/decrement operation combined with other operation with side-effects [MISRA 2012 Rule 13.3, advisory] 2024-06-13 12:29:43 +02:00
temi54c1l8
f8d10390bc CO_SDOserver: static analysis: missing unconditional break from final switch case [MISRA 2012 Rule 16.1, required], [MISRA 2012 Rule 16.3, required] 2024-06-13 12:27:50 +02:00
temi54c1l8
32c1086ac1 CO_PDO: static analysis: last value assigned to 'odRet' not used [MISRA 2012 Rule 2.2, required] 2024-06-13 12:23:38 +02:00
temi54c1l8
d9d24ffe82 CO_PDO: static analysis: unsigned integer literal without a 'U' suffix [MISRA 2012 Rule 7.2, required] 2024-06-13 12:17:28 +02:00
temi54c1l8
fe1709c42a CO_PDO: static analysis: argument 1 of type 'uint8_t [4]' is not compatible with argument 2 of type 'const void *' in call to function 'memcpy' 2024-06-13 12:05:39 +02:00
temi54c1l8
6f6936c9cc CO_PDO: static analysis: cannot assign 'enum' to different essential type 'unsigned8' [MISRA 2012 Rule 10.3, required] 2024-06-13 12:03:21 +02:00
temi54c1l8
fd8cf681a3 CO_PDO: static analisys: result of assignment operator used in right operand to '=' operator [MISRA 2012 Rule 13.4, advisory] 2024-06-13 11:58:04 +02:00
temi54c1l8
808ad99b58 CO_ODinterface: static analysis: missing unconditional break from final switch case [MISRA 2012 Rule 16.1, required], [MISRA 2012 Rule 16.3, required] 2024-06-13 11:52:05 +02:00
temi54c1l8
d0a4b22963 CO_ODinterface: static analysis: argument 1 of type 'void *' is not compatible with argument 2 of type 'const uint8_t *' (aka 'const unsigned char *') in call to function 'memcpy' 2024-06-13 11:49:08 +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
6eaf6b09f7 CO_NMT_Heartbeat: static analysis: both sides have side effects [MISRA 2012 Rule 1.3, required] 2024-06-13 11:35:09 +02:00
temi54c1l8
e11ffc1bc3 CO_NMT_Heartbeat: static analysis: statement or comment should appear in default case [MISRA 2012 Rule 16.1, required], [MISRA 2012 Rule 16.4, required] 2024-06-13 11:27:42 +02:00
temi54c1l8
1da8f44821 CO_NMT_Heartbeat: static analysis: cannot assign 'signed32' to different essential type 'unsigned32' [MISRA 2012 Rule 10.3, required] 2024-06-13 11:24:14 +02:00
temi54c1l8
c25fec2176 CO_NMT_Heartbeat: static analysis: enum constant 'CO_NMT_NO_COMMAND' not used within default switch 2024-06-13 11:22:20 +02:00
temi54c1l8
9c89ecf26e CO_HBconsumer: static analisys: the name 'time' is reserved to the compiler [MISRA 2012 Rule 21.2, required] 2024-06-13 11:15:29 +02:00
temi54c1l8
061237d413 CO_HBconsumer: static analysis: cannot assign variable to narrower essential type [MISRA 2012 Rule 10.3, required] 2024-06-13 11:12:33 +02:00
temi54c1l8
f48d5058e6 CO_Emergency: static analysis: increment/decrement operation combined with other operation with side-effects [MISRA 2012 Rule 13.3, advisory] 2024-06-13 11:05:14 +02:00
temi54c1l8
9bffb7d789 CO_Emergency: static analysis: argument 1 of type 'uint8_t [8]' is not compatible with argument 2 of type 'uint32_t *' (aka 'unsigned int *') in call to function 'memcpy' 2024-06-13 11:02:22 +02:00
temi54c1l8
be2a4690d6 CO_Emergency: static analysis: a signed value is not an appropriate [MISRA 2012 Rule 10.1, required] 2024-06-13 10:56:17 +02:00
temi54c1l8
266f77df42 CO_Emergency: static analysis: cannot assign 'unsigned32' to narrower essential type 'unsigned16' [MISRA 2012 Rule 10.3, required] 2024-06-13 10:45:25 +02:00
temi54c1l8
cff7a6f962 CO_Emergency: static analysis: cannot assign a composite expression of type 'unsigned8' to an object of wider type 'unsigned32' [MISRA 2012 Rule 10.6, required] 2024-06-13 10:43:49 +02:00
temi54c1l8
926dc62873 CANopen: static analysis: side effects on right hand of logical operator, '||' [MISRA 2012 Rule 13.5, required] 2024-06-12 16:43:51 +02:00
temi54c1l8
4cee088192 CANopen: static analysis: named parameter 'OD_statusBits' of 'non-virtual' function 'CO_CANopenInit' not subsequently referenced [MISRA 2012 Rule 2.7, advisory] 2024-06-12 16:36:20 +02:00
temi54c1l8
308f32ee8b CANopen: static analysis: both sides have side effects [MISRA 2012 Rule 1.3, required] 2024-06-12 16:34:56 +02:00
temi54c1l8
24065d5751 CANopen: static analysis: cannot assign 'unsigned16' to narrower essential type 'unsigned8' [MISRA 2012 Rule 10.3, required] 2024-06-12 16:29:47 +02:00
temi54c1l8
0f06b1022d CANopen:static analysis: right operand to + is a composite expression of type 'unsigned8' which is smaller than the left operand of type 'unsigned16' [MISRA 2012 Rule 10.7, required] 2024-06-12 16:23:04 +02:00
temi54c1l8
704bc17b1e CANopen:static analysis possible loss of precision (assignment) 2024-06-12 15:15:02 +02:00
temi54c1l8
8c06bec4c9 CANopen: static analysis increment operation combined with other operation with side-effects [MISRA 2012 Rule 13.3, advisory] 2024-06-12 15:08:54 +02:00
temi54c1l8
73a65dbfea Revert "CANopen: static analysis: locals not referenced [MISRA 2012 Rule 2.5, advisory]"
This reverts commit 20fa24abf7.
2024-06-12 14:59:34 +02:00
temi54c1l8
20fa24abf7 CANopen: static analysis: locals not referenced [MISRA 2012 Rule 2.5, advisory] 2024-06-12 14:57:53 +02:00
temi54c1l8
cff7a3cf5a static analysis: refactoring changed enum with define to be able to use bitwise operators on user space 2024-06-12 14:35:37 +02:00
temi54c1l8
686ab04ee9 static analysis: enumerator 'CO_CAN_ID_EMERGENCY' reuses the constant value '128' previously used by enumerator 'CO_CAN_ID_SYNC'
refactoring changed enum with define
2024-06-12 14:26:51 +02:00
temi54c1l8
691728f71a static analysis: essential type of condition of 'if' statement is in not correct [MISRA 2012 Rule 14.4, required] 2024-06-12 13:57:42 +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
b2de7f4cbe static analysis: integer null pointer constant is not the NULL macro [MISRA 2012 Rule 11.9, required] 2024-06-12 09:46:34 +02:00
temi54c1l8
e720f497d1 static analisys: cannot assign 'unsigned32' to narrower essential type 'unsigned8' [MISRA 2012 Rule 10.3, required] 2024-06-12 09:43:41 +02:00
temi54c1l8
fbe4d307d9 static analysis: argument is not compatible with other argument in call to function 'memmove' 2024-06-12 09:42:19 +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
7399d31447 static analysis: ignoring return value of function 'OD_extension_init' [MISRA 2012 Directive 4.7, required], [MISRA 2012 Rule 17.7, required]
ignores the return because it was checked on the function argument
2024-06-11 15:09:49 +02:00