Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Other OS Develop

uCOS_Source_program(in_VC++_6.0)

  • Category : OS Develop
  • Tags :
  • Update : 2008-10-13
  • Size : 326.95kb
  • Downloaded :0次
  • Author :黄****
  • About : 黄灿武
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
uCOS is a very good embedded operating system, but the author provides only bc to test and debug code, very difficult to debug and learning, especially for beginners. vc is the windows very good IDE, if transplanted to vc uCOS run will be very convenient for debugging and learning uCOS is conducive to the promotion of uCOS. The purpose of this project is to be able to uCOS and its associated file system ucfs, GUI interface ucgui, the network tcp/ip are transplanted to facilitate learning the broad masses of fans.
Packet file list
(Preview for download)
Packet : 45665975ucos_source_program(in_vc  _6.0).zip filelist
readme.txt
ucos_vc/
ucos_vc/FS/
ucos_vc/FS/API/
ucos_vc/FS/API/api_dir.c
ucos_vc/FS/API/api_in.c
ucos_vc/FS/API/api_int.h
ucos_vc/FS/API/api_misc.c
ucos_vc/FS/API/api_out.c
ucos_vc/FS/API/fs_api.h
ucos_vc/FS/API/fs_dev.h
ucos_vc/FS/API/fs_fsl.h
ucos_vc/FS/API/fs_info.c
ucos_vc/FS/API/fs_int.h
ucos_vc/FS/CLIB/
ucos_vc/FS/CLIB/clibmisc.c
ucos_vc/FS/CLIB/fs_clib.h
ucos_vc/FS/CONFIG/
ucos_vc/FS/CONFIG/EP7312/
ucos_vc/FS/CONFIG/EP7312/fs_conf.h
ucos_vc/FS/CONFIG/EP7312/fs_port.h
ucos_vc/FS/CONFIG/M16C_137X_IP/
ucos_vc/FS/CONFIG/M16C_137X_IP/fs_conf.h
ucos_vc/FS/CONFIG/M16C_137X_IP/fs_port.h
ucos_vc/FS/CONFIG/Win32/
ucos_vc/FS/CONFIG/Win32/fs_conf.h
ucos_vc/FS/CONFIG/Win32/fs_port.h
ucos_vc/FS/DEVICE/
ucos_vc/FS/DEVICE/IDE/
ucos_vc/FS/DEVICE/IDE/hardware/
ucos_vc/FS/DEVICE/IDE/hardware/EP7312/
ucos_vc/FS/DEVICE/IDE/hardware/EP7312/ide_X_hw.c
ucos_vc/FS/DEVICE/IDE/hardware/EP7312/ide_X_hw.h
ucos_vc/FS/DEVICE/IDE/hardware/sed137xe_v1r0/
ucos_vc/FS/DEVICE/IDE/hardware/sed137xe_v1r0/ide_X_hw.c
ucos_vc/FS/DEVICE/IDE/hardware/sed137xe_v1r0/ide_X_hw.h
ucos_vc/FS/DEVICE/IDE/ide.h
ucos_vc/FS/DEVICE/IDE/ide_drv.c
ucos_vc/FS/DEVICE/ram/
ucos_vc/FS/DEVICE/ram/r_misc.c
ucos_vc/FS/DEVICE/smc/
ucos_vc/FS/DEVICE/smc/hardware/
ucos_vc/FS/DEVICE/smc/hardware/EP7312/
ucos_vc/FS/DEVICE/smc/hardware/EP7312/smc_X_hw.c
ucos_vc/FS/DEVICE/smc/hardware/EP7312/smc_X_hw.h
ucos_vc/FS/DEVICE/smc/smc.h
ucos_vc/FS/DEVICE/smc/smc_ecc.c
ucos_vc/FS/DEVICE/smc/smc_log.c
ucos_vc/FS/DEVICE/smc/smc_phy.c
ucos_vc/FS/DEVICE/windrive/
ucos_vc/FS/DEVICE/windrive/wd_misc.c
ucos_vc/FS/FSL/
ucos_vc/FS/FSL/fat/
ucos_vc/FS/FSL/fat/fat_data.c
ucos_vc/FS/FSL/fat/fat_dir.c
ucos_vc/FS/FSL/fat/fat_in.c
ucos_vc/FS/FSL/fat/fat_ioct.c
ucos_vc/FS/FSL/fat/fat_misc.c
ucos_vc/FS/FSL/fat/fat_open.c
ucos_vc/FS/FSL/fat/fat_out.c
ucos_vc/FS/FSL/fat/fs_fat.h
ucos_vc/FS/LBL/
ucos_vc/FS/LBL/fs_lbl.h
ucos_vc/FS/LBL/lb_misc.c
ucos_vc/FS/OS/
ucos_vc/FS/OS/fs_os.h
ucos_vc/FS/OS/fs_x_embos.c
ucos_vc/FS/OS/fs_x_no_os.c
ucos_vc/FS/OS/fs_x_ucos_ii.c
ucos_vc/FS/OS/FS_X_win32.c
ucos_vc/FS/sample/
ucos_vc/FS/sample/main.c
ucos_vc/main.c
ucos_vc/OUTPUT/
ucos_vc/OUTPUT/Debug/
ucos_vc/OUTPUT/Debug/ucos_vc.exe
ucos_vc/PC/
ucos_vc/PC/pc.c
ucos_vc/PC/pc.h
ucos_vc/ram.img
ucos_vc/UCOS/
ucos_vc/UCOS/Config/
ucos_vc/UCOS/Config/INCLUDES.H
ucos_vc/UCOS/Config/OS_CFG.H
ucos_vc/UCOS/CPU/
ucos_vc/UCOS/CPU/OS_CPU.H
ucos_vc/UCOS/CPU/OS_CPU_C.C
ucos_vc/UCOS/Shell/
ucos_vc/UCOS/Shell/commands.c
ucos_vc/UCOS/Shell/commands.h
ucos_vc/UCOS/Shell/shelltask.c
ucos_vc/UCOS/Shell/shelltask.h
ucos_vc/UCOS/SOURCE/
ucos_vc/UCOS/SOURCE/OS_CORE.C
ucos_vc/UCOS/SOURCE/OS_FLAG.C
ucos_vc/UCOS/SOURCE/OS_MBOX.C
ucos_vc/UCOS/SOURCE/OS_MEM.C
ucos_vc/UCOS/SOURCE/OS_MUTEX.C
ucos_vc/UCOS/SOURCE/OS_Q.C
ucos_vc/UCOS/SOURCE/OS_SEM.C
ucos_vc/UCOS/SOURCE/OS_TASK.C
ucos_vc/UCOS/SOURCE/OS_TIME.C
ucos_vc/UCOS/SOURCE/uCOS_II.H
ucos_vc/ucos_vc.dsp
ucos_vc/ucos_vc.dsw
ucos_vc/ucos_vc.ncb
ucos_vc/ucos_vc.opt
ucos_vc/ucos_vc.plg
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.