[bsp][tms320f28379d] Remove redundant code
This commit is contained in:
parent
9d6c8186c5
commit
81f94fd271
|
@ -12,32 +12,11 @@
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
|
|
||||||
#ifdef RT_USING_LWIP
|
|
||||||
#include <lwip/sys.h>
|
|
||||||
#include <lwip/api.h>
|
|
||||||
#include <netif/ethernetif.h>
|
|
||||||
#include "stm32f4xx_eth.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RT_USING_FINSH
|
|
||||||
#include <shell.h>
|
|
||||||
#include <finsh.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RT_USING_GDB
|
|
||||||
#include <gdb_stub.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void rt_init_thread_entry(void* parameter)
|
void rt_init_thread_entry(void* parameter)
|
||||||
{
|
{
|
||||||
/* initialization RT-Thread Components */
|
/* initialization RT-Thread Components */
|
||||||
rt_components_init();
|
rt_components_init();
|
||||||
|
|
||||||
/* GDB STUB */
|
|
||||||
#ifdef RT_USING_GDB
|
|
||||||
gdb_set_device("uart6");
|
|
||||||
gdb_start();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int rt_application_init()
|
int rt_application_init()
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* 2009-09-22 Bernard add board.h to this bsp
|
* 2009-09-22 Bernard add board.h to this bsp
|
||||||
* 2018-09-02 xuzhuoyi modify for TMS320F28379D version
|
* 2018-09-02 xuzhuoyi modify for TMS320F28379D version
|
||||||
*/
|
*/
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
#ifndef __BOARD_H__
|
#ifndef __BOARD_H__
|
||||||
#define __BOARD_H__
|
#define __BOARD_H__
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
|
|
Loading…
Reference in New Issue