repo_id string | size int64 | file_path string | content string |
|---|---|---|---|
nxp-mcuxpresso/OpenART | 5,473 | libcpu/arm/s3c44b0/start_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2006-09-06 XuXinming first version
* 2006-09-20 Bernard clean the code
*/
/**
* @addtogroup S3C44B0
*/
/*@{*/
.section .init, "ax"
.code 32... |
nxp-mcuxpresso/OpenART | 2,262 | libcpu/arm/s3c44b0/context_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2009-01-20 Bernard first version
; */
NOINT EQU 0xc0 ; disable interrupt in psr
AREA |.text|, CODE, READONLY, ALIGN=2
ARM
REQUIRE8
PRESER... |
nxp-mcuxpresso/OpenART | 5,668 | libcpu/arm/cortex-m0/context_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2010-01-25 Bernard first version
; * 2012-06-01 aozima set pendsv priority to 0xFF.
; * 2012-08-17 aozima fixed bug: store r... |
nxp-mcuxpresso/OpenART | 6,130 | libcpu/arm/cortex-m0/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2010-01-25 Bernard first version
* 2012-06-01 aozima set pendsv priority to 0xFF.
* 2012-08-17 aozima fixed bug: store r8 - r11.
* 2013-02-2... |
nxp-mcuxpresso/OpenART | 5,785 | libcpu/arm/cortex-m0/context_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2010-01-25 Bernard first version
; * 2012-06-01 aozima set pendsv priority to 0xFF.
; * 2012-08-17 aozima fixed bug: store r... |
nxp-mcuxpresso/OpenART | 10,655 | libcpu/arm/cortex-m33/context_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2009-01-17 Bernard first version
; * 2009-09-27 Bernard add protect when contex switch occurs
; * 2012-01-01 aozima support c... |
nxp-mcuxpresso/OpenART | 10,973 | libcpu/arm/cortex-m33/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2009-10-11 Bernard first version
* 2012-01-01 aozima support context switch load/store FPU register.
* 2013-06-18 aozima add resto... |
nxp-mcuxpresso/OpenART | 1,653 | libcpu/arm/cortex-m33/syscall_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2019-10-25 tyx first version
; */
;/*
; * @addtogroup cortex-m33
; */
SECTION .text:CODE(2)
THUMB
REQUIRE8
PRESERVE8
;... |
nxp-mcuxpresso/OpenART | 1,655 | libcpu/arm/cortex-m33/syscall_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2019-10-25 tyx first version
; */
AREA |.text|, CODE, READONLY, ALIGN=2
THUMB
REQUIRE8
PRESERVE8
IMPORT rt_secure_svc_... |
nxp-mcuxpresso/OpenART | 1,567 | libcpu/arm/cortex-m33/syscall_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-10-25 tyx first version
*/
.cpu cortex-m4
.syntax unified
.thumb
.text
/*
* int tzcall(int id, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t... |
nxp-mcuxpresso/OpenART | 10,731 | libcpu/arm/cortex-m33/context_rvds.S | ;/*
;* Copyright (c) 2006-2018, RT-Thread Development Team
;*
;* SPDX-License-Identifier: Apache-2.0
;*
; * Change Logs:
; * Date Author Notes
; * 2009-01-17 Bernard first version.
; * 2012-01-01 aozima support context switch load/store FPU register.
; * 2013-06-18 aozima ad... |
nxp-mcuxpresso/OpenART | 8,584 | libcpu/arm/common/divsi3.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
/* $NetBSD: divsi3.S,v 1.5 2005/02/26 22:58:56 perry Exp $ */
/*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IM... |
nxp-mcuxpresso/OpenART | 6,900 | libcpu/arm/cortex-m4/context_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2009-01-17 Bernard first version
; * 2009-09-27 Bernard add protect when contex switch occurs
; * 2012-01-01 aozima support c... |
nxp-mcuxpresso/OpenART | 6,955 | libcpu/arm/cortex-m4/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2009-10-11 Bernard first version
* 2012-01-01 aozima support context switch load/store FPU register.
* 2013-06-18 aozima add resto... |
nxp-mcuxpresso/OpenART | 6,871 | libcpu/arm/cortex-m4/context_rvds.S | ;/*
;* Copyright (c) 2006-2018, RT-Thread Development Team
;*
;* SPDX-License-Identifier: Apache-2.0
;*
; * Change Logs:
; * Date Author Notes
; * 2009-01-17 Bernard first version.
; * 2012-01-01 aozima support context switch load/store FPU register.
; * 2013-06-18 aozima ad... |
nxp-mcuxpresso/OpenART | 7,489 | libcpu/arm/cortex-r4/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2009-01-20 Bernard first version
* 2011-07-22 Bernard added thumb mode porting
* 2013-05-24 Grissiom port to CCS
* 2013-05-26 Grissi... |
nxp-mcuxpresso/OpenART | 13,546 | libcpu/arm/cortex-r4/start_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
@-------------------------------------------------------------------------------
@ sys_core.asm
@
@ (c) Texas Instruments 2009-2013, All rights reserved.
@
#in... |
nxp-mcuxpresso/OpenART | 2,181 | libcpu/arm/AT91SAM7S/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2006-03-13 Bernard first version
*/
#define NOINT 0xc0
/*
* rt_base_t rt_hw_interrupt_disable()/*
*/
.globl rt_hw_interrupt_disable
rt_hw_interru... |
nxp-mcuxpresso/OpenART | 16,691 | libcpu/arm/AT91SAM7S/start_rvds.S | ;/*****************************************************************************/
;/* SAM7.S: Startup file for Atmel AT91SAM7 device series */
;/*****************************************************************************/
;/* <<< Use Configuration Wizard in Context Menu >>> ... |
nxp-mcuxpresso/OpenART | 5,168 | libcpu/arm/AT91SAM7S/start_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2006-08-31 Bernard first version
*/
/* Internal Memory Base Addresses */
.equ FLASH_BASE, 0x00100000
.equ RAM_BASE, 0x00200000
... |
nxp-mcuxpresso/OpenART | 2,415 | libcpu/arm/AT91SAM7S/context_rvds.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2009-01-20 Bernard first version
*/
NOINT EQU 0xc0 ; disable interrupt in psr
AREA |.text|, CODE, READONLY, ALIGN=2
ARM
REQUIRE8
PRE... |
nxp-mcuxpresso/OpenART | 2,119 | libcpu/arm/s3c24x0/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2006-09-06 XuXinming first version
*/
/*!
* \addtogroup S3C24X0
*/
/*@{*/
#define NOINT 0xc0
/*
* rt_base_t rt_hw_interrupt_disable();
*/
.globl... |
nxp-mcuxpresso/OpenART | 53,738 | libcpu/arm/s3c24x0/start_rvds.S | ;/*****************************************************************************/
;/* S3C2440.S: Startup file for Samsung S3C440 */
;/*****************************************************************************/
;/* <<< Use Configuration Wizard in Context Menu >>> ... |
nxp-mcuxpresso/OpenART | 9,328 | libcpu/arm/s3c24x0/start_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2006-03-13 Bernard first version
* 2006-10-05 Alsor.Z for s3c2440 initialize
* 2008-01-29 Yi.Qiu for QEMU emulator
*/
#define CON... |
nxp-mcuxpresso/OpenART | 2,263 | libcpu/arm/s3c24x0/context_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2009-01-20 Bernard first version
; */
NOINT EQU 0xc0 ; disable interrupt in psr
AREA |.text|, CODE, READONLY, ALIGN=2
ARM
REQUIRE8
PRESER... |
nxp-mcuxpresso/OpenART | 12,210 | libcpu/arm/sep4020/start_rvds.S | ;==============================================================================================
; star_rvds.s for Keil MDK 4.10
;
; SEP4020 start up code
;
; Change Logs:
; Date Author Notes
; 2010-03-17 zchong
;=====================================================================================... |
nxp-mcuxpresso/OpenART | 2,262 | libcpu/arm/sep4020/context_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2009-01-20 Bernard first version
; */
NOINT EQU 0xc0 ; disable interrupt in psr
AREA |.text|, CODE, READONLY, ALIGN=2
ARM
REQUIRE8
PRESER... |
nxp-mcuxpresso/OpenART | 2,927 | libcpu/arm/lpc214x/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
.global rt_hw_interrupt_disable
.global rt_hw_interrupt_enable
.global rt_hw_context_switch
.global rt_hw_context_switch_to
.global rt_hw_context_switch_interru... |
nxp-mcuxpresso/OpenART | 15,055 | libcpu/arm/lpc214x/start_rvds.S | ;/*****************************************************************************/
;/* STARTUP.S: Startup file for Philips LPC2000 */
;/*****************************************************************************/
;/* <<< Use Configuration Wizard in Context Menu >>> ... |
nxp-mcuxpresso/OpenART | 9,949 | libcpu/arm/lpc214x/startup_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
.extern main /* 引入外部C入口 */
.extern rt_interrupt_enter
.extern rt_interrupt_leave
.extern rt_thread_switch_interrupt_flag
.ex... |
nxp-mcuxpresso/OpenART | 4,094 | libcpu/arm/lpc214x/context_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2009-01-20 Bernard first version
; * 2011-07-22 Bernard added thumb mode porting
; */
Mode_USR EQU 0x10
Mode_FIQ EQU... |
nxp-mcuxpresso/OpenART | 4,361 | libcpu/arm/realview-a8-vmm/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2013-07-05 Bernard the first version
*/
#include <rtconfig.h>
#ifdef RT_USING_VMM
#include <vmm.h>
#endif
.section .text, "ax"
/*
* rt_base_t rt_hw... |
nxp-mcuxpresso/OpenART | 9,768 | libcpu/arm/realview-a8-vmm/start_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2013-07-05 Bernard the first version
*/
#include <rtconfig.h>
#ifdef RT_USING_VMM
#include <vmm.h>
.equ orig_irq_isr, LINUX_VECTOR_POS+0x18
#else
... |
nxp-mcuxpresso/OpenART | 2,833 | libcpu/arm/realview-a8-vmm/cp15_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2013-07-05 Bernard the first version
*/
.globl rt_cpu_get_smp_id
rt_cpu_get_smp_id:
mrc p15, #0, r0, c0, c0, #5
bx lr
.globl rt_cpu_... |
nxp-mcuxpresso/OpenART | 2,348 | libcpu/arm/armv6/context_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2011-01-13 weety copy from mini2440
*/
/*!
* \addtogroup ARMv6
*/
/*@{*/
#include <rtconfig.h>
#define NOINT 0xc0
#define FPEXC_EN (1... |
nxp-mcuxpresso/OpenART | 2,483 | libcpu/arm/armv6/arm_entry_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2014-11-07 weety first version
*/
#include <rtconfig.h>
#include "armv6.h"
//#define DEBUG
.macro PRINT, str
#ifdef DEBUG
stmfd sp!, {r0-r3, ip, lr}... |
nxp-mcuxpresso/OpenART | 4,235 | libcpu/v850/70f34/context_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2009-01-20 Bernard first version
; */
#include "macdefs.inc"
name OS_Core
COMMON INTVEC:CODE
;************************************... |
nxp-mcuxpresso/OpenART | 1,663 | libcpu/m16c/m16c62p/context_iar.S | /*
* File : context.asm
* This file is part of RT-Thread RTOS
* Copyright (C) 2009, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date Au... |
nxp-mcuxpresso/OpenART | 1,411 | libcpu/m16c/m16c62p/context_gcc.S | /*
* File : context.asm
* This file is part of RT-Thread RTOS
* Copyright (C) 2009, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date Au... |
nxp-mcuxpresso/OpenART | 4,312 | libcpu/blackfin/bf53x/context_vdsp.S | /*
* File : context_vdsp.S
* This file is part of RT-Thread RTOS
* Copyright (C) 2009 - 2012, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date ... |
nxp-mcuxpresso/OpenART | 5,355 | libcpu/arc/em/contex_gcc.S | /*
* Copyright (c) 2018, Synopsys, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#define __ASSEMBLY__
#include "inc/arc/arc.h"
#include "inc/arc/arc_asm_common.h"
.global rt_interrupt_enter; .type rt_interrupt_enter, %function
.global rt_interrupt_leave; .type rt_interrupt_leave, %function
.global context_switch... |
nxp-mcuxpresso/OpenART | 6,017 | libcpu/xilinx/microblaze/context_gcc.S | /*
* File : context_gcc.S
* This file is part of RT-Thread RTOS
* Copyright (C) 2006, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date ... |
nxp-mcuxpresso/OpenART | 3,020 | components/lwp/arch/arm/cortex-m7/lwp_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-10-30 heyuanjie first version
*/
.cpu cortex-m7
.syntax unified
.thumb
.text
/*
* void* lwp_get_sys_api(rt_uint32_t number);
*/
.global lwp_get_... |
nxp-mcuxpresso/OpenART | 2,972 | components/lwp/arch/arm/cortex-m7/lwp_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2018-10-30 heyuanjie first version
; */
SECTION .text:CODE(2)
THUMB
REQUIRE8
PRESERVE8
;/*
; * void* lwp_get_sys_api(rt_uint3... |
nxp-mcuxpresso/OpenART | 3,071 | components/lwp/arch/arm/cortex-m7/lwp_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2018-10-30 heyuanjie first version
; */
AREA |.text|, CODE, READONLY, ALIGN=2
THUMB
REQUIRE8
PRESERVE8
;/*
; * void* lwp_get_sys... |
nxp-mcuxpresso/OpenART | 1,381 | components/lwp/arch/arm/cortex-a/lwp_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-12-10 Jesven first version
*/
#define Mode_USR 0x10
#define Mode_FIQ 0x11
#define Mode_IRQ 0x12
#define Mode_SVC 0x1... |
nxp-mcuxpresso/OpenART | 1,545 | components/lwp/arch/arm/arm926/lwp_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-12-10 Jesven first version
*/
#define Mode_USR 0x10
#define Mode_FIQ 0x11
#define Mode_IRQ 0x12
#define Mode_SVC 0x1... |
nxp-mcuxpresso/OpenART | 3,020 | components/lwp/arch/arm/cortex-m3/lwp_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-10-30 heyuanjie first version
*/
.cpu cortex-m3
.syntax unified
.thumb
.text
/*
* void* lwp_get_sys_api(rt_uint32_t number);
*/
.global lwp_get_... |
nxp-mcuxpresso/OpenART | 2,972 | components/lwp/arch/arm/cortex-m3/lwp_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2018-10-30 heyuanjie first version
; */
SECTION .text:CODE(2)
THUMB
REQUIRE8
PRESERVE8
;/*
; * void* lwp_get_sys_api(rt_uint3... |
nxp-mcuxpresso/OpenART | 3,071 | components/lwp/arch/arm/cortex-m3/lwp_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2018-10-30 heyuanjie first version
; */
AREA |.text|, CODE, READONLY, ALIGN=2
THUMB
REQUIRE8
PRESERVE8
;/*
; * void* lwp_get_sys... |
nxp-mcuxpresso/OpenART | 3,020 | components/lwp/arch/arm/cortex-m4/lwp_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-10-30 heyuanjie first version
*/
.cpu cortex-m4
.syntax unified
.thumb
.text
/*
* void* lwp_get_sys_api(rt_uint32_t number);
*/
.global lwp_get_... |
nxp-mcuxpresso/OpenART | 2,972 | components/lwp/arch/arm/cortex-m4/lwp_iar.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2018-10-30 heyuanjie first version
; */
SECTION .text:CODE(2)
THUMB
REQUIRE8
PRESERVE8
;/*
; * void* lwp_get_sys_api(rt_uint3... |
nxp-mcuxpresso/OpenART | 3,071 | components/lwp/arch/arm/cortex-m4/lwp_rvds.S | ;/*
; * Copyright (c) 2006-2018, RT-Thread Development Team
; *
; * SPDX-License-Identifier: Apache-2.0
; *
; * Change Logs:
; * Date Author Notes
; * 2018-10-30 heyuanjie first version
; */
AREA |.text|, CODE, READONLY, ALIGN=2
THUMB
REQUIRE8
PRESERVE8
;/*
; * void* lwp_get_sys... |
nxp-mcuxpresso/OpenART | 1,380 | components/lwp/arch/arm/cortex-a9/lwp_gcc.S | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-12-10 Jesven first version
*/
#define Mode_USR 0x10
#define Mode_FIQ 0x11
#define Mode_IRQ 0x12
#define Mode_SVC 0x1... |
OfficialWorldcoinGlobal/Worldcoin | 28,453 | src/secp256k1/src/asm/field_10x26_arm.s | @ vim: set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab syntax=armasm:
/**********************************************************************
* Copyright (c) 2014 Wladimir J. van der Laan *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www... |
omegahat/RDCOMClient | 4,481 | R/COMLists.S | setClass("COMList", representation("COMIDispatch"))
COMList =
function(obj, class = "COMList")
{
new(class, ref = obj@ref)
}
setMethod("length", "COMList",
function(x) .COM(x, "Count"))
setMethod("[[", c("COMList", "numeric"),
function(x, i, j, ...) {
if(length(i) != 1)
... |
omegahat/RDCOMClient | 16,399 | R/runTime.S | # This file is needed to run code that is generated
# by the generateInterface() function. Perhaps
# it should migrate to the RDCOMClient package.
#
setClass("CompiledCOMIDispatch", contains = "COMIDispatch")
setClass("CompiledCOMCoClass",
representation(coclass = "character"),
contains = "Compil... |
omegahat/RDCOMClient | 1,249 | inst/examples/excelBook.S | require("RDCOMClient") || stop("You need to install the RDCOMClient package")
# .COMInit()
e <- COMCreate("Excel.Application")
books <- e[["workbooks"]]
fn <- system.file("examples", "duncan.xls", package = "RDCOMClient")
fn <- gsub("/", "\\\\", fn)
print(fn)
b = books$open(fn)
sheets = b[["sheets"]]
mySheet = sh... |
omegahat/RDCOMClient | 2,226 | inst/examples/newtoolbar.S | library(RDCOMClient)
library(SWinTypeLibs)
library(RDCOMEvents)
setupExcel = function()
{
e = COMCreate("Excel.Application")
e$Workbooks()$Add()
e[["Visible"]] = TRUE
bars = e[["CommandBars"]]
# bar = bars$Add("Duncan", as.integer(3), MenuBar = FALSE, Temporary = TRUE)
bar = bars$Item(3)
ctrls =... |
OpenOSD-X/OpenOSD-X | 11,110 | Src/RTT/SEGGER_RTT_ASM_ARMv7M.S | /*********************************************************************
* (c) SEGGER Microcontroller GmbH *
* The Embedded Experts *
* www.segger.com *
************************************... |
OpenOSD-X/OpenOSD-X | 13,136 | Src/Core/Startup/startup_stm32g431kbtx.s | /**
******************************************************************************
* @file startup_stm32g431xx.s
* @author MCD Application Team
* @brief STM32G431xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 9,936 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f030x7.s | ;******************************************************************************
;* @file : startup_py32f030xx.s
;* @brief : PY32F030xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,936 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f030x4.s | ;******************************************************************************
;* @file : startup_py32f030xx.s
;* @brief : PY32F030xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,775 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f003x6.s | ;******************************************************************************
;* @file : startup_py32f003xx.s
;* @brief : PY32F003xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,775 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f003x8.s | ;******************************************************************************
;* @file : startup_py32f003xx.s
;* @brief : PY32F003xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 8,860 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f002ax5.s | ;******************************************************************************
;* @file : startup_py32f002ax5.s
;* @brief : PY32F002Axx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,775 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f003x4.s | ;******************************************************************************
;* @file : startup_py32f003xx.s
;* @brief : PY32F003xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,936 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f030x8.s | ;******************************************************************************
;* @file : startup_py32f030xx.s
;* @brief : PY32F030xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,936 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f030x3.s | ;******************************************************************************
;* @file : startup_py32f030xx.s
;* @brief : PY32F030xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,936 | Drivers/CMSIS/Device/PY32F0xx/Source/arm/startup_py32f030x6.s | ;******************************************************************************
;* @file : startup_py32f030xx.s
;* @brief : PY32F030xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 8,313 | Drivers/CMSIS/Device/PY32F0xx/Source/iar/startup_py32f002axx.s | ;******************************************************************************
;* @file : startup_py32f002axx.s
;* @brief : PY32F002Axx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* ... |
OpenPuya/PY32F002B_Firmware | 9,579 | Drivers/CMSIS/Device/PY32F0xx/Source/iar/startup_py32f003xx.s | ;******************************************************************************
;* @file : startup_py32f003xx.s
;* @brief : PY32F003xx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - ... |
OpenPuya/PY32F002B_Firmware | 9,825 | Drivers/CMSIS/Device/PY32F0xx/Source/iar/startup_py32f030xx.s | ;******************************************************************************
;* @file : startup_py32f030xx.s
;* @brief : PY32F030xx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - ... |
OpenPuya/PY32F002B_Firmware | 8,946 | Templates/PY32F002Bxx_Templates/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Templates/PY32F002Bxx_Templates/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Templates/PY32F002Bxx_Templates/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Templates/PY32F002Bxx_Templates_LL/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Templates/PY32F002Bxx_Templates_LL/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Templates/PY32F002Bxx_Templates_LL/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_Polling_Init/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_Polling_Init/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_Polling_Init/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_AutoBaund_IT_Init/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_AutoBaund_IT_Init/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_AutoBaund_IT_Init/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_IT_Init/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_IT_Init/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_IT_Init/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_IndefiniteLengthData_IT/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_IndefiniteLengthData_IT/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Projects/PY32F002B-STK/Example_LL/USART/USART_HyperTerminal_IndefiniteLengthData_IT/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Projects/PY32F002B-STK/Example_LL/EXTI/EXTI_ToggleLed_IT_Init/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Projects/PY32F002B-STK/Example_LL/EXTI/EXTI_ToggleLed_IT_Init/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Projects/PY32F002B-STK/Example_LL/EXTI/EXTI_ToggleLed_IT_Init/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Projects/PY32F002B-STK/Example_LL/EXTI/EXTI_WakeUp_Event/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Projects/PY32F002B-STK/Example_LL/EXTI/EXTI_WakeUp_Event/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Projects/PY32F002B-STK/Example_LL/EXTI/EXTI_WakeUp_Event/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
OpenPuya/PY32F002B_Firmware | 8,946 | Projects/PY32F002B-STK/Example_LL/IWDG/IWDG_RESET/MDK-ARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == R... |
OpenPuya/PY32F002B_Firmware | 8,258 | Projects/PY32F002B-STK/Example_LL/IWDG/IWDG_RESET/EWARM/startup_py32f002bxx.s | ;******************************************************************************
;* @file startup_py32f002bxx.s
;* @author MCU Application Team
;* @brief PY32F002Bxx devices vector table for EWARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == __i... |
OpenPuya/PY32F002B_Firmware | 8,776 | Projects/PY32F002B-STK/Example_LL/IWDG/IWDG_RESET/EIDE/startup_py32f002bxx.s | /**
******************************************************************************
* @file startup_py32f002bxx.s
* @author MCD Application Team
* @brief PY32F002Bxx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.