diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-05-03 13:21:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-05-21 20:16:31 -0400 |
commit | 3dc7c9ab291ccbf9a90996705e3e460e680a1e8f (patch) | |
tree | 2d7510a4ad3437b22d765c7c3b5d2bd5ad83d6e4 /test/configs | |
parent | 6fac654352f0fbfb24dbfacadef9baf1aa79c2e9 (diff) | |
download | kutter-3dc7c9ab291ccbf9a90996705e3e460e680a1e8f.tar.gz kutter-3dc7c9ab291ccbf9a90996705e3e460e680a1e8f.tar.xz kutter-3dc7c9ab291ccbf9a90996705e3e460e680a1e8f.zip |
test: Disable ldc1612 on stm32f042 build to reduce size
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32f042.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/configs/stm32f042.config b/test/configs/stm32f042.config index 7f1e879f..12cc0922 100644 --- a/test/configs/stm32f042.config +++ b/test/configs/stm32f042.config @@ -3,3 +3,4 @@ CONFIG_MACH_STM32=y CONFIG_MACH_STM32F042=y CONFIG_WANT_SOFTWARE_I2C=n CONFIG_WANT_LIS2DW=n +CONFIG_WANT_LDC1612=n |