Those of you that need to implement context switch support might be
interested in https://github.com/pabigot/freertos-mspgcc which
provides FreeRTOS platform files that use the new 20-bit mspgcc
features.  The relevant code can be browsed at:

https://github.com/pabigot/freertos-mspgcc/blob/master/Source/portable/GCC/MSP430/port.c

I've validated preemptive and non-preemptive task switching using all
memory models on one very simple EXP430F5438-based demonstration.
Depending on how things go, I may do more over the next couple days.

 cd Demo/exp430f5438
 make clean XCFLAGS='-mmemory-model=medium -mcode-region=far' demo.elf
 mspdebug -j uif 'prog demo.elf'

Peter

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to