资源简介
本资料包括ucos建立文件系统的code代码,并有说明文档,与其他代码有相通之处,但也做了微小调整,可方便移植,简单可用
代码片段和文件信息
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 1992-2002 Jean J. Labrosse Weston FL
* All Rights Reserved
*
* File : OS_CPU_C.C
* By : Jean J. Labrosse
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* ARM Port
*
* Target : ARM (Includes ARM7 ARM9)
* Ported by : Michael Anburaj
* URL : http://geocities.com/michaelanburaj/ Email : michaelanburaj@hotmail.com
*
*********************************************************************************************************
*/
#define OS_CPU_GLOBALS
#include “includes.h“
#include “def.h“
/*
*********************************************************************************************************
* OS INITIALIZATION HOOK
* (BEGINNING)
*
* Description: This function is called by OSInit() at the beginning of OSInit().
*
* Arguments : none
*
* Note(s) : 1) Interrupts should be disabled during this call.
*********************************************************************************************************
*/
#if OS_CPU_HOOKS_EN > 0 && OS_VERSION > 203
void OSInitHookBegin (void)
{
}
#endif
/*
*********************************************************************************************************
* OS INITIALIZATION HOOK
* (END)
*
* Description: This function is called by OSInit() at the end of OSInit().
*
* Arguments : none
*
* Note(s) : 1) Interrupts should be disabled during this call.
*********************************************************************************************************
*/
#if OS_CPU_HOOKS_EN > 0 && OS_VERSION > 203
void OSInitHookEnd (void)
{
}
#endif
/*
*********************************************************************************************************
* TASK CREATION HOOK
*
* Description: This function is called when a task is created.
*
* Arguments : ptcb is a pointer to the task control block of the task being created.
*
* Note(s) : 1) Interrupts are disabled during this call.
*********************************************************************************************************
*/
#if OS_CPU_HOOKS_EN > 0
void OSTaskCreateHook (OS_TCB *ptcb)
{
ptcb = ptcb; /* Prevent compiler warning
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-10-10 17:32 NAND&SD_code\
目录 0 2017-10-10 17:32 NAND&SD_code\FS\
目录 0 2017-10-10 17:32 NAND&SD_code\FS\API\
文件 7592 2003-10-15 15:35 NAND&SD_code\FS\API\api_dir.c
文件 2562 2003-10-15 15:35 NAND&SD_code\FS\API\api_in.c
文件 1230 2003-10-15 15:35 NAND&SD_code\FS\API\api_int.h
文件 14787 2003-10-15 15:35 NAND&SD_code\FS\API\api_misc.c
文件 2488 2003-10-15 15:35 NAND&SD_code\FS\API\api_out.c
文件 12913 2008-07-14 15:53 NAND&SD_code\FS\API\fs_api.h
文件 1429 2005-04-11 21:32 NAND&SD_code\FS\API\fs_dev.h
文件 2231 2008-07-18 15:32 NAND&SD_code\FS\API\fs_fsl.h
文件 8978 2008-07-28 14:57 NAND&SD_code\FS\API\fs_info.c
文件 2293 2003-10-15 15:35 NAND&SD_code\FS\API\fs_int.h
目录 0 2017-10-10 17:32 NAND&SD_code\FS\CLIB\
文件 10339 2006-12-13 10:32 NAND&SD_code\FS\CLIB\clibmisc.c
文件 1930 2003-10-15 15:35 NAND&SD_code\FS\CLIB\fs_clib.h
目录 0 2017-10-10 17:32 NAND&SD_code\FS\CONFIG\
目录 0 2017-10-10 17:32 NAND&SD_code\FS\CONFIG\EP7312\
文件 14897 2008-07-28 11:23 NAND&SD_code\FS\CONFIG\EP7312\fs_conf.h
文件 2541 2003-10-15 15:35 NAND&SD_code\FS\CONFIG\EP7312\fs_port.h
目录 0 2017-10-10 17:32 NAND&SD_code\FS\CONFIG\M16C_137X_IP\
文件 14657 2003-10-15 15:35 NAND&SD_code\FS\CONFIG\M16C_137X_IP\fs_conf.h
文件 2541 2003-10-15 15:35 NAND&SD_code\FS\CONFIG\M16C_137X_IP\fs_port.h
目录 0 2017-10-10 17:32 NAND&SD_code\FS\CONFIG\Win32\
文件 15616 2007-08-11 18:01 NAND&SD_code\FS\CONFIG\Win32\fs_conf.h
文件 2610 2005-04-25 18:27 NAND&SD_code\FS\CONFIG\Win32\fs_port.h
目录 0 2017-10-10 17:32 NAND&SD_code\FS\DEVICE\
目录 0 2017-10-10 17:32 NAND&SD_code\FS\DEVICE\FLASH\
文件 1346 2008-07-28 11:02 NAND&SD_code\FS\DEVICE\FLASH\flash.h
文件 8270 2008-07-30 20:17 NAND&SD_code\FS\DEVICE\FLASH\flash_drv.c
文件 10866 2008-07-28 11:11 NAND&SD_code\FS\DEVICE\FLASH\flash_x_hw.c
............此处省略350个文件信息
- 上一篇:软件部署手册模板
- 下一篇:Jmeter工具测试ppt
相关资源
- ucos2.52在DSP28335上的移植程序,RAM版
- ucos2教程嵌入式必学教程
- ucos+USB+RS232
- UCOS-II关键函数流程图
- 操作系统课程设计报告-多用户文件系
- Micrium_uCOS-III-STM32F107-Eval-Atollic-TrueST
- 官方 uCOS-III 源码
- 《从零开始创建uCosIII项目》中的工程
- 操作系统课程设计,单索引文件系统
- 从0开始移植UCOS_II到野火stm32开发板
- U盘IAP升级带UCOS
- SpringBoot+mybatis登录注册及其账号密码
- SpringBoot-mybatis登录、注册、拦截器、
- FreeModbus--RTU--Master+Slave--uCOSIII--STM32F
- 模拟实现采用二级目录结构的磁盘文
- linux系统移植嵌入式linux系统:内核、
- 北大Nachos文件系统实习报告
- STM32+UCOSIII+EMWIN+DHT11波形显示
- 《HDFS——Hadoop分布式文件系统深度实
- Fatfs R0.13b 版本官方源码
- FATFS FAT32使用浅谈
- SCUT fuse文件系统
- wdk 中 fastfat文件系统代码
- znFat文件系统源码
- 如何读写FAT32文件系统
- 在Keil MDK 4上 将ucosii和ucgui移植MINI24
- 嵌入式实时操作系统ucos-ii
- 邵贝贝《嵌入式实时操作系统uCOS-II》
- 嵌入式实时操作系统
- ucos+任哲+课件+电子书
评论
共有 条评论