From 6c683670d2b84af17ef292c0ec5fe1085292c780 Mon Sep 17 00:00:00 2001 From: penguin Date: Tue, 20 Oct 2020 18:45:15 -0500 Subject: [PATCH] broken stuff rn --- manifest/make-manifest.toml | 2 +- manifest/target-manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/make-manifest.toml b/manifest/make-manifest.toml index 8770ccdf..00b2a685 100644 --- a/manifest/make-manifest.toml +++ b/manifest/make-manifest.toml @@ -3,7 +3,7 @@ [arch] -PROJECT_NAME = "d21test" +PROJECT_NAME = "" DIR_INCLUDES = ["-I$(QUOTE)../ESF/mcu/inc$(QUOTE)", "-I$(QUOTE)../inc$(QUOTE)"] DEPS = "$(OBJS:%.o=%.d)" diff --git a/manifest/target-manifest.toml b/manifest/target-manifest.toml index 0d118b85..991cc197 100644 --- a/manifest/target-manifest.toml +++ b/manifest/target-manifest.toml @@ -35,7 +35,7 @@ same70q21a = "arch.arm.same70.same70a.same70q21a" # target.cfg contains the file locations for all config manifests for all mcus # target.cfg contains things like symlinks -[target.cfg] +[target.manifest] # samd21 family # samd21a series samd21e15a = "arch/arm/SAMD21/SAMD21A/manifest/samd21e15a.toml"