MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / entry

Function entry

src/components.c:160–164  ·  view source on GitHub ↗

Add -eentry to arm-none-eabi-gcc argument */

Source from the content-addressed store, hash-verified

158#elif defined(__GNUC__)
159/* Add -eentry to arm-none-eabi-gcc argument */
160int entry(void)
161{
162 rtthread_startup();
163 return 0;
164}
165#endif
166
167#ifndef RT_USING_HEAP

Callers 15

primary_cpu_entryFunction · 0.85
primary_cpu_entryFunction · 0.85
primary_cpu_entryFunction · 0.85
ResetISRFunction · 0.85
primary_cpu_entryFunction · 0.85
primary_cpu_entryFunction · 0.85
ResetISRFunction · 0.85
primary_cpu_entryFunction · 0.85
primary_cpu_entryFunction · 0.85
SystemInitFunction · 0.85
Reset_HandlerFunction · 0.85
Reset_HandlerFunction · 0.85

Calls 1

rtthread_startupFunction · 0.70

Tested by

no test coverage detected