index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Projects
/
Webserver
/
makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add uIP-split code to the Webserver project, so that each packet is split in ...
Dean Camera
2010-02-18
1
-0
/
+1
*
Speed up Webserver demo data rate by not sending a full ethernet frame each t...
Dean Camera
2010-02-12
1
-1
/
+2
*
Move DHCP negotiation timer into the DHCP connection application state struct...
Dean Camera
2010-02-12
1
-2
/
+2
*
Fix DHCPClient init code in the Webserver project writing to the incorrect ap...
Dean Camera
2010-02-12
1
-0
/
+1
*
Make Webserver allow HTTP requests for files with up to 50 characters in the ...
Dean Camera
2010-02-07
1
-2
/
+2
*
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...
Dean Camera
2010-02-04
1
-1
/
+1
*
Disable uIP connection polling for now - this seems to corrupt the buffers.
Dean Camera
2010-02-03
1
-5
/
+4
*
Add a TELNET server to the webserver project, which currently can list active...
Dean Camera
2010-02-03
1
-4
/
+5
*
Replace the Webserver demo's uIP with the latest code ripped from the Contiki...
Dean Camera
2010-02-02
1
-3
/
+8
*
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean Camera
2010-02-01
1
-2
/
+0
*
Second fix to Webserver project's makefile for the FATFs path case to fix *ni...
Dean Camera
2010-01-28
1
-1
/
+1
*
Oops - fix path case in the Webserver project makefile, to fix *nix builds.
Dean Camera
2010-01-28
1
-2
/
+2
*
Add FatFS library to the Webserver project, extend the HTTP server so that it...
Dean Camera
2010-01-28
1
-13
/
+24
*
Add DHCP server to the Webserver demo for automatic network configuration. Co...
Dean Camera
2010-01-27
1
-0
/
+2
*
Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Dean Camera
2010-01-25
1
-1
/
+1
*
Moved initial completed version of the Webserver project out of the Projects/...
Dean Camera
2010-01-25
1
-0
/
+742