This commit is contained in:
parent
d7ed2e6654
commit
f09f65b7f1
|
@ -7,6 +7,7 @@ set PROJECT_BOARD=NUCLEO_F746
|
|||
set PROJECT_CPU=ST_STM32F7
|
||||
set EXTRA_PARAMS=-DDUMMY -DSTM32F746xx ^
|
||||
-DEFI_INJECTOR_PIN3=GPIO_UNASSIGNED ^
|
||||
-DEFI_COMMUNICATION_PIN=GPIOB_7 ^
|
||||
-DRAM_UNUSED_SIZE=10 -DCCM_UNUSED_SIZE=10
|
||||
set DEBUG_LEVEL_OPT="-O2"
|
||||
make -j4
|
||||
|
|
|
@ -7,6 +7,7 @@ set PROJECT_BOARD=NUCLEO_F767
|
|||
set PROJECT_CPU=ST_STM32F7
|
||||
set EXTRA_PARAMS=-DDUMMY -DSTM32F767xx ^
|
||||
-DEFI_INJECTOR_PIN3=GPIO_UNASSIGNED ^
|
||||
-DEFI_COMMUNICATION_PIN=GPIOB_7 ^
|
||||
-DEFI_ENABLE_ASSERTS=FALSE ^
|
||||
-DCH_DBG_ENABLE_CHECKS=FALSE -DCH_DBG_ENABLE_TRACE=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE
|
||||
set DEBUG_LEVEL_OPT="-O2"
|
||||
|
|
|
@ -43,7 +43,6 @@ void setSdCardConfigurationOverrides(void) {
|
|||
void setBoardConfigurationOverrides(void) {
|
||||
setSerialConfigurationOverrides();
|
||||
|
||||
engineConfiguration->communicationLedPin = GPIOB_7; // blue LED
|
||||
engineConfiguration->runningLedPin = GPIOB_0; //green LED
|
||||
engineConfiguration->fatalErrorPin = GPIOB_14; //red LED
|
||||
engineConfiguration->warninigLedPin = GPIO_UNASSIGNED;
|
||||
|
|
Loading…
Reference in New Issue