1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight
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
..
board_hw_defs Merge branch 'stac/revo-usb' into revolution 2012-03-02 13:00:13 -06:00
Bootloaders sysclk: pass in correct definition for HSE_VALUE 2012-03-07 19:52:54 -05:00
CopterControl Merge remote-tracking branch 'revo/stac/openocd' into revolution 2012-03-03 11:52:09 -06:00
Doc OP-378 INS: Continue getting F2 INS to compile 2011-08-08 08:36:40 -05:00
EntireFlash ef: fix dependencies in entire flash image build 2012-02-07 02:25:30 -05:00
Libraries Merge branch 'next' into revolution3 2012-01-21 11:27:03 -06:00
Modules Disable the new features if not revolution and set an error flag. Fixes 2012-03-05 00:24:11 -06:00
OpenPilot/System board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
PiOS hid: fix response to HID descriptor 2012-03-07 19:52:54 -05:00
PiOS.posix exti: rewrite exti layer to improve portability 2012-01-22 23:23:41 -05:00
PiOS.win32 Fix win32 sim macro problem 2011-09-01 21:50:13 -04:00
PipXtreme build: use board-specific JTAG interface for openocd 2012-03-03 08:43:01 -05:00
Project openocd: reenable flash commands on f4 boards 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
UAVObjects UAVObjects ; Modules/ManualControl: Fixed metadata interface and segfault when retrieving it 2011-11-30 09:20:46 +01:00
UAVTalk uavtalk: convert tx to use blocking send routines 2011-12-30 23:05:36 -05:00
README.txt Says all it needs to say for now. 2009-12-22 05:07:27 +00:00

Check the wiki