1
0
Fork 0
Commit graph

21 commits

Author SHA1 Message Date
Janez
29c5b64131 Fix example/CO_storageBlank.c.
CO_LOCK_OD(CANmodule) must not be used, because lock is already
applied by SDO server.
2024-10-10 16:08:54 +02:00
Janez
f41bfdcb5d Format comments in the .h files. 2024-07-09 00:17:15 +02:00
Janez
b87fad2195 Format the .h files using clang-format v15. 2024-07-06 21:54:59 +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
temi54c1l8
94022f51f0 CO_storageEeprom: static analysis: an unsigned value and a signed value cannot be used together [MISRA 2012 Rule 10.4, required] 2024-07-01 08:53:03 +02:00
Janez
f36345dbab
CO_storageEeprom.h: Change to fixed sized array 2024-06-27 17:25:48 +02:00
Janez
586c81937d
Update CO_storageEeprom.c
Change to fixed sized array
2024-06-27 17:24:55 +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
5907aa27cf CO_storageEeprom: static analysis: unsigned integer literal without a 'U' suffix [MISRA 2012 Rule 7.2, required] 2024-06-13 15:03:54 +02:00
temi54c1l8
2f8f4395cf CO_storage: static analysis: refactoring OD_extension_init with ignore return value because verify arguments at function entry 2024-06-13 15:01:19 +02:00
temi54c1l8
d0718824f2 CO_storage: static analysis: body should be a compound statement [MISRA 2012 Rule 15.6, required] 2024-06-13 14:55:36 +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
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
Janez
9d2a65cda7 Fix CO_storageEeprom. CO_LOCK_OD must not be used, as it is used inside SDO server already. 2024-03-13 12:23:10 +01:00
ZDH
361080da87 uint32_t fix for 16bit mcu's. 2023-03-28 19:38:03 +02:00
Janez
f56c96db3c Documentation arrangement according to doxygen.
- Minor changes in most files
- add CANopenNode.png
- update doxyfile
- move doc/LSSusage.md and doc/gettingStarted.md into CANopenDemo repository
- update README.md
2021-05-17 13:29:13 +02:00
Janez
76b43c88ef Create 'storage' directory, move CO_storage.h/c, add CO_storageEeeprom.h/c 2021-05-05 10:28:05 +02:00