@@ -15,8 +15,6 @@
#include <board.h>
#include <rtthread.h>
-#include <components.h>
-
void rt_init_thread_entry(void* parameter)
{
rt_components_init();
@@ -14,7 +14,6 @@
#include <rthw.h>
#include "board.h"
#include <stdlib.h>
#ifdef RT_USING_GDB
#include <gdb_stub.h>
#include <interrupt.h>
@@ -24,7 +24,6 @@
* Date Author Notes
*/
void init_thread(void *parameter)
@@ -13,7 +13,6 @@
#include <sdk.h>
#include <core/ccm_pll.h>
@@ -19,10 +19,6 @@
#include <finsh.h>
#endif
-#ifdef RT_USING_COMPONENTS_INIT
-#endif
/* thread phase init */
void rt_init_thread_entry(void *parameter)
@@ -15,9 +15,6 @@
#include <rtdevice.h>
#include <drv_lpccan.h>
#ifdef RT_USING_CAN
@@ -20,10 +20,6 @@
#include "drv_uart.h"
/**
* This is the timer interrupt service routine.
*
@@ -27,10 +27,6 @@
@@ -23,10 +23,6 @@
#include "drv_sdram.h"
@@ -16,10 +16,6 @@
#include <ls1b.h>
#ifdef RT_USING_RTGUI
#include <rtgui/rtgui.h>
extern void rt_hw_dc_init(void);
@@ -15,7 +15,6 @@
#include "net/synopGMAC.h"
#include <lwip/api.h>
#include <rtdef.h>
//#include <lwip/pbuf.h>
@@ -22,10 +22,6 @@
#include "led.h"
#ifdef RT_USING_DFS
/* dfs init */
#include <dfs_init.h>
-#endif /* RT_USING_COMPONENTS_INIT */
#ifdef RT_USING_COMPONENTS_INIT
#include "serial.h"
* @addtogroup FM4
* @addtogroup FM3
@@ -21,9 +21,6 @@
@@ -16,10 +16,7 @@
#include "usart.h"
-/* RT_USING_COMPONENTS_INIT */
+
* @addtogroup NUVOTON_M05X
@@ -13,10 +13,6 @@
/*
LED: P3.6
* @addtogroup NUVOTON_M451
LED: PC9 for M451 SDK
@@ -18,10 +18,6 @@
#include "gpio.h"
@@ -19,12 +19,6 @@
#include "nv32.h"
#define portNVIC_SYSTICK_CTRL ( ( volatile uint32_t *) 0xe000e010 )
#define portNVIC_SYSTICK_LOAD ( ( volatile uint32_t *) 0xe000e014 )
#define portNVIC_INT_CTRL ( ( volatile uint32_t *) 0xe000ed04 )
void init_thread(void* parameter)
@@ -21,10 +21,6 @@
/* dfs filesystem:ELM filesystem init */
#include <dfs_elm.h>
@@ -22,9 +22,6 @@
@@ -18,10 +18,7 @@
* @addtogroup STM32
LED_GREEN: PC8
#undef RT_USING_CAN
#ifndef STM32F10X_CL
@@ -23,9 +23,6 @@
static void rt_init_thread_entry(void* parameter)
@@ -3,9 +3,7 @@
/* led thread entry */
#define PINRX 22
#define PINTX 21
#define SPIRXEVENT 0x01
#define SPITXEVENT 0x02
@@ -14,9 +14,7 @@
#ifdef RT_USING_PIN
#include "stm32l0xx.h"
@@ -146,8 +146,6 @@ extern void lwIPHostGetTime(u32_t *time_s, u32_t *time_ns);
#include "lwipopts.h"
#include "drv_eth.h"
* A structure used to keep track of driver state and error counts.
@@ -18,7 +18,6 @@
#include "inc/hw_memmap.h"
#include "driverlib/sysctl.h"
@@ -19,9 +19,7 @@
#include <cp15.h>
@@ -20,7 +20,6 @@