bernard.xiong@gmail.com
|
b49db5f72a
|
made more function as static.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1660 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-08-03 15:30:40 +00:00 |
mbbill@gmail.com
|
b2726da244
|
re-implemented ethernetif and power-on flow of lwip1.4, note: ethnet driver and init invokings also need to be modified.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1652 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-07-28 14:52:44 +00:00 |
bernard.xiong
|
be5f855a44
|
use GetCurrentDir() function to get CPATH.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1631 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-07-15 08:52:50 +00:00 |
mbbill@gmail.com
|
86d6c01c9e
|
bug fix in arch implmentation
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1628 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-07-13 12:02:34 +00:00 |
mbbill@gmail.com
|
7121ca6467
|
fixd a critical issue in lwip. see issue#11
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1621 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-07-08 02:04:14 +00:00 |
bernard.xiong@gmail.com
|
217c6d88f5
|
open LWIP_NETIF_LINK_CALLBACK definitions
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1573 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-07-01 12:53:21 +00:00 |
bernard.xiong
|
dcf5c15194
|
fix building script issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1541 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-27 02:01:58 +00:00 |
mbbill@gmail.com
|
0e03e7eb2e
|
change some macros accordinate to rtdebug.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1512 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-15 02:26:46 +00:00 |
bernard.xiong@gmail.com
|
99dc4465a6
|
add skeleton template of network interface driver.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1502 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-14 14:28:28 +00:00 |
mbbill@gmail.com
|
8e8fa0035d
|
add reentrance check for lwip arch/ethernetif; convert an example to utf-8 format.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1495 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-12 12:02:14 +00:00 |
mbbill@gmail.com
|
70bafa328a
|
move net/apps to lwip folder
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1484 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-10 03:57:32 +00:00 |
mbbill@gmail.com
|
f00548260a
|
eth_device_init is not re-entrance, add a warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1479 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-10 02:50:59 +00:00 |
bernard.xiong@gmail.com
|
0513333a10
|
Add RT_LWIP_VER130, RT_LWIP_VER140 options.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1476 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-09 14:07:59 +00:00 |
mbbill@gmail.com
|
ae674ab359
|
Now, lwip is using blocking mailbox.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1473 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-08 16:41:36 +00:00 |
mbbill@gmail.com
|
a967ec707f
|
minor fix in ethernetif
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1469 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-08 16:38:56 +00:00 |
mbbill@gmail.com
|
6a34056233
|
Fixd a bug in ethernetif
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1468 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-06-08 16:37:10 +00:00 |
mbbill@gmail.com
|
73e78bdc00
|
Modified net apps for lwip1.4.0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1440 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-05-30 02:16:24 +00:00 |
mbbill@gmail.com
|
111d02568c
|
Add sys_mutex implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1439 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-05-29 11:40:17 +00:00 |
mbbill@gmail.com
|
e9e1c20aeb
|
lwip1.4.0 is able to run now!
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1437 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-05-27 06:05:56 +00:00 |
mbbill@gmail.com
|
1d56e975cb
|
lwip merged to 1.4.0, compile passed but can not run. ethernetif has been modified a lot.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1436 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-05-26 16:54:35 +00:00 |
mbbill@gmail.com
|
f862baaaac
|
FIX: ESHUTDOWN is not defined when newlib is enabled.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1435 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-05-26 12:06:14 +00:00 |
bernard.xiong
|
43448c696d
|
fix mib2 compiling warning; add more options in lwip building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1188 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-12-09 07:55:07 +00:00 |
bernard.xiong
|
7880b57f3c
|
remove LWIP_THREAD_MAGIC assert in LwIP porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1153 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-11-30 05:37:03 +00:00 |
itspy.wei
|
f438f02b0f
|
add uip
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1125 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-11-26 16:27:45 +00:00 |
bernard.xiong@gmail.com
|
71f3490515
|
add missed SConscript file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1076 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-11-21 01:23:09 +00:00 |
bernard.xiong@gmail.com
|
10732a76e9
|
cleanup scons building script
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1065 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-11-20 12:31:00 +00:00 |
qiuyiuestc
|
9f10586059
|
fix tftp create file fail bug
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@819 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-01 23:23:11 +00:00 |
qiuyiuestc
|
56916d1a73
|
file should be closed after sending finished in ftp server
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@813 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-24 12:21:07 +00:00 |
bernard.xiong@gmail.com
|
b5763568c9
|
the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@793 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-14 23:31:16 +00:00 |
qiuyiuestc
|
dcff85f183
|
modbus master
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@785 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-01 15:29:12 +00:00 |
bernard.xiong
|
a3e2556360
|
change the ALIGN definition for IAR compiler.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@782 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-29 09:09:13 +00:00 |
bernard.xiong
|
bf08f4d745
|
decrease memory usage
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@768 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-11 10:19:48 +00:00 |
mbbill
|
289aa30c76
|
FIX: Setting the 'flags' to 0 will overwrite NETIF_FLAG_BROADCAST, see ethernetif.c line 140. Also, the IGMP check is redundant( see netif.c line 153).
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@731 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-05-23 19:25:06 +00:00 |
bernard.xiong
|
61e66e376b
|
add un-defined errno in newlib.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@673 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-04-27 04:09:54 +00:00 |
bernard.xiong
|
a141589522
|
add group setting on freemodbus, rtgui; fix finsh shell cmd data conversion issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@645 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-04-19 04:43:15 +00:00 |
bernard.xiong
|
85946a3c0d
|
add scons --target=mdk option for STM3210 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@643 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-04-18 23:48:59 +00:00 |
bernard.xiong
|
5562ddf77a
|
add group script support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@641 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-04-18 15:27:13 +00:00 |
bernard.xiong
|
1df014578a
|
move to components directory
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@637 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-04-18 15:04:01 +00:00 |