資源簡(jiǎn)介
STM32+NBIOT連接電信、華為平臺(tái)
還有程序源碼、例程及硬件連接示意圖
代碼片段和文件信息
/*----------------------------------------------------------------------------
?*?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?“l(fā)os_exc.inc“
#ifdef?__cplusplus
#if?__cplusplus
extern?“C“?{
#endif?/*?__cpluscplus?*/
#endif?/*?__cpluscplus?*/
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_E
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????3923??2018-05-03?10:34??examples\api\los_api_dynamic_mem.c
?????文件???????4882??2018-05-03?10:34??examples\api\los_api_event.c
?????文件???????3106??2018-05-03?10:34??examples\api\los_api_interrupt.c
?????文件???????4344??2018-05-03?10:34??examples\api\los_api_list.c
?????文件???????5504??2018-05-03?10:34??examples\api\los_api_msgqueue.c
?????文件???????5641??2018-05-03?10:34??examples\api\los_api_mutex.c
?????文件???????5848??2018-05-03?10:34??examples\api\los_api_sem.c
?????文件???????3982??2018-05-03?10:34??examples\api\los_api_static_mem.c
?????文件???????3916??2018-05-03?10:34??examples\api\los_api_systick.c
?????文件???????6119??2018-05-03?10:34??examples\api\los_api_task.c
?????文件???????5549??2018-05-03?10:34??examples\api\los_api_timer.c
?????文件???????5314??2018-05-03?10:34??examples\api\los_demo_entry.c
?????文件???????9179??2018-05-03?10:34??examples\api\los_inspect_entry.c
?????文件???????2742??2018-05-03?10:34??examples\include\los_api_dynamic_mem.h
?????文件???????2755??2018-05-03?10:34??examples\include\los_api_event.h
?????文件???????2738??2018-05-03?10:34??examples\include\los_api_interrupt.h
?????文件???????2718??2018-05-03?10:34??examples\include\los_api_list.h
?????文件???????2823??2018-05-03?10:34??examples\include\los_api_msgqueue.h
?????文件???????2723??2018-05-03?10:34??examples\include\los_api_mutex.h
?????文件???????2719??2018-05-03?10:34??examples\include\los_api_sem.h
?????文件???????2742??2018-05-03?10:34??examples\include\los_api_static_mem.h
?????文件???????2786??2018-05-03?10:34??examples\include\los_api_systick.h
?????文件???????2726??2018-05-03?10:34??examples\include\los_api_task.h
?????文件???????2724??2018-05-03?10:34??examples\include\los_api_timer.h
?????文件???????2738??2018-05-03?10:34??examples\include\los_demo_debug.h
?????文件???????3038??2018-05-03?10:34??examples\include\los_demo_entry.h
?????文件???????3363??2018-05-03?10:34??examples\include\los_inspect_entry.h
?????文件???????4051??2018-05-03?10:34??kernel\ba
?????文件???????2426??2018-05-03?10:34??kernel\ba
?????文件??????28005??2018-05-03?10:34??kernel\ba
............此處省略2224個(gè)文件信息
評(píng)論
共有 條評(píng)論