Menu

uCOS-II and lwIP on TI C6000 DSP / News: Recent posts


ucos-lwip-c6x 1.1.0 released!

v1.1.0 source code is released now, and also the C6713 DSK version.

Changes:

* Fixed reading bug of AX88796 ring buffer.
* QDMA module of C6x DSP enabled to recv/send packet, which is much faster.
(from 700KB/s => 5.50MB/s raw)
* Updated EMIF setting of DSP, and this was set inside the driver now.
<2005-11-05: by zengming99@mails.tsinghua.edu.cn>

Posted by Ming Zeng 2005-11-06

ucos-lwip-c6x 1.0.0 released!

v1.0.0 source code and a special version for C6713 DSK are both released now.

Changes:
* Updated option settings in lwipopts.h .
* Updated lwIP source code to current CVS version.
* Modified sample_http to a function, as it used RAW_API, there's no need to be a thread.
* Modified priority setting of lwIP threads(tasks of uC/OS-II), that is:
The default TCPIP_THREAD used priority 5.
Other lwIP threads can use priority 10-14.
* A special release version for C6713 DSK was also done.... read more

Posted by Ming Zeng 2005-10-29

ucos-lwip-c6x 0.9.9 released!

lwIP works perfectly with uC/OS-II now, on the TI C6711 DSK & 10/100M ethernet daughtercard.

lwIP was updated the same as CVS version on Jan.17th 2005.

And, a sample_http thread, which is a mini web server , was included in this project. It shows a web page and some photos.

It can be browsed like this:
https://sourceforge.net/dbimage.php?id=15263

Posted by Ming Zeng 2005-01-23