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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 90 - 119 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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:...
109 Mauricio Alvarez
luna@... Send Email
Sep 6, 2000
5:04 am
Hi. I'm developing an ambedded web application with the MC68HC12 motorola microcontroller and uC-OS RTOS v.1.09. Due to our ram memory limitation task staks...
110 Guy Lancaster
lancasterg@... Send Email
Sep 6, 2000
5:22 am
Frank Majewski wrote: How free is free ucos-net? Now there's a question to struggle with. I worked on this stack from the bottom up so the TCP module was one...
111 dgsomerton
dgsomerton@... Send Email
Sep 7, 2000
10:37 am
Hello, I will try and answer your question. As your task is running, it may be interupted. This may be from comms, or perhaps from the tick timer. Your...
112 Peter Choi (CTINets)
peter_tkchoi@... Send Email
Sep 10, 2000
11:10 am
Dear all, I'm a new begineer of RTOS user. I've just bought the book "uC/OS II The Real -Time Kernel". I've read the first 2 chapters but still wonder how to ...
113 Derek Lassen
kn6td@... Send Email
Sep 10, 2000
11:24 am
Yes. Read the rest of the book. (s) Derek...
114 Jean J. Labrosse
Jean.Labrosse@... Send Email
Sep 10, 2000
11:39 am
Peter, The book comes with IDE files for the Borland compiler. If you have this compiler, you don't need to create makefiles. If you have a diffferent ...
115 peter_tkchoi@... Send Email Sep 10, 2000
2:20 pm
Dear Jean, Thanks. I'd be very pleased if you can inform me how I can get the makefile, because I'd prefer to use command line compilation. Besides, I can now...
116 Adrian Gothard
whd@... Send Email
Sep 10, 2000
5:27 pm
... Just download the Borland C compiler and the Borland Turbo Debugger from the Borland site. They are free now. The Borland C IDE project file contains all...
117 Peter Choi (CTi)
peter_tkchoi@... Send Email
Sep 11, 2000
4:29 am
Dear all, Thanks. I can now compile the example sources to DOS exe using BC3.1 IDE. Now I want to compile the sources into a standalone ROM, so that it can...
118 Len Payne
payne@... Send Email
Sep 11, 2000
5:24 am
To interested parties, I am involved with the running of a new subject for 4th level Electrical Engineering students here at the University of Queensland. The...
119 Jean J. Labrosse
Jean.Labrosse@... Send Email
Sep 11, 2000
11:06 am
Good work, to get the code into ROM, you need a utility called LOCATE which is sold by a company called PARADIGM www.devtools.com. I don't know how much they...
Messages 90 - 119 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