rules.mk 377 B

1234567891011121314151617
  1. MCU = at90usb646
  2. OPT_DEFS += -DBOOTLOADER_SIZE=4096
  3. # Extra source files for IS3731 lighting
  4. SRC = TWIlib.c issi.c lighting.c
  5. # Processor frequency.
  6. F_CPU = 16000000
  7. # Target architecture (see library "Board Types" documentation).
  8. ARCH = AVR8
  9. # Input clock frequency.
  10. F_USB = $(F_CPU)
  11. # Interrupt driven control endpoint task(+60)
  12. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT