1
0
Fork 0
Commit graph

788 commits

Author SHA1 Message Date
temi54c1l8
b0ae30aeba static analysis: Excluded the CO_gateway_ascii and CO_fifo 2024-06-27 17:06:26 +02:00
temi54c1l8
675d11a33d CO_fifo: static analysis: format '%02X' specifies type 'unsigned int' which is nominally inconsistent with argument no. 3 of promoted type 'int' 2024-06-27 16:54:42 +02:00
temi54c1l8
86a5064e2f CO_fifo: static analisys: use of modifier or type outside of a typedef [MISRA 2012 Directive 4.6, advisory] 2024-06-27 16:43:00 +02:00
temi54c1l8
36f01f3893 CO_gateway_ascii: static analysis: format specifies is nominally inconsistent with argument 2024-06-27 16:27:09 +02:00
temi54c1l8
3e51408861 static analysis: Add exception 9059, C comment contains C++ comment 2024-06-27 14:53:17 +02:00
temi54c1l8
5a2f24bc4b static analysis: ANSI/ISO minimum translation limit of 31 'significant characters in an external identifier' exceeded, processing is unaffected 2024-06-27 14:49:37 +02:00
temi54c1l8
dad273b656 CANopen: static analysis: expected end of line in preprocessor expression 2024-06-27 14:26:09 +02:00
temi54c1l8
b17182d962 CANopen: static analysis: an unsigned value and a signed value cannot be used together as operands [MISRA 2012 Rule 10.4, required] 2024-06-27 14:21:22 +02:00
temi54c1l8
d35a5b6834 CO_storageEeprom: static analysis: dependence placed on operator precedence [MISRA 2012 Rule 12.1, advisory] 2024-06-27 14:07:26 +02:00
temi54c1l8
2e4b8890ad CO_storageEeprom: static analysis: declaration of 'i' hides a local variable (multiple declaration) [MISRA 2012 Rule 5.3, required] 2024-06-27 14:06:14 +02:00
temi54c1l8
1c4a5f6877 CO_fifo: static analysis: multiple loop exits [MISRA 2012 Rule 15.4, advisory] 2024-06-27 13:31:08 +02:00
temi54c1l8
6fef978b69 CO_PDO: static analysis: dependence placed on operator precedence [MISRA 2012 Rule 12.1, advisory] 2024-06-27 13:21:43 +02:00
temi54c1l8
823dcb3427 CANopen: static analysis: essential type of condition of 'if' statement is 'enum (CO_ReturnError_t)' but should be boolean [MISRA 2012 Rule 14.4, required] 2024-06-27 13:09:48 +02:00
temi54c1l8
d4c69b2ca4 CANopen: staatic analysis: an unsigned value and a signed value cannot be used together as operands to == [MISRA 2012 Rule 10.4, required] 2024-06-27 13:07:55 +02:00
temi54c1l8
ff3299918e CANopen: static analysis: increment/decrement operation combined with other operation with side-effects [MISRA 2012 Rule 13.3, advisory] 2024-06-27 13:06:39 +02:00
temi54c1l8
f6a4718428 CANopen: static analysis: an unsigned value and a signed value cannot be used together as operands to > [MISRA 2012 Rule 10.4, required] 2024-06-27 13:05:00 +02:00
temi54c1l8
4ae66f9839 CO_SYNC: static analysis: ignoring return value of function 'CO_SYNCsend' [MISRA 2012 Directive 4.7, required], [MISRA 2012 Rule 17.7, required] 2024-06-27 12:58:54 +02:00
temi54c1l8
995fed609d CO_SYNC: static analysis: an unsigned value and a signed value cannot be used together [MISRA 2012 Rule 10.4, required] 2024-06-27 12:58:02 +02:00
temi54c1l8
d6b3163311 CO_SYNC: static analysis: dependence placed on operator precedence [MISRA 2012 Rule 12.1, advisory] 2024-06-27 12:53:30 +02:00
temi54c1l8
f684b34a03 CO_SYNC: static analysis: no 'else' at end of 'if ... else if' chain [MISRA 2012 Rule 15.7, required] 2024-06-27 12:51:06 +02:00
temi54c1l8
baa9e4e2b2 CO_Emergency: static analysis: argument 1 of type 'void *' is not compatible with argument 2 of type 'uint8_t *' (aka 'unsigned char *') in call to function 'memcpy' 2024-06-27 12:27:01 +02:00
temi54c1l8
a501f961d4 CO_Emergency: ignoring return value of functions [MISRA 2012 Directive 4.7, required], [MISRA 2012 Rule 17.7, required] 2024-06-27 12:24:20 +02:00
temi54c1l8
d9d9044221 CO_Emergency: 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-27 12:22:43 +02:00
temi54c1l8
58606174a2 CO_Emergency: static analysis: side effects on right hand of logical operator, '&&' [MISRA 2012 Rule 13.5, required] 2024-06-27 12:21:24 +02:00
temi54c1l8
42c39a2b51 CO_Emergency: static analysis: an unsigned value and a signed value cannot be used together as operands [MISRA 2012 Rule 10.4, required] 2024-06-27 12:19:07 +02:00
temi54c1l8
ce405b1e27 CO_Emergency: static analysis: body should be a compound statement [MISRA 2012 Rule 15.6, required] 2024-06-27 12:12:57 +02:00
temi54c1l8
7bf5065e41 CO_Emergency: static analysis: no 'else' at end of 'if ... else if' chain [MISRA 2012 Rule 15.7, required] 2024-06-27 12:11:19 +02:00
temi54c1l8
ca968aa160 CO_Emergency: static analysis: conditional of #if does not evaluate to 0 or 1 [MISRA 2012 Rule 20.8, required] 2024-06-27 12:08:42 +02:00
temi54c1l8
d76aeb178f CO_Emergency: static analysis: unsigned integer literal without a 'U' suffix [MISRA 2012 Rule 7.2, required] 2024-06-27 12:07:42 +02:00
temi54c1l8
071f6d7935 CO_Emergency: static analysis: dependence placed on operator precedence [MISRA 2012 Rule 12.1, advisory] 2024-06-27 12:06:07 +02:00
temi54c1l8
2e703328d8 CO_NMT_Heartbeat: static analysis: other minor change 2024-06-27 11:23:27 +02:00
temi54c1l8
6440f8b6b6 CO_gateway_ascii: static analysis: side effects on right hand of logical operator [MISRA 2012 Rule 13.5, required] 2024-06-27 11:03:40 +02:00
temi54c1l8
c5160499f8 CO_gateway_ascii: static analysis: both sides have side effects [MISRA 2012 Rule 1.3, required] 2024-06-27 10:57:24 +02:00
temi54c1l8
0c70d40105 CO_gateway_ascii: static analysis: operator '-' followed by operator '-' could be confusing without parentheses 2024-06-27 10:20:16 +02:00
temi54c1l8
b02b7424f0 CANopenNode\309\CO_gateway_ascii.c(32,0): warning 537: repeated include file 'string.h' 2024-06-27 10:17:29 +02:00
temi54c1l8
646eac142b CO_gateway_ascii: static analysis: ignoring return value of functions [MISRA 2012 Directive 4.7, required], [MISRA 2012 Rule 17.7, required] 2024-06-27 10:16:31 +02:00
temi54c1l8
3a414a3b17 CO_gateway_ascii: static analysis: use of modifier or type 'int' outside of a typedef [MISRA 2012 Directive 4.6, advisory] 2024-06-27 10:11:06 +02:00
temi54c1l8
8c798fbf20 CO_gateway_ascii: static analysis: an value cannot be used together as operands [MISRA 2012 Rule 10.4, required] 2024-06-27 10:08:52 +02:00
temi54c1l8
4db6676aeb CO_gateway_ascii: static analysis: initializing 'char *' with an expression of type 'const char [x]' discards qualifiers 2024-06-27 09:45:18 +02:00
temi54c1l8
b73f3c1cf2 CO_gateway_ascii: static analysis: cannot assign a composite expression of type 'unsigned16' to an object of wider type 'unsigned32' [MISRA 2012 Rule 10.6, required] 2024-06-27 09:42:45 +02:00
temi54c1l8
49c90c50f6 CO_gateway_ascii: static analysis: cannot assign type to different essential type [MISRA 2012 Rule 10.3, required] 2024-06-27 09:40:39 +02:00
temi54c1l8
732634d049 CO_gateway_ascii: static analysis: unsigned integer literal without a 'U' suffix [MISRA 2012 Rule 7.2, required] 2024-06-27 09:27:09 +02:00
temi54c1l8
03fc8257f6 CO_gateway_asci: staatic analysis: the name 'abort' is reserved to the compiler [MISRA 2012 Rule 21.2, required] 2024-06-27 09:24:38 +02:00
temi54c1l8
e0bd857df8 CO_gateway_ascii: static analysis: dependence placed on operator [MISRA 2012 Rule 12.1, advisory] 2024-06-27 09:22:02 +02:00
temi54c1l8
df350cc134 CO_gateway_ascii: static analysis: body should be a compound statement [MISRA 2012 Rule 15.6, required] 2024-06-27 09:18:21 +02:00
temi54c1l8
ebf549db2b CO_gateway_ascii: static analysis: switch case lacks unconditional break or throw [MISRA 2012 Rule 16.3, required] 2024-06-27 09:09:21 +02:00
temi54c1l8
d7b77c7dd6 CO_gateway_ascii: static analysis: no 'else' at end of 'if ... else if' chain [MISRA 2012 Rule 15.7, required] 2024-06-27 08:59:56 +02:00
temi54c1l8
b39334d9c3 CO_SDOclient: static analysis: potential out of bounds pointer access [MISRA 2012 Rule 18.1, required] 2024-06-27 08:55:44 +02:00
temi54c1l8
646e367ae1 CO_SDOclient: static anaylsis: loss of precision (assignment) from 32 bits to 8 bits 2024-06-26 18:01:47 +02:00
temi54c1l8
ad14eb5b18 CO_SDOclient: static analysis: argument 1 is not compatible with argument 2 in call to function 'memcpy' 2024-06-26 17:59:01 +02:00