Quantcast
Channel: EngineerZone: Message List
Viewing all articles
Browse latest Browse all 36216

Re: how to use uCos with system service and drivers

$
0
0

HI Craig,

 

       Thank you very much for the answer.I have used uCos with service and device driver.

I define the macro (ADI_SSL_UCOS) in "Project Options: Compile: Preprocessor: Preprocessor definitions" ,and

add this (including the comma):

 

 

  1. libssl526_uCOSy.dlb, 

in

  1. $LIBRARIES =  
  2. /*$VDSG<insert-user-libraries-at-beginning>                     */ 
  3. /* Text inserted between these $VDSG comments will be preserved */ 
  4. /*$VDSG<insert-user-libraries-at-beginning>                     */ 
  5.    RT_LIB_NAME_MT(small532) 
  6.    ,RT_LIB_NAME_MT(io532) 
  7.    ,RT_LIB_NAME_MT(c532) 
  8.    ,RT_LIB_NAME_MT(event532) 
  9.    ,RT_LIB_NAME(ssl526) 
  10.    ,RT_LIB_NAME(drv526) 
  11.    ,RT_LIB_NAME(usb526) 
  12.    ,RT_LIB_NAME_MT(x532) 
  13.    ,RT_LIB_NAME_EH_MT(cpp532) 
  14.    ,RT_LIB_NAME_EH_MT(cpprt532) 
  15.    ,RT_LIB_NAME(f64ieee532) 
  16.    ,RT_LIB_NAME(dsp532) 
  17.    ,RT_LIB_NAME(sftflt532) 
  18.    ,RT_LIB_NAME(etsi532) 
  19.    ,RT_LIB_NAME(ftl526) 
  20.    ,RT_OBJ_NAME_MT(idle532) 
  21.    ,RT_LIB_NAME_MT(rt_fileio532) 
  22. /*$VDSG<insert-user-libraries-at-end>                           */ 
  23. /* Text inserted between these $VDSG comments will be preserved */ 
  24. /*$VDSG<insert-user-libraries-at-end>    */

 

Now, the sofrtware run all right.    Thanks very much.

 

Regards,

YeJin Xu.


   


Viewing all articles
Browse latest Browse all 36216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>