repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
AdaCore/bb-runtimes | 3,663 | arm/nordic/nrf52/nrf52832/svd/handler.S | ## -*- asm -*- #############################
# Automatically generated by SVD2Ada
# For the nRF52832 reference description for radio MCU with ARM 32-bit Cortex-M4 Microcontroller target
############################################
.syntax unified
.cpu cortex-m4
.thumb
.text
.globl __vectors
.p2align 8
__vector... |
AdaCore/bb-runtimes | 3,024 | arm/nordic/nrf51/svd/handler.S | ## -*- asm -*- #############################
# Automatically generated by SVD2Ada
# For the nRF51 reference description for radio MCU with ARM 32-bit Cortex-M0 Microcontroller at 16MHz CPU clock target
############################################
.syntax unified
.cpu cortex-m0
.thumb
.text
.globl __vectors
... |
AdaCore/bb-runtimes | 6,842 | arm/stm32l/stm32l5x2/svd/handler.S | ## -*- asm -*- #############################
# Automatically generated by SVD2Ada
# For the STM32L562 target
############################################
.syntax unified
.cpu cortex-m33
.thumb
.text
.globl __vectors
.p2align 9
__vectors:
/* Cortex-M core interrupts */
.word 0 /* stack top... |
AdaCore/bb-runtimes | 12,725 | x86_64/src/start.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 2,918 | x86_64/src/multiboot.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 7,334 | x86_64/src/vector_handlers.S | ##############################################################################
# #
# Copyright (C) 2020, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 2,897 | x86_64/src/multiboot2.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 4,867 | x86_64/src/lynx.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 3,218 | powerpc/mpc5200/start.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 3,350 | powerpc/mpc5200/setup.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 8,319 | powerpc/spe/handler.S | ### -*- asm -*- ##############################################################
# #
# Copyright (C) 2005-2015, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 3,278 | powerpc/spe/context_switch.S | ## -*- asm -*- ###############################################################
# #
# Copyright (C) 2005-2010, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 2,971 | powerpc/mpc5634/start.S | .text
.Lptr:
.globl _start
.type _start,@function
_start:
/*
This startup code is for a program being run out
internal RAM on the 5634, and TLB entry 3 is mapping
that internal RAM. TLB entry 0 may be in use for internal
flash. The following TLB programming is for a program using
SCI_A and sets up TLB entries ... |
AdaCore/bb-runtimes | 2,651 | powerpc/6xx/restfpr.S | ##############################################################################
# #
# Copyright (C) 2013-2020, AdaCore #
# Assembly File #
# ... |
AdaCore/bb-runtimes | 10,354 | powerpc/6xx/handler.S | /** -*- asm -*- **************************************************************
* *
* Copyright (C) 2005-2021, AdaCore *
* *
* ... |
AdaCore/bb-runtimes | 2,721 | powerpc/6xx/savegpr.S | ##############################################################################
# #
# Copyright (C) 2013, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 2,727 | powerpc/6xx/savefpr.S | ##############################################################################
# #
# Copyright (C) 2013-2020, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 2,724 | powerpc/6xx/restgpr.S | ##############################################################################
# #
# Copyright (C) 2013, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 3,021 | powerpc/6xx/restxfpr.S | ##############################################################################
# #
# Copyright (C) 2013-2020, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 3,015 | powerpc/6xx/restxgpr.S | ##############################################################################
# #
# Copyright (C) 2013, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 4,583 | powerpc/6xx/context_switch.S | ##############################################################################
# #
# Copyright (C) 2005-2021, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 10,430 | powerpc/gdbstub/debug_handler.S | ##### -*- asm -*- ############################################################
# #
# Copyright (C) 2010, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 3,552 | powerpc/p5566/setup-pll.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 1,285 | powerpc/p5566/start-ram.S | .text
.global _start_ram
.type _start_ram,@function
_start_ram:
li %r0,0
# Clear sbss2
lis %r11,(__sbss2_start - 1)@ha
la %r11,(__sbss2_start - 1)@l(%r11)
lis %r10,(__sbss2_end)@ha
la %r10,(__sbss2_end)@l(%r10)
subf %r10,%r11,%r10
mtctr %r10
b 1f
0: stbu %r0,1(%r11)
1:
bdnz 0b
... |
AdaCore/bb-runtimes | 3,162 | powerpc/p5566/start-bam.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 4,662 | powerpc/p5566/start-flash.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 2,732 | powerpc/p5566/setup.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 5,057 | powerpc/mpc8641/start.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 3,281 | powerpc/mpc8641/setup.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 3,542 | powerpc/p2020/start-ram.S | /* This is an -*- asm -*- file. ********************************************
* *
* GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS *
* *
* ... |
AdaCore/bb-runtimes | 1,230 | powerpc/p2020/setup.S | /* This is an -*- asm -*- file. */
SPEFSCR = 512
MSR_SPE = (1 << (63 - 38))
.section ".text"
.global _setup
.type _setup,@function
_setup:
# Enable SPE
mfmsr %r3
oris %r3,%r3,MSR_SPE@h
mtmsr %r3
isync
# Enable overflow, division by zero, invalid exceptions.
li %r0,0x34
mtspr SPEFSCR,%r0
# load r13 with... |
AdaCore/bb-runtimes | 3,218 | powerpc/virtex5/start.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 3,114 | powerpc/virtex5/setup.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 11,309 | powerpc/booke/handler.S | ### -*- asm -*- ##############################################################
# #
# Copyright (C) 2005-2021, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 4,903 | powerpc/booke/context_switch.S | ##############################################################################
# #
# Copyright (C) 2005-2020, AdaCore #
# #
# ... |
AdaCore/bb-runtimes | 1,257 | powerpc/prep/start-rom.S | /* This is an -*- asm -*- file. */
.section ".text"
.global _start_rom
_start_rom:
# Load the stack.
lis %r1,__stack_end@h
ori %r1,%r1,__stack_end@l
# Allocate a cleared frame
li %r0,0
stwu %r0,-16(1)
stw %r0,12(1)
# Copy sdata2
lis %r11,(__s... |
AdaCore/bb-runtimes | 2,669 | powerpc/prep/start-ram.S | ## -*- asm -*- ##############################################################
# #
# GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS #
# #
# ... |
AdaCore/bb-runtimes | 1,127 | powerpc/prep/setup.S | /* This is an -*- asm -*- file. */
.section ".text"
.global _setup
_setup:
#ifndef _SOFT_FLOAT
# Enable FPU.
li %r3,0x2000
mtmsr %r3
isync
# Disable overflow and underflow exceptions.
mtfsb0 25
mtfsb0 26
#endif
li %r0,0
# Clear sbss2
lis %... |
AdaCore/gnatcoll-core | 71,202 | core/src/hash/blake3/x86_64-windows/blake3_sse2_x86-64_windows_gnu.S | .intel_syntax noprefix
.global blake3_hash_many_sse2
.global _blake3_hash_many_sse2
.global blake3_compress_in_place_sse2
.global _blake3_compress_in_place_sse2
.global blake3_compress_xof_sse2
.global _blake3_compress_xof_sse2
.section .text
.p2align 6
_blake3_hash_many_sse2:
blake3_hash_many_sse2:
pu... |
AdaCore/gnatcoll-core | 91,003 | core/src/hash/blake3/x86_64-windows/blake3_avx512_x86-64_windows_gnu.S | .intel_syntax noprefix
.global _blake3_hash_many_avx512
.global blake3_hash_many_avx512
.global blake3_compress_in_place_avx512
.global _blake3_compress_in_place_avx512
.global blake3_compress_xof_avx512
.global _blake3_compress_xof_avx512
.section .text
.p2align 6
_blake3_hash_many_avx512:
blake3_hash_many_avx512:
... |
AdaCore/gnatcoll-core | 66,735 | core/src/hash/blake3/x86_64-windows/blake3_avx2_x86-64_windows_gnu.S | .intel_syntax noprefix
.global _blake3_hash_many_avx2
.global blake3_hash_many_avx2
.section .text
.p2align 6
_blake3_hash_many_avx2:
blake3_hash_many_avx2:
push r15
push r14
push r13
push r12
push rsi
push rdi
push rbx
push ... |
AdaCore/gnatcoll-core | 63,459 | core/src/hash/blake3/x86_64-windows/blake3_sse41_x86-64_windows_gnu.S | .intel_syntax noprefix
.global blake3_hash_many_sse41
.global _blake3_hash_many_sse41
.global blake3_compress_in_place_sse41
.global _blake3_compress_in_place_sse41
.global blake3_compress_xof_sse41
.global _blake3_compress_xof_sse41
.section .text
.p2align 6
_blake3_hash_many_sse41:
blake3_hash_many_sse41:
... |
AdaCore/gnatcoll-core | 61,143 | core/src/hash/blake3/x86_64-linux/blake3_sse41_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global blake3_hash_many_sse41... |
AdaCore/gnatcoll-core | 66,050 | core/src/hash/blake3/x86_64-linux/blake3_avx2_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global _blake3_hash_many_avx2... |
AdaCore/gnatcoll-core | 89,364 | core/src/hash/blake3/x86_64-linux/blake3_avx512_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global _blake3_hash_many_avx5... |
AdaCore/gnatcoll-core | 68,858 | core/src/hash/blake3/x86_64-linux/blake3_sse2_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global blake3_hash_many_sse2
... |
adafruit/Adafruit_CircuitPlayground | 9,962 | utility/ffft.S | #ifdef __AVR__
;-----------------------------------------------------------------------------;
; Fixed-point FFT routines for megaAVRs (C)ChaN, 2005
;-----------------------------------------------------------------------------;
; * This program is opened under license policy of following trems.
... |
AdaEngine/AdaEngine | 2,199 | Modules/libpng/Sources/libpng/arm/filter_neon.S | /* filter_neon.S - placeholder file
*
* Copyright (c) 2024 Cosmin Truta
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*/
/* IMPORTANT NOTE:
*
* Historically, the hand-coded assembler implementation of Neon optimizations
... |
adafruit/Adafruit_nRF52_Bootloader | 8,372 | segger/thumb_crt0.s | // SEGGER Embedded Studio, runtime support.
//
// Copyright (c) 2014-2017 SEGGER Microcontroller GmbH & Co KG
// Copyright (c) 2001-2017 Rowley Associates Limited.
//
// This file may be distributed under the terms of the License Agreement
// provided with this software.
//
// THIS FILE IS PROVIDED AS IS WITH NO WARRAN... |
adafruit/Adafruit_nRF52_Bootloader | 10,385 | lib/SEGGER_RTT/RTT/SEGGER_RTT_ASM_ARMv7M.S | /*********************************************************************
* (c) SEGGER Microcontroller GmbH *
* The Embedded Experts *
* www.segger.com *
************************************... |
adafruit/Adafruit_nRF52_Arduino | 8,559 | cores/nRF5/pulse_asm.S | /*
Copyright (c) 2015 Arduino LLC. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
T... |
adafruit/Adafruit_nRF52_Arduino | 12,730 | cores/nRF5/linker/gcc_startup_nrf52833.S | /*
Copyright (c) 2009-2018 ARM Limited. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the License); you may
not use this file except in compliance with the License.
You may obtain a copy of the License at
www.apache.org/licenses/LICENSE-2.0
Unless... |
adafruit/Adafruit_nRF52_Arduino | 12,730 | cores/nRF5/linker/gcc_startup_nrf52.S | /*
Copyright (c) 2009-2018 ARM Limited. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the License); you may
not use this file except in compliance with the License.
You may obtain a copy of the License at
www.apache.org/licenses/LICENSE-2.0
Unless... |
adafruit/Adafruit_nRF52_Arduino | 12,740 | cores/nRF5/linker/gcc_startup_nrf52840.S | /*
Copyright (c) 2009-2018 ARM Limited. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the License); you may
not use this file except in compliance with the License.
You may obtain a copy of the License at
www.apache.org/licenses/LICENSE-2.0
Unless... |
adafruit/Adafruit-Trinket-USB | 11,267 | TrinketKeyboard/usbdrv/usbdrvasm.S | /* Name: usbdrvasm.S
* Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
* Author: Christian Starkjohann
* Creation Date: 2007-06-13
* Tabsize: 4
* Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense... |
adafruit/Adafruit-Trinket-USB | 11,267 | TrinketHidCombo/usbdrv/usbdrvasm.S | /* Name: usbdrvasm.S
* Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
* Author: Christian Starkjohann
* Creation Date: 2007-06-13
* Tabsize: 4
* Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense... |
adafruit/Adafruit_nRF52_Arduino | 10,385 | cores/nRF5/sysview/SEGGER/SEGGER_RTT_ASM_ARMv7M.S | /*********************************************************************
* (c) SEGGER Microcontroller GmbH *
* The Embedded Experts *
* www.segger.com *
************************************... |
adafruit/Adafruit-Trinket-USB | 11,267 | TrinketFakeUsbSerial/usbdrv/usbdrvasm.S | /* Name: usbdrvasm.S
* Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
* Author: Christian Starkjohann
* Creation Date: 2007-06-13
* Tabsize: 4
* Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense... |
adafruit/Adafruit-Trinket-USB | 11,267 | TrinketMouse/usbdrv/usbdrvasm.S | /* Name: usbdrvasm.S
* Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
* Author: Christian Starkjohann
* Creation Date: 2007-06-13
* Tabsize: 4
* Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense... |
adafruit/piccolo | 50,179 | ffft/ffft.S | ;-----------------------------------------------------------------------------;
; Fixed-point FFT routines for megaAVRs (C)ChaN, 2005
;-----------------------------------------------------------------------------;
; * This program is opened under license policy of following trems.
;
; Copyright ... |
adafruit/tinyuf2 | 10,385 | lib/SEGGER_RTT/RTT/SEGGER_RTT_ASM_ARMv7M.S | /*********************************************************************
* (c) SEGGER Microcontroller GmbH *
* The Embedded Experts *
* www.segger.com *
************************************... |
adafruit/seesaw | 9,157 | lib/samd21/samd21b/armcc/Device/SAMD21B/Source/ARM/startup_SAMD21.s | ;/*****************************************************************************
; * @file startup_SAMD21.s
; * @brief CMSIS Cortex-M0+ Core Device Startup File for
; * Atmel SAMD21 Device Series
; * @version V1.01
; * @date 25. March 2015
; *
; * @note
; * Copyright (C) 2014 - 2015 ARM Limited. Al... |
adafruit/seesaw | 9,157 | lib/samd21/samd21a/armcc/Device/SAMD21A/Source/ARM/startup_SAMD21.s | ;/*****************************************************************************
; * @file startup_SAMD21.s
; * @brief CMSIS Cortex-M0+ Core Device Startup File for
; * Atmel SAMD21 Device Series
; * @version V1.01
; * @date 25. March 2015
; *
; * @note
; * Copyright (C) 2014 - 2015 ARM Limited. Al... |
adafruit/seesaw | 9,157 | lib/samd21/samd21c/armcc/Device/SAMD21B/Source/ARM/startup_SAMD21.s | ;/*****************************************************************************
; * @file startup_SAMD21.s
; * @brief CMSIS Cortex-M0+ Core Device Startup File for
; * Atmel SAMD21 Device Series
; * @version V1.01
; * @date 25. March 2015
; *
; * @note
; * Copyright (C) 2014 - 2015 ARM Limited. Al... |
adafruit/seesaw | 2,673 | lib/cmsis/CMSIS_RTX/SRC/ARM/SVC_Table.s | ;/*----------------------------------------------------------------------------
; * CMSIS-RTOS - RTX
; *----------------------------------------------------------------------------
; * Name: SVC_TABLE.S
; * Purpose: Pre-defined SVC Table for Cortex-M
; * Rev.: V4.70
; *----------------------... |
adafruit/seesaw | 2,697 | lib/cmsis/CMSIS_RTX/SRC/IAR/SVC_Table.s | ;/*----------------------------------------------------------------------------
; * CMSIS-RTOS - RTX
; *----------------------------------------------------------------------------
; * Name: SVC_TABLE.S
; * Purpose: Pre-defined SVC Table for Cortex-M
; * Rev.: V4.70
; *----------------------... |
adafruit/seesaw | 8,483 | lib/cmsis/CMSIS_RTX/SRC/IAR/HAL_CM3.s | /*----------------------------------------------------------------------------
* CMSIS-RTOS - RTX
*----------------------------------------------------------------------------
* Name: HAL_CM3.S
* Purpose: Hardware Abstraction Layer for Cortex-M3
* Rev.: V4.70
*-------------------------... |
adafruit/seesaw | 10,280 | lib/cmsis/CMSIS_RTX/SRC/IAR/HAL_CM0.s | /*----------------------------------------------------------------------------
* CMSIS-RTOS - RTX
*----------------------------------------------------------------------------
* Name: HAL_CM0.S
* Purpose: Hardware Abstraction Layer for Cortex-M0
* Rev.: V4.70
*-------------------------... |
adafruit/seesaw | 10,148 | lib/cmsis/CMSIS_RTX/SRC/IAR/HAL_CM4.s | /*----------------------------------------------------------------------------
* CMSIS-RTOS - RTX
*----------------------------------------------------------------------------
* Name: HAL_CM4.S
* Purpose: Hardware Abstraction Layer for Cortex-M4
* Rev.: V4.70
*-------------------------... |
adafruit/seesaw | 10,192 | lib/cmsis/CMSIS_RTX/SRC/GCC/HAL_CM3.s | /*----------------------------------------------------------------------------
* CMSIS-RTOS - RTX
*----------------------------------------------------------------------------
* Name: HAL_CM3.S
* Purpose: Hardware Abstraction Layer for Cortex-M3
* Rev.: V4.70
*-------------------------... |
adafruit/seesaw | 11,483 | lib/cmsis/CMSIS_RTX/SRC/GCC/HAL_CM0.s | /*----------------------------------------------------------------------------
* CMSIS-RTOS - RTX
*----------------------------------------------------------------------------
* Name: HAL_CM0.S
* Purpose: Hardware Abstraction Layer for Cortex-M0
* Rev.: V4.70
*-------------------------... |
adafruit/seesaw | 2,568 | lib/cmsis/CMSIS_RTX/SRC/GCC/SVC_Table.S | ;/*----------------------------------------------------------------------------
; * CMSIS-RTOS - RTX
; *----------------------------------------------------------------------------
; * Name: SVC_TABLE.S
; * Purpose: Pre-defined SVC Table for Cortex-M
; * Rev.: V4.70
; *------------------------... |
adafruit/seesaw | 12,094 | lib/cmsis/CMSIS_RTX/SRC/GCC/HAL_CM4.s | /*----------------------------------------------------------------------------
* CMSIS-RTOS - RTX
*----------------------------------------------------------------------------
* Name: HAL_CM4.S
* Purpose: Hardware Abstraction Layer for Cortex-M4
* Rev.: V4.70
*-------------------------... |
adafruit/seesaw | 12,479 | lib/cmsis/CMSIS/Pack/Example/Boards/Keil/MCB1800/RTX_Blinky/RTE/Device/LPC1857/startup_LPC18xx.s | ;/***********************************************************************
; * $Id: startup_LPC18xx.s 6471 2011-02-16 17:13:35Z nxp27266 $
; *
; * Project: LPC18xx CMSIS Package
; *
; * Description: Cortex-M3 Core Device Startup File for the NXP LPC18xx
; * Device Series.
; *
; * Copyright(C) 2011, NXP Semi... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,270 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device Series
; * @version V1.00
; * @date 22. August 2014
; *
; * @note
; *
; ******************************************************... |
adafruit/seesaw | 9,655 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,217 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/Startup/startup_ARMCM3.S | /* File: startup_ARMCM3.S
* Purpose: startup file for Cortex-M3 devices. Should use with
* GCC for ARM Embedded Processors
* Version: V2.01
* Date: 12 June 2014
*
*/
/* Copyright (c) 2011 - 2014 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific... |
adafruit/seesaw | 10,217 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/Startup/startup_ARMCM4.S | /* File: startup_ARMCM4.S
* Purpose: startup file for Cortex-M4 devices. Should use with
* GCC for ARM Embedded Processors
* Version: V2.01
* Date: 12 June 2014
*
*/
/* Copyright (c) 2011 - 2014 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific... |
adafruit/seesaw | 10,160 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/Startup/startup_ARMCM0.S | /* File: startup_ARMCM0.S
* Purpose: startup file for Cortex-M0 devices. Should use with
* GCC for ARM Embedded Processors
* Version: V2.01
* Date: 12 June 2014
*
*/
/* Copyright (c) 2011 - 2014 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,270 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device Series
; * @version V1.00
; * @date 22. August 2014
; *
; * @note
; *
; ******************************************************... |
adafruit/seesaw | 9,655 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,270 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device Series
; * @version V1.00
; * @date 22. August 2014
; *
; * @note
; *
; ******************************************************... |
adafruit/seesaw | 9,655 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,217 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/Startup/startup_ARMCM3.S | /* File: startup_ARMCM3.S
* Purpose: startup file for Cortex-M3 devices. Should use with
* GCC for ARM Embedded Processors
* Version: V2.01
* Date: 12 June 2014
*
*/
/* Copyright (c) 2011 - 2014 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific... |
adafruit/seesaw | 10,217 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/Startup/startup_ARMCM4.S | /* File: startup_ARMCM4.S
* Purpose: startup file for Cortex-M4 devices. Should use with
* GCC for ARM Embedded Processors
* Version: V2.01
* Date: 12 June 2014
*
*/
/* Copyright (c) 2011 - 2014 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific... |
adafruit/seesaw | 10,160 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/Startup/startup_ARMCM0.S | /* File: startup_ARMCM0.S
* Purpose: startup file for Cortex-M0 devices. Should use with
* GCC for ARM Embedded Processors
* Version: V2.01
* Date: 12 June 2014
*
*/
/* Copyright (c) 2011 - 2014 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,270 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device Series
; * @version V1.00
; * @date 22. August 2014
; *
; * @note
; *
; ******************************************************... |
adafruit/seesaw | 9,655 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/RTE/Device/ARMCM4_FP/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,270 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/RTE/Device/ARMCM7_SP/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device Series
; * @version V1.00
; * @date 22. August 2014
; *
; * @note
; *
; ******************************************************... |
adafruit/seesaw | 9,655 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/RTE/Device/ARMCM0/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
adafruit/seesaw | 10,272 | lib/cmsis/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/RTE/Device/ARMCM3/startup_ARMCM3.s | ;/**************************************************************************//**
; * @file startup_ARMCM3.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM3 Device Series
; * @version V1.08
; * @date 23. November 2012
; *
; * @note
; *
; ****************************************************... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.