Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

asf.xml 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <asf xmlversion="1.0">
  2. <project caption="Still Image Host Demo (Low Level APIs)" id="lufa.demos.host.lowlevel.si.example.avr8">
  3. <require idref="lufa.demos.host.lowlevel.si"/>
  4. <require idref="lufa.boards.dummy.avr8"/>
  5. <generator value="as5_8"/>
  6. <device-support value="at90usb1287"/>
  7. <config name="lufa.drivers.board.name" value="none"/>
  8. <build type="define" name="F_CPU" value="16000000UL"/>
  9. <build type="define" name="F_USB" value="16000000UL"/>
  10. </project>
  11. <module type="application" id="lufa.demos.host.lowlevel.si" caption="Still Image Host Demo (Low Level APIs)">
  12. <info type="description" value="summary">
  13. Still Image Host demo, implementing a Still Image host that can send and receive PIMA data to and from an attached device. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.
  14. </info>
  15. <info type="gui-flag" value="move-to-root"/>
  16. <info type="keyword" value="Technology">
  17. <keyword value="Low Level APIs"/>
  18. <keyword value="USB Host"/>
  19. <keyword value="Still Image Class"/>
  20. </info>
  21. <device-support-alias value="lufa_avr8"/>
  22. <device-support-alias value="lufa_xmega"/>
  23. <device-support-alias value="lufa_uc3"/>
  24. <build type="distribute" subtype="user-file" value="doxyfile"/>
  25. <build type="distribute" subtype="user-file" value="StillImageHost.txt"/>
  26. <build type="c-source" value="StillImageHost.c"/>
  27. <build type="c-source" value="ConfigDescriptor.c"/>
  28. <build type="header-file" value="StillImageHost.h"/>
  29. <build type="header-file" value="ConfigDescriptor.h"/>
  30. <build type="c-source" value="Lib/StillImageCommands.c"/>
  31. <build type="header-file" value="Lib/StillImageCommands.h"/>
  32. <build type="header-file" value="Lib/PIMACodes.h"/>
  33. <build type="module-config" subtype="path" value="Config"/>
  34. <build type="header-file" value="Config/LUFAConfig.h"/>
  35. <require idref="lufa.common"/>
  36. <require idref="lufa.platform"/>
  37. <require idref="lufa.drivers.usb"/>
  38. <require idref="lufa.drivers.peripheral.usart"/>
  39. <require idref="lufa.drivers.misc.ansi"/>
  40. <require idref="lufa.drivers.board"/>
  41. <require idref="lufa.drivers.board.leds"/>
  42. </module>
  43. </asf>