unit tests progress
This commit is contained in:
parent
c59d8164c6
commit
46ee5a34e8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue