SAMA5 OHCI: Fix some problems with D-Cache coherency and physical addressing related to interrupt endpoints

This commit is contained in:
Gregory Nutt 2013-09-20 15:22:09 -06:00
parent ea747b5723
commit 26b155a4b6

View File

@ -1220,6 +1220,22 @@ Configurations
-rw-rw-rw- 1503 sz-1.log -rw-rw-rw- 1503 sz-1.log
-rw-rw-rw- 613 .bashrc -rw-rw-rw- 613 .bashrc
Or, if a (supported) USB keyboard is connected, a /dev/kbda device
will appear:
nsh> ls /dev
/dev:
console
kbda
mtdblock0
null
ttyS0
/dev/kbda is a read-only serial device. Reading from /dev/kbda will
get keyboard input as ASCII data (other encodings are possible):
nsh> cat /dev/kbda
The following features are *not* enabled in the demo configuration but The following features are *not* enabled in the demo configuration but
might be of some use to you: might be of some use to you: