Merge branch 'master' of https://github.com/rusefi/rusefi
This commit is contained in:
commit
8dc2dfe6e8
|
@ -20,4 +20,4 @@ PLATFORMINC += $(PLATFORMINC_CONTRIB)
|
|||
# Using external ChibiOS-Contrib code for Comparator HAL
|
||||
HALSRC += $(CHIBIOS_CONTRIB)/os/hal/src/hal_comp.c
|
||||
|
||||
HW_LAYER_EMS_CPP += $(PROJECT_DIR)/hw_layer/trigger_input_comp.cpp
|
||||
|
||||
|
|
|
@ -823,6 +823,9 @@ void chDbgPanic3(const char *msg, const char * file, int line);
|
|||
} \
|
||||
} while (false)
|
||||
|
||||
#define ENABLE_PERF_TRACE FALSE
|
||||
#define TRACE_BUFFER_LENGTH 1
|
||||
|
||||
#endif /* CHCONF_H */
|
||||
|
||||
/** @} */
|
||||
|
|
|
@ -8,4 +8,5 @@ HW_LAYER_EMS += $(PROJECT_DIR)/hw_layer/ports/kinetis/flash.c \
|
|||
|
||||
HW_LAYER_EMS_CPP += $(PROJECT_DIR)/hw_layer/ports/kinetis/mpu_util.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/ports/kinetis/kinetis_pins.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/ports/kinetis/kinetis_common.cpp
|
||||
$(PROJECT_DIR)/hw_layer/ports/kinetis/kinetis_common.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/trigger_input_comp.cpp
|
||||
|
|
Loading…
Reference in New Issue