diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-08-31 23:33:03 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-09-01 22:52:37 +0100 |
| commit | e07737d202a5eeb925409bc452f21940d34b2288 (patch) | |
| tree | 4ea4bfdda5e482aac73fc306523104b1d6a451c7 | |
| parent | 90fad65d2fb2695e1941296a6a55c175982299f2 (diff) | |
Added 'drivers' directory, intended to hold code for specific hardware.
| -rw-r--r-- | drivers/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/README.md b/drivers/README.md new file mode 100644 index 000000000..854acc50b --- /dev/null +++ b/drivers/README.md @@ -0,0 +1,2 @@ +This directory contains drivers for specific hardware. The drivers are +intended to work across multiple ports. |
