arm_core_c.c

来自「RockOS是在ARM上开发的」· C语言 代码 · 共 44 行

C
44
字号
/******************************************************************************
    Copyright (c) 2006 by RockOS.
    All rights reserved.

    This software is supported by the Rock Software Workroom only.

    Any bugs please contact the author with e-mail or QQ:
     E-mail : baobaoba520@yahoo.com.cn
         QQ : 59681888
*******************************************************************************
File name   : arm_core_c.c
Description : Hooks for task switch and default cpu exception procedures.
            : 
            : 
Auther      : sunxinqiu
History     :
  2006-03-15   first release.
******************************************************************************/

#include "bsp.h"


void OSSwTaskHook()
{
}

void undef_proc(REG_FILE * p)
{
    
}

void swi_proc(int swi_no)
{
}

void pabort_proc(REG_FILE * p)
{
}

void dabort_proc(REG_FILE * p)
{
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?