add tinygo device files
This commit is contained in:
181
targets/device/stm32/stm32l151.s
Normal file
181
targets/device/stm32/stm32l151.s
Normal file
@@ -0,0 +1,181 @@
|
||||
// Automatically generated file. DO NOT EDIT.
|
||||
// Generated by gen-device-svd.go from stm32l151.svd, see https://github.com/tinygo-org/stm32-svd
|
||||
|
||||
/*
|
||||
// STM32L151
|
||||
*/
|
||||
|
||||
|
||||
|
||||
.syntax unified
|
||||
|
||||
// This is the default handler for interrupts, if triggered but not defined.
|
||||
.section .text.Default_Handler
|
||||
.global Default_Handler
|
||||
.type Default_Handler, %function
|
||||
Default_Handler:
|
||||
wfe
|
||||
b Default_Handler
|
||||
.size Default_Handler, .-Default_Handler
|
||||
|
||||
// Avoid the need for repeated .weak and .set instructions.
|
||||
.macro IRQ handler
|
||||
.weak \handler
|
||||
.set \handler, Default_Handler
|
||||
.endm
|
||||
|
||||
// Must set the "a" flag on the section:
|
||||
// https://svnweb.freebsd.org/base/stable/11/sys/arm/arm/locore-v4.S?r1=321049&r2=321048&pathrev=321049
|
||||
// https://sourceware.org/binutils/docs/as/Section.html#ELF-Version
|
||||
.section .isr_vector, "a", %progbits
|
||||
.global __isr_vector
|
||||
__isr_vector:
|
||||
// Interrupt vector as defined by Cortex-M, starting with the stack top.
|
||||
// On reset, SP is initialized with *0x0 and PC is loaded with *0x4, loading
|
||||
// _stack_top and Reset_Handler.
|
||||
.long _stack_top
|
||||
.long Reset_Handler
|
||||
.long NMI_Handler
|
||||
.long HardFault_Handler
|
||||
.long MemoryManagement_Handler
|
||||
.long BusFault_Handler
|
||||
.long UsageFault_Handler
|
||||
.long 0
|
||||
.long 0
|
||||
.long 0
|
||||
.long 0
|
||||
.long SVC_Handler
|
||||
.long DebugMon_Handler
|
||||
.long 0
|
||||
.long PendSV_Handler
|
||||
.long SysTick_Handler
|
||||
|
||||
// Extra interrupts for peripherals defined by the hardware vendor.
|
||||
.long WWDG_IRQHandler
|
||||
.long PVD_IRQHandler
|
||||
.long TAMPER_STAMP_IRQHandler
|
||||
.long RTC_WKUP_IRQHandler
|
||||
.long FLASH_IRQHandler
|
||||
.long RCC_IRQHandler
|
||||
.long EXTI0_IRQHandler
|
||||
.long EXTI1_IRQHandler
|
||||
.long EXTI2_IRQHandler
|
||||
.long EXTI3_IRQHandler
|
||||
.long EXTI4_IRQHandler
|
||||
.long DMA1_Channel1_IRQHandler
|
||||
.long DMA1_Channel2_IRQHandler
|
||||
.long DMA1_Channel3_IRQHandler
|
||||
.long DMA1_Channel4_IRQHandler
|
||||
.long DMA1_Channel5_IRQHandler
|
||||
.long DMA1_Channel6_IRQHandler
|
||||
.long DMA1_Channel7_IRQHandler
|
||||
.long ADC1_IRQHandler
|
||||
.long USB_HP_IRQHandler
|
||||
.long USB_LP_IRQHandler
|
||||
.long DAC_IRQHandler
|
||||
.long COMP_CA_IRQHandler
|
||||
.long EXTI9_5_IRQHandler
|
||||
.long LCD_IRQHandler
|
||||
.long TIM9_IRQHandler
|
||||
.long TIM10_IRQHandler
|
||||
.long TIM11_IRQHandler
|
||||
.long TIM2_IRQHandler
|
||||
.long TIM3_IRQHandler
|
||||
.long TIM4_IRQHandler
|
||||
.long I2C1_EV_IRQHandler
|
||||
.long I2C1_ER_IRQHandler
|
||||
.long I2C2_EV_IRQHandler
|
||||
.long I2C2_ER_IRQHandler
|
||||
.long SPI1_IRQHandler
|
||||
.long SPI2_IRQHandler
|
||||
.long USART1_IRQHandler
|
||||
.long USART2_IRQHandler
|
||||
.long USART3_IRQHandler
|
||||
.long EXTI15_10_IRQHandler
|
||||
.long RTC_Alarm_IRQHandler
|
||||
.long USB_FS_WKUP_IRQHandler
|
||||
.long TIM6_IRQHandler
|
||||
.long TIM7_IRQHandler
|
||||
.long SDIO_IRQHandler
|
||||
.long TIM5_IRQHandler
|
||||
.long SPI3_IRQHandler
|
||||
.long UART4_IRQHandler
|
||||
.long UART5_IRQHandler
|
||||
.long DMA2_CH1_IRQHandler
|
||||
.long DMA2_CH2_IRQHandler
|
||||
.long DMA2_CH3_IRQHandler
|
||||
.long DMA2_CH4_IRQHandler
|
||||
.long DMA2_CH5_IRQHandler
|
||||
.long AES_IRQHandler
|
||||
.long COMP_ACQ_IRQHandler
|
||||
|
||||
// Define default implementations for interrupts, redirecting to
|
||||
// Default_Handler when not implemented.
|
||||
IRQ NMI_Handler
|
||||
IRQ HardFault_Handler
|
||||
IRQ MemoryManagement_Handler
|
||||
IRQ BusFault_Handler
|
||||
IRQ UsageFault_Handler
|
||||
IRQ SVC_Handler
|
||||
IRQ DebugMon_Handler
|
||||
IRQ PendSV_Handler
|
||||
IRQ SysTick_Handler
|
||||
IRQ WWDG_IRQHandler
|
||||
IRQ PVD_IRQHandler
|
||||
IRQ TAMPER_STAMP_IRQHandler
|
||||
IRQ RTC_WKUP_IRQHandler
|
||||
IRQ FLASH_IRQHandler
|
||||
IRQ RCC_IRQHandler
|
||||
IRQ EXTI0_IRQHandler
|
||||
IRQ EXTI1_IRQHandler
|
||||
IRQ EXTI2_IRQHandler
|
||||
IRQ EXTI3_IRQHandler
|
||||
IRQ EXTI4_IRQHandler
|
||||
IRQ DMA1_Channel1_IRQHandler
|
||||
IRQ DMA1_Channel2_IRQHandler
|
||||
IRQ DMA1_Channel3_IRQHandler
|
||||
IRQ DMA1_Channel4_IRQHandler
|
||||
IRQ DMA1_Channel5_IRQHandler
|
||||
IRQ DMA1_Channel6_IRQHandler
|
||||
IRQ DMA1_Channel7_IRQHandler
|
||||
IRQ ADC1_IRQHandler
|
||||
IRQ USB_HP_IRQHandler
|
||||
IRQ USB_LP_IRQHandler
|
||||
IRQ DAC_IRQHandler
|
||||
IRQ COMP_CA_IRQHandler
|
||||
IRQ EXTI9_5_IRQHandler
|
||||
IRQ LCD_IRQHandler
|
||||
IRQ TIM9_IRQHandler
|
||||
IRQ TIM10_IRQHandler
|
||||
IRQ TIM11_IRQHandler
|
||||
IRQ TIM2_IRQHandler
|
||||
IRQ TIM3_IRQHandler
|
||||
IRQ TIM4_IRQHandler
|
||||
IRQ I2C1_EV_IRQHandler
|
||||
IRQ I2C1_ER_IRQHandler
|
||||
IRQ I2C2_EV_IRQHandler
|
||||
IRQ I2C2_ER_IRQHandler
|
||||
IRQ SPI1_IRQHandler
|
||||
IRQ SPI2_IRQHandler
|
||||
IRQ USART1_IRQHandler
|
||||
IRQ USART2_IRQHandler
|
||||
IRQ USART3_IRQHandler
|
||||
IRQ EXTI15_10_IRQHandler
|
||||
IRQ RTC_Alarm_IRQHandler
|
||||
IRQ USB_FS_WKUP_IRQHandler
|
||||
IRQ TIM6_IRQHandler
|
||||
IRQ TIM7_IRQHandler
|
||||
IRQ SDIO_IRQHandler
|
||||
IRQ TIM5_IRQHandler
|
||||
IRQ SPI3_IRQHandler
|
||||
IRQ UART4_IRQHandler
|
||||
IRQ UART5_IRQHandler
|
||||
IRQ DMA2_CH1_IRQHandler
|
||||
IRQ DMA2_CH2_IRQHandler
|
||||
IRQ DMA2_CH3_IRQHandler
|
||||
IRQ DMA2_CH4_IRQHandler
|
||||
IRQ DMA2_CH5_IRQHandler
|
||||
IRQ AES_IRQHandler
|
||||
IRQ COMP_ACQ_IRQHandler
|
||||
|
||||
.size __isr_vector, .-__isr_vector
|
||||
Reference in New Issue
Block a user