Does FreeRTOS support MMU ?

yuhleon wrote on Friday, April 13, 2007:

Hi all,

I would like to port FreeRTOS to a MCU which have MMU , does FreeRTOS support MMU ?

Regards.

nobody wrote on Thursday, April 19, 2007:

FreeRTOS runs on some CPU that use MMU already but it does not make much use of MMU. 

What do you want to do with MMU? 
Which processor are you using?

nobody wrote on Monday, April 23, 2007:

I just want to run FreeRTOS and webserver .
My processor is ST SPEAr HEAD 200 , which used ARM 926EJ-S with MMU.

nobody wrote on Monday, April 23, 2007:

I think if the MMU is not used for any purpose by anything else in your system then you can basically ignore it.  Please don’t just take my word for it though, try it out.

Dave.