rusefi-1/firmware/config/boards
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
..
atlas Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
f407-discovery gen_config.sh code duplication #2451 2021-07-30 16:55:07 -04:00
f429-discovery misc ethernet config parameters (#3343) 2021-10-11 15:35:09 -04:00
frankenso dead vss flag (#3499) 2021-11-07 14:36:46 -05:00
hellen Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
kinetis Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
microrusefi Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
nucleo_f767 yet more pch (#3068) 2021-08-03 22:05:01 -04:00
nucleo_h743 Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
prometheus Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
proteus Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
skeleton fuel pump doesn't use fsio (#3576) 2021-11-19 22:23:12 -05:00
st_stm32f4 make board config override actually usable (#2508) 2021-03-31 14:46:50 -04:00
subaru_eg33 Expose console over serial port for H7 proc (#3578) 2021-11-20 00:39:08 -05:00
STM32F407VET6_Black.bat
STM32F407VET6_Mini.bat auto detect HSE clock speed (#2952) 2021-07-12 20:51:35 -04:00
clean_env_variables.bat
clean_env_variables.sh
common_make.bat
common_make.sh Openblt deliver (#3486) 2021-11-07 13:50:01 -05:00
mre_meta.h export board-specific macro for stm32 pins based on board yaml #3298 2021-10-26 10:27:10 -04:00
proteus_meta.h Honda K 2021-10-28 22:18:41 -04:00
readme.md atlas https://github.com/rusefi/rusefi/blob/master/firmware/config/boards/readme.md 2021-07-26 11:43:32 -04:00

readme.md

Boards Directory

See misc/jenkins/compile_other_versions/run.bat which is executed by build server.

See https://rusefi.com/build_server/

By definition, BOARD_NAME is a folder in firmware\config\boards

One BOARD_NAME could be producing a number of artifacts via compile_$BUNDLE_NAME.sh scripts

Work in progress: SHORT_BOARDNAME becomes BUNDLE_NAME

New board procedure

  1. manually add one signature*.h and one .ini files into git - see gen_config.sh comment

  2. update gen_config.sh: add "board board" pair into 'for BOARD' iteration

See also https://github.com/rusefi/rusefi/wiki/Hardware