hello,im doing RTOS which conplaint to osek using fujitsu microcontroller .i want to know whether the source code RTOS files and the implementation oil file is the same for all microcontroller ? i got these files file for 8051 microprocessor but i dont really sure whether it work with fujitsu microcontroller ? your help is really appreaciated.....
Low level driver files are always microcontroller specific. For example the files which makes use of system timer used by the scheduler. Also the OIL file compiler are different.
Yes, OIL file basically contains configuration of tasks you need in your application. You need to modify it manually or using tools like OSEKWorks Configurator.