summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-10-01 14:29:45 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-07 18:30:45 +0000
commit90a6676ad531fd8c53e6398050f8093a921245fc (patch)
treeaee8387c1b1416ce46c0bdc34b7a47ffc0f0acaa /test
parent57aaa0267ec042d8b36aacf5b3efba12df4e6ec2 (diff)
downloadchrome-ec-90a6676ad531fd8c53e6398050f8093a921245fc.tar.gz
cleanup: Move board-specific LED state machines to board dirs
The LED state machine ends up being very board-specific, as does the specific configuration of LEDs and whether they're PWM'd or just GPIOs. dparker has some clever ideas for how to move more of the functionality to common/led_common.c (used at present only by peppy); that will be done as a follow-on to this CL. There's a unit test for the spring LED implementation. To keep that compiling, just use a symlink to the spring-specific implementation. No code changes; just moving around files. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all boards; pass unit tests Change-Id: I5973e701a29a72575db9a161dc146855ab21cca6 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/171771 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/build.mk4
-rw-r--r--test/led_spring.c (renamed from test/led_lp5562.c)0
-rw-r--r--test/led_spring.tasklist (renamed from test/led_lp5562.tasklist)0
l---------test/led_spring_impl.c1
-rw-r--r--test/test_config.h2
5 files changed, 4 insertions, 3 deletions
diff --git a/test/build.mk b/test/build.mk
index e02abaae62..407d7cb540 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -30,7 +30,7 @@ test-list-$(BOARD_samus)=
# Emulator tests
test-list-host=mutex pingpong utils kb_scan kb_mkbp lid_sw power_button hooks
test-list-host+=thermal flash queue kb_8042 extpwr_gpio console_edit system
-test-list-host+=sbs_charging adapter host_command thermal_falco led_lp5562
+test-list-host+=sbs_charging adapter host_command thermal_falco led_spring
test-list-host+=bklight_lid bklight_passthru
adapter-y=adapter.o
@@ -44,7 +44,7 @@ host_command-y=host_command.o
kb_8042-y=kb_8042.o
kb_mkbp-y=kb_mkbp.o
kb_scan-y=kb_scan.o
-led_lp5562-y=led_lp5562.o
+led_spring-y=led_spring.o led_spring_impl.o
lid_sw-y=lid_sw.o
mutex-y=mutex.o
pingpong-y=pingpong.o
diff --git a/test/led_lp5562.c b/test/led_spring.c
index 79f01b297f..79f01b297f 100644
--- a/test/led_lp5562.c
+++ b/test/led_spring.c
diff --git a/test/led_lp5562.tasklist b/test/led_spring.tasklist
index 26cfc53453..26cfc53453 100644
--- a/test/led_lp5562.tasklist
+++ b/test/led_spring.tasklist
diff --git a/test/led_spring_impl.c b/test/led_spring_impl.c
new file mode 120000
index 0000000000..25fcf73a27
--- /dev/null
+++ b/test/led_spring_impl.c
@@ -0,0 +1 @@
+../board/spring/led.c \ No newline at end of file
diff --git a/test/test_config.h b/test/test_config.h
index 3c8f35b75d..9de2e0db8c 100644
--- a/test/test_config.h
+++ b/test/test_config.h
@@ -27,7 +27,7 @@
#define CONFIG_KEYBOARD_PROTOCOL_8042
#endif
-#ifdef TEST_led_lp5562
+#ifdef TEST_led_spring
#define CONFIG_BATTERY_MOCK
#define CONFIG_BATTERY_SMART
#define CONFIG_CHARGER_INPUT_CURRENT 4032