repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
aead/chacha20
1,964
chacha/const.s
// Copyright (c) 2018 Andreas Auernhammer. All rights reserved. // Use of this source code is governed by a license that can be // found in the LICENSE file. // +build 386,!gccgo,!appengine,!nacl amd64,!gccgo,!appengine,!nacl #include "textflag.h" DATA ·sigma<>+0x00(SB)/4, $0x61707865 DATA ·sigma<>+0x04(SB)/4, $0x33...
aead/chacha20
24,900
chacha/chacha_amd64.s
// Copyright (c) 2016 Andreas Auernhammer. All rights reserved. // Use of this source code is governed by a license that can be // found in the LICENSE file. // +build amd64,!gccgo,!appengine,!nacl #include "const.s" #include "macro.s" // FINALIZE xors len bytes from src and block using // the temp. registers t0 and...
aead/chacha20
8,181
chacha/chachaAVX2_amd64.s
// Copyright (c) 2016 Andreas Auernhammer. All rights reserved. // Use of this source code is governed by a license that can be // found in the LICENSE file. // +build amd64,!gccgo,!appengine,!nacl #include "const.s" #include "macro.s" #define TWO 0(SP) #define C16 32(SP) #define C8 64(SP) #define STATE_0 96(SP) #de...
aead/chacha20
5,385
chacha/macro.s
// Copyright (c) 2018 Andreas Auernhammer. All rights reserved. // Use of this source code is governed by a license that can be // found in the LICENSE file. // +build 386,!gccgo,!appengine,!nacl amd64,!gccgo,!appengine,!nacl // ROTL_SSE rotates all 4 32 bit values of the XMM register v // left by n bits using SSE2 i...
aegean-odyssey/mpmd_marlin_1.1.x
5,712
STM32Cube-1.10.1/Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal2.S
;/* ---------------------------------------------------------------------- ;* Copyright (C) 2010-2014 ARM Limited. All rights reserved. ;* ;* $Date: 19. March 2015 ;* $Revision: V.1.4.5 ;* ;* Project: CMSIS DSP Library ;* Title: arm_bitreversal2.S ;* ;* Description: This is the arm_bitreversal_32 function ...
aegean-odyssey/mpmd_marlin_1.1.x
9,808
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f038xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f038xx.s ;* Author : MCD Application Team ;* Description : STM32F038xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,727
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f070x6.s ;* Author : MCD Application Team ;* Description : STM32F070x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
9,704
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f030x6.s ;* Author : MCD Application Team ;* Description : STM32F030x4/STM32F030x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,075
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f051x8.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f051x8.s ;* Author : MCD Application Team ;* Description : STM32F051x4/STM32F051x6/STM32F051x8 devices vector table ;* for EWARM toolchain. ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
9,957
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f031x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f031x6.s ;* Author : MCD Application Team ;* Description : STM32F031x4/STM32F031x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,891
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f070xb.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f070xb.s ;* Author : MCD Application Team ;* Description : STM32F070xB devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,784
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030xc.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f030xc.s ;* Author : MCD Application Team ;* Description : STM32F030xc devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,488
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f078xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f078xx.s ;* Author : MCD Application Team ;* Description : STM32F078xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,516
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f072xb.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f072xb.s ;* Author : MCD Application Team ;* Description : STM32F072x8/STM32F072xB devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,346
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f071xb.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f071xb.s ;* Author : MCD Application Team ;* Description : STM32F071x8/STM32F071xB devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,889
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f058xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f058xx.s ;* Author : MCD Application Team ;* Description : STM32F058xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,345
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f030x8.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f030x8.s ;* Author : MCD Application Team ;* Description : STM32F030x8 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,382
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f098xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f098xx.s ;* Author : MCD Application Team ;* Description : STM32F098xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,808
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f048xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f048xx.s ;* Author : MCD Application Team ;* Description : STM32F048xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,410
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/iar/startup_stm32f091xc.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f091xc.s ;* Author : MCD Application Team ;* Description : STM32F091xc/STM32F098xc devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
9,947
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f038xx.s
/** ****************************************************************************** * @file startup_stm32f038xx.s * @author MCD Application Team * @brief STM32F038xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,741
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070x6.s
/** ****************************************************************************** * @file startup_stm32f070x6.s * @author MCD Application Team * @brief STM32F070x4/STM32F070x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
9,884
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x6.s
/** ****************************************************************************** * @file startup_stm32f030x6.s * @author MCD Application Team * @brief STM32F030x4/STM32F030x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,606
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f051x8.s
/** ****************************************************************************** * @file startup_stm32f051x8.s * @author MCD Application Team * @brief STM32F051x4/STM32F051x6/STM32F051x8 devices vector table for GCC toolchain. * This module performs: * - Set the initi...
aegean-odyssey/mpmd_marlin_1.1.x
10,032
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f031x6.s
/** ****************************************************************************** * @file startup_stm32f031x6.s * @author MCD Application Team * @brief STM32F031x4/STM32F031x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,496
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f070xb.s
/** ****************************************************************************** * @file startup_stm32f070xb.s * @author MCD Application Team * @brief STM32F070xb/STM32F070x8 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,151
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,347
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030xc.s
/** ****************************************************************************** * @file startup_stm32f030xc.s * @author MCD Application Team * @brief STM32F030xc/STM32F030xb devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,855
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f078xx.s
/** ****************************************************************************** * @file startup_stm32f078xx.s * @author MCD Application Team * @brief STM32F078xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,879
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f072xb.s
/** ****************************************************************************** * @file startup_stm32f072xb.s * @author MCD Application Team * @brief STM32F072x8/STM32F072xB devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,806
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f071xb.s
/** ****************************************************************************** * @file startup_stm32f071xb.s * @author MCD Application Team * @brief STM32F071x8/STM32F071xB devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,509
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f058xx.s
/** ****************************************************************************** * @file startup_stm32f058xx.s * @author MCD Application Team * @brief STM32F058xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,253
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f030x8.s
/** ****************************************************************************** * @file startup_stm32f030x8.s * @author MCD Application Team * @brief STM32F030x8 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,735
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f098xx.s
/** ****************************************************************************** * @file startup_stm32f098xx.s * @author MCD Application Team * @brief STM32F098xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,422
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f048xx.s
/** ****************************************************************************** * @file startup_stm32f048xx.s * @author MCD Application Team * @brief STM32F048xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,747
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/gcc/startup_stm32f091xc.s
/** ****************************************************************************** * @file startup_stm32f091xc.s * @author MCD Application Team * @brief STM32F091xC devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
10,243
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f038xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f038xx.s ;* Author : MCD Application Team ;* Description : STM32F038xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,160
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f070x6.s ;* Author : MCD Application Team ;* Description : STM32F070x4/STM32F070x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,183
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f030x6.s ;* Author : MCD Application Team ;* Description : STM32F030x4/STM32F030x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,114
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f051x8.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f051x8.s ;* Author : MCD Application Team ;* Description : STM32F051x4/STM32F051x6/STM32F051x8 devices vector table for MDK-ARM toolchain. ;* This module performs...
aegean-odyssey/mpmd_marlin_1.1.x
10,352
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f031x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f031x6.s ;* Author : MCD Application Team ;* Description : STM32F031x4/STM32F031x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,056
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f070xb.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f070xb.s ;* Author : MCD Application Team ;* Description : STM32F070x8/STM32F070xB devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,579
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,883
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030xc.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f030xc.s ;* Author : MCD Application Team ;* Description : STM32F030xc/STM32F030xb devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,451
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f078xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f078xx.s ;* Author : MCD Application Team ;* Description : STM32F078xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,460
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f072xb.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f072xb.s ;* Author : MCD Application Team ;* Description : STM32F072x8/STM32F072xB devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,310
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f071xb.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f071xb.s ;* Author : MCD Application Team ;* Description : STM32F071x8/STM32F071xB devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,993
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f058xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f058xx.s ;* Author : MCD Application Team ;* Description : STM32F058xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,611
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f030x8.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f030x8.s ;* Author : MCD Application Team ;* Description : STM32F030x8 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,362
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f098xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f098xx.s ;* Author : MCD Application Team ;* Description : STM32F098xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
10,995
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f048xx.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f048xx.s ;* Author : MCD Application Team ;* Description : STM32F048xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,371
STM32Cube-1.10.1/Drivers/CMSIS/Device/ST/STM32F0xx/Source/Templates/arm/startup_stm32f091xc.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f091xc.s ;* Author : MCD Application Team ;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aengelke/instrew
2,903
client/memset-aarch64.S
// https://github.com/ARM-software/optimized-routines/blob/master/string/aarch64/memset.S // some macros were inlined /* * memset - fill memory with a constant byte * * Copyright (c) 2012-2021, Arm Limited. * SPDX-License-Identifier: MIT */ /* Assumptions: * * ARMv8-a, AArch64, Advanced SIMD, unaligned accesse...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Templates/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Templates/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Templates/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/WWDG/WWDG_Example/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/WWDG/WWDG_Example/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/WWDG/WWDG_Example/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/RTC/RTC_Tamper/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/RTC/RTC_Tamper/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/RTC/RTC_Tamper/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/RTC/RTC_Alarm/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/RTC/RTC_Alarm/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/RTC/RTC_Alarm/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,564
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/IWDG/IWDG_Reset/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/IWDG/IWDG_Reset/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/IWDG/IWDG_Reset/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,564
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/IWDG/IWDG_WindowMode/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/IWDG/IWDG_WindowMode/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/IWDG/IWDG_WindowMode/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/CRC/CRC_Example/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/CRC/CRC_Example/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/CRC/CRC_Example/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComIT/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComIT/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComIT/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComPolling/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComPolling/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComPolling/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_HyperTerminal_DMA/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_HyperTerminal_DMA/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_HyperTerminal_DMA/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComDMA/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComDMA/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_TwoBoards_ComDMA/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_WakeUpFromStop/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_WakeUpFromStop/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/UART/UART_WakeUpFromStop/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComIT/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComIT/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComIT/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComDMA/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComDMA/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComDMA/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComPolling/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,149
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComPolling/SW4STM32/startup_stm32f042x6.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
aegean-odyssey/mpmd_marlin_1.1.x
11,404
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComPolling/EWARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for EWARM toolchain. ;* This module performs: ;* ...
aegean-odyssey/mpmd_marlin_1.1.x
11,563
STM32Cube-1.10.1/Projects/STM32F042K6-Nucleo/Examples/GPIO/GPIO_IOToggle/MDK-ARM/startup_stm32f042x6.s
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;* File Name : startup_stm32f042x6.s ;* Author : MCD Application Team ;* Description : STM32F042x4/STM32F042x6 devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...