Re: [Mspgcc-users] FreeRTOS port using 20-bit MSPGCC

2012-06-14 Thread Peter Bigot
On Thu, Jun 14, 2012 at 2:21 PM, Michael Richardson wrote: > >> "Peter" == Peter Bigot writes: >    Peter> Porting this did reveal a couple bugs which have been added >    Peter> to the tracker, but all of the ones for medium memory model >    Peter> could be worked around in source. > > wher

Re: [Mspgcc-users] FreeRTOS port using 20-bit MSPGCC

2012-06-12 Thread Peter Bigot
Even better: although the issue with huge memory was due to a bug (3534574) in storing 20-bit integers into a packed structure, the TCB structure in the FreeRTOS port shouldn't have been marked packed anyway. The port has been updated, and FreeRTOS now works in small, medium, and huge memory model

Re: [Mspgcc-users] FreeRTOS port using 20-bit MSPGCC

2012-06-11 Thread Przemek Klosowski
On Mon, Jun 11, 2012 at 6:22 PM, Peter Bigot wrote: > On Wed, Jun 6, 2012 at 4:31 PM, Peter Bigot wrote: >> 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

Re: [Mspgcc-users] FreeRTOS port using 20-bit MSPGCC

2012-06-11 Thread Peter Bigot
On Wed, Jun 6, 2012 at 4:31 PM, Peter Bigot wrote: > 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