refactoring - reducing GPIO complexity
This commit is contained in:
parent
8008a594ff
commit
e1a8dcf4a0
|
@ -105,6 +105,7 @@ include $(PROJECT_DIR)/controllers/system/system.mk
|
|||
include $(PROJECT_DIR)/console/console.mk
|
||||
include $(PROJECT_DIR)/console/binary/tunerstudio.mk
|
||||
include $(PROJECT_DIR)/development/development.mk
|
||||
include $(PROJECT_DIR)/hw_layer/hw_layer.mk
|
||||
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
|
@ -169,6 +170,7 @@ INCDIR = . \
|
|||
$(PROJECT_DIR)/config/engines \
|
||||
$(PROJECT_DIR)/ext_algo \
|
||||
$(PROJECT_DIR)/controllers \
|
||||
$(PROJECT_DIR)/hw_layer \
|
||||
$(PROJECT_DIR)/hw_layer/algo \
|
||||
$(PROJECT_DIR)/development \
|
||||
$(PROJECT_DIR)/controllers/algo \
|
||||
|
|
|
@ -76,6 +76,7 @@ include $(PROJECT_DIR)/controllers/math/math.mk
|
|||
include $(PROJECT_DIR)/controllers/system/system.mk
|
||||
include $(PROJECT_DIR)/controllers/sensors/sensors.mk
|
||||
include $(PROJECT_DIR)/controllers/trigger/trigger.mk
|
||||
include $(PROJECT_DIR)/hw_layer/hw_layer.mk
|
||||
include test.mk
|
||||
|
||||
# Define linker script file here
|
||||
|
@ -148,6 +149,7 @@ INCDIR = . \
|
|||
$(PROJECT_DIR)/ChibiOS3/os/rt/include \
|
||||
$(PROJECT_DIR)/ChibiOS3/os/hal/lib/streams \
|
||||
$(PROJECT_DIR)/ChibiOS3/os/rt/various \
|
||||
$(PROJECT_DIR)/hw_layer \
|
||||
test_data_structures \
|
||||
test_basic_math
|
||||
|
||||
|
|
Loading…
Reference in New Issue