only:mre_f4

This commit is contained in:
rusefillc 2023-12-12 14:53:32 -05:00
parent 84d85a2194
commit 13bcf7e5c3
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ BOARDINC = $(BOARD_DIR)
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::E3
# *TEMPORARY* breaking TTL thus breaking Bluetooth for microRusEFI in order to enable SPI3 for SD card
# *TODO* need to give people the horrible choice between Bluetooth via TTL or SD card via SPI :( horrible choice
# *TODO* need to give people the horrible choice between Bluetooth via TTL or SD card via SPI :( horrible choice
# PB10/PB11 uses UART3 peripheral and J12/J13 on MRE
# we also have PC10/PC11 exposed on J4 but that's same UART3
DDEFS += -DEFI_CONSOLE_TX_BRAIN_PIN=Gpio::B10 -DEFI_CONSOLE_RX_BRAIN_PIN=Gpio::B11
@ -23,6 +23,7 @@ DDEFS += -DEFI_USE_UART_DMA=FALSE
#DDEFS += -DSTM32_SPI_USE_SPI2=FALSE
DDEFS += -DBOARD_TLE8888_COUNT=1
DDEFS += -DEFI_MC33816=TRUE
DDEFS += -DFIRMWARE_ID=\"microRusEFI\"
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE