Testhal. Directory with hardware independant code renamed to 'common'.
This commit is contained in:
parent
555f301da2
commit
b7cefd6fac
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue