Skip to content
Snippets Groups Projects
Commit ec19436d authored by Dean Camera's avatar Dean Camera
Browse files

Add new LUFA logo by Ryo Yamauchi.

parent 74353374
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,9 @@ all: ...@@ -23,6 +23,9 @@ all:
make -C KeyboardHostWithParser clean make -C KeyboardHostWithParser clean
make -C KeyboardHostWithParser all make -C KeyboardHostWithParser all
make -C MassStorageHost clean
make -C MassStorageHost all
make -C MIDIHost clean make -C MIDIHost clean
make -C MIDIHost all make -C MIDIHost all
...@@ -32,9 +35,6 @@ all: ...@@ -32,9 +35,6 @@ all:
make -C MouseHostWithParser clean make -C MouseHostWithParser clean
make -C MouseHostWithParser all make -C MouseHostWithParser all
make -C MassStorageHost clean
make -C MassStorageHost all
make -C PrinterHost clean make -C PrinterHost clean
make -C PrinterHost all make -C PrinterHost all
...@@ -51,9 +51,10 @@ all: ...@@ -51,9 +51,10 @@ all:
make -C JoystickHostWithParser $@ make -C JoystickHostWithParser $@
make -C KeyboardHost $@ make -C KeyboardHost $@
make -C KeyboardHostWithParser $@ make -C KeyboardHostWithParser $@
make -C MassStorageHost $@
make -C MIDIHost $@
make -C MouseHost $@ make -C MouseHost $@
make -C MouseHostWithParser $@ make -C MouseHostWithParser $@
make -C MassStorageHost $@
make -C PrinterHost $@ make -C PrinterHost $@
make -C RNDISEthernetHost $@ make -C RNDISEthernetHost $@
make -C StillImageHost $@ make -C StillImageHost $@
......
This diff is collapsed.
LUFA/ManPages/LUFA.gif

6.27 KiB

LUFA/ManPages/LUFA.png

10.1 KiB

...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* \mainpage * \mainpage
* *
* \n * \n
* \image html LUFA.gif * \image html LUFA.png
* \n * \n
* *
* <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b> * <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>
...@@ -41,5 +41,5 @@ ...@@ -41,5 +41,5 @@
* - \subpage Page_Donating Donating to support this project * - \subpage Page_Donating Donating to support this project
* - \subpage Page_LibraryApps Overview of included Demos, Bootloaders and Projects * - \subpage Page_LibraryApps Overview of included Demos, Bootloaders and Projects
* *
* <small><i>Logo design by EDIGMA.COM</i></small> * <small><i>Logo design by <b>Ryo Yamauchi</b></i></small>
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment