reducing inconsistency between gen scripts: moving cypress

This commit is contained in:
rusefillc 2022-08-16 15:43:03 -04:00
parent ef7440a4ba
commit aee946799a
213 changed files with 15 additions and 15 deletions

View File

@ -299,7 +299,7 @@ jobs:
config/boards/kinetis/config/gen_kinetis_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
elif [ "${{ matrix.build-target }}" = "cypress" ]; then
config/boards/hellen/cypress/config/gen_cypress_config.sh
config/boards/cypress/config/gen_cypress_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board cypress cypress"; exit 1; }
elif [ "${{ matrix.build-target }}" = "subaru_eg33_f7" ]; then
bash config/boards/subaru_eg33/config/gen_subaru_config.sh

View File

@ -780,7 +780,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = ./ChibiOS ./ChibiOS-Contrib ./config/boards/hellen/cypress/OS
EXCLUDE = ./ChibiOS ./ChibiOS-Contrib ./config/boards/cypress/OS
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded

Some files were not shown because too many files have changed in this diff Show More