aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
diff options
context:
space:
mode:
authorGareth Farrington <gareth@waves.ky>2024-06-02 22:31:28 -0700
committerKevin O'Connor <kevin@koconnor.net>2024-07-31 21:22:06 -0400
commitc0095812ff18687ed25ce0f1ed468ebed8f81cfe (patch)
treecb57572e351128f439789306f2b9b99bb7ccba65 /test/configs
parent0844388d70f225f6458382c1c5d4e7eb37767758 (diff)
downloadkutter-c0095812ff18687ed25ce0f1ed468ebed8f81cfe.tar.gz
kutter-c0095812ff18687ed25ce0f1ed468ebed8f81cfe.tar.xz
kutter-c0095812ff18687ed25ce0f1ed468ebed8f81cfe.zip
hx71x: Load Cell Skeleton and HX71x bulk ADC
* Create the load_cell host module skeleton to create the sensors and start taking samples. * Add support for the HX717 and HX711 ADC sensors. Signed-off-by: Gareth Farrington <gareth@waves.ky>
Diffstat (limited to 'test/configs')
-rw-r--r--test/configs/ar100.config1
-rw-r--r--test/configs/stm32f042.config1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/ar100.config b/test/configs/ar100.config
index 6c917482..61734ab9 100644
--- a/test/configs/ar100.config
+++ b/test/configs/ar100.config
@@ -4,3 +4,4 @@ CONFIG_WANT_DISPLAYS=n
CONFIG_WANT_SOFTWARE_I2C=n
CONFIG_WANT_SOFTWARE_SPI=n
CONFIG_WANT_LIS2DW=n
+CONFIG_WANT_HX71X=n
diff --git a/test/configs/stm32f042.config b/test/configs/stm32f042.config
index 12cc0922..3e0b2a55 100644
--- a/test/configs/stm32f042.config
+++ b/test/configs/stm32f042.config
@@ -4,3 +4,4 @@ CONFIG_MACH_STM32F042=y
CONFIG_WANT_SOFTWARE_I2C=n
CONFIG_WANT_LIS2DW=n
CONFIG_WANT_LDC1612=n
+CONFIG_WANT_HX71X=n