From ffd0eecb287bb37a6e42be70d7c2a4fc881e4f3e Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Thu, 24 Dec 2009 12:54:23 +0000 Subject: [PATCH] update sub-project files of stm3210. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@224 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/stm3210/enc28j60.c | 2 +- bsp/stm3210/project_107/msd.c | 2 +- bsp/stm3210/project_lwip/project.Uv2 | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bsp/stm3210/enc28j60.c b/bsp/stm3210/enc28j60.c index f4bd2cecc7..88bcb103e9 100644 --- a/bsp/stm3210/enc28j60.c +++ b/bsp/stm3210/enc28j60.c @@ -215,6 +215,7 @@ static rt_bool_t enc28j60_check_link_status() } } +#ifdef RT_USING_FINSH /* * Debug routine to dump useful register contents */ @@ -241,7 +242,6 @@ static void enc28j60(void) (spi_read(ETXNDH) << 8) | spi_read(ETXNDL), spi_read(MACLCON1), spi_read(MACLCON2), spi_read(MAPHSUP)); } -#ifdef RT_USING_FINSH #include FINSH_FUNCTION_EXPORT(enc28j60, dump enc28j60 registers); #endif diff --git a/bsp/stm3210/project_107/msd.c b/bsp/stm3210/project_107/msd.c index da6575701c..6c61ffb869 100644 --- a/bsp/stm3210/project_107/msd.c +++ b/bsp/stm3210/project_107/msd.c @@ -40,7 +40,7 @@ #define MSD_CS_HIGH() GPIO_SetBits(GPIOC, GPIO_Pin_7) /* MSD Card SPI */ #define MSD_SPI SPI3 -#define MSD_RCC_SPI RCC_APB2Periph_SPI3 +#define MSD_RCC_SPI RCC_APB1Periph_SPI3 /* Private function prototypes -----------------------------------------------*/ static void SPI_Config(void); diff --git a/bsp/stm3210/project_lwip/project.Uv2 b/bsp/stm3210/project_lwip/project.Uv2 index 088a3a185b..a571842648 100644 --- a/bsp/stm3210/project_lwip/project.Uv2 +++ b/bsp/stm3210/project_lwip/project.Uv2 @@ -19,6 +19,7 @@ File 1,1,<.\usart.c> File 1,1,<.\enc28j60.c> File 1,5,<.\rtconfig.h> File 1,5,<.\board.h> +File 1,1,<.\dm9000a.c> File 2,1,<.\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c> File 2,1,<.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c> File 2,1,<.\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c> -- GitLab