only:alphax-4chan_f7

This commit is contained in:
rusefi 2023-06-30 21:48:21 -04:00
parent a65369bd3c
commit 611be6fe1a
1 changed files with 9 additions and 6 deletions

View File

@ -22,6 +22,15 @@
#define ENABLE_PERF_TRACE TRUE
#endif
#ifndef EFI_CONSOLE_TX_BRAIN_PIN
// todo: kill default & move into board configuration?
#define EFI_CONSOLE_TX_BRAIN_PIN Gpio::D8
#endif
#ifndef EFI_CONSOLE_RX_BRAIN_PIN
#define EFI_CONSOLE_RX_BRAIN_PIN Gpio::D9
#endif
// note order of include - first we set F7 defaults (above) and only later we apply F4 defaults
#include "../stm32f4ems/efifeatures.h"
@ -50,12 +59,6 @@
#define AUX_SERIAL_DEVICE (&SD6)
#undef EFI_CONSOLE_TX_BRAIN_PIN
#define EFI_CONSOLE_TX_BRAIN_PIN Gpio::D8
#undef EFI_CONSOLE_RX_BRAIN_PIN
#define EFI_CONSOLE_RX_BRAIN_PIN Gpio::D9
// see also EFI_EMBED_INI_MSD which is disabled above
#define EFI_USE_COMPRESSED_INI_MSD