mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 13:23:50 -04:00
Add the debugger settings to the MSP430X IAR demo directory.
This commit is contained in:
parent
0249ad47f4
commit
eb94f856a8
6 changed files with 232 additions and 46 deletions
|
@ -2,26 +2,26 @@
|
|||
Filename: hal_MSP-EXP430F5438.h
|
||||
|
||||
Copyright 2010 Texas Instruments, Inc.
|
||||
|
||||
|
||||
This is the master header file and also the only necessary file to be included
|
||||
in order to use MSP-EXP430F5438 HAL.
|
||||
in order to use MSP-EXP430F5438 HAL.
|
||||
***************************************************************************/
|
||||
#ifndef HAL_MSP_EXP430F5438_H
|
||||
#define HAL_MSP_EXP430F5438_H
|
||||
|
||||
#include "msp430.h"
|
||||
#include "msp430.h"
|
||||
|
||||
#include "hal_PMM.h"
|
||||
//#include "hal_PMM.h"
|
||||
#include "hal_UCS.h"
|
||||
|
||||
#include "hal_lcd.h"
|
||||
#include "hal_buttons.h"
|
||||
#include "hal_adc.h"
|
||||
//#include "hal_adc.h"
|
||||
#include "hal_board.h"
|
||||
#include "hal_usb.h"
|
||||
//#include "hal_usb.h"
|
||||
#include "hal_buttons.h"
|
||||
#include "hal_rf.h"
|
||||
#include "hal_rtc.h"
|
||||
#include "hal_tlv.h"
|
||||
//#include "hal_rf.h"
|
||||
//#include "hal_rtc.h"
|
||||
//#include "hal_tlv.h"
|
||||
|
||||
#endif /* HAL_MSP_EXP430F5438_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue