Home arrow Support arrow Forums

Luminary Micro Forums

<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>

Lukee

Junior Boarder
Click here to see the profile of this user

2008/07/29 04:53

Re:CodeSourcery, DriverLib and first steps

Hello Ravaz!

It possible to add to workspace a FreeRTOS with uIP ? I try do it, but always I get errors.

Best Reagrds
Lukee

login or register to reply

ravaz

Platinum Boarder
Click here to see the profile of this user

2008/07/29 10:49

Re:CodeSourcery, DriverLib and first steps

Hi Lukee,

as you suggested I added a very simple implementation of uip+FreeRTOS, I hope it can help you as a starting point. In case you improve it please share it with the others users on the forum.

The project is called uipRTOS and once donwloaded on the board it will serve a simple webserver and ping. The default IP address is 192.168.1.63.

The complete workspace can be found at the following link:

http://www.mediafire.com/?xntxznmeb4m

Regards,

Ravaz

login or register to reply

ravaz

Platinum Boarder
Click here to see the profile of this user

2008/08/03 12:52

Re:CodeSourcery, DriverLib and first steps

Hi,

don't know if somebody is interessed, but I wrote a new RTOS in C++, it is not tested and if you use it is at your own risk.
I mostly developped it for fun and see if it was possible to make an tiny RTOS using C++, so just take it as it is.


If you want to have a look and see what it looks like just donwload the eclipse workspace zip file from the link here.

Regards

Post edited by: ravaz, at: 2008/08/13 08:01

login or register to reply

ravaz

Platinum Boarder
Click here to see the profile of this user

2008/08/10 01:18

Re:CodeSourcery, DriverLib and first steps

I added timer functionality to the RTOS.

The OS objects now presents are:

OSCore: RTOS kernel

OSTask: Task object (can be used as an interface or to call an external function)

OSTimer: Timer implementation (can be used as an interface or to call an external function)

OSSemaphore: Counting semaphore implementation

OSMessageBox: Message box implementation

OSHeap: Provides dynamic memory managment

OSLibUart: Object providing uart functions

Two projects are provided you can download/debug them using the integrated openOCD.

The updated eclipse workspace here.

Post edited by: ravaz, at: 2008/08/13 08:01

login or register to reply

ravaz

Platinum Boarder
Click here to see the profile of this user

2008/08/13 07:56

Re:CodeSourcery, DriverLib and first steps

I posted an improved version here.

login or register to reply
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>