1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
Go to file
Stacey Sheldon dbf7574946 bootcfg: use UAVobj to control boot-time HW config
This should mark an end to the compile-time selection of HW
configurations.

Minor changes in board initialization for all platforms:
 - Most config structs are marked static to prevent badly written
   drivers from directly referring to config data.
 - Adapt to changes in .irq fields in config data.
 - Adapt to changes in USART IRQ handling.

Major changes in board initialization for CC:
 - Use HwSettings UAVObj to decide which drivers to attach to
   the "main" port and the flexi port, and select the appropriate
   device configuration data.
 - HwSettings allows choosing between Disabled, Telemetry, SBUS,
   Spektrum,GPS, and I2C for each of the two ports.
 - Use ManualControlSettings.InputMode to init/configure the
   appropriate receiver module, and register its available rx channels
   with the PIOS_RCVR layer.  Can choose between PWM, Spektrum and PPM
   at board init time.  PPM driver is broken, and SBUS will work once
   it is added to this UAVObj as an option.
 - CC build now includes code for SBUS, Spektrum and PWM receivers in
   every firmware image.

PIOS_USART driver:
 - Now handles its own low-level IRQs internally
 - If NULL upper-level IRQ handler is bound in at board init time
   then rx/tx is satisfied by internal PIOS_USART buffered IO routines
   which are (typically) attached to the COM layer.
 - If an alternate upper-level IRQ handler is bound in at board init
   then that handler is called and expected to clear down the USART
   IRQ sources.  This is used by Spektrum and SBUS drivers.

PIOS_SBUS and PIOS_SPEKTRUM drivers:
 - Improved data/API hiding
 - No longer assume they know where their config data is stored which
   allows for boot-time alternate configurations for the driver.
 - Now registers an upper-level IRQ handlerwith the USART layer to
   decouple the driver from which USART it is actually attached to.
2011-07-05 22:03:25 -04:00
artwork Update deluxe dials from London Flyer, added deluxe horizontal dial 2011-06-19 02:34:12 +10:00
flight bootcfg: use UAVobj to control boot-time HW config 2011-07-05 22:03:25 -04:00
ground hwsettings: UAVObject to select hardware runtime hw config 2011-07-05 22:02:37 -04:00
hardware Updated Schematic with FlexiPort note and added net label 2011-04-29 10:04:54 -05:00
make gcs: add git version info to the About dialog using version-info.py 2011-05-29 00:27:07 +03:00
package sbus: added packaging target for CopterControl S.Bus firmware 2011-06-19 16:26:14 +03:00
shared/uavobjectdefinition hwsettings: UAVObject to select hardware runtime hw config 2011-07-05 22:02:37 -04:00
.gitignore gitignore: ignore GNU global (gtags) tags files 2011-05-08 12:41:02 -04:00
CREDITS.txt credits: fix mixed newlines and trailing spaces 2011-05-25 17:59:18 +03:00
LICENSE.txt Test commiting to reworked SVN, add lic file back but under trunk. 2011-02-27 10:16:35 +00:00
Makefile build: add unbrick targets 2011-06-15 21:37:10 -04:00
MILESTONES.txt Update Milestones file for future milestones 2011-07-03 22:19:04 +03:00