Skip to search.
ucos-net · Networking with uC/OS

Group Information

  • Members: 342
  • Category: Software
  • Founded: May 19, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 79 - 108 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
79 Vadim Azarovsky
vadima@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email 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@... Send Email 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@... Send Email 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@... Send Email 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@... Send Email
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@... Send Email
Aug 23, 2000
3:15 am
For years I have written code such as for(int i=0; check(i), move(i)) {};...
100 michael.koller@... Send Email Aug 23, 2000
12:32 pm
Every compiler (regardless of target) has to implement some concept of a "local context." Usually this is a stack, but it doesn't have to be. Otherwise, how...
101 jseely@... Send Email Aug 23, 2000
9:15 pm
Has anyone read or taken a look at the book: "Embedded Microcontroller Interfacing for M-CORE Systems" G. Jack Lipovski J. David Irwin Wondering if it's any...
102 Aaron Spear
aaron.spear@... Send Email
Aug 23, 2000
11:58 pm
... Hello Derek, I just verified that I am not in fact crazy and went and tested it on a couple of different compilers. The verdict: ARM's ADS compiler...
103 martin.pec@... Send Email Sep 3, 2000
7:22 pm
Hello. I'm a student at University of Maribor. I would like to port ucos to TMS320c5402 DSP and DSP/Bios operating system. Can you give me some hints about...
104 Jean J. Labrosse
Jean.Labrosse@... Send Email
Sep 4, 2000
2:32 pm
Martin, The easiest thing to do is to look at an existing port. If you can't find one on my site that comes close, you should get the book (from amazon.com) ...
105 Martin Pec
martin.pec@... Send Email
Sep 4, 2000
3:45 pm
Hello Thank you for quick response. ... That would be very nice. Martin...
106 Martin Pec
martin.pec@... Send Email
Sep 4, 2000
4:23 pm
... I'm sorry. I think i wasn't clear enought. I want to port ucos-net, not an ucos operating sytem. I allready have MicroC/OS II book. Martin...
107 Jean J. Labrosse
Jean.Labrosse@... Send Email
Sep 4, 2000
8:21 pm
I don't have any details on uC/OS-Net and how to port it! Jean ... M I C R I U M , I N C . 949 Crestview Circle Weston, FL 33327 U.S.A. Phone : +1 954 217...
108 Frank Majewski
frank_majewski@... Send Email
Sep 6, 2000
12:05 am
How free is free ucos-net? Frank Crossposted from "comp.realtime": ----- Original Message ----- From: "Vadim Azarovsky" <vadima@...> Newsgroups:...
Messages 79 - 108 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help