4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 15:37:53 +08:00

Commit Graph

  • a830f9bfc5 FIX: Removed duplicate function declaration. mbbill 2009-12-30 17:02:32 +00:00
  • 54de5a60ba FIX: Removed RT_MEM_DEBUG definition, it should be defined in rtconfig.h . Forgot to remove ? mbbill 2009-12-30 16:17:04 +00:00
  • de899dfc52 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@263 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-30 12:30:13 +00:00
  • 089427d9c5 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@262 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-29 15:08:26 +00:00
  • 63d6608b85 scons config file lijin.unix 2009-12-29 09:12:53 +00:00
  • 54453a0748 FIX: Revert thread.c and rtthread.h to previous version. FIX: Abort handler will suspend current thread instead of terminate it. mbbill 2009-12-29 08:13:45 +00:00
  • 8a590215b6 FIX: If abort happened in irq mode, halt system. mbbill 2009-12-29 07:48:10 +00:00
  • ef9d8e4a00 update MDK 3.x project. bernard.xiong 2009-12-29 07:21:26 +00:00
  • 79ca654e13 ADD: Add abort handler, it will terminate current thread by default. ADD: Merged svc, abort and irq mode stack. ADD: Changed MDK project to new format. FIX: Removed the "static" qualifier of rt_thread_exit(). FIX: Change AT91SAM7X.h to the standard header(AT91SAM7X256.h) of RealView MDK. (not all of them are changed, e.g. sd.c) FIX: Moved some board-dependent files to bsp. mbbill 2009-12-29 07:17:58 +00:00
  • 78de03446b git-svn-id: https://rt-thread.googlecode.com/svn/trunk@256 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-28 15:41:21 +00:00
  • bcaadfa91f git-svn-id: https://rt-thread.googlecode.com/svn/trunk@255 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-28 15:36:05 +00:00
  • da52b36077 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@254 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-28 15:31:36 +00:00
  • cf8cb65788 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@253 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-28 15:24:53 +00:00
  • f64d2241d0 Bug fix (USR mode stack removed). mbbill 2009-12-28 14:37:56 +00:00
  • 6a7ad0f578 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@251 bbd45198-f89e-11dd-88c7-29a3b14d5316 coldfish.zhu 2009-12-28 12:20:54 +00:00
  • fb44bdb9ba modify set_date() in rtc.c 修改月份差一个月的BUG coldfish.zhu 2009-12-28 12:06:00 +00:00
  • e8a5648cfe git-svn-id: https://rt-thread.googlecode.com/svn/trunk@249 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-27 13:17:09 +00:00
  • b26ae3cb60 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@248 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-27 13:07:14 +00:00
  • 1df7e4fdc7 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@246 bbd45198-f89e-11dd-88c7-29a3b14d5316 aganhx@gmail.com 2009-12-27 10:58:45 +00:00
  • 6abb53c3d4 update dm9000a driver to fix 16bit transmit bug. bernard.xiong 2009-12-27 06:45:49 +00:00
  • 81c1b21e5d cleanup ping code; bernard.xiong 2009-12-27 06:44:47 +00:00
  • 4de2f13fcd support GCC compiler for LM3S platform qiuyiuestc 2009-12-26 14:47:27 +00:00
  • 017d2b7662 support GCC compiler for LM3S platform qiuyiuestc 2009-12-26 12:40:15 +00:00
  • 5696b4853a support GCC compiler for LM3S platform qiuyiuestc 2009-12-26 10:16:59 +00:00
  • 6d9100da2e support GCC compiler for LM3S platform qiuyiuestc 2009-12-26 10:10:50 +00:00
  • d65e9dd610 add EXT_SRAM configuration. bernard.xiong 2009-12-26 07:12:39 +00:00
  • 0dc84a480a Add Libraries directory for lm3s qiuyiuestc 2009-12-25 14:41:05 +00:00
  • d5b1a7a913 Add Libraries directory for lm3s qiuyiuestc 2009-12-25 14:40:34 +00:00
  • 6774f3d1b0 Add Libraries directory for lm3s qiuyiuestc 2009-12-25 14:39:36 +00:00
  • ad17cb7691 Add Libraries directory for lm3s qiuyiuestc 2009-12-25 14:36:15 +00:00
  • 52bda78249 remove device file system and lwip feature temporary. bernard.xiong 2009-12-25 12:20:04 +00:00
  • 51e2d91378 add license and copyright info bernard.xiong 2009-12-25 12:18:53 +00:00
  • 6cd35a87c3 modify mini2440/board.c serial device modify s3c24x0/clock.c clock initialization gouqingsong@gmail.com 2009-12-25 10:38:56 +00:00
  • ffd0eecb28 update sub-project files of stm3210. bernard.xiong 2009-12-24 12:54:23 +00:00
  • ae58dd84b4 update sub-project files of stm3210. bernard.xiong 2009-12-24 12:38:11 +00:00
  • 8f90e129d3 clean up software timer code. bernard.xiong 2009-12-24 00:03:57 +00:00
  • 9c4ff0c135 add soft timer options; update 107 branch. bernard.xiong 2009-12-23 23:55:01 +00:00
  • 10a46e477b changed soft timer thread resume mode. lijin.unix 2009-12-23 15:15:05 +00:00
  • 1133895d2c remove the software timer check in tick handle. bernard.xiong 2009-12-23 13:52:42 +00:00
  • bcb37f6d17 update gcc/iar assemble files according to armcc version. bernard.xiong 2009-12-23 01:44:52 +00:00
  • 53818464ac update for scons command build. bernard.xiong 2009-12-22 15:47:15 +00:00
  • 1e8cc5ad52 update for scons command build. bernard.xiong 2009-12-22 15:46:12 +00:00
  • 8c8aa4418b add soft timer.other's platform maybe compiled err,pls add some macro definition in rtconfig.h. ( RT_TIMER_THREAD_STACK_SIZE RT_TIMER_THREAD_PRIO RT_TIMER_EX_TICKS_PER_SEC) lijin.unix 2009-12-22 15:06:27 +00:00
  • 1018dd336a Change system clock from OSC to PLL for lm3s platform & fix ftp memory free problem qiuyiuestc 2009-12-20 01:56:26 +00:00
  • 31d281e979 enter svc mode instead enter user mode in startup assemble file; change mmu file for Keil MDK. bernard.xiong 2009-12-19 06:28:22 +00:00
  • 80be36d818 fix some embedded assemble issues. bernard.xiong 2009-12-18 08:25:55 +00:00
  • dbade245bf update debug project file and MMU file. bernard.xiong 2009-12-18 06:14:43 +00:00
  • 9d94c39032 update debug project file and MMU file. bernard.xiong 2009-12-18 06:13:44 +00:00
  • 72eb3bb827 add debug project file. bernard.xiong 2009-12-18 06:06:42 +00:00
  • 6797e5a0b0 remove compile error if the program path has blank space. bernard.xiong 2009-12-18 05:39:46 +00:00
  • 822b1c164b update mini2440 bsp. bernard.xiong 2009-12-18 05:26:16 +00:00
  • 7b33e38723 update mini2440 bsp. bernard.xiong 2009-12-18 05:25:41 +00:00
  • 33e69c7886 add TCP and UDP examples. bernard.xiong 2009-12-16 14:03:54 +00:00
  • b08c0048b8 remove fast_event command. bernard.xiong 2009-12-16 08:56:46 +00:00
  • 4b566d522f cleanup stm3210 project file. bernard.xiong 2009-12-16 08:33:02 +00:00
  • 1b48b064dd remove stm32 and stm32_lib3.1.0 bsp. bernard.xiong 2009-12-16 08:29:18 +00:00
  • fe92b1daed fix the rt_ipc_object_suspend issue when IPC flag is RT_IPC_FLAG_PRIO bernard.xiong 2009-12-16 08:28:01 +00:00
  • e1a2102e51 add new lcd driver ili9325 wuyangyong 2009-12-15 11:24:33 +00:00
  • bf8bb9db6a Fix lm3s ftp upload problem qiuyiuestc 2009-12-13 16:07:36 +00:00
  • bd533b3743 cleanup output message. bernard.xiong 2009-12-13 15:38:25 +00:00
  • 680b77cd89 add dm9000a driver; remove the polling timer of enc29j60 and fix the tx interrupt issue; bernard.xiong 2009-12-13 15:28:33 +00:00
  • 7ae254abf8 add the s3c2440 code from old s3c2410 port. bernard.xiong 2009-12-11 09:42:01 +00:00
  • a7b56e9c45 update dm9000a driver bernard.xiong 2009-12-10 16:04:03 +00:00
  • 729a0f4516 update lm3s context switch code according to stm32 context switch code. bernard.xiong 2009-12-07 05:09:54 +00:00
  • 6db90b15af fix the cortex-m3 context switch bug when interrupt preempts pendsv exception; add RT_LWIP_ETH_PAD_SIZE option; fix device activate flag set issue in init function. bernard.xiong 2009-12-06 23:50:17 +00:00
  • af965befa9 change mempool hook parameter and fix the name mistake of rt_scheduler_sethook function. bernard.xiong 2009-12-04 09:37:14 +00:00
  • 84bf060294 tftp put is ok. bernard.xiong 2009-12-03 13:12:23 +00:00
  • 18bb6d8a39 fix DHCP sleep time to msecond. bernard.xiong 2009-12-02 23:51:37 +00:00
  • 6ef065c755 fix some tftp bug. bernard.xiong 2009-12-02 23:32:42 +00:00
  • 720181e417 update resource bernard.xiong 2009-12-01 15:33:18 +00:00
  • 367b13bcbe split player code to player_background and player_ui; add play list code; add wm8978 driver for codec v2 board; add sdcard waiting check. bernard.xiong 2009-12-01 15:31:48 +00:00
  • 6a0d160604 when fault occurs, the registers dump shall be output firstly. bernard.xiong 2009-12-01 15:28:44 +00:00
  • 809310e6b2 fix SEEK_END bug in lseek. bernard.xiong 2009-12-01 15:27:56 +00:00
  • 4edb72147b add embedded hdc image support bernard.xiong 2009-12-01 15:27:22 +00:00
  • de98f5dbcd add led sample without heap support. bernard.xiong 2009-12-01 15:13:52 +00:00
  • 2ec0cdb72c fix finsh can't use USART2 in STM32F107 bernard.xiong 2009-12-01 14:59:13 +00:00
  • 2cac413f95 File system and net for LM3S platform are available. qiuyiuestc 2009-11-29 14:35:37 +00:00
  • bfc50209ae File system and net for LM3S platform are available. qiuyiuestc 2009-11-29 14:34:41 +00:00
  • b16ff8c289 File system and net for LM3S platform are available. qiuyiuestc 2009-11-29 14:33:29 +00:00
  • c096268a88 fix mempool init bug. bernard.xiong 2009-11-29 13:55:59 +00:00
  • 885045ef42 add semaphore to protect sdcard driver read and write; fix window keyboard event handler. bernard.xiong 2009-11-26 09:28:06 +00:00
  • 719f923718 fix compile error on MDK 3.5 version. bernard.xiong 2009-11-26 09:03:07 +00:00
  • f3335885b2 radio project can play mp3/wav file. bernard.xiong 2009-11-24 23:58:47 +00:00
  • f02f4c1ca1 change player.c directory in project file. bernard.xiong 2009-11-24 10:34:48 +00:00
  • a55b0d6abe add modal show support on filelist view. bernard.xiong 2009-11-24 10:27:14 +00:00
  • 8142c88001 add radio resource files (which should be put under \resource folder) bernard.xiong 2009-11-23 23:38:01 +00:00
  • 010cec2009 add radio player UI bernard.xiong 2009-11-23 23:34:58 +00:00
  • c1e1d638ff add dm9000a driver. bernard.xiong 2009-11-19 07:31:17 +00:00
  • 37b29e879e fix the serial Tx interrupt clean issue @ reported by softwind. bernard.xiong 2009-11-18 07:47:29 +00:00
  • b4f84d0e72 update stm3210 branch according to stm32f107. bernard.xiong 2009-11-15 14:54:18 +00:00
  • a1bf4aa9cc remove hdc tools. bernard.xiong 2009-11-15 14:48:07 +00:00
  • 2ea6844081 add rt_memory_info function in kernel; cleanup code in dfs_posix.c; add Chinese Font(file cached) support in RTGUI; bernard.xiong 2009-11-15 14:47:26 +00:00
  • 3344963e4b add more STM32F107 support bernard.xiong 2009-11-15 14:45:03 +00:00
  • 7f60fd9f80 add lcd driver for U-EasyTech STM32F103, STM32F107 board. bernard.xiong 2009-11-15 14:34:14 +00:00
  • d5f1ad1b4a add cached hz font feature. bernard.xiong 2009-11-10 23:49:33 +00:00
  • 0d9a579a81 add HDC image in project file bernard.xiong 2009-11-09 10:06:46 +00:00
  • 51b25cd487 add FINSH_DEVIE_NAME definition. bernard.xiong 2009-11-09 10:01:05 +00:00
  • c7e0ca97cd add network.xpm bernard.xiong 2009-11-09 09:58:16 +00:00
  • 3f7faa3a3b add get default color in theme. bernard.xiong 2009-11-09 02:13:25 +00:00
  • 42e2844616 fix the closedir issue, which does not release fd. add static ioman support in EFSL. bernard.xiong 2009-11-09 00:11:30 +00:00