Hi, We have immediate Job Opportunities as follows for the leading MNC laocated in Bangalore. Please Rush your CV / refer your friends immediately to ...
Immediate OpeningWe have an immediate opening Leading MNC located in Bangalore As follows: 1)Ref: 0016/2003 Primary skills : Unix internals and System...
695
ly_7128 <longyun88@...>
longyun88@...
Jan 10, 2003 10:09 am
I download cvs-1-11-4 and use it to check out the files of uc/ip, but there is a error: cvs -d:pserver:anonymous@...:/cvsroot/ucip login Loggin...
Has anybody ported uc/ip for M16C. I have a student project and I should make a gprs connection via uart of the microcontroller by using a gprs modem? I should...
ly_7128 wrote: CVS.EXE [login aborted]: could not find out home directory Would you tell me how to check out these project? CVS stores information in your home...
We have an immediate opening in Embedded Technology for Leading MNC in Bangalore Embedded Openings Ref.No: 0001/em/2003 Lead Engineer 6-7Years WLAN, Home...
ucos doesnt have a filesystem, has anyone tried writing one? I'm working on this problem,and am wondering how I would port a user space filesystem (minix), to...
ucos doesnt have a filesystem, has anyone tried writing one? I'm working on this problem,and am wondering how I would port a user space filesystem (minix), to...
From what I see here http://www.ucos-ii.com/contents/products/file_system.html it looks like if a filesystem, that can be easily integrated to ucos-ii, is...
705
Jean J. Labrosse
Jean.Labrosse@...
Jan 31, 2003 1:05 pm
Micrium does offer a File System that works with uC/OS-II: http://ucos-ii.com/contents/products/file_system.html Jean ... M I C R I U M , I N C. 949 Crestview...
From what I see here http://www.ucos-ii.com/contents/products/file_system.html it looks like if a filesystem, that can be easily integrated to ucos-ii, is...
hello I'm a french studient in computer science and I have to port uC/OS-II on a SH7040 controlleur for my internship. I don't almost know the kernel (but I...
708
giuliano.to@...
Feb 5, 2003 11:30 am
Check in www.micrium.com, I think that the port for SH2 is realy. Regards, "ludvor <ludvo@...>" Per: ucos-net@yahoogroups.com <ludvo...
Good day Ludvor, Find attached my SH2 port for the SH7045. Should work as is for the SH7040. I am using the GNU SH compiler. Hope this helps. Regards Shaun...
We are developing a GPRS application with a GPRS modem and a microcontroller. We developed PPP, IP and UDP. We can send packets easily between two...
711
Arne Steinarson
Arne.Steinarson@...
Feb 10, 2003 10:23 am
Hello, I'm looking at a project where the plan is to use uC-OS-II on a low end 16-bit controller. On top of this, we would like to have a TCP/IP stack running...
Check that your IP address is public. Usualy, the operators implement the GPRS network with private IP addresses (ex: 10.x.x.x). In this case, it's not...
Hi all, I am in the need of integrating a TCP/IP/PPP stack in a project running a proprietary multitasking OS and I think uC/IP sounds like a very good...
Hi Marco! Actually uC/IP should be an OS independent TCP/IP stack. I myself uses an old version of the stack with RTXC (realtime embedded OS), with TCP/IP and...
Hi Marco! I'm in the same state as you: porting ucip with PPP to our OS running on a Toshiba TLCS-900 microcontroller. While I've got a lot more warnings and...
716
Paredes, Jefferson SE...
jefferson.j.paredes@...
Feb 11, 2003 10:16 pm
Hi Mads. from where can I download the actual stack source code..? The stack have low level routines for the NE2000 and others NIC ..? Thanks Jeff ... From:...
717
Irene & Mads Lind Chr...
christiansen@...
Feb 11, 2003 11:33 pm
Hi Jeff! Go to http://ucip.sourceforge.net/ Best wishes, Mads. ... From: "Paredes, Jefferson SECUADO-OLFI241" <jefferson.j.paredes@...> To:...
Hi Vitus, it looks like we're very in sync with our ports. Following my first message I finally went through the code and somehow understood that the stack is...
Moin Marco! Have a look at the Interface structure (called SIO_Port in the sample code)during the lifetime of your program. I did some dumps and after the...
Vitus, localAddr should be still zero upon returning from pppOpen because there is a line pc->if_up = 1; // for debugging only in pppMain() that forces a...
Hi Marco, nice feature, why isn't that conditional compiled via DEBUG_SUPPORT? OK, now pppOpen() takes 11s instead of 0s. The problem "TCPERR_CONFIG" is...