📄 arm_core_c.c
字号:
/******************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -