X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_http_server%2Fsam3x-ek_http_server_user.mk;h=45002e130b2833faffd90a958645136f05d2c979;hb=b30ca67e54f665181d85a49bff3af2862e86601e;hp=fc49b2d5e097be72c202707a626aa43887988bb1;hpb=27f2847bef705b09dbe026ffce96123b51593077;p=bertos.git 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..45002e13 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 @@ -4,14 +4,16 @@ # # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help -sam3x-ek_http_server_PROGRAMMER_TYPE = none +sam3x-ek_http_server_PROGRAMMER_TYPE = jlink sam3x-ek_http_server_PROGRAMMER_PORT = none # Files included by the user. sam3x-ek_http_server_USER_CSRC = \ $(sam3x-ek_http_server_SRC_PATH)/main.c \ + $(sam3x-ek_http_server_SRC_PATH)/bitmaps.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.