summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-01-02 15:36:04 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-08 00:47:29 +0000
commit0b838e162b35c6115de2cc049df699a65f9ee019 (patch)
tree84d4e83e193f1c884695f12673f3b0f9028ac19a /fuzz
parentceaa05993490943b19cdf61bcd195cf016d31827 (diff)
downloadchrome-ec-0b838e162b35c6115de2cc049df699a65f9ee019.tar.gz
bloonchipper: Add transport and sensor detection
bloonchipper (aka hatch_fp aka dragonclaw) has a voltage divider that can be used to select the sensor and the transport type. Supported designs: * Dragonclaw rev 0.2 (green with Google logo): go/dragonclaw-schematic-rev-0.2 * Hatch reference v3.0: go/hatch-schematic-rev-3.0 The selection lines are connected to ADC inputs, so a future change will use the ADC to allow more than two transports or sensors. BRANCH=none BUG=b:147113851 TEST=flash dragonclaw rev 0.2 and view console output Change-Id: If2e4b150d34cfe41477be528c70e1645043d4d82 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1986322 Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/host_command_fuzz.mocklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/host_command_fuzz.mocklist b/fuzz/host_command_fuzz.mocklist
index be1527bff0..4ffc786b32 100644
--- a/fuzz/host_command_fuzz.mocklist
+++ b/fuzz/host_command_fuzz.mocklist
@@ -5,5 +5,6 @@
#define CONFIG_TEST_MOCK_LIST \
MOCK(FP_SENSOR) \
+ MOCK(FPSENSOR_DETECT) \
MOCK(MKBP_EVENTS) \
MOCK(ROLLBACK)