repo_id
string
size
int64
file_path
string
content
string
nopjne/DaisyDrive64
39,200
external/libdaisy/Drivers/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h757xx.s
;/******************** (C) COPYRIGHT 2019 STMicroelectronics ******************** ;* File Name : startup_stm32h757xx.s ;* Author : MCD Application Team ;* Description : STM32H757xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
nopjne/DaisyDrive64
37,710
external/libdaisy/Drivers/CMSIS/Device/ST/STM32H7xx/Source/Templates/iar/startup_stm32h742xx.s
;/******************** (C) COPYRIGHT 2019 STMicroelectronics ******************** ;* File Name : startup_stm32h742xx.s ;* Author : MCD Application Team ;* Description : STM32H742xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
NordicPlayground/nRF51-ble-bcast-mesh
22,572
nRF51/bootloader/arm/arm_startup_nrf52.s
;/* Copyright (c) 2012 ARM LIMITED ; ; All rights reserved. ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; - Redistributions of source code must retain the above copyright ; notice, this list of conditions ...
NordicPlayground/nRF51-ble-bcast-mesh
8,726
nRF51/bootloader/arm/arm_startup_nrf51.s
; Copyright (c) 2013, Nordic Semiconductor ASA ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; * Redistributions of source code must retain the above copyright notice, this ; list of condi...
NordicPlayground/nRF51-ble-bcast-mesh
22,572
nRF51/examples/BLE_Gateway/arm/arm_startup_nrf52.s
;/* Copyright (c) 2012 ARM LIMITED ; ; All rights reserved. ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; - Redistributions of source code must retain the above copyright ; notice, this list of conditions ...
NordicPlayground/nRF51-ble-bcast-mesh
8,700
nRF51/examples/BLE_Gateway/arm/arm_startup_nrf51.s
; Copyright (c) 2013, Nordic Semiconductor ASA ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; * Redistributions of source code must retain the above copyright notice, this ; list of conditi...
NordicPlayground/nRF51-ble-bcast-mesh
8,700
nRF51/examples/ping_pong/arm/arm_startup_nrf51.s
; Copyright (c) 2013, Nordic Semiconductor ASA ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; * Redistributions of source code must retain the above copyright notice, this ; list of conditi...
NordicPlayground/nRF51-ble-bcast-mesh
7,643
nRF51/examples/ping_pong/gcc/gcc_startup_nrf51.s
/* Copyright (c) 2015, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the...
NordicPlayground/nRF51-ble-bcast-mesh
8,726
nRF51/examples/Template project/arm/arm_startup_nrf51.s
; Copyright (c) 2013, Nordic Semiconductor ASA ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; * Redistributions of source code must retain the above copyright notice, this ; list of condi...
NordicPlayground/nRF51-ble-bcast-mesh
8,700
nRF51/examples/Bandwidth_test/arm/arm_startup_nrf51.s
; Copyright (c) 2013, Nordic Semiconductor ASA ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; * Redistributions of source code must retain the above copyright notice, this ; list of conditi...
NordicPlayground/nrf52-quadcopter
22,352
Firmware/pca10040/s132/arm5_no_packs/RTE/Device/nRF52832_xxAA/arm_startup_nrf52.s
;/* Copyright (c) 2012 ARM LIMITED ; ; All rights reserved. ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; - Redistributions of source code must retain the above copyright ; notice, this list of conditions ...
normaldotcom/canable2-fw
12,697
src/startup_stm32g431xx.s
/** ****************************************************************************** * @file startup_stm32g431xx.s * @author MCD Application Team * @brief STM32G431xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
5,360
Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S
;/* ---------------------------------------------------------------------- ; * Project: CMSIS DSP Library ; * Title: arm_bitreversal2.S ; * Description: arm_bitreversal_32 function done in assembly for maximum speed. ; * Called after doing an fft to reorder the output. ; * The f...
normaldotcom/canable2-fw
1,912
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S
#if defined (__CC_ARM) #if (defined (ARM_MATH_CM0)) #include "ARMCC\startup_armv6-m.s" #elif (defined (ARM_MATH_CM0P)) #include "ARMCC\startup_armv6-m.s" #elif (defined (ARM_MATH_CM3)) #include "ARMCC\startup_armv7-m.s" #elif (defined (ARM_MATH_CM4)) #include "ARMCC\startup_armv7-m.s" #elif...
normaldotcom/canable2-fw
6,394
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s
;/* File: startup_armv6-m.s ; * Purpose: startup file for armv7-m architecture devices. ; * Should be used with ARMCC ; * Version: V2.00 ; * Date: 16 November 2015 ; * ; */ ;/* Copyright (c) 2011 - 2014 ARM LIMITED ; ; All rights reserved. ; Redistribution and use in source and binary forms, with or withou...
normaldotcom/canable2-fw
7,083
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s
;/* File: startup_armv7-m.s ; * Purpose: startup file for armv7-m architecture devices. ; * Should be used with ARMCC ; * Version: V2.00 ; * Date: 16 November 2015 ; * ; */ ;/* Copyright (c) 2011 - 2014 ARM LIMITED ; ; All rights reserved. ; Redistribution and use in source and binary forms, with or withou...
normaldotcom/canable2-fw
7,347
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S
/* File: startup_armv7-m.S * Purpose: startup file for armv7-m architecture devices. * Should be used with GCC for ARM Embedded Processors * Version: V2.00 * Date: 16 November 2015 * */ /* Copyright (c) 2011 - 2015 ARM LIMITED All rights reserved. Redistribution and use in source and binary forms,...
normaldotcom/canable2-fw
7,290
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S
/* File: startup_armv6-m.S * Purpose: startup file for armv6-m architecture devices. * Should be used with GCC for ARM Embedded Processors * Version: V2.00 * Date: 16 November 2015 * */ /* Copyright (c) 2011 - 2015 ARM LIMITED All rights reserved. Redistribution and use in source and binary forms,...
normaldotcom/canable2-fw
6,458
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S
/* File: startup_armv7-m.S * Purpose: startup file for armv7-m architecture devices. * Should be used with ARMCLANG * Version: V2.00 * Date: 16 November 2015 * */ /* Copyright (c) 2011 - 2015 ARM LIMITED All rights reserved. Redistribution and use in source and binary forms, with or without mod...
normaldotcom/canable2-fw
5,756
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S
/* File: startup_armv6-m.S * Purpose: startup file for armv6-m architecture devices. * Should be used with ARMCLANG * Version: V2.00 * Date: 16 November 2015 * */ /* Copyright (c) 2011 - 2015 ARM LIMITED All rights reserved. Redistribution and use in source and binary forms, with or without mod...
normaldotcom/canable2-fw
21,066
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g483xx.s
;******************************************************************************* ;* @File Name : startup_stm32g483xx.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
22,425
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g484xx.s
;******************************************************************************* ;* @File Name : startup_stm32g484xx.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
20,911
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g473xx.s
;******************************************************************************* ;* @File Name : startup_stm32g473xx.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
20,146
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g471xx.s
;******************************************************************************* ;* @File Name : startup_stm32g471xx.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
19,563
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g441xx.s
;******************************************************************************* ;* @File Name : startup_stm32g441xx.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
19,476
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g431xx.s
;******************************************************************************* ;* @File Name : startup_stm32g431xx.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
19,393
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32gbk1cb.s
;******************************************************************************* ;* @File Name : startup_stm32gbk1cb.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
22,338
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/arm/startup_stm32g474xx.s
;******************************************************************************* ;* @File Name : startup_stm32g474xx.s ;* @Author : MCD Application Team ;* @Brief : Vector table for MDK-ARM toolchain ;******************************************************************************* ;* De...
normaldotcom/canable2-fw
14,363
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g483xx.s
/** ****************************************************************************** * @file startup_stm32g483xx.s * @author MCD Application Team * @brief STM32G483xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
15,788
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g484xx.s
/** ****************************************************************************** * @file startup_stm32g484xx.s * @author MCD Application Team * @brief STM32G484xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
14,283
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g473xx.s
/** ****************************************************************************** * @file startup_stm32g473xx.s * @author MCD Application Team * @brief STM32G473xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
13,537
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g471xx.s
/** ****************************************************************************** * @file startup_stm32g471xx.s * @author MCD Application Team * @brief STM32G471xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
12,776
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g441xx.s
/** ****************************************************************************** * @file startup_stm32g441xx.s * @author MCD Application Team * @brief STM32G441xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
12,697
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g431xx.s
/** ****************************************************************************** * @file startup_stm32g431xx.s * @author MCD Application Team * @brief STM32G431xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
12,573
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32gbk1cb.s
/** ****************************************************************************** * @file startup_stm32gbk1cb.s * @author MCD Application Team * @brief STM32GBK1CB devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
15,710
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g474xx.s
/** ****************************************************************************** * @file startup_stm32g474xx.s * @author MCD Application Team * @brief STM32G474xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
normaldotcom/canable2-fw
23,352
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g483xx.s
;******************************************************************************* ;* @File Name : startup_stm32g483xx.s ;* @Author : MCD Application Team ;* @Brief : STM32G483xx Devices vector ;******************************************************************************* ;* Descriptio...
normaldotcom/canable2-fw
25,521
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g484xx.s
;******************************************************************************* ;* @File Name : startup_stm32g484xx.s ;* @Author : MCD Application Team ;* @Brief : STM32G484xx Devices vector ;******************************************************************************* ;* Descriptio...
normaldotcom/canable2-fw
23,163
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g473xx.s
;******************************************************************************* ;* @File Name : startup_stm32g473xx.s ;* @Author : MCD Application Team ;* @Brief : STM32G473xx Devices vector ;******************************************************************************* ;* Descriptio...
normaldotcom/canable2-fw
21,991
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g471xx.s
;******************************************************************************* ;* @File Name : startup_stm32g471xx.s ;* @Author : MCD Application Team ;* @Brief : STM32G471xx Devices vector ;******************************************************************************* ;* Descriptio...
normaldotcom/canable2-fw
20,956
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g441xx.s
;******************************************************************************* ;* @File Name : startup_stm32g441xx.s ;* @Author : MCD Application Team ;* @Brief : STM32G441xx Devices vector ;******************************************************************************* ;* Descriptio...
normaldotcom/canable2-fw
20,825
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g431xx.s
;******************************************************************************* ;* @File Name : startup_stm32g431xx.s ;* @Author : MCD Application Team ;* @Brief : STM32G431xx Devices vector ;******************************************************************************* ;* Descriptio...
normaldotcom/canable2-fw
20,705
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32gbk1cb.s
;******************************************************************************* ;* @File Name : startup_stm32gbk1cb.s ;* @Author : MCD Application Team ;* @Brief : STM32GBK1CB Devices vector ;******************************************************************************* ;* Descriptio...
normaldotcom/canable2-fw
25,392
Drivers/CMSIS/Device/ST/STM32G4xx/Source/Templates/iar/startup_stm32g474xx.s
;******************************************************************************* ;* @File Name : startup_stm32g474xx.s ;* @Author : MCD Application Team ;* @Brief : STM32G474xx Devices vector ;******************************************************************************* ;* Descriptio...
nrdmn/elbrus-docs
10,207
linux-e2k-loader-0.01.s
; Linux/E2k loader, rev. 0.01 bits 16 org 0x7c00 ; set up stack cli mov ax,0x1000 mov ss,ax mov sp,0xfffe sti ; clear direction cld ; check if video mode is 3 ... mov ah,0xf int 0x10 cmp al,0x3 jz .video_mode_correctly_set ; ... if not, set video mode to 3 mov ax,0x3 int 0x10 .video_mode_correctly_s...
ntu-ssl/rr-artifact
6,493
openssl-1.1.0l/crypto/ia64cpuid.S
// Copyright 2004-2017 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the OpenSSL license (the "License"). You may not use // this file except in compliance with the License. You can obtain a copy // in the file LICENSE in the source distribution or at // https://www.openssl.org/source/license...
ntu-ssl/rr-artifact
12,351
openssl-1.1.0l/crypto/sparccpuid.S
! Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved. ! ! Licensed under the OpenSSL license (the "License"). You may not use ! this file except in compliance with the License. You can obtain a copy ! in the file LICENSE in the source distribution or at ! https://www.openssl.org/source/license.html ...
ntu-ssl/rr-artifact
3,424
openssl-1.1.0l/crypto/s390xcpuid.S
.text // Copyright 2009-2016 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the OpenSSL license (the "License"). You may not use // this file except in compliance with the License. You can obtain a copy // in the file LICENSE in the source distribution or at // https://www.openssl.org/source/l...
ntu-ssl/rr-artifact
21,881
openssl-1.1.0l/crypto/md5/asm/md5-ia64.S
/* * * Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
ntu-ssl/rr-artifact
28,335
openssl-1.1.0l/crypto/bn/asm/sparcv8.S
.ident "sparcv8.s, Version 1.4" .ident "SPARC v8 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>" /* * ==================================================================== * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may no...
ntu-ssl/rr-artifact
45,641
openssl-1.1.0l/crypto/bn/asm/ia64.S
.explicit .text .ident "ia64.S, Version 2.1" .ident "IA-64 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>" // Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the OpenSSL license (the "License"). You may not use // this file except in compliance with the License. You ca...
ntu-ssl/rr-artifact
46,995
openssl-1.1.0l/crypto/bn/asm/pa-risc2W.s
; Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. ; ; Licensed under the OpenSSL license (the "License"). You may not use ; this file except in compliance with the License. You can obtain a copy ; in the file LICENSE in the source distribution or at ; https://www.openssl.org/source/license.html ...
ntu-ssl/rr-artifact
13,351
openssl-1.1.0l/crypto/bn/asm/s390x.S
.ident "s390x.S, version 1.1" // ==================================================================== // Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the OpenSSL license (the "License"). You may not use // this file except in compliance with the License. You can obtain a ...
ntu-ssl/rr-artifact
33,288
openssl-1.1.0l/crypto/bn/asm/sparcv8plus.S
.ident "sparcv8plus.s, Version 1.4" .ident "SPARC v9 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>" /* * ==================================================================== * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You ma...
ntu-ssl/rr-artifact
48,919
openssl-1.1.0l/crypto/bn/asm/pa-risc2.s
; Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved. ; ; Licensed under the OpenSSL license (the "License"). You may not use ; this file except in compliance with the License. You can obtain a copy ; in the file LICENSE in the source distribution or at ; https://www.openssl.org/source/license.html ...
ntu-ssl/rr-artifact
41,622
openssl-1.1.0l/crypto/aes/asm/aes-ia64.S
// Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the OpenSSL license (the "License"). You may not use // this file except in compliance with the License. You can obtain a copy // in the file LICENSE in the source distribution or at // https://www.openssl.org/source/license...
NUS-CG3207/labs
6,849
docs/code_templates/Asst_01/arm_assembly_sample.s
;---------------------------------------------------------------------------------- ;-- License terms : ;-- You are free to use this code as long as you ;-- (i) DO NOT post it on any public repository; ;-- (ii) use it only for educational purposes; ;-- (iii) accept the responsibility to ensure that your implementati...
nxp-mcuxpresso/OpenART
47,998
bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/arm/startup_MIMXRT1064.s
; * ------------------------------------------------------------------------- ; * @file: startup_MIMXRT1064.s ; * @purpose: CMSIS Cortex-M7 Core Device Startup File ; * MIMXRT1064 ; * @version: 0.1 ; * @date: 2018-6-22 ; * @build: b180820 ; * -----------------------------------------------------...
nxp-mcuxpresso/OpenART
46,933
bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/gcc/startup_MIMXRT1064.S
/* ------------------------------------------------------------------------- */ /* @file: startup_MIMXRT1064.s */ /* @purpose: CMSIS Cortex-M7 Core Device Startup File */ /* MIMXRT1064 */ ...
nxp-mcuxpresso/OpenART
42,874
bsp/imxrt/libraries/MIMXRT1064/MIMXRT1064/iar/startup_MIMXRT1064.s
; ------------------------------------------------------------------------- ; @file: startup_MIMXRT1064.s ; @purpose: CMSIS Cortex-M7 Core Device Startup File ; MIMXRT1064 ; @version: 0.1 ; @date: 2018-6-22 ; @build: b180820 ; ---------------------------------------------------------------------...
nxp-mcuxpresso/OpenART
54,491
bsp/imxrt/libraries/MIMXRT1170/MIMXRT1176/arm/startup_MIMXRT1176_cm4.S
/* ------------------------------------------------------------------------- */ /* @file: startup_MIMXRT1176_cm4.s */ /* @purpose: CMSIS Cortex-M4 Core Device Startup File */ /* MIMXRT1176_cm4 */ ...
nxp-mcuxpresso/OpenART
55,305
bsp/imxrt/libraries/MIMXRT1170/MIMXRT1176/arm/startup_MIMXRT1176_cm7.S
/* ------------------------------------------------------------------------- */ /* @file: startup_MIMXRT1176_cm7.s */ /* @purpose: CMSIS Cortex-M7 Core Device Startup File */ /* MIMXRT1176_cm7 */ ...
nxp-mcuxpresso/OpenART
5,313
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/Source/TransformFunctions/arm_bitreversal2.S
;/* ---------------------------------------------------------------------- ; * Project: CMSIS DSP Library ; * Title: arm_bitreversal2.S ; * Description: arm_bitreversal_32 function done in assembly for maximum speed. ; * Called after doing an fft to reorder the output. ; * The f...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/Examples/ARM/arm_linear_interp_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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,086
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...
nxp-mcuxpresso/OpenART
6,348
bsp/imxrt/libraries/MIMXRT1170/CMSIS/DSP_Lib/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 ; ******************************************************************************/ ...