Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
This commit is contained in:
parent
42ac34b484
commit
6b5e684c77
116 changed files with 2969 additions and 4241 deletions
|
|
@ -79,13 +79,13 @@
|
|||
* </tr>
|
||||
* <tr>
|
||||
* <td>ENABLE_TELNET_SERVER</td>
|
||||
* <td>Makefile CDEFS</td>
|
||||
* <td>Makefile LUFA_OPTS</td>
|
||||
* <td>When defined, this enables the TELNET server in addition to the HTTP webserver, which listens for incoming connections
|
||||
* and processes user commands.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>ENABLE_DHCP_CLIENT</td>
|
||||
* <td>Makefile CDEFS</td>
|
||||
* <td>Makefile LUFA_OPTS</td>
|
||||
* <td>When defined, this enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server.</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
* </tr>
|
||||
* <tr>
|
||||
* <td>MAX_URI_LENGTH</td>
|
||||
* <td>Makefile CDEFS</td>
|
||||
* <td>Makefile LUFA_OPTS</td>
|
||||
* <td>Maximum length of a URI for the Webserver. This is the maximum file path, including subdirectories and seperators.</td>
|
||||
* </tr>
|
||||
* </table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue