unit tests progress

This commit is contained in:
rusefi 2019-09-19 21:55:27 -04:00
parent c59d8164c6
commit 46ee5a34e8
3 changed files with 11 additions and 1 deletions

View File

@ -34,6 +34,12 @@
#define EFI_GPIO_HARDWARE FALSE
#define BOARD_TLE6240_COUNT 0
#define BOARD_MC33972_COUNT 0
#define BOARD_TLE8888_COUNT 0
#define BOARD_EXT_GPIOCHIPS (BOARD_TLE6240_COUNT + BOARD_MC33972_COUNT + BOARD_TLE8888_COUNT)
#define EFI_CLOCK_LOCKS FALSE
#define EFI_FSIO TRUE

View File

@ -21,7 +21,7 @@
#define EFI_ENABLE_CRITICAL_ENGINE_STOP TRUE
#define EFI_ENABLE_ENGINE_WARNING TRUE
#define EFI_GPIO_HARDWARE FALSE
#define EFI_GPIO_HARDWARE TRUE
#define FUEL_MATH_EXTREME_LOGGING FALSE

View File

@ -17,6 +17,10 @@
#include "boards.h"
typedef uint32_t iomode_t;
typedef uint32_t ioportid_t;
typedef uint32_t ioportmask_t;
//#define chThdGetSelfX() 0
//#define getRemainingStack(x) (999999)
#define getCurrentRemainingStack() (999999)