Add Python test script using pywinusb for the Class Driver Generic HID Device demo...
[pub/lufa.git] / LUFA / Build / lufa_atprogram.mk
index f9f5dfc..2090a42 100644 (file)
@@ -1,6 +1,6 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2012.
+#     Copyright (C) Dean Camera, 2013.
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
@@ -89,10 +89,12 @@ else
    $(error Unsupported architecture "$(ARCH)")
 endif
 
+# Programs in the target FLASH memory using ATPROGRAM
 atprogram: $(TARGET).elf $(MAKEFILE_LIST)
        @echo $(MSG_ATPROGRAM_CMD) Programming device \"$(MCU)\" FLASH using \"$(ATPROGRAM_PROGRAMMER)\"
        atprogram $(BASE_ATPROGRAM_FLAGS) program $(ATPROGRAM_FLASH_FLAGS) --file $<
 
+# Programs in the target EEPROM memory using ATPROGRAM
 atprogram-ee: $(TARGET).elf $(MAKEFILE_LIST)
        @echo $(MSG_ATPROGRAM_CMD) Programming device \"$(MCU)\" EEPROM using \"$(ATPROGRAM_PROGRAMMER)\"
        atprogram $(BASE_ATPROGRAM_FLAGS) program $(ATPROGRAM_EEPROM_FLAGS) --file $<