From 9353101b31e13161380a53f48edb57974e814a92 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 23 May 2023 17:29:15 -0400 Subject: [PATCH] progress --- .gitattributes | 35 +++++++++++++++++++++++++++++++++++ .gitignore | 25 +++++++++++++++++++++++++ board.mk | 4 ++++ ext/rusefi | 2 +- prepend.txt | 1 + 5 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 board.mk create mode 100644 prepend.txt diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ed4609f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,35 @@ +# +# see https://help.github.com/articles/dealing-with-line-endings/ +# + +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to Unix line endings on checkout. +*.c text eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.xml text eol=lf +*.mk text eol=lf +*.java text eol=lf +*.bat text eol=lf +*.sh text eol=lf +*.iml text eol=lf +*.txt text eol=lf +*.yaml text eol=lf +*.ini text eol=lf +*.input text eol=lf +*.rules text eol=lf + +# KiCad files +*.dsn text eol=lf +*.kicad_pcb text eol=lf +*.net text eol=lf +*.pro text eol=lf +*.sch text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..350a471 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +.dep* +build/ +pinouts +workarea +bundle_name.txt +out/ +logs/ +blbuild/ +Debug/ +.settings/ +*_ram_report.txt +/.idea +workspace.xml +java_console_binary +.vscode/.* +*.cmp +*.net +err.txt +log.txt +*.rusefi_binary +*.msq + +# Eclipse +.metadata/ + diff --git a/board.mk b/board.mk new file mode 100644 index 0000000..fe68013 --- /dev/null +++ b/board.mk @@ -0,0 +1,4 @@ +DDEFS += -DFIRMWARE_ID=\"AT32F435\" +DDEFS += -DSHORT_BOARD_NAME=AT32F435 + + diff --git a/ext/rusefi b/ext/rusefi index 724ada7..d5a959d 160000 --- a/ext/rusefi +++ b/ext/rusefi @@ -1 +1 @@ -Subproject commit 724ada74b3d2d9cbf78b28313bd5643d5e6afb01 +Subproject commit d5a959d9544acb2d8987179059cf1d6e54f2a167 diff --git a/prepend.txt b/prepend.txt new file mode 100644 index 0000000..3753309 --- /dev/null +++ b/prepend.txt @@ -0,0 +1 @@ +#define ts_show_etb_pins false