rusefi-1/firmware/bootloader/src
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
..
Makefile turn on c++ 20 (#3579) 2021-11-19 22:19:34 -05:00
dfu.cpp Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
dfu.h fix multi-serial-port insanity (#2476) 2021-03-28 09:06:36 -04:00
main.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
rusefi_stubs.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00