S3C4510 ported successfully?

aeyes wrote on Monday, September 01, 2008:

Hi ,

   I have been able to successfully port FreeRTOS on Samsung S3C4510B simulator ( Skyeye ) . Thanks guys for the support . I have been able to create 2 tasks each of which output some characters through the UART . I have assigned equal priority to bith the tasks and I see the tasks print out characters on the console .

How do I verify that the tasks are really running properly ?

Regards

woops_ wrote on Monday, September 01, 2008:

Congratulations.

Make a project that runs the demo tasks from Demo\Common\minimal. These will be a good test. You can use the other demos as examples for creating and checking the tasks.