This commit is contained in:
rusefillc 2023-05-23 17:29:15 -04:00
parent 65390a1de0
commit 9353101b31
5 changed files with 66 additions and 1 deletions

35
.gitattributes vendored Normal file
View File

@ -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

25
.gitignore vendored Normal file
View File

@ -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/

4
board.mk Normal file
View File

@ -0,0 +1,4 @@
DDEFS += -DFIRMWARE_ID=\"AT32F435\"
DDEFS += -DSHORT_BOARD_NAME=AT32F435

@ -1 +1 @@
Subproject commit 724ada74b3d2d9cbf78b28313bd5643d5e6afb01
Subproject commit d5a959d9544acb2d8987179059cf1d6e54f2a167

1
prepend.txt Normal file
View File

@ -0,0 +1 @@
#define ts_show_etb_pins false