Commit graph

14 commits

Author SHA1 Message Date
David Kopf 38267bfd5a Webserver-nano: Add page load times, remove workaround code for bug in arm strformat.c, correct the double count of leading zeros there. 2012-02-11 14:58:35 -05:00
Simon Berg 506eced1bc Bug fix by Jonathan Chung 2011-07-22 15:07:52 +02:00
adamdunkels 5585d72c86 A simple but substantial change: uIP used the htons()/HTONS() macro
functions for converting between host and network byte order. These
names are the de facto standard names for this functionality because
of the original BSD TCP/IP implementation. But they cause problems for
uIP/Contiki: some platforms define these names themselves (Mac OS,
most notably), causing compilation problems for Contiki on those
platforms.

This commit changes all htons to uip_htons instead. Same goes for
htonl, ntohs, and ntohl. All-caps versions as well.
2010-10-19 18:29:03 +00:00
ksb 8e7ada96d3 Use .u prefix for uploading to device and PROG variable to select programmer 2010-02-10 10:08:36 +00:00
ksb 2c955d6e3f Synchronizing with my work copy. 2010-02-05 16:23:40 +00:00
ksb e3fae627f5 Removed reference to obsolete header. Fixed HALTing when the SCSI handler fails. 2009-07-11 17:34:19 +00:00
ksb 53da57ba60 SCSI definitions 2009-07-11 15:25:43 +00:00
ksb 5a07631752 Common SD-card interface, implementing CFS using EFSL 2009-07-11 15:13:55 +00:00
ksb f2e4500f88 SCSI RBC 2009-07-11 14:50:08 +00:00
ksb 2c029597a1 Common USB functionality 2009-07-11 14:44:27 +00:00
ksb 44a83a12cd USB mass storage class 2009-07-11 14:43:13 +00:00
ksb c5e62b7205 USB CDC-Ethernet class 2009-07-11 14:37:11 +00:00
ksb 659b3fb7d3 USB CDC-ACM class 2009-07-11 14:30:53 +00:00
ksb 195c23aaa4 printf-style output intended for debugging. Uses less memory and is more flexible than the newlib implementation. 2009-07-11 14:26:28 +00:00