AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configuration header files.

This commit is contained in:
Dean Camera 2012-05-13 17:17:45 +00:00
parent 7f4462267a
commit 9a373c4094
42 changed files with 1688 additions and 125 deletions

View file

@ -85,37 +85,37 @@
* </tr>
* <tr>
* <td>NO_DECODE_ETHERNET</td>
* <td>Makefile LUFA_OPTS</td>
* <td>NetworkConfig.h</td>
* <td>When defined, received Ethernet headers will not be decoded and printed to the device serial port.</td>
* </tr>
* <tr>
* <td>NO_DECODE_ARP</td>
* <td>Makefile LUFA_OPTS</td>
* <td>NetworkConfig.h</td>
* <td>When defined, received ARP headers will not be decoded and printed to the device serial port.</td>
* </tr>
* <tr>
* <td>NO_DECODE_IP</td>
* <td>Makefile LUFA_OPTS</td>
* <td>NetworkConfig.h</td>
* <td>When defined, received IP headers will not be decoded and printed to the device serial port.</td>
* </tr>
* <tr>
* <td>NO_DECODE_ICMP</td>
* <td>Makefile LUFA_OPTS</td>
* <td>NetworkConfig.h</td>
* <td>When defined, received ICMP headers will not be decoded and printed to the device serial port.</td>
* </tr>
* <tr>
* <td>NO_DECODE_TCP</td>
* <td>Makefile LUFA_OPTS</td>
* <td>NetworkConfig.h</td>
* <td>When defined, received TCP headers will not be decoded and printed to the device serial port.</td>
* </tr>
* <tr>
* <td>NO_DECODE_UDP</td>
* <td>Makefile LUFA_OPTS</td>
* <td>NetworkConfig.h</td>
* <td>When defined, received UDP headers will not be decoded and printed to the device serial port.</td>
* </tr>
* <tr>
* <td>NO_DECODE_DHCP</td>
* <td>Makefile LUFA_OPTS</td>
* <td>NetworkConfig.h</td>
* <td>When defined, received DHCP headers will not be decoded and printed to the device serial port.</td>
* </tr>
* </table>