Bjarne von Horn
|
60dd4f94ec
|
Fix -Wmissing-prototypes
|
2025-02-05 12:58:56 +01:00 |
|
Florian Pose
|
ee55c20e28
|
Fixed mail address; limited lines to 78 characters; removed $Id$.
|
2024-02-01 15:15:41 +01:00 |
|
Bjarne von Horn
|
2e071ad680
|
Remove EtherCAT copyright notice.
|
2024-02-01 09:18:26 +01:00 |
|
Bjarne von Horn
|
52247cfc14
|
Remove 2.6 conditionals in example
|
2024-02-01 09:12:55 +01:00 |
|
Bjarne von Horn
|
73e6ea9ce6
|
support out-of-tree build
by replacing `src` variable in Kbuild files.
|
2023-09-11 11:43:39 +02:00 |
|
Nicola Fontana
|
82399a9239
|
Revive 'make distcheck'
|
2021-06-22 14:43:07 +00:00 |
|
Florian Pose
|
7dd06f87c1
|
Merge branch 'entidi/ethercat-fix-built-sources' into stable-1.5
|
2021-05-25 12:26:09 +02:00 |
|
Nicola Fontana
|
60dd78485c
|
Do not include AC_CONFIG_FILES in BUILT_SOURCES
BUILT_SOURCES is used to trigger early generation of files in the `make`
process to workaround dependency problems:
https://www.gnu.org/software/automake/manual/html_node/Sources.html
AC_CONFIG_FILES are generated by `configure`, so they are already
present in the file system even before `make` is called. Furthermore,
AC_CONFIG_FILES already properly handle dist and clean targets, so no
need to add them to EXTRA_DIST or DISTCLEANFILES:
https://www.gnu.org/software/automake/manual/html_node/Requirements.html
|
2021-05-22 08:25:26 +02:00 |
|
Florian Pose
|
c6a4c99854
|
Fixed format string in tty example.
|
2021-05-06 12:00:35 +02:00 |
|
Florian Pose
|
6ad16e7e67
|
Added kernel-specific handling for init_timer/setup_timer and
access_ok() for ec_tty module and example.
Closes #2.
|
2021-04-09 12:26:08 +02:00 |
|
Florian Pose
|
b0b7e6fde4
|
Removed trailing spaces.
|
2012-09-06 20:22:24 +02:00 |
|
Florian Pose
|
bd56747e3e
|
Removed whitespace.
|
2012-07-13 10:42:31 +02:00 |
|
Florian Pose
|
f739694670
|
Improved compiling on 2.6.34 (thanks to Malcolm Lewis).
|
2010-10-25 16:45:33 +02:00 |
|
Florian Pose
|
6e06798fb2
|
Use kernel's modules_install target, instead of building our own. Attention:
Module installation directories have changed!
|
2010-02-23 17:37:02 +01:00 |
|
Florian Pose
|
69da1f1cb2
|
Improved handling and installation of the modules' symbol versions.
|
2010-02-16 15:08:54 +01:00 |
|
Florian Pose
|
fc97788495
|
Added missing serial.c to dist.
|
2010-02-16 11:08:05 +01:00 |
|
Florian Pose
|
1177892a84
|
Fixed segfault if creation of TTY devices fails.
|
2010-01-25 18:31:27 +01:00 |
|
Florian Pose
|
d910657cf8
|
Callback set via own structure.
|
2010-01-25 17:42:07 +01:00 |
|
Florian Pose
|
7ff6b58427
|
Named serial ports.
|
2010-01-22 17:25:36 +01:00 |
|
Florian Pose
|
e4ec1cf42f
|
Implemented all 2 ports of EL6002.
|
2010-01-22 17:01:00 +01:00 |
|
Florian Pose
|
4777f5fb89
|
Also accept ids 2-port serial slave.
|
2010-01-22 14:22:48 +01:00 |
|
Florian Pose
|
018507a22e
|
Implemented setting of baud rate, data frame and RTS/CTS.
|
2010-01-22 14:10:18 +01:00 |
|
Florian Pose
|
f2feb90956
|
Check EL600x frame data configuration.
|
2010-01-22 10:36:36 +01:00 |
|
Florian Pose
|
a98da94149
|
Passing tty cflag to serial implementation.
|
2010-01-21 17:53:40 +01:00 |
|
Florian Pose
|
e70346e090
|
TTY example: Auto-create multiple handlers.
|
2010-01-08 14:03:04 +01:00 |
|
Florian Pose
|
0b5a38767a
|
Fixed function call.
|
2010-01-08 13:13:50 +01:00 |
|
Florian Pose
|
59853156ca
|
TTY: Sourced serial device functions out into serial.c/serial.h.
|
2010-01-08 13:10:12 +01:00 |
|
Florian Pose
|
699b184f6f
|
Merged changes from Martin Troxler.
|
2009-12-14 13:11:36 +01:00 |
|
Florian Pose
|
06bad71e6b
|
Implemented reading direction of tty driver.
|
2009-12-09 12:42:28 +01:00 |
|
Florian Pose
|
6dbc77cd62
|
Send direction works!
|
2009-12-02 15:38:10 +01:00 |
|
Florian Pose
|
3e5dc394f6
|
Create tty.
|
2009-12-01 22:29:25 +01:00 |
|
Florian Pose
|
fb7f5b73a6
|
Added tty example.
|
2009-12-01 16:54:59 +01:00 |
|