2015-07-10 06:01:56 -07:00
|
|
|
HW_LAYER_EGT = $(PROJECT_DIR)/hw_layer/serial_over_usb/usbcfg.c \
|
|
|
|
$(PROJECT_DIR)/hw_layer/serial_over_usb/usbconsole.c
|
|
|
|
|
2019-08-03 16:58:38 -07:00
|
|
|
HW_INC = hw_layer/$(CPU_HWLAYER)
|
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
HW_LAYER_EGT_CPP = $(PROJECT_DIR)/hw_layer/can_hw.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/max31855.cpp
|
|
|
|
|
|
|
|
HW_LAYER_EMS = $(HW_LAYER_EGT) \
|
|
|
|
$(PROJECT_DIR)/hw_layer/mcp3208.c \
|
2019-05-03 18:54:38 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/mc33816_data.c \
|
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
HW_LAYER_EMS_CPP = $(HW_LAYER_EGT_CPP) \
|
|
|
|
$(PROJECT_DIR)/hw_layer/pin_repository.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/microsecond_timer.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/digital_input_hw.cpp \
|
2018-12-18 20:50:29 -08:00
|
|
|
$(PROJECT_DIR)/hw_layer/digital_input_exti.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/hardware.cpp \
|
2019-04-13 07:58:52 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/smart_gpio.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/neo6m.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/mmc_card.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/lcd/lcd_HD44780.cpp \
|
2019-09-21 11:33:38 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/adc_inputs.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/adc_subscription.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/pwm_generator.cpp \
|
2019-04-12 05:05:53 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/trigger_input.cpp \
|
2019-11-11 18:25:40 -08:00
|
|
|
$(PROJECT_DIR)/hw_layer/trigger_input_icu.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/trigger_input_exti.cpp \
|
2019-03-29 06:11:13 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/hip9011.cpp \
|
2019-05-03 18:13:25 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/mc33816.cpp \
|
2019-03-29 06:11:13 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/hip9011_logic.cpp \
|
2015-07-10 06:01:56 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/vehicle_speed.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/stepper.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/servo.cpp \
|
|
|
|
$(PROJECT_DIR)/hw_layer/io_pins.cpp \
|
2017-12-22 05:49:03 -08:00
|
|
|
$(PROJECT_DIR)/hw_layer/rtc_helper.cpp \
|
2018-12-31 13:00:41 -08:00
|
|
|
$(PROJECT_DIR)/hw_layer/cdm_ion_sense.cpp \
|
2019-05-03 18:54:38 -07:00
|
|
|
$(PROJECT_DIR)/hw_layer/backup_ram.cpp \
|
|
|
|
|
2019-07-28 08:46:41 -07:00
|
|
|
#
|
|
|
|
# '-include' is a magic kind of 'include' which would survive if file to be included is not found
|
|
|
|
#
|
2019-03-29 07:29:01 -07:00
|
|
|
-include $(PROJECT_DIR)/hw_layer/$(CPU_HWLAYER)/hw_ports.mk
|
2015-07-10 06:01:56 -07:00
|
|
|
|