0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Interconnected OCERA configuration options with LinCAN boardlist.c compilation.
Pavel Pisa
as ppisa
More... over 21 years ago
Interconnected OCERA configuration options with LinCAN boardlist.c compilation.
Pavel Pisa
as ppisa
More... over 21 years ago
Added initial version of MSMCAN card support into LinCAN driver. Code has not been tested with real hardware yet.
Pavel Pisa
as ppisa
More... over 21 years ago
Kconfig updated to reflect addition of MSMCAN support to LinCAN.
Pavel Pisa
as ppisa
More... over 21 years ago
Missing file added.
Pavel Pisa
as ppisa
More... over 21 years ago
Added QUERY ioctl command for checking of driver version and message formats.
Pavel Pisa
as ppisa
More... over 21 years ago
Added individual Kconfig for CAN and ORTE components. Work is based on the proposal and initial version done by Pierre. The option names has been preserved from the previous Kconfig version. This means, that compilation should work correctly with actual Kconfig and with new one after upper level Kconfig changes.
Pavel Pisa
as ppisa
More... over 21 years ago
Added individual Kconfig for CAN and ORTE components. Work is based on the proposal and initial version done by Pierre. The option names has been preserved from the previous Kconfig version. This means, that compilation should work correctly with actual Kconfig and with new one after upper level Kconfig changes.
Pavel Pisa
as ppisa
More... over 21 years ago
Added dependencies between top-level passes invocation for parallel make.
Pavel Pisa
as ppisa
More... over 21 years ago
CanMonitor updated and small fixes of canslave bugs introduced by changes for GCC 2.95.3.
Pavel Pisa
as ppisa
More... over 21 years ago
CanMonitor updated and small fixes of canslave bugs introduced by changes for GCC 2.95.3.
Pavel Pisa
as ppisa
More... over 21 years ago
CanMonitor updated and small fixes of canslave bugs introduced by changes for GCC 2.95.3.
Pavel Pisa
as ppisa
More... over 21 years ago
COMM components updated for smooth cross-compilation and target directory building.
Pavel Pisa
as ppisa
More... over 21 years ago
Change to CAN_MSG_VERSION_2 and elimination of linux/*.h headers from user space apps. Layout of canmsg_t changed to CAN_MSG_VERSION_2, which is compatible with PORT GmbH <http://www.port.de/> can4linux-3.1 implementation. The driver and utilities can be compiled with old version, if definition of CAN_MSG_VERSION_2 is commented out in lincan/include/canmsg.h and canvca/libvca/canmsg.h headers.
Pavel Pisa
as ppisa
More... over 21 years ago
Change to CAN_MSG_VERSION_2 and elimination of linux/*.h headers from user space apps. Layout of canmsg_t changed to CAN_MSG_VERSION_2, which is compatible with PORT GmbH <http://www.port.de/> can4linux-3.1 implementation. The driver and utilities can be compiled with old version, if definition of CAN_MSG_VERSION_2 is commented out in lincan/include/canmsg.h and canvca/libvca/canmsg.h headers.
Pavel Pisa
as ppisa
More... over 21 years ago
Change to CAN_MSG_VERSION_2 and elimination of linux/*.h headers from user space apps. Layout of canmsg_t changed to CAN_MSG_VERSION_2, which is compatible with PORT GmbH <http://www.port.de/> can4linux-3.1 implementation. The driver and utilities can be compiled with old version, if definition of CAN_MSG_VERSION_2 is commented out in lincan/include/canmsg.h and canvca/libvca/canmsg.h headers.
Pavel Pisa
as ppisa
More... over 21 years ago
OMK makefiles updated to support OCERA Qconf tool. The new rule (default-config) added to generate "config.omk-default" file. This file can be used as is or can be edited and saved into "config.omk" file. If "config.omk" exists, it is preferred over "config.omk-default" file.
Pavel Pisa
as ppisa
More... over 21 years ago
OMK makefiles updated to support OCERA Qconf tool. The new rule (default-config) added to generate "config.omk-default" file. This file can be used as is or can be edited and saved into "config.omk" file. If "config.omk" exists, it is preferred over "config.omk-default" file.
Pavel Pisa
as ppisa
More... over 21 years ago
OMK makefiles updated to support OCERA Qconf tool. The new rule (default-config) added to generate "config.omk-default" file. This file can be used as is or can be edited and saved into "config.omk" file. If "config.omk" exists, it is preferred over "config.omk-default" file.
Pavel Pisa
as ppisa
More... over 21 years ago
OMK makefiles updated to support OCERA Qconf tool. The new rule (default-config) added to generate "config.omk-default" file. This file can be used as is or can be edited and saved into "config.omk" file. If "config.omk" exists, it is preferred over "config.omk-default" file.
Pavel Pisa
as ppisa
More... over 21 years ago
OMK makefiles updated to support OCERA Qconf tool. The new rule (default-config) added to generate "config.omk-default" file. This file can be used as is or can be edited and saved into "config.omk" file. If "config.omk" exists, it is preferred over "config.omk-default" file.
Pavel Pisa
as ppisa
More... over 21 years ago
Next changes are required to add structures required by insmod of 2.6 kernels. Even OMK build modules can be inserted and work for 2.6 kernels now.
Pavel Pisa
as ppisa
More... over 21 years ago
Partial update for 2.6.x kernels
Pavel Pisa
as ppisa
More... over 21 years ago
Small changes to fix GCC-2.95.3 compilation and strict headers separation. The GCC option -nostdinc is used to ensure that default user-space includes are not mistakenly read by RT-Linux or Linux kernel targets compilation. The standard headers as "string.h" are allowed by addition of $(LINUX_DIR)/include/linux path.
Pavel Pisa
as ppisa
More... over 21 years ago
Small changes to fix GCC-2.95.3 compilation and strict headers separation. The GCC option -nostdinc is used to ensure that default user-space includes are not mistakenly read by RT-Linux or Linux kernel targets compilation. The standard headers as "string.h" are allowed by addition of $(LINUX_DIR)/include/linux path.
Pavel Pisa
as ppisa
More... over 21 years ago
Small changes to fix GCC-2.95.3 compilation and strict headers separation. The GCC option -nostdinc is used to ensure that default user-space includes are not mistakenly read by RT-Linux or Linux kernel targets compilation. The standard headers as "string.h" are allowed by addition of $(LINUX_DIR)/include/linux path.
Pavel Pisa
as ppisa
More... over 21 years ago
Small changes to fix GCC-2.95.3 compilation and strict headers separation. The GCC option -nostdinc is used to ensure that default user-space includes are not mistakenly read by RT-Linux or Linux kernel targets compilation. The standard headers as "string.h" are allowed by addition of $(LINUX_DIR)/include/linux path.
Pavel Pisa
as ppisa
More... over 21 years ago
SYNC generation supported More... over 21 years ago
SYNC generation supported More... over 21 years ago
SYNC generation supported More... over 21 years ago