1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight
Stacey Sheldon 4fafbb13ed makefile: Add EF (Entire Flash) targets for all boards
These new build targets will construct a flash image that
includes both a bootloader as well as a firmware image all
in one.  Examples:
  make ef_coptercontrol
  make ef_revolution

This also adds support for a new target for writing this EF
image to boards that support a DFU interface (only F4-based
boards).  This can be done by running:
  make dfuutil_install
  # Boot board with SBL asserted to activate STM32 DFU ROM
  # Attach USB cable
  make ef_revolution_dfu

Bootloader images are also now padded out to occupy the full
BL flash region.
2012-02-03 00:59:36 -05:00
..
board_hw_defs Merge branch 'amorale/timerprescaler' into inoutch8 2012-02-01 00:23:53 +01:00
Bootloaders Delete more old target stuff 2012-01-26 11:21:34 -06:00
CopterControl A bit more lenient settings for CC sensor timings 2012-01-26 13:00:06 -06:00
Doc OP-378 INS: Continue getting F2 INS to compile 2011-08-08 08:36:40 -05:00
Libraries Merge branch 'next' into revolution3 2012-01-21 11:27:03 -06:00
Modules For L3GD20 sensor task run at the sensor speed 2012-01-28 10:11:30 -06:00
OpenPilot/System board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
PiOS makefile: Add EF (Entire Flash) targets for all boards 2012-02-03 00:59:36 -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 board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
Project gdb: remove cortex_m3 remnants from revo gdb init file 2012-02-03 00:59:31 -05:00
Revolution Fix the MPU6000 implementation 2012-01-28 00:21:58 -06: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