Re: ucosii and C++
2007-11-01 16:34:11 GMT
Yes it will be ok in a C++ project. ----- Original Message ----- From: "andnan" <andnan <at> yahoo.com> To: <MicriumNewsGroup <at> yahoogroups.com> Sent: Thursday, November 01, 2007 6:08 PM Subject: [MicriumNewsGroup] ucosii and C++ >I have a firmware project that is well suited to C++ and a real time OS. > > Will the ucosii be ok in a C++ project?
Re: ucosii and C++
2007-11-01 16:37:08 GMT
From: andnan <andnan <at> yahoo.com>
To: MicriumNewsGroup <at> yahoogroups.com
Sent: Thursday, November 1, 2007 9:08:08 AM
Subject: [MicriumNewsGroup] ucosii and C++
I have a firmware project that is well suited to C++ and a real time OS.
Will the ucosii be ok in a C++ project?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/MicriumNewsGroup/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/MicriumNewsGroup/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:MicriumNewsGroup-digest <at> yahoogroups.com
mailto:MicriumNewsGroup-fullfeatured <at> yahoogroups.com
<*> To unsubscribe from this group, send an email to:
MicriumNewsGroup-unsubscribe <at> yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
Re: ucosii and C++
2007-11-01 18:13:56 GMT
From: Rudi_Fruth <rudi_fruth <at> yahoo.com>
To: MicriumNewsGroup <at> yahoogroups.com
Sent: Thursday, November 1, 2007 1:37:08 PM
Subject: Re: [MicriumNewsGroup] ucosii and C++
From: andnan <andnan <at> yahoo. com>
To: MicriumNewsGroup <at> yahoogroups. com
Sent: Thursday, November 1, 2007 9:08:08 AM
Subject: [MicriumNewsGroup] ucosii and C++
I have a firmware project that is well suited to C++ and a real time OS.
Will the ucosii be ok in a C++ project?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups. yahoo.com/ group/MicriumNew sGroup/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go t o:
http://groups. yahoo.com/ group/MicriumNew sGroup/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:MicriumNewsGroup- digest <at> yahoogrou ps.com
mailto:MicriumNewsGroup- fullfeatured <at> yahoogroups. com
<*> To unsubscribe from this group, send an email to:
MicriumNewsGroup- uns ubscribe <at> yahoogroups. com
<*> Your use of Yahoo! Groups is subject to:
http://docs. yahoo.com/ info/terms/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com __._,_.___
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
mc9s12ne64.h missing
2007-11-12 02:32:33 GMT
Hello,
I had downloaded the Micrium-Freescale-uCOS-II-View-MC9S12NE64. I
compiled it on CodeWarrior3.1 for HC12, but the compiler show a error
message:"mc9s12ne64.h file not found in includes.h". I search the
CodeWarrior install dir, find only a file:mc9s12e64.h, not
mc9s12ne64.h. Where can I get it? I use mc9s12e64.h replace
mc9s12ne64.h, but some macro can not find. How can I do? Thank you.
Re: ucosii and C++
2007-11-12 15:02:44 GMT
I've not found it to be a problem. As Rudi pointed out, be careful about dynamic allocation - as a good principle of any real-time design, try to do all your allocation before starting uc/os, eg in the task constructors. To be fair, though, I haven't tried it in a very resource-limited environment such as a small microcontroller. Regards Tony > --- In MicriumNewsGroup <at> yahoogroups.com, Tim Stone <timbstone <at> ...> wrote: > > What about issue such as C++ tends to be a pig on resources? > > > > ----- Original Message ---- > From: Rudi_Fruth <rudi_fruth <at> ...> > To: MicriumNewsGroup <at> yahoogroups.com > Sent: Thursday, November 1, 2007 1:37:08 PM > Subject: Re: [MicriumNewsGroup] ucosii and C++ > > It has worked well for us. Just pay attention to dynamic resource needs such as 'new'. > > Sent by: Rudi_Fruth <at> Yahoo. com > > > > ----- Original Message ---- > From: andnan <andnan <at> yahoo. com> > To: MicriumNewsGroup <at> yahoogroups. com > Sent: Thursday, November 1, 2007 9:08:08 AM > Subject: [MicriumNewsGroup] ucosii and C++ > > I have a firmware project that is well suited to C++ and a real time OS. > > Will the ucosii be ok in a C++ project? > > > > > Yahoo! Groups Links > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >
mc9s12ne64.h missing
2007-11-12 02:38:03 GMT
Hello,
I had downloaded the Micrium-Freescale-uCOS-II-View-MC9S12NE64. I
compiled it on CodeWarrior3.1 for HC12, but the compiler show a error
message:"mc9s12ne64.h file not found in includes.h". I search the
CodeWarrior install dir, find only a file:mc9s12e64.h, not
mc9s12ne64.h. Where
can I get it? I use mc9s12e64.h replace mc9s12ne64.h, but some macro
can not find. How can I do? Thank you.
Best regards
talengd
RE: ucosii and C++
2007-11-12 12:51:05 GMT
I have no experience with using ucosii and C++, but compiling a native C program with a C++ compiler is absolutely no different than using just a c-compiler. C++ only becomes a so called “pig” when certain C++ features are used.
From: MicriumNewsGroup <at> yahoogroups.com
[mailto:MicriumNewsGroup <at> yahoogroups.com] On
Behalf Of Tim Stone
Sent: Thursday, November 01, 2007
1:14 PM
To:
MicriumNewsGroup <at> yahoogroups.com
Subject: Re: [MicriumNewsGroup]
ucosii and C++
What about issue such as C++ tends to be a pig on resources?
----- Original Message
----
From: Rudi_Fruth <rudi_fruth <at> yahoo.com>
To: MicriumNewsGroup <at> yahoogroups.com
Sent: Thursday, November 1, 2007 1:37:08 PM
Subject: Re: [MicriumNewsGroup] ucosii and C++
It has worked well for us. Just pay attention to
dynamic resource needs such as 'new'.
Sent by: Rudi_Fruth <at> Yahoo. com
----- Original Message
----
From: andnan <andnan <at> yahoo. com>
To: MicriumNewsGroup <at> yahoogroups. com
Sent: Thursday, November 1, 2007 9:08:08 AM
Subject: [MicriumNewsGroup] ucosii and C++
I have a firmware project that is well suited to C++ and a real time OS.
Will the ucosii be ok in a C++ project?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups. yahoo.com/ group/MicriumNew sGroup/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups. yahoo.com/ group/MicriumNew sGroup/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:MicriumNewsGroup-
digest <at> yahoogrou ps.com
mailto:MicriumNewsGroup-
fullfeatured <at> yahoogroups. com
<*> To unsubscribe from this group, send an email to:
MicriumNewsGroup-
unsubscribe <at> yahoogroups. com
<*> Your use of Yahoo! Groups is subject to:
http://docs.
yahoo.com/ info/terms/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
Re: ucosii and C++
2007-11-13 16:02:38 GMT
You don't have to use all the features of C++. Certainly many features might be bloated and you want to disable, but at its core you can use C++ for its ability to group functions in your data using structs/classes. One criticism of C++ is not just its bloated, but in embedded projects, it's important that the compiler does not add code that you are not aware of (default constructors etc). Just go slowly. --- In MicriumNewsGroup <at> yahoogroups.com, Tim Stone <timbstone <at> ...> wrote: > > What about issue such as C++ tends to be a pig on resources? > > > > ----- Original Message ---- > From: Rudi_Fruth <rudi_fruth <at> ...> > To: MicriumNewsGroup <at> yahoogroups.com > Sent: Thursday, November 1, 2007 1:37:08 PM > Subject: Re: [MicriumNewsGroup] ucosii and C++ > > It has worked well for us. Just pay attention to dynamic resource needs such as 'new'. > > Sent by: Rudi_Fruth <at> Yahoo. com > > > > ----- Original Message ---- > From: andnan <andnan <at> yahoo. com> > To: MicriumNewsGroup <at> yahoogroups. com > Sent: Thursday, November 1, 2007 9:08:08 AM > Subject: [MicriumNewsGroup] ucosii and C++ > > I have a firmware project that is well suited to C++ and a real time OS. > > Will the ucosii be ok in a C++ project? > > > > > Yahoo! Groups Links > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >
Setting up MicroC/OS-II in Eclipse IDE
2007-11-25 21:14:57 GMT
I'm in the process of learning Eclipse and MicroC/OS-II at the same time, and am having some issues with the Eclipse documentation and tutorials. I would like to set up an Eclise project to build the MicroC/OS-II kernel and can't quite figure it out. Have any of you done that and can you tell me how you did it? Thanks...
RSS Feed