From: asterix Date: Fri, 30 Sep 2011 10:12:27 +0000 (+0000) Subject: Add chipid table to diplay chip info. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4446c1118772ed59e7d5d1f895952441aacb7b0f;p=bertos.git Add chipid table to diplay chip info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5122 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server_user.mk b/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server_user.mk index fc49b2d5..949c692e 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server_user.mk +++ b/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server_user.mk @@ -12,6 +12,7 @@ sam3x-ek_http_server_USER_CSRC = \ $(sam3x-ek_http_server_SRC_PATH)/main.c \ bertos/cpu/cortex-m3/drv/dmac_sam3.c \ bertos/cpu/cortex-m3/drv/hsmci_sam3.c \ + bertos/cpu/cortex-m3/io/sam3_chipid.c \ # # Files included by the user.