My name is alexandre and I'm working on a personal project. And I miss some stuff ( and knowledges, I do my best slowly but surely). where can I get the header...
71
Guy Lancaster
lancasterg@...
Dec 8, 1999 4:42 pm
Hi Alexandre: Welcome to the group. I'm glad to see your interest in the uC/IP code but I'm afraid that the code isn't ready to compile on its own. To quote ...
72
Alexandre LeChelveder
alexandre.lechelveder...
Dec 8, 1999 5:31 pm
hi all, My name is alexandre and I'm working on a personal project in order to put an embedded web server in an acquisition system. what I want to do is to ...
73
White Horse Design
whd@...
Dec 8, 1999 7:10 pm
... Why not post a quick resume as some of use have? ... Either you didn't download the archive properly or entirely or you are referring (more likely) to...
74
Dennis Gearon
gearond@...
Dec 8, 1999 8:19 pm
What about the KA9Q (or something similar) stack that is available? PS, I haven't been able to find the source for it, but it's supposed to be available -- ...
75
Vadim Azarovsky
vadima@...
Feb 18, 2000 7:28 am
Hi, I'm currently porting Guy Lancaster's uC/IP TCP/IP/PPP to RTOS CORTEX. The goal is to have some TCP/IP connectivity for projects I work on and distribute...
76
Guy Lancaster
lancasterg@...
Feb 19, 2000 7:28 am
... Quite simply nPut() and nGet() are part of the interfaces for the I/O devices. At this level, the buffer chains contain simple byte streams which may or...
77
Guy Lancaster
lancasterg@...
Feb 29, 2000 5:24 pm
... I don't understand why you couldn't post since you've posted before and I opened posting to anybody rather than just members many weeks ago. I could be ...
78
Vadim Azarovsky
vadima@...
Mar 15, 2000 1:06 am
Hi, FYI. I just up-loaded uC/IP TCP/IP/PPP stack modified for RTOS CORTEX and it's available from http://www.artesys.com.au. As an original uC/UP it's a public...
79
Vadim Azarovsky
vadima@...
May 9, 2000 8:31 am
Hi, I've just been thinking if anyone runs any WEB Server over uC/IP stack (free and open-source one would be an advantage) or is planning to do so. In my...
80
rouet nicolas
nrouet@...
May 23, 2000 9:24 am
I'm actually in trainee in france in a french start-up,which works with µC/OS-II I try to port a TCP/IP stack with µC/OS-II on the AT91 board from atmel and...
81
tim_ouyang@...
Jul 6, 2000 6:56 am
Hello All, Can somebody tell me the size of ROM and RAM needed for uCIP and how fast the CPU needed to run UCIP over dial-up PPP line? The data of any platform...
82
Guy Lancaster
lancasterg@...
Jul 6, 2000 1:33 pm
tim_ouyang@... wrote: Can somebody tell me the size of ROM and RAM needed for uCIP and how fast the CPU needed to run UCIP over dial-up PPP line? ...
83
Michael Koller
kollerm@...
Jul 18, 2000 6:02 pm
The documentation is all there: http://www.artesys.com.au/cgi- bin/artesys/home/asysweb/public_html/cortex/doc/ucip.html But the source code is gone. Does...
84
Guy Lancaster
lancasterg@...
Jul 19, 2000 12:20 am
Michael Koller wrote: The documentation is all there: http://www.artesys.com.au/cgi - bin/artesys/home/asysweb/public_html/cortex/doc/ucip.html But the source...
85
Vadim Azarovsky
vadima@...
Jul 24, 2000 5:03 am
... Hi, Thanks Guy for prompt reply. TCP/IP related links (via TCP/IP button) are dead at this moment only because I couldn't accomodate the entire uC/IP...
86
Michael Koller
kollerm@...
Jul 26, 2000 3:14 pm
Thanks. Got it. A few questions/observations. There are several CRTX macros undefined (e.g. CRTX_NULL & CRTX_ASSERT). Also, there are a bunch of calls to list...
87
Vadim Azarovsky
vadima@...
Jul 27, 2000 4:52 am
... files. ... The stuff you have down-loaded is a port of uC/IP stack for for RTOS CORTEX (not for uC/OS) and requires the kernel to compile. You will need to...
88
kollerm@...
Jul 27, 2000 12:43 pm
I understand the part about a dependency on Cortex. However, I wasn't sure if the called lst_* functions (in timer.c) were an o/s facility or part of the uC/IP...
89
Vadim Azarovsky
vadima@...
Jul 31, 2000 4:01 am
... were an o/s ... They are part of the kernel. Timer support services (timer.[hc] files) were rewritten under CORTEX to use CORTEX's own timer services...
90
Joel Seely
jseely@...
Aug 19, 2000 12:57 am
Hi. I was trying to port ucos to another processor, but I ran into a couple of bugs. Two functions, OSEventTaskRdy OSTCBInit seem to be declared differently...
91
Jean J. Labrosse
Jean.Labrosse@...
Aug 19, 2000 3:00 am
Joel, Yes, these were fixed in the latest version (V2.03). Jean ... M I C R I U M , I N C . 949 Crestview Circle Weston, FL 33327 U.S.A. Phone : +1 954 217...
92
highfreq@...
Aug 19, 2000 7:21 pm
Hello, I'm a student at Washington State University and have been working to improve the Motorola M.CORE port in order to use it for a robot we are currently...
93
Joel Seely
jseely@...
Aug 21, 2000 7:19 am
Thanks, Jean. I just ordered it and will play with it tomorrow, hopefully. I'm working on getting to ESC West in September, and specifically one of your...
94
michael.koller@...
Aug 21, 2000 12:53 pm
I never assume anything about the current state of interrupt enable. When I wrote a CLI (clear-interrupt,disable) and STI (set- interrupt,enable) C interface...
95
highfreq@...
Aug 22, 2000 12:51 am
Michael, Your idea is interesting, but does not seem immediately viable in the case of the M.CORE. The problem being I can not figure out how to dynamically...
96
michael.koller@...
Aug 22, 2000 12:48 pm
In the case I sited, you would not be preserving the previous contents of the flags on the stack in such a way that the compiler would have to know anything...
97
highfreq@...
Aug 22, 2000 3:48 pm
Michael, Thanks for clarifying. I guess I left out one practical argument against this approach. I don't want to change the microprocessor independent part...
98
Aaron Spear
aaron@...
Aug 23, 2000 12:38 am
... Hello Joey, I did a very analogous thing once abstracting out a mutex lock. The only gotcha is that I did it in C++ where you can declare variables...
99
Derek Lassen
kn6td@...
Aug 23, 2000 3:15 am
For years I have written code such as for(int i=0; check(i), move(i)) {};...