- Support English docs. Thx @yangjie11 https://github.com/armink-rtt-pkgs/CmBacktrace/pull/6
- Support ARM Compiler6. Thx @ChenxuanZhao https://github.com/armink-rtt-pkgs/CmBacktrace/pull/4 - Support Chinese UTF-8. Thx @ChenxuanZhao https://github.com/armink-rtt-pkgs/CmBacktrace/pull/5 - Support Cortex-M33 Core. Thx @StackRyan https://github.com/armink-rtt-pkgs/CmBacktrace/pull/10
This commit is contained in:
@@ -31,10 +31,18 @@
|
||||
|
||||
#include "cmb_def.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void cm_backtrace_init(const char *firmware_name, const char *hardware_ver, const char *software_ver);
|
||||
void cm_backtrace_firmware_info(void);
|
||||
size_t cm_backtrace_call_stack(uint32_t *buffer, size_t size, uint32_t sp);
|
||||
void cm_backtrace_assert(uint32_t sp);
|
||||
void cm_backtrace_fault(uint32_t fault_handler_lr, uint32_t fault_handler_sp);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _CORTEXM_BACKTRACE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user