This commit is contained in:
Grey Huang
2019-10-25 18:54:43 +08:00
parent b76a703108
commit f092814891
4 changed files with 37 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -85,7 +85,7 @@ Package Vendor: Nuvoton
<h2>Collection of Component Files used:</h2> <h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.0.1 * Component: ARM::CMSIS:CORE:5.0.1
Build Time Elapsed: 00:00:19 Build Time Elapsed: 00:00:28
</pre> </pre>
</body> </body>
</html> </html>

View File

@@ -3,7 +3,7 @@
<title>Static Call Graph - [.\Objects\NuvotonTos.axf]</title></head> <title>Static Call Graph - [.\Objects\NuvotonTos.axf]</title></head>
<body><HR> <body><HR>
<H1>Static Call Graph for image .\Objects\NuvotonTos.axf</H1><HR> <H1>Static Call Graph for image .\Objects\NuvotonTos.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6070001: Last Updated: Fri Oct 25 18:45:40 2019 <BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6070001: Last Updated: Fri Oct 25 18:54:03 2019
<BR><P> <BR><P>
<H3>Maximum Stack Usage = 176 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)</H3><H3> <H3>Maximum Stack Usage = 176 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3> Call chain for Maximum Stack Depth:</H3>

View File

@@ -28,7 +28,7 @@
#include <port_config.h> #include <port_config.h>
#include <port.h> #include <port.h>
#include <tos_cpu.h> #include <tos_cpu.h>
//#include <tos_config_check.h> #include <tos_config_check.h>
#include <tos_fault.h> #include <tos_fault.h>
#include <tos_klib.h> #include <tos_klib.h>
#include <tos_list.h> #include <tos_list.h>