rt-thread/bsp/stm32_radio
wuyangyong bd5399d04e swd clock set to 3M
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@560 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-03-30 03:30:36 +00:00
..
Libraries stm32 StdPeriph_lib update to version 3.2.0 2010-03-11 08:37:47 +00:00
fmt0371 在系统启动时复位全部外部芯片,防止工作在不确定状态,同时修正GPIO的配置:只在一处配置FSMC的IO 2010-02-25 14:19:39 +00:00
ili9325 add LCD devicecode check 2010-03-11 10:49:47 +00:00
libwma update code to be compatible with STM32 FW lib 3.1.0 2009-09-29 22:42:41 +00:00
mp3 update stm32 radio code; add backspace key support in finsh; 2009-08-19 13:14:50 +00:00
resource Removed the const definition in hz12 font file info which causes hard fault when loading. 2010-02-04 21:35:19 +00:00
sch git-svn-id: https://rt-thread.googlecode.com/svn/trunk@496 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-03-17 01:42:35 +00:00
application.c fix stat function on a root directory of file system; increase stack of play_ui thread. 2010-03-23 15:21:28 +00:00
board.c Fixed sample rate not set correctly under slave I2S mode. (Tested this time. ^_^) 2010-03-24 17:04:46 +00:00
board.h Fixed sample rate not set correctly under slave I2S mode. (Tested this time. ^_^) 2010-03-24 17:04:46 +00:00
codec.c Fixed sample rate not set correctly under slave I2S mode. (Tested this time. ^_^) 2010-03-24 17:04:46 +00:00
codec.h Fixed some major problem under CODEC_MASTER_MODE. 2010-03-11 19:19:32 +00:00
device_info.c add radio station selection; remove list and filelist view implementation in STM32 radio; remove warning of RTGUI. 2010-02-17 23:56:49 +00:00
dm9000.c fix stat function on a root directory of file system; increase stack of play_ui thread. 2010-03-23 15:21:28 +00:00
dm9000.h update radio code to v2. 2010-01-19 14:31:11 +00:00
fsmc_nand.c 在系统启动时复位全部外部芯片,防止工作在不确定状态,同时修正GPIO的配置:只在一处配置FSMC的IO 2010-02-25 14:19:39 +00:00
fsmc_nand.h update net_radio Libraries to 3.1.2 2009-10-08 14:43:07 +00:00
fsmc_sram.c 在系统启动时复位全部外部芯片,防止工作在不确定状态,同时修正GPIO的配置:只在一处配置FSMC的IO 2010-02-25 14:19:39 +00:00
http.c fix resolve host name issue 2010-02-26 15:49:35 +00:00
http.h update according to lwip 1.3.2 2010-01-15 13:21:08 +00:00
info.c RTGUI use 16 weight font as default font. 2010-02-08 14:14:41 +00:00
key.c update remote for stm32netradio 2010-02-02 07:10:13 +00:00
lcd.c 完善触摸和SPI_FLASH驱动 2010-02-25 14:42:39 +00:00
lcd.h add lcd driver; add gui routine 2009-10-16 00:06:15 +00:00
mp3.c Added sample rate and mono/stereo handling for MP3 decoder. 2010-03-23 16:13:36 +00:00
mp3.h add radio station selection; remove list and filelist view implementation in STM32 radio; remove warning of RTGUI. 2010-02-17 23:56:49 +00:00
netbuffer.c fix http request; fix netbuf worker stat 2010-02-24 14:56:28 +00:00
netbuffer.h fix http request; fix netbuf worker stat 2010-02-24 14:56:28 +00:00
network.xpm add network.xpm 2009-11-09 09:58:16 +00:00
network_disconnect.xpm add network.xpm 2009-11-09 09:58:16 +00:00
picture.c add more buffer in mp3 decoder. add picture browse support. 2010-02-17 11:00:04 +00:00
picture.h add more buffer in mp3 decoder. add picture browse support. 2010-02-17 11:00:04 +00:00
play.hdh update resource 2009-12-01 15:33:18 +00:00
play_list.c add radio station selection; remove list and filelist view implementation in STM32 radio; remove warning of RTGUI. 2010-02-17 23:56:49 +00:00
play_list.h split player code to player_background and player_ui; add play list code; add wm8978 driver for codec v2 board; add sdcard waiting check. 2009-12-01 15:31:48 +00:00
player_bg.c fix http request; fix netbuf worker stat 2010-02-24 14:56:28 +00:00
player_bg.h add radio list update by inkfish 2010-03-16 10:46:41 +00:00
player_ui.c fix stat function on a root directory of file system; increase stack of play_ui thread. 2010-03-23 15:21:28 +00:00
player_ui.h add UI freeze when USB cable is connected. 2010-02-24 16:05:37 +00:00
project.Opt swd clock set to 3M 2010-03-30 03:30:36 +00:00
project.Uv2 add radio list update by inkfish 2010-03-16 10:46:41 +00:00
radio_list_update.c Fixed sample rate not set correctly under slave I2S mode. 2010-03-23 18:07:40 +00:00
remote.c add remote_fn define. 2010-03-25 04:51:55 +00:00
rtc.c 完善RTC部分 2010-02-17 07:51:42 +00:00
rtc.h add stm32 radio 2009-07-27 23:28:26 +00:00
rtconfig.h add spi flash as FAT file system. 2010-02-22 23:51:07 +00:00
sdcard.c fix stat function on a root directory of file system; increase stack of play_ui thread. 2010-03-23 15:21:28 +00:00
sdcard.h change play thread to static thread. use elm fatfs on radio project. 2010-01-21 14:12:40 +00:00
spi_flash.c Updated SPI Flash write method. (Need more testing.) 2010-03-25 11:08:56 +00:00
spi_flash.h Fixed sample rate not set correctly under slave I2S mode. (Tested this time. ^_^) 2010-03-24 17:04:46 +00:00
startup.c git-svn-id: https://rt-thread.googlecode.com/svn/trunk@497 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-03-17 02:49:00 +00:00
station_list.c remove some console functions; fix the items free issue in station list. 2010-03-08 23:49:25 +00:00
station_list.h add radio station selection; remove list and filelist view implementation in STM32 radio; remove warning of RTGUI. 2010-02-17 23:56:49 +00:00
stm32f10x_conf.h add remote for stm32_netradio 2010-02-01 19:47:12 +00:00
stm32f10x_it.c Fixed some major problem under CODEC_MASTER_MODE. 2010-03-11 19:19:32 +00:00
stm32f10x_it.h update to cl 2009-09-03 04:59:15 +00:00
stop.hdh update resource 2009-12-01 15:33:18 +00:00
today.c add more UI files into radio. 2009-11-05 23:59:01 +00:00
touch.c 完善触摸和SPI_FLASH驱动 2010-02-25 14:42:39 +00:00
usart.c remove interrupt Tx and DMA Rx mode in USART. 2010-03-30 03:25:59 +00:00
usart.h change play thread to static thread. use elm fatfs on radio project. 2010-01-21 14:12:40 +00:00
wav.c add radio player UI 2009-11-23 23:34:58 +00:00
wma.c update wma example 2009-09-10 09:49:50 +00:00