![]() |
|
|||
File indexing completed on 2025-05-11 08:23:41
0001 /* SPDX-License-Identifier: BSD-2-Clause */ 0002 0003 /* 0004 * Idle Thread Body 0005 * 0006 * COPYRIGHT (c) 2016. 0007 * On-Line Applications Research Corporation (OAR). 0008 * 0009 * The license and distribution terms for this file may be 0010 * found in the file LICENSE in this distribution or at 0011 * http://www.rtems.org/license/LICENSE. 0012 */ 0013 0014 #include <rtems/asm.h> 0015 0016 .p2align 4 0017 0018 PUBLIC(bsp_idle_thread) 0019 SYM(bsp_idle_thread): 0020 hltloop: hlt 0021 jmp hltloop
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |