Files
OpenCellular/chip_interface
Louis Yung-Chieh Lo 79a661d00c Link keyboard-related code together.
Added i8042 interface and matrix code. Demonstrate a key is pressed and passed
to host through the board-dependent matrix code.

BUG=None
TEST=make && make runtests

Change-Id: I6a9f5e621d9e93e5c16384afebf4d665000e81a6
2011-10-28 01:15:18 +08:00
..
2011-10-26 22:12:19 +08:00
2011-10-26 22:12:19 +08:00
2011-10-26 22:12:19 +08:00
2011-10-26 22:12:19 +08:00
2011-10-26 22:12:19 +08:00
2011-10-26 22:12:19 +08:00
2011-10-15 00:17:08 +08:00
2011-10-26 22:12:19 +08:00

Caller: Chrome OS EC main dispatcher

This directory stores *.h files of those functions that partner implements.

The actual implementation (.c files) resides under S*Ware/eclib/, which
is under partner's licensed and wraps S*Ware/drivelib/ chip-specific code.

This directory is under Chromium license so that the main loop can include these
files and call the code implemented by partner.