repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
AirFortressIlikara/LS2K0300-linux-4.19 | 19,627 | arch/powerpc/mm/hash_low_32.S | /*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
* Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP
* Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu>
* Adapted for Power Macintosh by Paul Mackerras.
* Low-level exception handlers and MMU support
* rewritten by Paul Mac... |
AirFortressIlikara/LS2K0300-linux-4.19 | 10,585 | arch/powerpc/mm/tlb_nohash_low.S | /*
* This file contains low-level functions for performing various
* types of TLB invalidations on various processors with no hash
* table.
*
* This file implements the following functions for all no-hash
* processors. Some aren't implemented for some variants. Some
* are inline in tlbflush.h
*
* - tlbil_va
*... |
AirFortressIlikara/LS2K0300-linux-4.19 | 9,703 | arch/powerpc/kernel/vdso32/sigtramp.S | /*
* Signal trampolines for 32 bits processes in a ppc64 kernel for
* use in the vDSO
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp.
* Copyright (C) 2004 Alan Modra (amodra@au.ibm.com)), IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it... |
AirFortressIlikara/LS2K0300-linux-4.19 | 3,950 | arch/powerpc/kernel/vdso32/vdso32.lds.S | /* SPDX-License-Identifier: GPL-2.0 */
/*
* This is the infamous ld script for the 32 bits vdso
* library
*/
#include <asm/vdso.h>
#ifdef __LITTLE_ENDIAN__
OUTPUT_FORMAT("elf32-powerpcle", "elf32-powerpcle", "elf32-powerpcle")
#else
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
#endif
OUTPUT_ARCH... |
AirFortressIlikara/LS2K0300-linux-4.19 | 2,120 | arch/powerpc/kernel/vdso32/datapage.S | /*
* Access to the shared data page by the vDSO & syscall map
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Fo... |
AirFortressIlikara/LS2K0300-linux-4.19 | 1,897 | arch/powerpc/kernel/vdso32/cacheflush.S | /*
* vDSO provided cache flush routines
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org),
* IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Fo... |
AirFortressIlikara/LS2K0300-linux-4.19 | 7,061 | arch/powerpc/kernel/vdso32/gettimeofday.S | /*
* Userland implementation of gettimeofday() for 32 bits processes in a
* ppc64 kernel for use in the vDSO
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org,
* IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of t... |
AirFortressIlikara/LS2K0300-linux-4.19 | 1,280 | arch/powerpc/kernel/vdso32/getcpu.S | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... |
AirFortressIlikara/LS2K0300-linux-4.19 | 10,459 | arch/powerpc/kernel/vdso64/sigtramp.S | /*
* Signal trampoline for 64 bits processes in a ppc64 kernel for
* use in the vDSO
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp.
* Copyright (C) 2004 Alan Modra (amodra@au.ibm.com)), IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it ... |
AirFortressIlikara/LS2K0300-linux-4.19 | 3,909 | arch/powerpc/kernel/vdso64/vdso64.lds.S | /* SPDX-License-Identifier: GPL-2.0 */
/*
* This is the infamous ld script for the 64 bits vdso
* library
*/
#include <asm/vdso.h>
#ifdef __LITTLE_ENDIAN__
OUTPUT_FORMAT("elf64-powerpcle", "elf64-powerpcle", "elf64-powerpcle")
#else
OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc", "elf64-powerpc")
#endif
OUTPUT_ARCH... |
AirFortressIlikara/LS2K0300-linux-4.19 | 2,092 | arch/powerpc/kernel/vdso64/datapage.S | /*
* Access to the shared data page by the vDSO & syscall map
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Fo... |
AirFortressIlikara/LS2K0300-linux-4.19 | 1,904 | arch/powerpc/kernel/vdso64/cacheflush.S | /*
* vDSO provided cache flush routines
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org),
* IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Fo... |
AirFortressIlikara/LS2K0300-linux-4.19 | 7,083 | arch/powerpc/kernel/vdso64/gettimeofday.S | /*
* Userland implementation of gettimeofday() for 64 bits processes in a
* ppc64 kernel for use in the vDSO
*
* Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org),
* IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... |
AirFortressIlikara/LS2K0300-linux-4.19 | 1,280 | arch/powerpc/kernel/vdso64/getcpu.S | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... |
AirFortressIlikara/LS2K0300-linux-4.19 | 2,094 | arch/powerpc/kernel/trace/ftrace_32.S | /*
* Split from entry_32.S
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <linux/magic.h>
#includ... |
AirFortressIlikara/LS2K0300-linux-4.19 | 1,133 | arch/powerpc/kernel/trace/ftrace_64.S | /*
* Split from entry_64.S
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <linux/magic.h>
#includ... |
AirFortressIlikara/LS2K0300-linux-4.19 | 1,457 | arch/powerpc/kernel/trace/ftrace_64_pg.S | /*
* Split from ftrace_64.S
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <linux/magic.h>
#inclu... |
AirFortressIlikara/LS2K0300-linux-4.19 | 7,441 | arch/powerpc/kernel/trace/ftrace_64_mprofile.S | /*
* Split from ftrace_64.S
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <linux/magic.h>
#inclu... |
AirFortressIlikara/LS2K0300-linux-4.19 | 12,311 | arch/powerpc/platforms/powernv/opal-wrappers.S | /*
* PowerNV OPAL API wrappers
*
* Copyright 2011 IBM Corp.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*... |
AirFortressIlikara/LS2K0300-linux-4.19 | 2,013 | arch/powerpc/platforms/powernv/subcore-asm.S | /*
* Copyright 2013, Michael (Ellerman|Neuling), IBM Corporation.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version... |
AirFortressIlikara/LS2K0300-linux-4.19 | 7,818 | arch/powerpc/platforms/52xx/lite5200_sleep.S | /* SPDX-License-Identifier: GPL-2.0 */
#include <asm/reg.h>
#include <asm/ppc_asm.h>
#include <asm/processor.h>
#include <asm/cache.h>
#define SDRAM_CTRL 0x104
#define SC_MODE_EN (1<<31)
#define SC_CKE (1<<30)
#define SC_REF_EN (1<<28)
#define SC_SOFT_PRE (1<<1)
#define GPIOW_GPIOE 0xc00
#define GPIOW_DDR 0xc08
#de... |
AirFortressIlikara/LS2K0300-linux-4.19 | 2,634 | arch/powerpc/platforms/52xx/mpc52xx_sleep.S | /* SPDX-License-Identifier: GPL-2.0 */
#include <asm/reg.h>
#include <asm/ppc_asm.h>
#include <asm/processor.h>
.text
_GLOBAL(mpc52xx_deep_sleep)
mpc52xx_deep_sleep: /* args r3-r6: SRAM, SDRAM regs, CDM regs, INTR regs */
/* enable interrupts */
mfmsr r7
ori r7, r7, 0x8000 /* EE */
mtmsr r7
sync; isync;
li r... |
AirFortressIlikara/LS2K0300-linux-4.19 | 15,193 | arch/powerpc/platforms/ps3/hvcall.S | /*
* PS3 hvcall interface.
*
* Copyright (C) 2006 Sony Computer Entertainment Inc.
* Copyright 2006 Sony Corp.
* Copyright 2003, 2004 (c) MontaVista Software, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... |
AirFortressIlikara/LS2K0300-linux-4.19 | 6,608 | arch/powerpc/platforms/pseries/hvCall.S | /*
* This file contains the generic code to perform a call to the
* pSeries LPAR hypervisor.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at yo... |
AirFortressIlikara/LS2K0300-linux-4.19 | 7,470 | arch/powerpc/platforms/powermac/cache.S | /*
* This file contains low-level cache management functions
* used for sleep and CPU speed changes on Apple machines.
* (In fact the only thing that is Apple-specific is that we assume
* that we can read from ROM at physical address 0xfff00000.)
*
* Copyright (C) 2004 Paul Mackerras (paulus@samba.org) and
* ... |
AirFortressIlikara/LS2K0300-linux-4.19 | 9,559 | arch/powerpc/platforms/powermac/sleep.S | /*
* This file contains sleep low-level functions for PowerBook G3.
* Copyright (C) 1999 Benjamin Herrenschmidt (benh@kernel.crashing.org)
* and Paul Mackerras (paulus@samba.org).
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
... |
AirFortressIlikara/LS2K0300-linux-4.19 | 10,919 | arch/powerpc/platforms/83xx/suspend-asm.S | /*
* Enter and leave deep sleep state on MPC83xx
*
* Copyright (c) 2006-2008 Freescale Semiconductor, Inc.
* Author: Scott Wood <scottwood@freescale.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by th... |
AirFortressIlikara/LS2K0300-linux-4.19 | 1,855 | arch/powerpc/platforms/pasemi/powersave.S | /*
* Copyright (C) 2006-2007 PA Semi, Inc
*
* Maintained by: Olof Johansson <olof@lixom.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed ... |
AirFortressIlikara/LS2K0300-linux-4.19 | 3,153 | arch/powerpc/platforms/cell/spufs/spu_restore_crt0.S | /*
* crt0_r.S: Entry function for SPU-side context restore.
*
* Copyright (C) 2005 IBM
*
* Entry and exit function for SPU-side of the context restore
* sequence. Sets up an initial stack frame, then branches to
* 'main'. On return, restores all 128 registers from the LSCSA
* and exits.
*
*
* This program ... |
AirFortressIlikara/LS2K0300-linux-4.19 | 2,680 | arch/powerpc/platforms/cell/spufs/spu_save_crt0.S | /*
* crt0_s.S: Entry function for SPU-side context save.
*
* Copyright (C) 2005 IBM
*
* Entry function for SPU-side of the context save sequence.
* Saves all 128 GPRs, sets up an initial stack frame, then
* branches to 'main'.
*
*
* This program is free software; you can redistribute it and/or modify
* it un... |
Ai-Thinker-Open/Telink_825X_SDK | 10,912 | components/boot/div_mod.S | /********************************************************************************************************
* @file div_mod.S
*
* @brief This is the assembly file for TLSR8258
*
* @author author@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Shanghai) Co.,... |
Ai-Thinker-Open/Telink_825X_SDK | 9,176 | components/boot/8251/cstartup_8251_RET_32K.S | /********************************************************************************************************
* @file cstartup_8251_RET_32K.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Sha... |
Ai-Thinker-Open/Telink_825X_SDK | 6,964 | components/boot/8251/cstartup_8251_RET_16K.S | /********************************************************************************************************
* @file cstartup_8251_RET_16K.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Sha... |
Ai-Thinker-Open/Telink_825X_SDK | 6,612 | components/boot/8251/cstartup_8251.S | /********************************************************************************************************
* @file cstartup_8258.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Shanghai) C... |
Ai-Thinker-Open/Telink_825X_SDK | 6,964 | components/boot/8253/cstartup_8253_RET_32K.S | /********************************************************************************************************
* @file cstartup_8253_RET_32K.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Sha... |
Ai-Thinker-Open/Telink_825X_SDK | 6,964 | components/boot/8253/cstartup_8253_RET_16K.S | /********************************************************************************************************
* @file 8253_cstartup_RET_16K.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Sha... |
Ai-Thinker-Open/Telink_825X_SDK | 6,612 | components/boot/8253/cstartup_8253.S | /********************************************************************************************************
* @file cstartup_8253.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Shanghai) C... |
Ai-Thinker-Open/Telink_825X_SDK | 6,612 | components/boot/8258/cstartup_8258.S | /********************************************************************************************************
* @file cstartup_8258.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Shanghai) C... |
Ai-Thinker-Open/Telink_825X_SDK | 6,964 | components/boot/8258/cstartup_8258_RET_32K.S | /********************************************************************************************************
* @file cstartup_8258_RET_32K.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Sha... |
Ai-Thinker-Open/Telink_825X_SDK | 7,098 | components/boot/8258/cstartup_8258_RET_16K.S | /********************************************************************************************************
* @file 8258_cstartup_RET_16K.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Sha... |
Ai-Thinker-Open/Telink_825X_SDK | 10,912 | example/bootloader/div_mod.S | /********************************************************************************************************
* @file div_mod.S
*
* @brief This is the assembly file for TLSR8258
*
* @author author@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Shanghai) Co.,... |
Ai-Thinker-Open/Telink_825X_SDK | 10,402 | example/bootloader/bootloader.S | /********************************************************************************************************
* @file 8258_cstartup_RET_16K.S
*
* @brief This is the boot file for TLSR8258
*
* @author public@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Sha... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-08 | 7,983 | platform/system/startup_cm4.S | .syntax unified
.cpu cortex-m4
.thumb
.global g_pfnVectors
.global Default_Handler
/* start address for the initialization values of the .data section.
defined in linker script */
.word _sidata
/* start address for the .data section. defined in linker script */
.word _sdata
/* end address for the .data sect... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-08 | 8,442 | projects/ASR6601CB-EVAL/examples/flash/wordline_program/src/startup_cm4.S | .syntax unified
.cpu cortex-m4
.thumb
.global g_pfnVectors
.global Default_Handler
/* start address for the initialization values of the .data section.
defined in linker script */
.word _sidata
/* start address for the .data section. defined in linker script */
.word _sdata
/* end address for the .data sect... |
Ai-Thinker-Open/Telink_SIG_Mesh | 10,584 | SDK_3.1.5/div_mod.S | /********************************************************************************************************
* @file div_mod.S
*
* @brief This is the assembly file for TLSR8258
*
* @author author@telink-semi.com;
* @date May 8, 2018
*
* @par Copyright (c) 2018, Telink Semiconductor (Shanghai) Co.,... |
Ai-Thinker-Open/Telink_SIG_Mesh | 5,669 | SDK_3.1.5/boot/8258/cstartup_8258.S |
#ifdef MCU_STARTUP_8258
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0xc
#endif
#ifndef __IRQ_STK_SIZE__
#define __IRQ_STK_SIZE__ 0x180
#endif
.code 16
@********************************************************************************************************
@ MACRO... |
Ai-Thinker-Open/Telink_SIG_Mesh | 5,939 | SDK_3.1.5/boot/8258/cstartup_8258_RET_32K.S |
#ifdef MCU_STARTUP_8258_RET_32K
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0xc
#endif
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@************************************... |
Ai-Thinker-Open/Telink_SIG_Mesh | 9,166 | SDK_3.1.5/boot/8258/cstartup_8258_RET_16K.S |
#ifdef MCU_STARTUP_8258_RET_16K
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0xc
#endif
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@************************************... |
Ai-Thinker-Open/Telink_SIG_Mesh | 3,726 | SDK_3.1.5/proj/mcu_spec/cstartup_8266_ram.S |
#ifdef MCU_CORE_8266_RAM
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@********************************************************************************************************
@.i... |
Ai-Thinker-Open/Telink_SIG_Mesh | 3,726 | SDK_3.1.5/proj/mcu_spec/cstartup_8263_ram.S |
#ifdef MCU_CORE_8263_RAM
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@********************************************************************************************************
@.i... |
Ai-Thinker-Open/Telink_SIG_Mesh | 5,015 | SDK_3.1.5/proj/mcu_spec/cstartup_8269.S |
#ifdef MCU_STARTUP_8269 // it's define in eclipse configuration.
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0xc
#endif
#ifndef __IRQ_STK_SIZE__
#define __IRQ_STK_SIZE__ 0x180
#endif
.code 16
@********************************************************************************************************
@ ... |
Ai-Thinker-Open/Telink_SIG_Mesh | 4,897 | SDK_3.1.5/proj/mcu_spec/cstartup_8267.S |
#ifdef MCU_STARTUP_8267
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0xc
#endif
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@********************************************... |
Ai-Thinker-Open/Telink_SIG_Mesh | 5,445 | SDK_3.1.5/proj/mcu_spec/cstartup_8266.S |
#ifdef MCU_CORE_8266
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0xc
#endif
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@***********************************************... |
Ai-Thinker-Open/Telink_SIG_Mesh | 3,726 | SDK_3.1.5/proj/mcu_spec/cstartup_8267_ram.S |
#ifdef MCU_CORE_8267_RAM
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@********************************************************************************************************
@.i... |
Ai-Thinker-Open/Telink_SIG_Mesh | 5,470 | SDK_3.1.5/proj/mcu_spec/cstartup_8261.S |
#ifdef MCU_CORE_8261
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0xc
#endif
#ifndef __IRQ_STK_SIZE__
#define __IRQ_STK_SIZE__ 0x180
#endif
.code 16
@********************************************************************************************************
@ MACROS A... |
Ai-Thinker-Open/Telink_SIG_Mesh | 3,728 | SDK_3.1.5/proj/mcu_spec/cstartup_8269_ram.S |
#ifdef MCU_CORE_8267_RAM
.code 16
@********************************************************************************************************
@ MACROS AND DEFINIITIONS
@********************************************************************************************************
@.i... |
Ai-Thinker-Open/Telink_SIG_Mesh | 4,487 | SDK_3.1.5/proj/mcu_spec/cstartup_8263.S |
#ifdef MCU_CORE_8263
#ifndef __LOAD_RAM_SIZE__
#define __LOAD_RAM_SIZE__ 0x7
#endif
#ifndef __IRQ_STK_SIZE__
#define __IRQ_STK_SIZE__ 0x40
#endif
.code 16
@********************************************************************************************************
@ MACROS A... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_variance_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_matrix_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,348 | Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-09 | 6,086 | Drivers/CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.3.1
; * @date 09. July 2018
; ******************************************************************************/
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.