add gcc demo

This commit is contained in:
acezhao
2019-09-17 23:22:28 +08:00
parent 262dbe0b56
commit f3212cc924
16 changed files with 300 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _TOS_FAULT_H_
#define _TOS_FAULT_H_
#if TOS_CFG_FAULT_BACKTRACE_EN > 0u
#error "unsupport now"
#endif
#endif /* _TOS_FAULT_H_ */