1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/PiOS/STM32F10x
gussy f75fa5e567 Updated ADC to use the 3 auxillary inputs on the OpenPilot board.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@312 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-14 12:00:43 +00:00
..
Libraries Moved STM32 specific PiOS Libraries. 2010-03-04 06:14:14 +00:00
link_stm32f10x_HD_BL.ld OP-21: Cleaning up a few things. 2010-03-13 20:46:46 +00:00
link_stm32f10x_HD_NB.ld OP-21: Made changes to OpenPilot makefile too allow building for bootloader and non-bootloader targets. Use "USE_BOOTLOADER = YES" to build for the OpenPilot Bootloader. 2010-03-13 20:01:31 +00:00
link_stm32f10x_HD.ld Directory re-structuring. Doesn't compile yet, need to commit first. 2009-12-01 14:04:30 +00:00
link_stm32f10x_MD.ld Initial commit of AHRS project code base. 2010-02-28 12:10:48 +00:00
pios_adc.c Updated ADC to use the 3 auxillary inputs on the OpenPilot board. 2010-03-14 12:00:43 +00:00
pios_debug.c OP-36 PIOS_DEBUG_Assert() function 2010-03-14 10:20:27 +00:00
pios_delay.c PIOS_DONT_USE_XXX => PIOS_INCLUDE_XXX 2010-03-11 12:38:51 +00:00
pios_gpio.c Add PIOS_GPIO for controlling the auxiliary connections on the OpenPilot board. 2010-03-14 11:59:11 +00:00
pios_i2c.c OP-11 Use RTOS when waiting for an I2C transfer to finish when RTOS is enabled 2010-03-13 17:28:42 +00:00
pios_irq.c PIOS_DONT_USE_XXX => PIOS_INCLUDE_XXX 2010-03-11 12:38:51 +00:00
pios_led.c PIOS_LED: Initialise all LED's as off. 2010-03-14 06:47:57 +00:00
pios_pwm.c PIOS_DONT_USE_XXX => PIOS_INCLUDE_XXX 2010-03-11 12:38:51 +00:00
pios_servo.c PIOS_DONT_USE_XXX => PIOS_INCLUDE_XXX 2010-03-11 12:38:51 +00:00
pios_spi.c PIOS_DONT_USE_XXX => PIOS_INCLUDE_XXX 2010-03-11 12:38:51 +00:00
pios_sys.c PIOS_LED: Initialise all LED's as off. 2010-03-14 06:47:57 +00:00
pios_usart.c Updated some FreeRTOS specific issues and fixed a few typos. 2010-03-12 16:22:56 +00:00
pios_usb_com.c PIOS_DONT_USE_XXX => PIOS_INCLUDE_XXX 2010-03-11 12:38:51 +00:00
pios_usb_hid.c Updated some FreeRTOS specific issues and fixed a few typos. 2010-03-12 16:22:56 +00:00
pios_usb.c PIOS_DONT_USE_XXX => PIOS_INCLUDE_XXX 2010-03-11 12:38:51 +00:00
startup_stm32f10x_HD_BL.S OP-21: Made changes to OpenPilot makefile too allow building for bootloader and non-bootloader targets. Use "USE_BOOTLOADER = YES" to build for the OpenPilot Bootloader. 2010-03-13 20:01:31 +00:00
startup_stm32f10x_HD_NB.S OP-21: Made changes to OpenPilot makefile too allow building for bootloader and non-bootloader targets. Use "USE_BOOTLOADER = YES" to build for the OpenPilot Bootloader. 2010-03-13 20:01:31 +00:00
startup_stm32f10x_HD.S OP-21: Made changes to OpenPilot makefile too allow building for bootloader and non-bootloader targets. Use "USE_BOOTLOADER = YES" to build for the OpenPilot Bootloader. 2010-03-13 20:01:31 +00:00
startup_stm32f10x_MD.S Initial commit of AHRS project code base. 2010-02-28 12:10:48 +00:00