parent
a951004622
commit
4b7feca639
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
#include "board_id.h"
|
||||
#include "boards_id.h"
|
||||
#include "boards_dictionary.h"
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,9 @@ DDEFS += -DHELLEN_BOARD_ID_DEBUG
|
|||
|
||||
# on the one hand we do not use boardID YET and it takes 350ms, on the other hand who knows what the future would bring
|
||||
# as long as we only have one boardID for all units the only consumer of boardID is HW QC process
|
||||
# DDEFS += -DHW_HELLEN_SKIP_BOARD_TYPE=TRUE
|
||||
# so far all uaEFI boards are completely compatible
|
||||
DDEFS += -DHW_HELLEN_SKIP_BOARD_TYPE=TRUE
|
||||
DDEFS += -DSTATIC_BOARD_ID=BOARD_ID_UAEFI_B
|
||||
|
||||
DDEFS += -DHW_HELLEN_UAEFI=1
|
||||
DDEFS += -DDIAG_5VP_PIN=Gpio::MM100_SPI3_MOSI
|
||||
|
|
Loading…
Reference in New Issue