]> git.sur5r.net Git - freertos/commit
Remove the two separate ports, instead use two demo apps that use a conditional compi...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Oct 2008 19:16:29 +0000 (19:16 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Oct 2008 19:16:29 +0000 (19:16 +0000)
commit650f9a7b4d6a07da11d576f64a09d75c30523a09
tree71bec325fda5a9f31d769cc5cf8b896ac3a15fe9
parent314f281a9a4168c9efba12e06d9cfbb16f6be68c
Remove the two separate ports, instead use two demo apps that use a conditional compilation to select the method of interrupt management to use.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@519 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/msp430_CrossWorks/FreeRTOSConfig.h
Demo/msp430_CrossWorks/RTOSDemo.hzp
Demo/msp430_CrossWorks/RTOSDemo.hzs
Demo/msp430_CrossWorks/serial/serial.c
Demo/msp430_CrossWorks/serial/serialASM.asm [new file with mode: 0644]