Add chipid table to diplay chip info.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Sep 2011 10:12:27 +0000 (10:12 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Sep 2011 10:12:27 +0000 (10:12 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5122 38d2e660-2303-0410-9eaa-f027e97ec537

boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server_user.mk

index fc49b2d5e097be72c202707a626aa43887988bb1..949c692e907c677fd8fcda476f38148b26f7d78e 100644 (file)
@@ -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.