Code for porting the ucos to avr using the cvavr compiler

Status
Not open for further replies.

senthilkumar

Advanced Member level 1
Joined
Nov 24, 2001
Messages
401
Helped
27
Reputation
54
Reaction score
19
Trophy points
1,298
Location
india
Activity points
3,965
ucos???

hai,

anyone porting the ucos to avr using the cvavr compiler.

if s then

can u share the code.
 

uCOS requires an ANSI compliant C compiler. The CodeVision compiler is not ANSI compliant.
uCOS needs pointer to pointer, CodeVision does not support this primitive type.

The ImageCraft C compiler for AVR is ANSI compliant . I have ported uCOS 2.70 with this compiler and is running on a ATMega 128.


Regards

Redpoint
 

Re: ucos???

I dwn ld porting code from microC/OS web page, and try to implement uCos in MPC850 using ppc-hardhat gcc compiler.

My program structs in OSInit func, does any hardware specfic has to be done.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…