repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
4ms/stm32mp1-baremetal
5,934
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/mips/mach-ath79/qca953x/lowlevel_init.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com> * Based on Atheros LSDK/QSDK */ #include <config.h> #include <asm/asm.h> #include <asm/regdef.h> #include <asm/mipsregs.h> #include <asm/addrspace.h> #include <mach/ar71xx_regs.h> #define MK_PLL_CONF(divint, refdi...
4ms/stm32mp1-baremetal
1,125
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/lib/_lshrdi3.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * This code was copied from arch/powerpc/kernel/misc_32.S in the Linux * kernel sources (commit 85e2efbb1db9a18d218006706d6e4fbeb0216213, also * known as 2.6.38-rc5). The source file copyrights are as follows: * * (C) Copyright 1995-1996 Gary Thomas (gdt@linuxppc.org) *...
4ms/stm32mp1-baremetal
1,225
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/lib/ticks.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000, 2001 * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com. * base on code by * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <config.h> #include <watchdog.h> /* * unsigned long l...
4ms/stm32mp1-baremetal
1,125
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/lib/_ashldi3.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * This code was copied from arch/powerpc/kernel/misc_32.S in the Linux * kernel sources (commit 85e2efbb1db9a18d218006706d6e4fbeb0216213, also * known as 2.6.38-rc5). The source file copyrights are as follows: * * (C) Copyright 1995-1996 Gary Thomas (gdt@linuxppc.org) *...
4ms/stm32mp1-baremetal
2,758
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/lib/ppcstring.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * String handling functions for PowerPC. * * Copyright (C) 1996 Paul Mackerras. */ #include <ppc_asm.tmpl> #include <linux/errno.h> .globl strcpy strcpy: addi r5,r3,-1 addi r4,r4,-1 1: lbzu r0,1(r4) cmpwi 0,r0,0 stbu r0,1(r5) bne 1b blr .globl strncpy strncpy: c...
4ms/stm32mp1-baremetal
1,201
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/lib/_ashrdi3.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * This code was copied from arch/powerpc/kernel/misc_32.S in the Linux * kernel sources (commit 85e2efbb1db9a18d218006706d6e4fbeb0216213, also * known as 2.6.38-rc5). The source file copyrights are as follows: * * (C) Copyright 1995-1996 Gary Thomas (gdt@linuxppc.org) *...
4ms/stm32mp1-baremetal
2,781
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/lib/ppccache.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000, 2001,2002 Wolfgang Denk <wd@denx.de> * Copyright Freescale Semiconductor, Inc. 2004, 2006. */ #include <config.h> #include <ppc_a...
4ms/stm32mp1-baremetal
12,759
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/cpu/mpc8xx/start.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de> */ /* U-Boot - Startup Code for PowerPC based Embedded Boards * * * The processor starts...
4ms/stm32mp1-baremetal
30,127
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/cpu/mpc83xx/start.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000, 2001,2002 Wolfgang Denk <wd@denx.de> * Copyright Freescale Semiconductor, Inc. 2004, 2006, 2008. */ /* * U-Boot - Startup Code ...
54zorb/stm32-lwip
29,710
MDK-ARM/startup_stm32f407xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f407xx.s ;* Author : MCD Application Team ;* Description : STM32F407xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
4ms/stm32mp1-baremetal
6,507
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/cpu/mpc86xx/cache.S
#include <config.h> #include <mpc86xx.h> #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #ifndef CACHE_LINE_SIZE # define CACHE_LINE_SIZE L1_CACHE_BYTES #endif #if CACHE_LINE_SIZE == 128 #define LG_CACHE_LINE_SIZE 7 #elif CACHE_LINE_SIZE == 32 #define LG_CACHE_LINE_SIZE 5 #...
4ms/stm32mp1-baremetal
20,353
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/cpu/mpc86xx/start.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2004, 2007, 2011 Freescale Semiconductor. * Srikanth Srinivasan <srikanth.srinivaan@freescale.com> */ /* U-Boot - Startup Code for 86xx PowerPC based Embedded Boards * * * The processor starts at 0xfff00100 and the code is executed * from flash. The code...
4ms/stm32mp1-baremetal
2,902
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/cpu/mpc86xx/release.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2004, 2007, 2008 Freescale Semiconductor. * Srikanth Srinivasan <srikanth.srinivaan@freescale.com> */ #include <config.h> #include <mpc86xx.h> #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> /* If this is a multi-cpu ...
4ms/stm32mp1-baremetal
43,539
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/cpu/mpc85xx/start.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2004, 2007-2012 Freescale Semiconductor, Inc. * Copyright (C) 2003 Motorola,Inc. */ /* U-Boot Startup Code for Motorola 85xx PowerPC based Embedded Boards * * The processor starts at 0xfffffffc and the code is first executed in the * last 4K page(0xfffff000...
4ms/stm32mp1-baremetal
11,805
third-party/u-boot/u-boot-stm32mp1-baremetal/arch/powerpc/cpu/mpc85xx/release.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2008-2012 Freescale Semiconductor, Inc. * Kumar Gala <kumar.gala@freescale.com> */ #include <asm-offsets.h> #include <config.h> #include <mpc85xx.h> #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> /* To boot secondar...
4ms/stm32mp1-baremetal
3,377
examples/basic_irq/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
4ms/stm32mp1-baremetal
3,370
examples/usb_msc_device/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
4ms/stm32mp1-baremetal
4,003
examples/multicore_a7/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
4ms/stm32mp1-baremetal
33,945
examples/copro_embedded/startup_cm4.s
/** ****************************************************************************** * @file startup_stm32mp157a_cm4.s * @author MCD Application Team * @brief STM32MP15xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP * ...
4ms/stm32mp1-baremetal
3,634
examples/copro_embedded/startup_ca7.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
54zorb/stm32-lwip
21,768
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f405xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f405xx.s ;* Author : MCD Application Team ;* Description : STM32F405xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
4ms/stm32mp1-baremetal
3,546
examples/hal_lib/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
54zorb/stm32-lwip
18,859
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xc.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f401xc.s ;* Author : MCD Application Team ;* Description : STM32F401xCxx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
25,238
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f413xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f413xx.s ;* Author : MCD Application Team ;* Description : STM32F413xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
23,666
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f437xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f437xx.s ;* Author : MCD Application Team ;* Description : STM32F437xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,628
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412rx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412rx.s ;* Author : MCD Application Team ;* Description : STM32F412Rx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,372
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412cx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412cx.s ;* Author : MCD Application Team ;* Description : STM32F412Cx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,286
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f417xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f417xx.s ;* Author : MCD Application Team ;* Description : STM32F417xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
18,861
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xe.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f401xe.s ;* Author : MCD Application Team ;* Description : STM32F401xExx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
19,106
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410cx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f410cx.s ;* Author : MCD Application Team ;* Description : STM32F410Cx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
18,742
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410tx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f410tx.s ;* Author : MCD Application Team ;* Description : STM32F410Tx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
23,804
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f429xx.s ;* Author : MCD Application Team ;* Description : STM32F429xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
19,106
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f410rx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f410rx.s ;* Author : MCD Application Team ;* Description : STM32F410Rx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,627
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412zx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412zx.s ;* Author : MCD Application Team ;* Description : STM32F412Zx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
26,901
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f446xx.s ;* Author : MCD Application Team ;* Description : STM32F446xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,165
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f407xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f407xx.s ;* Author : MCD Application Team ;* Description : STM32F407xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
27,508
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f479xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f479xx.s ;* Author : MCD Application Team ;* Description : STM32F479xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
21,890
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f415xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f415xx.s ;* Author : MCD Application Team ;* Description : STM32F415xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
4ms/stm32mp1-baremetal
33,957
examples/copro_rproc/startup_cm4.s
/** ****************************************************************************** * @file startup_stm32mp157a_cm4.s * @author MCD Application Team * @brief STM32MP15xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
27,383
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f469xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f469xx.s ;* Author : MCD Application Team ;* Description : STM32F469xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
4ms/stm32mp1-baremetal
3,635
examples/copro_rproc/startup_ca7.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
54zorb/stm32-lwip
19,029
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f411xe.s ;* Author : MCD Application Team ;* Description : STM32F411xExx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
23,912
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f439xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f439xx.s ;* Author : MCD Application Team ;* Description : STM32F439xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
25,356
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f423xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f423xx.s ;* Author : MCD Application Team ;* Description : STM32F423xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
23,193
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427xx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f427xx.s ;* Author : MCD Application Team ;* Description : STM32F427xx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,627
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f412vx.s
;/******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412vx.s ;* Author : MCD Application Team ;* Description : STM32F412Vx devices vector table for EWARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
23,950
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f405xx.s
/** ****************************************************************************** * @file startup_stm32f405xx.s * @author MCD Application Team * @brief STM32F405xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
21,572
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xc.s
/** ****************************************************************************** * @file startup_stm32f401xc.s * @author MCD Application Team * @brief STM32F401xCxx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
24,529
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f413xx.s
/** ****************************************************************************** * @file startup_stm32f413xx.s * @author MCD Application Team * @brief STM32F413xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
25,622
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f437xx.s
/** ****************************************************************************** * @file startup_stm32f437xx.s * @author MCD Application Team * @brief STM32F437xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
22,593
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412rx.s
/** ****************************************************************************** * @file startup_stm32f412rx.s * @author MCD Application Team * @brief STM32F412Rx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
22,509
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412cx.s
/** ****************************************************************************** * @file startup_stm32f412Cx.s * @author MCD Application Team * @brief STM32F412Cx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
24,310
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f417xx.s
/** ****************************************************************************** * @file startup_stm32f417xx.s * @author MCD Application Team * @brief STM32F417xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
21,510
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xe.s
/** ****************************************************************************** * @file startup_stm32f401xe.s * @author MCD Application Team * @brief STM32F401xExx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
20,490
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410cx.s
/** ****************************************************************************** * @file startup_stm32f410cx.s * @author MCD Application Team * @brief STM32F410Cx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
20,255
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410tx.s
/** ****************************************************************************** * @file startup_stm32f410tx.s * @author MCD Application Team * @brief STM32F410Tx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
4ms/stm32mp1-baremetal
3,373
examples/audio_processor/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
54zorb/stm32-lwip
25,683
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f429xx.s
/** ****************************************************************************** * @file startup_stm32f429xx.s * @author MCD Application Team * @brief STM32F429xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
20,490
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f410rx.s
/** ****************************************************************************** * @file startup_stm32f410rx.s * @author MCD Application Team * @brief STM32F410Rx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
22,593
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412zx.s
/** ****************************************************************************** * @file startup_stm32f412zx.s * @author MCD Application Team * @brief STM32F412Zx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
25,853
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f446xx.s
/** ****************************************************************************** * @file startup_stm32f446xx.s * @author MCD Application Team * @brief STM32F446xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
24,282
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f407xx.s
/** ****************************************************************************** * @file startup_stm32f407xx.s * @author MCD Application Team * @brief STM32F407xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
26,135
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f479xx.s
/** ****************************************************************************** * @file startup_stm32f479xx.s * @author MCD Application Team * @brief STM32F479xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
24,047
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f415xx.s
/** ****************************************************************************** * @file startup_stm32f415xx.s * @author MCD Application Team * @brief STM32F415xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
26,043
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f469xx.s
/** ****************************************************************************** * @file startup_stm32f469xx.s * @author MCD Application Team * @brief STM32F469xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
21,686
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f411xe.s
/** ****************************************************************************** * @file startup_stm32f411xe.s * @author MCD Application Team * @brief STM32F411xExx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
25,791
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f439xx.s
/** ****************************************************************************** * @file startup_stm32f439xx.s * @author MCD Application Team * @brief STM32F439xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
24,604
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f423xx.s
/** ****************************************************************************** * @file startup_stm32f413xx.s * @author MCD Application Team * @brief STM32F413xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
25,468
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f427xx.s
/** ****************************************************************************** * @file startup_stm32f427xx.s * @author MCD Application Team * @brief STM32F427xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
4ms/stm32mp1-baremetal
3,546
examples/ctest/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
54zorb/stm32-lwip
22,593
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412vx.s
/** ****************************************************************************** * @file startup_stm32f412vx.s * @author MCD Application Team * @brief STM32F412Vx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * ...
54zorb/stm32-lwip
29,262
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f405xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f405xx.s ;* Author : MCD Application Team ;* Description : STM32F405xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
25,931
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xc.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f401xc.s ;* Author : MCD Application Team ;* Description : STM32F401xc devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,764
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f413xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f413xx.s ;* Author : MCD Application Team ;* Description : STM32F413xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
30,871
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f437xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f437xx.s ;* Author : MCD Application Team ;* Description : STM32F437x devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
4ms/stm32mp1-baremetal
3,373
examples/nested_irq/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
54zorb/stm32-lwip
20,963
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412rx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412rx.s ;* Author : MCD Application Team ;* Description : STM32F412Rx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
20,799
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412cx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412cx.s ;* Author : MCD Application Team ;* Description : STM32F412Cx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
29,604
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f417xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f417xx.s ;* Author : MCD Application Team ;* Description : STM32F417xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
25,927
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xe.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f401xe.s ;* Author : MCD Application Team ;* Description : STM32F401xe devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
18,720
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410cx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f410cx.s ;* Author : MCD Application Team ;* Description : STM32F410Cx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
18,485
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410tx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f410tx.s ;* Author : MCD Application Team ;* Description : STM32F410Tx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
31,166
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f429xx.s ;* Author : MCD Application Team ;* Description : STM32F429x devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
18,720
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410rx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f410rx.s ;* Author : MCD Application Team ;* Description : STM32F410Rx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
20,963
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412zx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412zx.s ;* Author : MCD Application Team ;* Description : STM32F412Zx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
30,984
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f446xx.s ;* Author : MCD Application Team ;* Description : STM32F446x devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
29,724
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f407xx.s ;* Author : MCD Application Team ;* Description : STM32F407xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
31,326
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f479xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f479xx.s ;* Author : MCD Application Team ;* Description : STM32F479x devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
29,238
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f415xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f415xx.s ;* Author : MCD Application Team ;* Description : STM32F415xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
31,256
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f469xx.s ;* Author : MCD Application Team ;* Description : STM32F469x devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
26,052
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f411xe.s ;* Author : MCD Application Team ;* Description : STM32F411xExx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
31,054
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f439xx.s ;* Author : MCD Application Team ;* Description : STM32F439x devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
22,839
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f423xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f423xx.s ;* Author : MCD Application Team ;* Description : STM32F423xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
4ms/stm32mp1-baremetal
3,370
examples/usb_midi_host/startup.s
.syntax unified .cpu cortex-a7 .equ MODE_FIQ, 0x11 .equ MODE_IRQ, 0x12 .equ MODE_SVC, 0x13 .equ MODE_ABT, 0x17 .equ MODE_UND, 0x1B .equ MODE_SYS, 0x1F .equ UART4_TDR, 0x40010028 .section .vector_table, "x" .global _Reset .global _start _Reset: b Reset_Handler b Undef_Handler // 0x4 Undefined Instruc...
54zorb/stm32-lwip
30,867
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f427xx.s ;* Author : MCD Application Team ;* Description : STM32F427x devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
54zorb/stm32-lwip
20,963
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412vx.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f412vx.s ;* Author : MCD Application Team ;* Description : STM32F412Vx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
59de44955ebd/wslX
3,967
src/xorg-server-21.1.12-1.x86_64/src/xserver-xserver-cygwin-21-1-12-1/hw/xfree86/os-support/solaris/solaris-sparcv8plus.S
/* Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the right...
59de44955ebd/wslX
3,102
src/xorg-server-21.1.12-1.x86_64/src/xserver-xserver-cygwin-21-1-12-1/hw/xfree86/os-support/solaris/sun_inout.s
/ $XFree86: xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_inout.s,v 1.1 2001/05/28 02:42:31 tsi Exp $ / / Copyright 1994-2001 The XFree86 Project, Inc. All Rights Reserved. / / Permission is hereby granted, free of charge, to any person obtaining a copy / of this software and associated documentation files (the ...
59de44955ebd/wslX
1,965
src/xorg-server-21.1.12-1.x86_64/src/xserver-xserver-cygwin-21-1-12-1/hw/xfree86/os-support/solaris/solaris-ia32.S
/ Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. / / Permission is hereby granted, free of charge, to any person obtaining a / copy of this software and associated documentation files (the "Software"), / to deal in the Software without restriction, including without limitation / the rights to u...
59de44955ebd/wslX
1,944
src/xorg-server-21.1.12-1.x86_64/src/xserver-xserver-cygwin-21-1-12-1/hw/xfree86/os-support/solaris/solaris-amd64.S
/ Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. / / Permission is hereby granted, free of charge, to any person obtaining a / copy of this software and associated documentation files (the "Software"), / to deal in the Software without restriction, including without limitation / the rights to u...