mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -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
|
@ -70,9 +70,6 @@
|
|||
/* Demo application includes. */
|
||||
#include "serial.h"
|
||||
|
||||
/* HAL includes. */
|
||||
#include "hal_usb.h"
|
||||
|
||||
/* Constants required to setup the hardware. */
|
||||
#define serTX_AND_RX ( ( unsigned portCHAR ) 0x03 )
|
||||
|
||||
|
@ -102,10 +99,6 @@ unsigned portLONG ulBaudRateCount;
|
|||
xRxedChars = xQueueCreate( uxQueueLength, ( unsigned portBASE_TYPE ) sizeof( signed portCHAR ) );
|
||||
xCharsForTx = xQueueCreate( uxQueueLength, ( unsigned portBASE_TYPE ) sizeof( signed portCHAR ) );
|
||||
|
||||
USB_PORT_SEL |= USB_PIN_RXD + USB_PIN_TXD;
|
||||
USB_PORT_DIR |= USB_PIN_TXD;
|
||||
USB_PORT_DIR &= ~USB_PIN_RXD;
|
||||
|
||||
/* Reset UART. */
|
||||
UCA1CTL1 |= UCSWRST;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue