1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/PiOS/STM32F4xx
James Cotton 29237f97ae For SPI slave devices we need to handle the interrupt differently since
transactions should already be completed.  Also reset the callback so in the
case of noise on the IRQ line it will not keep firing interrupts.

I suspect we should probably disable interrupts in this handler to prevent
refiring.
2012-02-02 10:13:09 -06:00
..
inc Merge in PixHawk F4 work 2011-11-01 01:09:55 -05:00
Libraries Revolution: Configure clocks correctly 2011-11-03 20:12:34 -05:00
library.mk Patch from Sambas to fix F4 on windows 2012-01-24 10:33:07 -06:00
link_STM32F4xx_BL_memory.ld Merge in PixHawk F4 work 2011-11-01 01:09:55 -05:00
link_STM32F4xx_OP_memory.ld Merge in PixHawk F4 work 2011-11-01 01:09:55 -05:00
link_STM32F4xx_sections.ld Merge in PixHawk F4 work 2011-11-01 01:09:55 -05:00
pios_adc.c Small change to pios_adc so it works when not enabled 2011-11-13 17:14:08 -06:00
pios_bl_helper.c Get FirmwareIAP object working on revo 2011-12-24 13:15:56 -06:00
pios_debug.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_delay.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_dsm.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_exti.c Update pios_exti for F4 2012-01-23 16:55:54 -06:00
pios_gpio.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_i2c.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_iap.c Fix calls to backup registers on F4 2012-01-21 13:21:37 -06:00
pios_irq.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_led.c Update pios_led for F4 targets to match the new F1 implementation. Also fix 2012-01-25 22:50:19 -06:00
pios_ppm.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_pwm.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_rtc.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_servo.c Handle different prescaler values for timers on APB1 and APB2. 2012-01-28 20:04:55 +01:00
pios_spi.c For SPI slave devices we need to handle the interrupt differently since 2012-02-02 10:13:09 -06:00
pios_sys.c LED: Update the LEDs on revo 2012-01-26 09:11:27 -06:00
pios_tim.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_usart.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
pios_wdg.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
startup.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00
vectors_stm32f4xx.c Update the F4 copyright headers to 2012 2012-01-04 19:29:29 -06:00