From 705005ffbc58f8850c00f22684b0b5910e00a9bc Mon Sep 17 00:00:00 2001 From: Penguin Date: Thu, 30 Dec 2021 11:45:30 -0600 Subject: [PATCH] removing projecttest from repo... Trying to cut down on size --- .gitignore | 1 + projecttest/igloo/igloo.toml | 3 --- projecttest/igloo/targets/samd21j18a/Makefile | 15 --------------- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 projecttest/igloo/igloo.toml delete mode 100644 projecttest/igloo/targets/samd21j18a/Makefile diff --git a/.gitignore b/.gitignore index 5d55306..513ea16 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ GTAGS GRTAGS GPATH target/* +projecttest/* diff --git a/projecttest/igloo/igloo.toml b/projecttest/igloo/igloo.toml deleted file mode 100644 index ea6d32c..0000000 --- a/projecttest/igloo/igloo.toml +++ /dev/null @@ -1,3 +0,0 @@ -[profile] -name = "projecttest" -targets = ["samd21j18a"] diff --git a/projecttest/igloo/targets/samd21j18a/Makefile b/projecttest/igloo/targets/samd21j18a/Makefile deleted file mode 100644 index 5e9fe8f..0000000 --- a/projecttest/igloo/targets/samd21j18a/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# ePenguin Generated Variables -PROJECT_NAME=projecttest -TARGET_NAME=samd21j18a - -TOOLCHAIN=arm-none-eabi -ELF_FLAGS= \ --Wl,--start-group -l m \ --Wl,--end-group -mthumb \ --Wl,-Map=$(QUOTE)$(PROJECT_NAME).map$(QUOTE) \ ---specs=nano.specs \ --Wl,--gc-sections \ --T$(QUOTE)$(LD_SCRIPT)$(QUOTE) \ --L$(QUOTE)$(LD_PATH)$(QUOTE) - -QUOTE:="