| 70 | } |
| 71 | |
| 72 | rt_weak void rt_hw_cpu_reset(void) |
| 73 | { |
| 74 | LOG_W("rt_hw_cpu_reset() doesn't support for this board." |
| 75 | "Please consider implementing rt_hw_cpu_reset() in another file."); |
| 76 | return; |
| 77 | } |
| 78 | |
| 79 | rt_weak void rt_hw_cpu_shutdown(void) |
| 80 | { |
no outgoing calls
no test coverage detected