Skip to content
Snippets Groups Projects
Commit 95fecccc authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent e5ae97c7
No related branches found
No related tags found
No related merge requests found
......@@ -4,15 +4,15 @@ CHIPDEF = __SAMD11C14A__
CHIPNAME = at91samd11c14a
CHIPTARGET = at91samdXX
CHIPTYPE = samd11
ASF = $(HOME)/Atmel/xdk-asf-3.47.0
ASF = $(HOME)/Atmel/xdk-asf-3.52.0
LINKER = $(ASF)/sam0/utils/linker_scripts/samd11/gcc/samd11c14a_flash.ld
STARTUP = $(ASF)/sam0/utils/cmsis/samd11/source/gcc/startup_samd11
BOOTLOADER = sam_ba_Generic_D11C14A_SAMD11C14A.bin
CC = arm-none-eabi-gcc
LD = arm-none-eabi-gcc
AR = arm-none-eabi-ar
AS = arm-none-eabi-as
CP = arm-none-eabi-objcopy
CC = $(ASF)/arm-none-eabi/bin/arm-none-eabi-gcc
LD = $(ASF)/arm-none-eabi/bin/arm-none-eabi-gcc
AR = $(ASF)/arm-none-eabi/bin/arm-none-eabi-ar
AS = $(ASF)/arm-none-eabi/bin/arm-none-eabi-as
CP = $(ASF)/arm-none-eabi/bin/arm-none-eabi-objcopy
INCLUDES = sam0/utils/cmsis/samd11/include \
thirdparty/CMSIS/Include
OBJS = $(STARTUP).o $(PROGRAM).o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment