From 7723fb56d713e6cddb6bd00c5edca829a4de0e2e Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 26 Sep 2011 08:52:00 +0000 Subject: [PATCH] Add to empty template some module to manage the sd card driver. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5089 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/sam3x-ek/templates/empty/empty_user.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/sam3x-ek/templates/empty/empty_user.mk b/boards/sam3x-ek/templates/empty/empty_user.mk index 4c8ed7ef..cb9088ab 100644 --- a/boards/sam3x-ek/templates/empty/empty_user.mk +++ b/boards/sam3x-ek/templates/empty/empty_user.mk @@ -10,6 +10,8 @@ empty_PROGRAMMER_PORT = none # Files included by the user. empty_USER_CSRC = \ $(empty_SRC_PATH)/main.c \ + bertos/cpu/cortex-m3/drv/dmac_sam3.c \ + bertos/cpu/cortex-m3/drv/hsmci_sam3.c \ # # Files included by the user. -- 2.25.1