bootloader builds

This commit is contained in:
Matthew Kennedy 2023-08-25 23:07:14 -04:00 committed by rusefillc
parent 8449b5ad01
commit 88193c5ea8
2 changed files with 6 additions and 0 deletions

View File

@ -245,6 +245,9 @@ INCDIR = $(ALLINC) \
$(PROJECT_DIR)/hw_layer/mass_storage \
$(PROJECT_DIR)/hw_layer/algo \
$(PROJECT_DIR)/hw_layer/sensors \
$(PROJECT_DIR)/controllers/sensors/impl \
$(PROJECT_DIR)/controllers/sensors/core \
$(PROJECT_DIR)/hw_layer/mass_storage \
$(PROJECT_DIR)/hw_layer/ports \
$(PROJECT_DIR)/console/binary/generated \
$(PROJECT_DIR)/hw_layer/$(CPU_HWLAYER) \
@ -257,6 +260,7 @@ INCDIR = $(ALLINC) \
$(PROJECT_DIR)/controllers/sensors \
$(PROJECT_DIR)/init \
$(RUSEFI_LIB_INC) \
$(BOARDS_DIR) \
config
BUILDDIR=blbuild

View File

@ -27,6 +27,8 @@ Logging::Logging(char const* /*name*/, char* /*buffer*/, int /*bufferSize*/) {
LoggingWithStorage::LoggingWithStorage(const char *name) : Logging(name, DEFAULT_BUFFER, sizeof(DEFAULT_BUFFER)) {
}
void setPinConfigurationOverrides() { }
// this is supposed to be taken from chconf_common.h but it does not work? I am not sure why :(
// TODO: make this be defined by chconf_common.h?
//#if ! ENABLE_PERF_TRACE