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