diff --git a/..gitignore.swp b/..gitignore.swp new file mode 100644 index 0000000..24f090d Binary files /dev/null and b/..gitignore.swp differ diff --git a/.gitignore b/.gitignore index 48f329b..1775dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ *.lib # Executables +*.elf *.exe *.out *.app diff --git a/driver/.Makefile.swp b/driver/.Makefile.swp new file mode 100644 index 0000000..2f14c9c Binary files /dev/null and b/driver/.Makefile.swp differ diff --git a/driver/Makefile b/driver/Makefile index 52cf0c3..4df8f4f 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -7,9 +7,9 @@ COMPILER_PATH = g++ # Options -OUT_MAIN = main +OUT_MAIN = main.elf OBJ_MAIN = main.o -OUT_CLI = cli +OUT_CLI = cli.elf OBJ_CLI = cli.o CFLAGS = -std=c++14 -O3 -Wall -Wextra LDFLAGS = -lcurses -lpthread diff --git a/driver/cli b/driver/cli deleted file mode 100755 index 1b2738d..0000000 Binary files a/driver/cli and /dev/null differ diff --git a/firmware/B15F.elf b/firmware/B15F.elf deleted file mode 100755 index 9207531..0000000 Binary files a/firmware/B15F.elf and /dev/null differ