1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-10 18:24:11 +01:00
LibrePilot/flight/PiOS/STM32F10x
gussy 998ab12de4 Delays fixed.
SD Card fixed and working, tested with 2Gb and 8Gb (SDHC) cards.
Changed startup_stm32f10x_HD.S to work with SysTick_Handler, needs to be changed back for FreeRTOS to work.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@132 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-01-20 23:48:04 +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
pios_adc.c Updated all PIOS function names to new standard. 2009-12-08 02:13:21 +00:00
pios_delay.c Delays fixed. 2010-01-20 23:48:04 +00:00
pios_i2c.c Fixed a few typos in PIOS_I2C. 2009-12-10 01:59:46 +00:00
pios_irq.c stdint compliance 2009-12-24 03:09:37 +00:00
pios_led.c Swapped LED On and Off to proper set/reset function. 2009-12-18 17:59:43 +00:00
pios_servo.c Added pios_servo. Straight from ST examples. 2009-12-03 21:30:53 +00:00
pios_sys.c Delays fixed. 2010-01-20 23:48:04 +00:00
pios_usart.c stdint compliance 2009-12-24 03:09:37 +00:00
startup_stm32f10x_HD.S Delays fixed. 2010-01-20 23:48:04 +00:00