new demo on STM32-comStick (stm32f107 port)

Hello, If someone has interests in it:
I have just ported a freeRTOS demo on the STM32-comStick from Hitex. The STM32-comStick is a really little (usb powered) and cheap evaluation board for the Cortex M3 STM32f107 with integrated ethernet . More information and all the demo files can be found here:
http://adrien.pre.free.fr/blog/index.php?post/2010/01/28/FreeRTOS *  Leds are blinking ( is uses the FreeRTOS/Demo/Common/Minimal/flash.c demo)
*  Ethernet isn’t working now … I would need some assistance for that.
*  Would you be interessted to help? Have a nice day ! Adrien.

new demo on STM32-comStick (stm32f107 port)

Looks good.  You should be able to get an existing Ethernet example running without too much effort if the same PHY is being used on your hardware, otherwise the MAC/PHY interface might need a little bit of modification. Regards.