]> 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:14:45 +0000 (19:14 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Oct 2008 19:14:45 +0000 (19:14 +0000)
commit314f281a9a4168c9efba12e06d9cfbb16f6be68c
tree5d57c7f2a658fcd83879ed43ff909ee73062cb18
parent7a4dc7361ee5c6416f3b99e4c4d6a66d94225167
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@518 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/portable/Rowley/MSP430F449/Port1/port.c [deleted file]
Source/portable/Rowley/MSP430F449/Port1/portext.asm [deleted file]
Source/portable/Rowley/MSP430F449/Port1/portmacro.h [deleted file]
Source/portable/Rowley/MSP430F449/Port2/port.c [deleted file]
Source/portable/Rowley/MSP430F449/Port2/portext.asm [deleted file]
Source/portable/Rowley/MSP430F449/Port2/portmacro.h [deleted file]
Source/portable/Rowley/MSP430F449/portasm.h [new file with mode: 0644]
Source/portable/Rowley/MSP430F449/portext.asm
Source/portable/Rowley/MSP430F449/portmacro.h
Source/portable/Rowley/MSP430F449/readme.txt [deleted file]