1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/pios/stm32f0x
2017-06-28 18:14:34 -07:00
..
inc LP-479 Initial DShot implementation, F4 & F1 2017-04-25 14:10:07 +02:00
libraries OP-1476 - Fixes for Bootloader 2014-09-16 22:40:53 +02:00
library.mk OP-1275 F0 support: fix make scripts, bootloader size, linker scripts, add other missing pios drivers. 2014-09-16 00:42:49 +02:00
link_stm32f05x.ld OP-1275 Initial commit for f0 support: add CMSIS, Std Peripheral drivers 2014-09-16 00:42:48 +02:00
link_STM3205x_GPSP_BL_sections.ld OP-1275 fixes for ld scripts, fix for pios_delay timer setup. pios_sys 2014-09-16 00:42:49 +02:00
link_STM3205x_GPSP_memory.ld OP-1476 - Fixes for Bootloader 2014-09-16 22:40:53 +02:00
link_STM3205x_GPSP_sections.ld OP-1275 support HSI oscillator, fix gpio, usart and sys (vector remapping not working yet) 2014-09-16 00:42:49 +02:00
pios_adc.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_bkp.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_bl_helper.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_debug.c OP-1275 copy relevant F1 PiOS drivers (yet unmodified) 2014-09-16 00:42:48 +02:00
pios_delay.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_eeprom.c OP-1275 copy relevant F1 PiOS drivers (yet unmodified) 2014-09-16 00:42:48 +02:00
pios_exti.c Uncrustify 2016-07-03 17:10:46 +02:00
pios_flash_internal.c LP-537 stm32f10x_flash.h include in f0 pios_flash_internal.c instead of stm32f0xx_flash.h 2017-06-28 18:14:34 -07:00
pios_gpio.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_i2c.c LP-537 Remove requirement for left shifting I2C addresses on the F0 devices. This makes the I2C driver on F0 compatible with the other devices. 2017-06-24 15:08:16 -07:00
pios_irq.c OP-1275 copy relevant F1 PiOS drivers (yet unmodified) 2014-09-16 00:42:48 +02:00
pios_pwm.c OP-1275 copy relevant F1 PiOS drivers (yet unmodified) 2014-09-16 00:42:48 +02:00
pios_rtc.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_spi.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_sys.c LP-527 Move PIOS_DELAY_Init() after the peripheral clocks have been started. F0 uses TIM2 for delays. 2017-06-05 01:24:40 +02:00
pios_tim.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_usart.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
pios_wdg.c LP-527 Remove peripheral clock managing code 2017-06-05 01:24:36 +02:00
startup_stm32f051_gpsp.S OP-1275 add Stack_Change support 2014-09-16 00:42:48 +02:00