资源简介
华为LiteOS操作系统的源码。
代码片段和文件信息
/*----------------------------------------------------------------------------
* Copyright (c) <2013-2015>
* All rights reserved.
* Redistribution and use in source and binary forms with or without modification
* are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice this list of
* conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
* to endorse or promote products derived from this software without specific prior written
* permission.
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL
* EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS;
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY
* WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*---------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
* Notice of Export Control Law
* ===============================================
* Huawei LiteOS may be subject to applicable export control laws and regulations which might
* include those applicable to Huawei LiteOS of U.S. and the country in which you are located.
* Import export and usage of Huawei LiteOS in any manner by you shall be in compliance with such
* applicable export control laws and regulations.
*---------------------------------------------------------------------------*/
#include “los_exc.inc“
#ifdef __cplusplus
#if __cplusplus
extern “C“ {
#endif /* __cpluscplus */
#endif /* __cpluscplus */
#if (LOSCFG_PLATFORM_EXC == YES)
VOID *m_puwExcContent;
UINT32 g_uwCurNestCount = 0;
EXC_INFO_S m_stExcInfo;
UINT8 g_uwExcTbl[32] = {
0 0 0 0 0 0 OS_EXC_UF_DIVBYZERO OS_EXC_UF_UNALIGNED
0 0 0 0 OS_EXC_UF_NOCP OS_EXC_UF_INVPC OS_EXC_UF_INVSTATE OS_EXC_UF_UNDEFINSTR
0 0 0 OS_EXC_BF_STKERR OS_EXC_BF_UNSTKERR OS_EXC_BF_IMPRECISERR OS_EXC_BF_PRECISERR OS_EXC_BF_IBUSERR
0 0 0 OS_EXC_MF_MSTKERR OS_EXC_MF_MUNSTKERR 0 OS_EXC_MF_DACCVIOL
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-02-20 08:38 LiteOS源码\
目录 0 2019-02-20 08:38 LiteOS源码\.github\
目录 0 2019-02-20 08:38 LiteOS源码\.github\ISSUE_TEMPLATE\
文件 693 2019-01-26 14:09 LiteOS源码\.github\ISSUE_TEMPLATE\bug_report.md
文件 575 2019-01-26 14:09 LiteOS源码\.github\ISSUE_TEMPLATE\feature_request.md
文件 474 2019-01-26 14:09 LiteOS源码\.travis.yml
文件 26282 2019-01-26 14:09 LiteOS源码\addcode-kernel2.png
目录 0 2019-02-20 08:38 LiteOS源码\arch\
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m0\
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m0\gcc\
文件 3046 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m0\gcc\los_dispatch_gcc.S
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m0\iar\
文件 5137 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m0\iar\los_dispatch_iar.S
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m0\keil\
文件 5180 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m0\keil\los_dispatch_keil.S
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m3\
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m3\gcc\
文件 2649 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m3\gcc\los_dispatch_gcc.S
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m3\iar\
文件 4626 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m3\iar\los_dispatch_iar.S
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m3\keil\
文件 4645 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m3\keil\los_dispatch_keil.S
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m4\
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m4\gcc\
文件 2779 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m4\gcc\los_dispatch_gcc.S
文件 10198 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m4\gcc\los_hw_exc_gcc.S
目录 0 2019-02-20 08:38 LiteOS源码\arch\arm\arm-m\cortex-m4\iar\
文件 4737 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m4\iar\los_dispatch_iar.S
文件 8332 2019-01-26 14:09 LiteOS源码\arch\arm\arm-m\cortex-m4\iar\los_hw_exc_iar.S
............此处省略3145个文件信息
- 上一篇:dobot.tar.gz
- 下一篇:Hba
se实战 超清版 带书签 共89MB
相关资源
- 操作系统概念.操作系统恐龙书
- 嵌入式实时操作系统原理及其应用u
- [深入解析Windows操作系统].(Microsoft
- 现代操作系统 第4版
- 操作系统概念第七版中文版
- 操作系统生产者——消费者模拟程序
- 王道考研单科书.z
- 2019王道论坛计算机操作系统pdf高清
- 2019天勤操作系统高清PDF
- 深度探索嵌入式操作系统(带目录)
- 计算机操作系统第四版,高清扫描版
- 操作系统实用教程.pdf
- 2016武汉大学操作系统期末试卷
- 操作系统概念第七版中文版pdf格式
- KB4474419和KB4490628系统补丁
- UCOSII实时操作系统参考书任哲版绝对
- 计算机操作系统 翟一鸣 清华大学后题
- 操作系统知识点整理
- 高级操作系统-孟祥武2013试卷
- 操作系统原理期末试卷9套卷含答案
- Linux0.0.1 源代码 代中文注释
- 安徽大学 操作系统 往年试卷+答案
- 北京工业大学操作系统期末考试试卷
- 操作系统试卷华科
- 操作系统题库和答案
- 操作系统之动态分区分配
- 华工操作系统复习资料
- 操作系统课程设计-段页式存储管理的
- 操作系统作业——二级文件管理系统
- 东南大学操作系统期末试卷
评论
共有 条评论