1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/flight/Modules
Stacey Sheldon 96827eecff build: Make all flight sw use pios_board_info_blob
Now that every bootloader build has a board info blob,
make all fw and bl images use it.

The following MACROS are removed:
  BOARD_TYPE, BOARD_REVISION, BOOTLOADER_VERSION,
  START_OF_USER_CODE, HW_TYPE

These values are now ONLY available from the bootloader
flash via the pios_board_info_blob symbol.  These values
must not be #defined or otherwise hard-coded into the
firmware in any way.  The bootloader flash is the only
valid source for this information.

NOTE: To ensure that we have an upgrade path from an
      old bootloader (without board_info_blob) to a
      new bootloader (with board_info_blob), it is
      essential that the bu_* targets do not depend
      on (or validate) the board_info_blob being present
      in the bootloader flash.
2011-05-24 00:58:10 -04:00
..
Actuator When a channel is disabled in the mixer force the channel to have a 0 us pulse 2011-05-11 20:09:28 -05:00
AHRSComms hwinit: Convert SPI drivers to dynamic init 2011-02-12 22:19:50 +00:00
Altitude OP-303 PIOS/Sonar: preliminary support for HCSR04 ultrasound altimeter module, tested and working :) 2011-01-28 19:21:22 +00:00
Attitude Changed accelKp = 1; in 3C filter when calibrating bias when arming. Increase default yaw by 0.005 2011-05-17 04:15:28 +10:00
Battery Changes to FlightBatterySettings as discussed in forums 2011-03-19 18:45:40 +00:00
Example OP-265 Flight reorganization of UAVObjects and Modules up a directory 2011-01-14 01:38:19 +00:00
FirmwareIAP build: Make all flight sw use pios_board_info_blob 2011-05-24 00:58:10 -04:00
FlightPlan FlightPlan/Python: Updated object generator to create a Python file for each UAVObject. It is now possible to access all UAVObjects from the FlightPlan Python scripts. 2011-03-03 02:22:50 +00:00
GPS Fix small typo THRSHOLD to THRESHOLD in gps.c 2011-05-12 18:57:16 -05:00
Guidance Fix bug I made where guidance didn't look at new flight status object 2011-05-09 11:37:06 -05:00
ManualControl OP-475: Starting to use the new FlightStatus object 2011-05-07 13:17:21 -05:00
MK/MKSerial OP-265 Flight reorganization of UAVObjects and Modules up a directory 2011-01-14 01:38:19 +00:00
Osd/OsdEtStd OP-174 ET OSD: barometric altitude works now, units must be set metric with E-Logger 2011-04-29 19:08:28 +03:00
Stabilization OP-475: More changes to get the FlightStatus object to work for Armed and 2011-05-07 15:06:04 -05:00
System Reshuffle memory allocation on CC after FlightStatus object introduced 2011-05-11 17:35:52 -05:00
Telemetry hwinit: Convert COM and USART to dynamic init 2011-02-12 22:19:43 +00:00