AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.

This commit is contained in:
Dean Camera 2012-05-13 15:03:17 +00:00
parent 64d00efd91
commit 13085a3351
42 changed files with 1477 additions and 140 deletions

View file

@ -84,38 +84,48 @@
* <td><b>Description:</b></td>
* </tr>
* <tr>
* <td>CLIENT_IP_ADDRESS</td>
* <td>NetworkConfig.h</td>
* <td>Configures the IP address given to the client (PC) via the DHCP server.</td>
* </tr>
* <tr>
* <td>HOST_IP_ADDRESS</td>
* <td>NetworkConfig.h</td>
* <td>Configures the IP address used in the virtual server for communications to/from the client.</td>
* </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>