openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OrtCAN
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
1 day
ago.
Jul 21, 2024 — Jul 21, 2025
Showing page 22 of 26
Search / Filter on:
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
fanda
More...
over 21 years ago
SYNC generation supported
fanda
More...
over 21 years ago
SYNC generation supported
fanda
More...
over 21 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree