aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware/px4io.h
Commit message (Collapse)AuthorAgeFilesLines
* Breathe animation, led solid on armingLorenz Meier2014-11-161-1/+1
|
* Configure led ring and enable heartbeat on itLorenz Meier2014-11-021-0/+1
|
* ST24 integration in IO firmwareLorenz Meier2014-10-071-1/+1
|
* Fixes #1130px4dev2014-07-061-2/+2
|
* Merge pull request #878 from PX4/sbus_outLorenz Meier2014-05-051-0/+2
|\ | | | | S.BUS output
| * Build test code for S.BUS output, send test characters once S.BUS1 or S.BUS2 ↵Lorenz Meier2014-02-121-0/+2
| | | | | | | | is enabled
* | Remove unwanted colonLorenz Meier2014-04-051-1/+1
| |
* | Make throttle failsafe depend on the failsafe threshold parameter. Make the ↵Lorenz Meier2014-04-051-0/+1
| | | | | | | | parameter optional (no harm if not found).
* | px4iofirmware: define 4 actuator control groupsAnton Babushkin2014-03-051-1/+1
|/
* Differentiate between failsafe having kicked in (which stops the normal ↵Lorenz Meier2014-01-261-1/+2
| | | | output mixing based on RC outputs and prevents unwanted control commands due to failsafe) and a true loss of the receiver, where we stop outputting RC channel readings downstream on FMU.
* Fix docs headerLorenz Meier2014-01-261-1/+1
|
* Clean up RC related metadata, put everything into the RC data page. This ↵Lorenz Meier2014-01-261-1/+2
| | | | ensures atomic reads, makes the reads more efficient and allows for some headroom for more RC flags. The IO driver side is updated as well, however, these flags are not published yet.
* IO firmware: Use right base reg value - since the wrong one had the same ↵Lorenz Meier2014-01-251-1/+1
| | | | value this hasn’t been an issue, but it would have become one once one of them changed.
* Missing header for mixer status change.Lorenz Meier2014-01-241-1/+1
|
* Fixes to memory check handling, split out switch handling to allow separate ↵Lorenz Meier2014-01-231-0/+1
| | | | initialization
* S.BUS output disable cleanupLorenz Meier2014-01-221-1/+1
|
* RSSI and concurrent S.Bus output handlingLorenz Meier2014-01-181-0/+1
|
* px4iofirmware: make forceupdate more reliableAndrew Tridgell2014-01-071-0/+4
| | | | | | | this schedules a reboot rather than rebooting immediately, which means the FMU gets an ACK for its reboot operation, preventing it from timing out waiting for the ACK. That makes the timing of the reboot more consistent, which makes it more reliable for forceupdate
* Enable 18 channels on IOLorenz Meier2013-12-221-1/+1
|
* Merged masterLorenz Meier2013-12-211-1/+1
|\
| * First stab at implementing better RSSI based connection status estimation, ↵Lorenz Meier2013-12-131-1/+1
| | | | | | | | still needs some work and testing
* | Added support for a total of four control groups to the IO driver and IO ↵Lorenz Meier2013-12-081-1/+5
|/ | | | firmware. This allows to run auxiliary payload. Cleaned up defines for RC input channel counts, this needs another sweep to then finally allow up to 16 mapped channels and up to 20-24 RAW RC channels
* Moved PWM ramp to systemlibJulian Oes2013-10-081-0/+7
|
* pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-071-1/+1
|
* Implement Spektrum DSM pairing in V2Jean Cyr2013-09-181-0/+2
| | | | | - Bind control for V2 - Relays and accessory power not supported on V2 hardware
* Hotfix for S.Bus systems with more than 8 channelsLorenz Meier2013-09-101-2/+2
|
* Merged masterLorenz Meier2013-08-181-1/+1
|\
| * Merged masterLorenz Meier2013-08-171-1/+1
| |\
| | * Remoce C++ style Doxygen commentsJean Cyr2013-08-161-4/+4
| | | | | | | | | | | | Replace C++ style comments with C comments
* | | Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-151-0/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton Conflicts: src/drivers/blinkm/blinkm.cpp src/drivers/px4io/px4io.cpp src/modules/commander/state_machine_helper.c src/modules/px4iofirmware/protocol.h src/modules/px4iofirmware/registers.c src/modules/systemlib/systemlib.h src/systemcmds/reboot/reboot.c
| * | Merged masterLorenz Meier2013-07-151-0/+1
| |\|
| * | Added functionality to enable PWM output for stupid ESCs even when safety is ↵Julian Oes2013-06-191-0/+1
| | | | | | | | | | | | not off, arming button functionality remains as is
| * | First try to prevent motors from stopping when armedJulian Oes2013-06-181-0/+2
| | |
* | | Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-6/+1
| | | | | | | | | | | | | | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* | | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-141-0/+1
|\ \ \ | | |/ | |/|
| * | Support binding DSM2 and DSMX satellite receiversJean Cyr2013-07-051-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The px4io bind command allows you to put a DSM satellite receiver into bind mode. Since this feature requires that the dsm VCC line (red wire) be cut and routed through relay one, it is not enabled by default in order not to affect those not using a DSM satellite receiver or wising to use relay one for other purposes. NOTE: Binding DSM2 satellites in 11-bit mode is not supported due to potential bug in some DSM2 receiver streams when in 11-bit mode. Furthermore the px4io software folds 11 bit data down to 10 bits so there is no resolution advantage to to 11-bit mode. To enable the feature the RC_RL1_DSM_VCC parameter must be set to a non zero value from the console, or using QGroundControl: param set RC_RL1_DSM_VCC 1 From the console you can initiate DSM bind mode with: uorb start param set RC_RL1_DSM_VCC 1 px4io start px4io bind dsm2 For binding a DSMX satellite to a DSMX transmitter you would instead use: px4io bind dsmx Your receiver module should start a rapid flash and you can follow the normal binding sequence of your transmitter. Note: The value of parameter RC_RL1_DSM_VCC defaults to 0, so none of this will have any effect on an unmodified DSM receiver connection. For this feature to work, the power wire (red) must be cut and each side connected to a terminal on relay1 of the px4io board. This has been tested using Spektrum as well as Hobby King 'Orange' DSM satellite receivers. Both px4fmu and px4io images are updated.
* | Pull v2 pieces up to build with the mergepx4dev2013-07-071-14/+16
| |
* | Tweak protocol register assignments and add new registers to accommodate ↵px4dev2013-07-061-25/+33
| | | | | | | | differences in IOv2.
* | More test work on the px4io side of the serial interface.px4dev2013-07-041-1/+1
| |
* | iov2 pin definition cleanup sweeppx4dev2013-07-041-1/+3
| |
* | More implementation for the serial side on IO; fix a couple of bugs on the ↵px4dev2013-06-281-1/+6
| | | | | | | | | | | | FMU side. Still needs serial init and some more testing/config on the FMU side, but closer to being ready to test.
* | Serial interface for IOv2px4dev2013-04-281-14/+8
|/
* Re-enabled mixerLorenz Meier2013-04-281-2/+2
|
* IO compilingLorenz Meier2013-04-281-7/+18
|
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-0/+188