1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/make/boards
Stacey Sheldon e2ab662b5d sysclk: pass in correct definition for HSE_VALUE
The code in RCC_GetClocksFreq() uses HSE_VALUE to determine
the tick rate of the SYSCLK.  This in turn is used by the
code in PIOS_DELAY_* to compute delays.

ST Library defaults this to 25MHz for the F4.  Our board
actually has an 8MHz oscillator so delays were way off.

Mostly affects the bootloaders since most FW code uses RTOS
delays rather than busy-waiting using PIOS_DELAY_*.
2012-03-07 19:52:54 -05:00
..
ahrs openocd: collapse JTAG rules for STM32F1 and STM32F2 2011-08-27 10:43:02 -04:00
coptercontrol build: use board-specific JTAG interface for openocd 2012-03-03 08:43:01 -05:00
esc Make new Revolution target 2011-11-01 01:17:59 -05:00
ins Various tweaks to get the F4 working 2011-10-26 21:56:00 -05:00
openpilot safeboot: add safe boot support to OP and PIPX bootloaders 2012-01-14 14:28:11 -05:00
pipxtreme build: use board-specific JTAG interface for openocd 2012-03-03 08:43:01 -05:00
revolution sysclk: pass in correct definition for HSE_VALUE 2012-03-07 19:52:54 -05:00