Update the Android Accessory Host ClassDriver demo to use the updated class configura...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Feb 2012 22:07:25 +0000 (22:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 20 Feb 2012 22:07:25 +0000 (22:07 +0000)
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it.

Minor documentation improvements.

BuildTests/ModuleTest/makefile.uc3
BuildTests/ModuleTest/makefile.xmega
Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c
LUFA/DoxygenPages/LUFAPoweredProjects.txt

index fe26832..ba3ec10 100644 (file)
@@ -200,7 +200,7 @@ CFLAGS += -Wswitch-enum
 CFLAGS += -Wunused\r
 CFLAGS += -Wundef\r
 CFLAGS += -Wpointer-arith\r
-#CFLAGS += -Wcast-align\r
+CFLAGS += -Wcast-align\r
 CFLAGS += -Wwrite-strings\r
 CFLAGS += -Wlogical-op\r
 CFLAGS += -Wmissing-parameter-type\r
index e666704..054c6c8 100644 (file)
@@ -209,6 +209,7 @@ CFLAGS += -fno-inline-small-functions
 CFLAGS += -fpack-struct\r
 CFLAGS += -fshort-enums\r
 CFLAGS += -fno-strict-aliasing\r
+CFLAGS += -fno-split-wide-types\r
 CFLAGS += -Wa,-adhlns=$(<:%.c=$(OBJDIR)/%.lst)\r
 CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))\r
 CFLAGS += $(CSTANDARD)\r
index b4df532..d0737ac 100644 (file)
@@ -52,12 +52,12 @@ USB_ClassInfo_AOA_Host_t AndroidDevice_AOA_Interface =
                                \r
                                .PropertyStrings =\r
                                        {\r
-                                               .Manufacturer       = "Dean Camera",\r
-                                               .Model              = "LUFA Android Demo",\r
-                                               .Description        = "LUFA Android Demo",\r
-                                               .Version            = "1.0",\r
-                                               .URI                = "http://www.lufa-lib.org",\r
-                                               .Serial             = "0000000012345678",\r
+                                               [AOA_STRING_Manufacturer] = "Dean Camera",\r
+                                               [AOA_STRING_Model]        = "LUFA Android Demo",\r
+                                               [AOA_STRING_Description]  = "LUFA Android Demo",\r
+                                               [AOA_STRING_Version]      = "1.0",\r
+                                               [AOA_STRING_URI]          = "http://www.lufa-lib.org",\r
+                                               [AOA_STRING_Serial]       = "0000000012345678",\r
                                        },\r
                        },\r
        };\r
index d15ade2..cbac5af 100644 (file)
@@ -63,6 +63,7 @@
  *  - Hiduino, a USB-MIDI replacement firmware for the Arduino Uno: http://code.google.com/p/hiduino/
  *  - Ikea RGB LED USB modification: http://slashhome.se/p/projects/id/ikea_dioder_usb/#project
  *  - IR Remote to Keyboard decoder: http://netzhansa.blogspot.com/2010/04/our-living-room-hi-fi-setup-needs-mp3.html
+ *  - Jukebox panic button: http://thinkl33t.co.uk/the-panic-button
  *  - LED Panel controller: http://projects.peterpolidoro.net/caltech/panelscontroller/panelscontroller.htm
  *  - Linux Secure Storage Dongle: http://github.com/TomMD/teensy
  *  - LUFA powered DDR dance mat (French): http://logicien-parfait.fr/dokuwiki/doku.php?id=projet:ddr_repair