diff --git a/usb-device-composite-cdchid-project/Makefile b/usb-device-composite-cdchid-project/Makefile index 349c787..506b117 100644 --- a/usb-device-composite-cdchid-project/Makefile +++ b/usb-device-composite-cdchid-project/Makefile @@ -34,8 +34,8 @@ # Chip & board used for compilation # (can be overriden by adding CHIP=chip and BOARD=board to the command-line) -CHIP = at91sam7se512 -BOARD = at91sam7se-ek +CHIP = at91sam7s128 +BOARD = simtrace # Trace level used for compilation # (can be overriden by adding TRACE_LEVEL=#number to the command-line) @@ -68,7 +68,7 @@ OBJ = obj #------------------------------------------------------------------------------- # Tool suffix when cross-compiling -CROSS_COMPILE = arm-none-eabi- +CROSS_COMPILE = arm-elf- # Compilation tools CC = $(CROSS_COMPILE)gcc