rusefi-full/firmware/hw_layer/ports/stm32/stm32f7
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
..
cfg Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
openblt Openblt (#3430) 2021-11-05 19:28:55 -04:00
STM32F7.ld Linker file typo fix (#3436) 2021-10-31 15:17:56 -04:00
board.h boards file clean-up 2021-08-03 04:06:06 -04:00
device_mpu_util.h ADC cleanup, enable oversampling on H7 (#2437) 2021-03-08 14:50:50 -05:00
dfu_init.h h7 dfu and comments (#2522) 2021-04-03 21:58:29 -04:00
hw_ports.mk Support STM32F7 1MB devices (#2659) 2021-05-09 09:19:20 -04:00
mpu_util.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
stm32f7xx_hal_def.h
stm32f7xx_hal_flash.c Supress annoing unused warnings (#2216) 2021-01-11 08:49:20 -05:00
stm32f7xx_hal_flash.h
stm32f7xx_hal_flash_ex.c
stm32f7xx_hal_flash_ex.h