Code porting from VxWorks to Rtems

Hi, I have a code in c for a chip(driver), which is calling functions of the vxworks RTOS. Functions such related to semaphores and queues. I need to port the drivers for RTEMS RTOS. Can someone please help me with how to go around with this.

Regards, Amit

Reply to
dhingra.amit
Loading thread data ...

  1. Read RTEMS documentation, especially: a. RTEMS POSIX API User's Guide b. RTEMS C User's Guide c. RTEMS BSP and Device Driver Development Guide 2. Determine RTEMS equivalents to VxWorks functions 3. Modify code

Since RTEMS comes with source code for a number of device drivers, you might find one close to what you need. In any case, the source code provides a number of examples.

~Dave~

Reply to
Dave

Hi:

There's a company in Huntsville called MapUSoft

formatting link
that sells a product called OSChanger that can map one RTOS to another. The have combinations for lots of diffferent systems. Take a look - they may have what you want.

If the vxWorks code you have uses Posix calls for the semaphores and messaging vs native vxWork calls, it might be a very simple translation.

Good luck, lc

Reply to
LarryC

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.