Files
OpenCellular/chip_interface
Louis Yung-Chieh Lo 91daca6939 Add ec_keyboard_test.c
This CL also includes 4 pieces:
  1. main files: environment-independent (main.c) and
                            -dependent (ec_keyboard_test.c).
  2. stub files: chip_stub/keyboard.c simulates the real hardware.
                 chip_stub/keyboard.h is the header of testing functions.
  3. initial keyboard lib code: ec_keyboard.h
  4. rename Cr* function name to Ec* under chip_interface/.

BUG=None
TEST=make && make runtests
Expect seeing the output debug message from cros_ec/lib/ec_keyboard.c.

Change-Id: Ia7e8022060eb0a5d0a11abcbdb3f524942f5c68d
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-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.