repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
aegean-odyssey/mpmd_marlin_1.1.x
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/WWDG/WWDG_Example/SW4STM32/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 * ...
aeriform-io/minicube64
4,399
demos/animation/animation.s
include "64cube.inc" ENUM $0 ready rBYTE 1 src_l rBYTE 1 src_h rBYTE 1 wide rBYTE 1 high rBYTE 1 mask rBYTE 1 xpos rBYTE 1 ypos rBYTE 1 dst_l rBYTE 1 dst_h rBYTE 1 temp rBYTE 1 frames rBYTE 1 fcount rBYTE 1 co...
aeriform-io/minicube64
1,220
demos/palette/palette_demo.s
include "64cube.inc" org $200 Boot: sei lda #$f sta VIDEO lda #$5 sta COLORS _setw irq, VBLANK_IRQ cli Loop: jmp Loop irq: ldx #0 @Loop: txa and #$3f lsr lsr sta $f000,x sta $f100,x sta $f200,x sta $f300,x sta $f400,x sta $f500,x sta $f600,x sta $f700,x sta $f800,...
aeriform-io/minicube64
2,228
demos/input/input_demo.s
include "64cube.inc" ENUM $0 src_l rBYTE 1 src_h rBYTE 1 stride rBYTE 1 wide rBYTE 1 high rBYTE 1 dst_l rBYTE 1 dst_h rBYTE 1 ready rBYTE 1 page rBYTE 1 ENDE org $200 Boot: sei ldx #$ff txs lda #$f sta VIDEO lda #$5 sta COLORS lda #17 jsr FastFill _setw irq, VBLANK_IRQ ...
aeriform-io/minicube64
2,453
demos/boundary/boundary.s
include "64cube.inc" ENUM $0 ready rBYTE 1 counter rBYTE 1 clock rBYTE 1 src_l rBYTE 1 src_h rBYTE 1 wide rBYTE 1 high rBYTE 1 mask rBYTE 1 xpos rBYTE 1 ypos rBYTE 1 temp rBYTE 1 dst_l rBYTE 1 dst_h rBYTE 1 co...
aeriform-io/minicube64
1,860
demos/sine/sine.s
; SINE DEMO BY VISY @notyourusualcup include "64cube.inc" ENUM $0 frame rBYTE 1 pnt rWORD 1 yc rBYTE 1 lines rBYTE 1 line_pad rBYTE 1 line_end rBYTE 1 ENDE org $200 sei ldx #$ff txs lda #$0f ; video to $f000 sta VIDEO _setw irq, VBLANK_IRQ cli loop: jsr filler jmp loop filler: ...
aeriform-io/minicube64
1,361
demos/palettecycle/palettecycle.s
include "64cube.inc" ENUM $0 pointer dw 1 screen dw 1 ENDE org $200 Boot: sei _setb #$f,VIDEO _setb #$5,COLORS _setw IRQ, VBLANK_IRQ cli ; FILL SCREEN ONCE ; WITH COLOURS ldx #0 - txa sta $f000,x and #$3f sta $f100,x sta $f200,x sta $f300,x sta $f400,x st...
aeriform-io/minicube64
2,362
demos/position/position.s
include "64cube.inc" ENUM $0 ready rBYTE 1 src_l rBYTE 1 src_h rBYTE 1 wide rBYTE 1 high rBYTE 1 mask rBYTE 1 xpos rBYTE 1 ypos rBYTE 1 dst_l rBYTE 1 dst_h rBYTE 1 temp rBYTE 1 ENDE org $200 Boot: sei ldx #$ff txs ...
aeriform-io/minicube64
3,894
demos/text/text.s
include "64cube.inc" ENUM $0 pointer dw 1 screen dw 1 string dw 1 tiley db 1 tile db 1 offset db 1 row db 1 keepy db 1 ink db 1 ba db 0 line db 1 press db 1 temp db 1 ready db 1 ENDE org $200 sei ldx #$ff txs _setb $0e,COLORS _setb $f,VID...
aeriform-io/minicube64
1,735
demos/tilemap/tilemap.s
include "64cube.inc" ENUM $0 screen dw 1 pointer dw 1 tiley db 1 tile db 1 offset db 1 row db 1 savey db 1 size db 1 temp db 1 ENDE org $200 Boot: sei _setb $d,COLORS _setb $e,VIDEO _setw IRQ, VBLANK_IRQ jsr BuildTiles cli ; MAIN LOOP Main: jmp Ma...
aeriform-io/minicube64
3,374
demos/tilemap/scene.s
include "64cube.inc" ENUM $0 screen dw 1 pointer dw 1 counter db 1 tiley db 1 tile db 1 offset db 1 row db 1 savey db 1 size db 1 temp db 1 flicker db 1 ready db 1 ENDE org $200 Boot: sei _setb $d,COLORS _setb $f,VIDEO _setw IRQ, VBLANK_IRQ SIGN...
aeriform-io/minicube64
3,128
demos/famitone/famitone_demo.s
include "64cube.inc" ENUM $2 clock rBYTE 1 frame rBYTE 1 page rBYTE 1 offscreen rBYTE 1 music_ptr rWORD 1 tmp rBYTE 1 blit_src_l rBYTE 1 blit_src_h rBYTE 1 blit_stride rBYTE 1 blit_w rBYTE 1 blit_h rBYTE 1 blit_dst_l rBYTE 1 blit_dst_h rBYTE 1 blit_key rBYTE 1 colorram = $3f00 ENDE ; we ALWAYS boot to $200 or...
aeriform-io/minicube64
2,400
demos/famitone/dcf6.s
apd_bitbuffer = $f5 apd_src = $f6 apd_src_l = apd_src+1 apd_length = $f8 apd_length_l = apd_length+1 apd_offset = $fa apd_offset_l = apd_offset+1 apd_source = $fc apd_source_l = apd_source+1 apd_dest = $fe apd_dest_l = apd_de...
aegean-odyssey/mpmd_marlin_1.1.x
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/WWDG/WWDG_Example/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/PWR/PWR_PVD/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/PWR/PWR_PVD/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/PWR/PWR_PVD/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/PWR/PWR_CurrentConsumption/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/PWR/PWR_CurrentConsumption/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/PWR/PWR_CurrentConsumption/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DAC/DAC_SimpleConversion/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DAC/DAC_SimpleConversion/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DAC/DAC_SimpleConversion/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DAC/DAC_SignalsGeneration/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DAC/DAC_SignalsGeneration/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DAC/DAC_SignalsGeneration/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/RTC/RTC_Tamper/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/RTC/RTC_Tamper/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/RTC/RTC_Tamper/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/RTC/RTC_Alarm/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/RTC/RTC_Alarm/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/RTC/RTC_Alarm/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComPolling/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComPolling/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComPolling/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_AdvComIT/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_AdvComIT/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_AdvComIT/EWARM/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,445
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_EEPROM/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_EEPROM/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_EEPROM/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_WakeUpFromStop/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_WakeUpFromStop/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_WakeUpFromStop/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComDMA/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComDMA/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComDMA/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComIT/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComIT/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/I2C/I2C_TwoBoards_ComIT/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/COMP/COMP_Interrupt/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/COMP/COMP_Interrupt/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/COMP/COMP_Interrupt/EWARM/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,445
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/TSC/TSC_BasicAcquisition_Interrupt/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/TSC/TSC_BasicAcquisition_Interrupt/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/TSC/TSC_BasicAcquisition_Interrupt/EWARM/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,445
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/TSC/TSC_BasicAcquisition_Polling/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/TSC/TSC_BasicAcquisition_Polling/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/TSC/TSC_BasicAcquisition_Polling/EWARM/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,445
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/IWDG/IWDG_Reset/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/IWDG/IWDG_Reset/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/IWDG/IWDG_Reset/EWARM/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,445
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/IWDG/IWDG_WindowMode/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/IWDG/IWDG_WindowMode/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/IWDG/IWDG_WindowMode/EWARM/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,444
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Data_Reversing_16bit_CRC/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Data_Reversing_16bit_CRC/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Data_Reversing_16bit_CRC/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_UserDefinedPolynomial/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_UserDefinedPolynomial/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_UserDefinedPolynomial/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Example/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Example/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Example/EWARM/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,444
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Bytes_Stream_7bit_CRC/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Bytes_Stream_7bit_CRC/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/CRC/CRC_Bytes_Stream_7bit_CRC/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DMA/DMA_FLASHToRAM/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DMA/DMA_FLASHToRAM/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/DMA/DMA_FLASHToRAM/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComIT/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComIT/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComIT/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComPolling/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComPolling/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComPolling/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComDMA/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComDMA/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_TwoBoards_ComDMA/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_WakeUpFromStop/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_WakeUpFromStop/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/UART/UART_WakeUpFromStop/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComIT/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComIT/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComIT/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComDMA/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComDMA/SW4STM32/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
11,516
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComDMA/EWARM/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,394
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComPolling/MDK-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
10,877
STM32Cube-1.10.1/Projects/STM32F072B-Discovery/Examples/SPI/SPI_FullDuplex_ComPolling/SW4STM32/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 * ...