Make Low Level host demos use void pointers for the configuration descriptor, to...
[pub/lufa.git] / LUFA / ManPages / WhyUseLUFA.txt
index 17483d6..b967e87 100644 (file)
  *    it directly. Updating the LUFA library is a simple folder-replacement and gives new features and bug fixes in\r
  *    seconds each time a new release is made.\r
  *\r
+ *  - <b>Size:</b>\r
+ *    Not just requiring less code to make complex USB devices, LUFA (under most cases with the correct compile options)\r
+ *    requires less FLASH space than Atmel's stack, meaning more space for the user application*.\r
+ *\r
  *  - <b>Support:</b>\r
  *    Since many people are now using LUFA in their own projects, you can take advantage of other's knowedge when you run\r
  *    into difficulties or need some advice. In addition, you can also email the library author to recieve personalised\r
  *    support when you need it (subject to author's schedule).\r
+ *\r
+ *   <small>* Atmel Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3336 bytes, under identical build\r
+ *   environments</small>\r
  */\r
  
\ No newline at end of file