diff options
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F0xx/onewire/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F1xx/onewire/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/onewire/Makefile | 2 | ||||
-rw-r--r-- | testhal/common/onewire/real_roms.txt (renamed from testhal/hw_abstracted/onewire/real_roms.txt) | 0 | ||||
-rw-r--r-- | testhal/common/onewire/synth_searchrom.c (renamed from testhal/hw_abstracted/onewire/synth_searchrom.c) | 0 | ||||
-rw-r--r-- | testhal/common/onewire/testhal_onewire.c (renamed from testhal/hw_abstracted/onewire/testhal_onewire.c) | 0 | ||||
-rw-r--r-- | testhal/common/onewire/testhal_onewire.h (renamed from testhal/hw_abstracted/onewire/testhal_onewire.h) | 0 |
7 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F0xx/onewire/Makefile b/testhal/STM32/STM32F0xx/onewire/Makefile index e866cb2..e478e3a 100644 --- a/testhal/STM32/STM32F0xx/onewire/Makefile +++ b/testhal/STM32/STM32F0xx/onewire/Makefile @@ -77,7 +77,7 @@ PROJECT = ch # Imported source files and paths
CHIBIOS = ../../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
-TESTHAL = $(CHIBIOS_CONTRIB)/testhal/hw_abstracted/onewire
+TESTHAL = $(CHIBIOS_CONTRIB)/testhal/common/onewire
# Startup files.
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk
# HAL-OSAL files (optional).
diff --git a/testhal/STM32/STM32F1xx/onewire/Makefile b/testhal/STM32/STM32F1xx/onewire/Makefile index a59db05..e9d4238 100644 --- a/testhal/STM32/STM32F1xx/onewire/Makefile +++ b/testhal/STM32/STM32F1xx/onewire/Makefile @@ -82,7 +82,7 @@ PROJECT = ch # Imported source files and paths
CHIBIOS = ../../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
-TESTHAL = $(CHIBIOS_CONTRIB)/testhal/hw_abstracted/onewire
+TESTHAL = $(CHIBIOS_CONTRIB)/testhal/common/onewire
# Startup files.
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.mk
# HAL-OSAL files (optional).
diff --git a/testhal/STM32/STM32F4xx/onewire/Makefile b/testhal/STM32/STM32F4xx/onewire/Makefile index 5adcca3..092b023 100644 --- a/testhal/STM32/STM32F4xx/onewire/Makefile +++ b/testhal/STM32/STM32F4xx/onewire/Makefile @@ -88,7 +88,7 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib -TESTHAL = $(CHIBIOS_CONTRIB)/testhal/hw_abstracted/onewire +TESTHAL = $(CHIBIOS_CONTRIB)/testhal/common/onewire # Startup files. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk # HAL-OSAL files (optional). diff --git a/testhal/hw_abstracted/onewire/real_roms.txt b/testhal/common/onewire/real_roms.txt index ea19c1a..ea19c1a 100644 --- a/testhal/hw_abstracted/onewire/real_roms.txt +++ b/testhal/common/onewire/real_roms.txt diff --git a/testhal/hw_abstracted/onewire/synth_searchrom.c b/testhal/common/onewire/synth_searchrom.c index 53d4a30..53d4a30 100644 --- a/testhal/hw_abstracted/onewire/synth_searchrom.c +++ b/testhal/common/onewire/synth_searchrom.c diff --git a/testhal/hw_abstracted/onewire/testhal_onewire.c b/testhal/common/onewire/testhal_onewire.c index 93dcc31..93dcc31 100644 --- a/testhal/hw_abstracted/onewire/testhal_onewire.c +++ b/testhal/common/onewire/testhal_onewire.c diff --git a/testhal/hw_abstracted/onewire/testhal_onewire.h b/testhal/common/onewire/testhal_onewire.h index 181e09f..181e09f 100644 --- a/testhal/hw_abstracted/onewire/testhal_onewire.h +++ b/testhal/common/onewire/testhal_onewire.h |