rusefi-1/firmware/config/boards/nucleo_h743
Scott Smith 1fe26f55fb
Expose console over serial port for H7 proc (#3578)
This way you can use the console/TunerStudio with the ST-Link

In the process, combine TS_PRIMARY_UART and TS_PRIMARY_SERIAL into TS_PRIMARY_PORT, to make UART vs
SERIAL selection more robus.  Ditto for TS_SECONDARY_*.  Also change use of TS_NO_PRIMARY to be #if
not #ifdef, so that it can be properly set as a compile flag and not be overwritten by various
header files.
2021-11-20 00:39:08 -05:00
..
board.mk Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
board_configuration.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
compile_stm32h743_nucleo.sh