cleanup (#2343)
This commit is contained in:
parent
fc2f44b7e9
commit
392bfbc859
|
@ -202,8 +202,6 @@
|
||||||
|
|
||||||
#define EFI_NARROW_EGO_AVERAGING TRUE
|
#define EFI_NARROW_EGO_AVERAGING TRUE
|
||||||
|
|
||||||
#define EFI_DENSO_ADC FALSE
|
|
||||||
|
|
||||||
#ifndef EFI_CAN_SUPPORT
|
#ifndef EFI_CAN_SUPPORT
|
||||||
#define EFI_CAN_SUPPORT TRUE
|
#define EFI_CAN_SUPPORT TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
#include "../stm32f4ems/efifeatures.h"
|
#include "../stm32f4ems/efifeatures.h"
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#define EFI_BOOST_CONTROL TRUE
|
|
||||||
|
|
||||||
// Warning! This is a test config!
|
|
||||||
|
|
||||||
#undef EFI_USE_CCM
|
#undef EFI_USE_CCM
|
||||||
#define EFI_USE_CCM TRUE
|
#define EFI_USE_CCM TRUE
|
||||||
|
@ -32,55 +29,12 @@
|
||||||
#undef EFI_MC33816
|
#undef EFI_MC33816
|
||||||
#define EFI_MC33816 FALSE
|
#define EFI_MC33816 FALSE
|
||||||
|
|
||||||
#undef EFI_DENSO_ADC
|
|
||||||
#define EFI_DENSO_ADC FALSE
|
|
||||||
|
|
||||||
#undef EFI_MEMS
|
|
||||||
#define EFI_MEMS FALSE
|
|
||||||
|
|
||||||
#ifndef BOARD_TLE6240_COUNT
|
|
||||||
#define BOARD_TLE6240_COUNT 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BOARD_MC33972_COUNT
|
|
||||||
#define BOARD_MC33972_COUNT 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BOARD_TLE8888_COUNT
|
|
||||||
#define BOARD_TLE8888_COUNT 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BOARD_MC33810_COUNT
|
|
||||||
#define BOARD_MC33810_COUNT 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef EFI_CAN_SUPPORT
|
|
||||||
#define EFI_CAN_SUPPORT TRUE
|
|
||||||
|
|
||||||
#undef EFI_AUX_SERIAL
|
|
||||||
#define EFI_AUX_SERIAL TRUE
|
|
||||||
|
|
||||||
#undef EFI_HD44780_LCD
|
#undef EFI_HD44780_LCD
|
||||||
#define EFI_HD44780_LCD TRUE
|
#define EFI_HD44780_LCD FALSE
|
||||||
|
|
||||||
#undef EFI_LCD
|
#undef EFI_LCD
|
||||||
#define EFI_LCD FALSE
|
#define EFI_LCD FALSE
|
||||||
|
|
||||||
/**
|
|
||||||
* Do we need file logging (like SD card) logic?
|
|
||||||
*/
|
|
||||||
#undef EFI_FILE_LOGGING
|
|
||||||
#define EFI_FILE_LOGGING FALSE
|
|
||||||
|
|
||||||
#undef EFI_USB_SERIAL
|
|
||||||
#define EFI_USB_SERIAL TRUE
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Do we need GPS logic?
|
|
||||||
*/
|
|
||||||
#undef EFI_UART_GPS
|
|
||||||
#define EFI_UART_GPS FALSE
|
|
||||||
|
|
||||||
// todo: start using consoleUartDevice? Not sure
|
// todo: start using consoleUartDevice? Not sure
|
||||||
#undef EFI_CONSOLE_SERIAL_DEVICE
|
#undef EFI_CONSOLE_SERIAL_DEVICE
|
||||||
|
|
||||||
|
@ -113,6 +67,3 @@
|
||||||
// todo: start using consoleSerialRxPin? Not sure
|
// todo: start using consoleSerialRxPin? Not sure
|
||||||
#undef EFI_CONSOLE_RX_BRAIN_PIN
|
#undef EFI_CONSOLE_RX_BRAIN_PIN
|
||||||
#define EFI_CONSOLE_RX_BRAIN_PIN GPIOD_9
|
#define EFI_CONSOLE_RX_BRAIN_PIN GPIOD_9
|
||||||
|
|
||||||
// todo: temporary ignore errors, this is a test config
|
|
||||||
#define EFI_PRINT_ERRORS_AS_WARNINGS TRUE
|
|
||||||
|
|
Loading…
Reference in New Issue