]> git.sur5r.net Git - freertos/commit
Add TI library files necessary to build MSP430X demo. Still a work in progress.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 31 Dec 2010 18:56:23 +0000 (18:56 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 31 Dec 2010 18:56:23 +0000 (18:56 +0000)
commit5162b234cc24c8acc0729acb88e963881fefabbc
treeff0fb039b41337c4d6fe18f000846a03f6b5a76b
parent39d3c1f0aab0fae5b64bf67cba1d9e61b3c5d226
Add TI library files necessary to build MSP430X demo.  Still a work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1199 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
14 files changed:
Demo/MSP430X_MSP430F5438_IAR/F5XX_6XX_Core_Lib/hal_UCS.c [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/F5XX_6XX_Core_Lib/hal_UCS.h [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/F5XX_6XX_Core_Lib/hal_macros.h [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_MSP-EXP430F5438.h [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_board.c [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_board.h [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_buttons.c [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_buttons.h [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_lcd.c [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_lcd.h [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_lcd_fonts.c [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/MSP-EXP430F5438_HAL/hal_lcd_fonts.h [new file with mode: 0644]
Demo/MSP430X_MSP430F5438_IAR/RTOSDemo.ewp
Demo/MSP430X_MSP430F5438_IAR/main.c