Richard Barry
|
9ad9969536
|
The Keil compiler insists on having the IP address structure packed, but doing so causes problems with warnings being generated on other compilers. uip.h was therefore updated to just use the pack attribute when the Keil compiler is used.
|
2011-05-13 17:28:46 +00:00 |
|
Richard Barry
|
96b1dc773f
|
Update the FreeTCPIP files such that Keil is happy compiling them with the pack struct header file definitions.
|
2011-04-28 19:38:32 +00:00 |
|
Richard Barry
|
4a1716ac67
|
Add definitions for the different types of event that need processing by the TCP/IP stack.
|
2011-04-23 15:34:37 +00:00 |
|
Richard Barry
|
290e7bd222
|
Add pack_struct_start and pack_struct_end definitions for ICCARM.
|
2011-04-22 14:13:51 +00:00 |
|
Richard Barry
|
f5e7f9957c
|
Change clock_time_t from a fixed unsigned long to portTickType so it works ok when configUSE_16_BIT_TICKS is set to 1.
|
2011-02-07 11:58:19 +00:00 |
|
Richard Barry
|
3b6ed5341f
|
Update the IP address copy macro so it never relies on any byte alignment.
|
2010-11-08 21:59:23 +00:00 |
|
Richard Barry
|
1ec24e1d46
|
Remove possibility of having multiple definitions of DEBUG in uip_arp.c.
|
2010-09-21 21:06:16 +00:00 |
|
Richard Barry
|
5f95494dff
|
FreeTCPIP - remove compiler warnings.
|
2010-09-12 21:06:00 +00:00 |
|
Richard Barry
|
c7fbe1d601
|
Some re-formatting of uip.c.
|
2010-09-10 18:45:22 +00:00 |
|
Richard Barry
|
2641267c85
|
Some re-formatting of uip.c.
|
2010-09-10 18:40:31 +00:00 |
|
Richard Barry
|
904e22b667
|
Include pack struct macros for RX architecture.
|
2010-09-09 19:47:24 +00:00 |
|
Richard Barry
|
85e6e01995
|
Removed unused files.
|
2010-02-25 16:36:32 +00:00 |
|
Richard Barry
|
450e344455
|
Tidy up SuperH port a bit ready for release.
|
2010-02-18 13:23:00 +00:00 |
|
Richard Barry
|
04c48138a8
|
Change path to included header files so they are now included from the apps directory.
|
2010-02-15 17:15:10 +00:00 |
|
Richard Barry
|
0978152144
|
Add back in the uip_arch.h header file.
|
2010-02-15 14:47:29 +00:00 |
|
Richard Barry
|
804d39fb69
|
Another two header files added back having been previously removed.
|
2010-02-13 22:08:45 +00:00 |
|
Richard Barry
|
d60032cec3
|
Not much more than a reformatted uIP so far - this will eventually replace the FreeRTOS-uIP files.
|
2010-02-13 21:15:28 +00:00 |
|