linux-embedded.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Constantine Shulyupin <const@makelinux.com>
To: linux-embedded@vger.kernel.org
Subject: LDT - Linux Driver Template
Date: Mon, 1 Oct 2012 14:18:02 +0200	[thread overview]
Message-ID: <CAGZ04WUCVWc7DDauPxqZ_fV-ZwOj=N9hn5mzrupK94jq=vapRg@mail.gmail.com> (raw)
In-Reply-To: <CAGZ04WWmsoXCt0nfYMz5qYFLSLutiWUEMKc7b4Esjpzv4k0kNA@mail.gmail.com>

Hi,

I develop LDT - Linux Driver Template. It can be used as starting
point of development custom device driver and for learning development
of Linux device drivers.

Documentation: https://github.com/makelinux/ldt/blob/master/README.md

The driver uses following Linux facilities: module, platform driver,
file operations (read/write, mmap, ioctl, blocking and nonblocking
mode, polling), kfifo, completion, interrupt, tasklet, work, kthread,
timer, misc device, proc fs, UART 0x3f8, HW loopback, SW loopback,
ftracer.

To test the driver just run
git clone git://github.com/makelinux/ldt.git && cd ldt && ./ldt-test

You feedback, suggestions, discussions, recommendations patched will
be greatly appreciated!

Thanks
--
Constantine Shulyupin
http://www.MakeLinux.com/
Embedded Linux Systems,
Device Drivers, TI DaVinci

           reply	other threads:[~2012-10-01 12:18 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <CAGZ04WWmsoXCt0nfYMz5qYFLSLutiWUEMKc7b4Esjpzv4k0kNA@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGZ04WUCVWc7DDauPxqZ_fV-ZwOj=N9hn5mzrupK94jq=vapRg@mail.gmail.com' \
    --to=const@makelinux.com \
    --cc=linux-embedded@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).