aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into px4io-i2cpx4dev2013-01-221-24/+419
|\
| * Merge pull request #151 from NosDE/masterpx4dev2013-01-191-24/+419
| |\
| | * some major changesMarco Bauer2013-01-141-256/+203
| | * switched to initialiser list and member variablesMarco Bauer2013-01-131-11/+20
| | * some changes in structureMarco Bauer2013-01-131-156/+143
| | * fix number of satellitesMarco Bauer2013-01-121-3/+3
| | * merged systemstate into blinkm driverMarco Bauer2013-01-121-20/+472
* | | Drop some commented code now the functionality is implemented.px4dev2013-01-191-58/+0
* | | Add RC input configuration, update at startup and on parameter change (max 2 ...px4dev2013-01-161-4/+115
* | | Beat the px4io driver into compilable shape. Just missing RC input configurat...px4dev2013-01-151-276/+320
* | | compile fixpx4dev2013-01-151-1/+1
* | | Checkpoint: more work on the px4io driver. Add raw PWM passthrough ioctl.px4dev2013-01-152-44/+109
* | | Don't advertise things we don't have anymore.px4dev2013-01-141-18/+14
* | | Factoring and comments.px4dev2013-01-141-11/+45
* | | Start reworking the px4io driver to use the I2C interface instead.px4dev2013-01-141-190/+233
* | | Add a mechanism for sending multi-part messages to the I2C driver base class.px4dev2013-01-142-0/+30
* | | Don't try to set up serial polling before the HRT has been started.px4dev2013-01-131-21/+0
* | | Implement serial receive DMA for the F1xx. This is not quite working right ye...px4dev2013-01-131-0/+21
|/ /
* / Selected adjustments / fixes to make old apps compatible with new-style ADC d...Lorenz Meier2013-01-122-3/+3
|/
* Merge branch 'master' of github.com:PX4/Firmware into fixedwingLorenz Meier2013-01-113-5/+166
|\
| * Started with px4io stop implementationJulian Oes2013-01-101-1/+30
| * Added support for IO bootloader revision 3 on FMUJulian Oes2013-01-102-4/+136
| * Hotfix: Copying from right actuator topic on IO if FMU and IO PWM outs are en...Lorenz Meier2013-01-091-1/+2
| * Merged latest masterLorenz Meier2013-01-066-121/+175
| |\
* | | Fixed RC mapping transmission, tested. Fixed RC scaling in manual modeLorenz Meier2013-01-061-19/+20
* | | MergedLorenz Meier2013-01-061-8/+49
|\ \ \
| * | | Moved the channel mappings and attributes to the config sectionSimon Wilks2013-01-061-32/+43
| * | | Send rc channel ordering and channel attributes from FMU to IOSimon Wilks2013-01-051-0/+30
* | | | Merge branch 'master' of github.com:PX4/Firmware into fixedwing_io_mixing_adcLorenz Meier2013-01-064-0/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge commit '375d3c14d742248b434c080527886a95ea1d563f'px4dev2013-01-064-0/+16
| |\ \ \
| | * | | fixed PWM_SERVO_GETAndrew Tridgell2013-01-061-1/+1
| | * | | fixup rateAndrew Tridgell2013-01-061-0/+5
| | * | | added PWM_SERVO_SET_UPDATE_RATE ioctlAndrew Tridgell2013-01-063-0/+11
* | | | | Merged, compilingLorenz Meier2013-01-068-157/+520
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' of github.com:PX4/Firmware into px4io-adc-integration-b...Lorenz Meier2013-01-061-1/+1
| |\ \ \ \
| * | | | | Fixed stupid copy/paste typoLorenz Meier2013-01-011-1/+1
| * | | | | Introduced battery_status uORB topic, changed sensors app to publish to it, e...Lorenz Meier2013-01-011-0/+25
| * | | | | Configure ADC GPIOs on IOpx4dev2012-12-312-22/+8
| * | | | | Enable the temperature sensor channel for F2/F4 devices.px4dev2012-12-311-0/+13
| * | | | | Cleanup and add support for multiple channels.px4dev2012-12-313-28/+88
| * | | | | First cut at a simpleĀ® ADC driver built on our driver framework.px4dev2012-12-315-157/+412
| | |_|/ / | |/| | |
* | | | | Removed unwanted castLorenz Meier2013-01-061-1/+1
* | | | | Used correct datatype, removed unwanted castLorenz Meier2013-01-061-3/+3
* | | | | merged relay changes from masterLorenz Meier2013-01-061-22/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into #111-px4io-integrated-mixingpx4dev2013-01-063-24/+32
| |\ \ \ \
| | * \ \ \ Merge pull request #123 from PX4/#106-px4io-relayspx4dev2013-01-061-1/+31
| | |\ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge branch 'master' of github.com:PX4/Firmware into fixedwing_io_mixingLorenz Meier2013-01-061-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Fix a typo that caused PWM_SERVO_GET ioctls to fail on the FMU PWM outputs.px4dev2013-01-041-1/+1
| | |_|/ | |/| |
* | | | The multirotor mixer return 0 instead of the number of channels, my Hex is fl...Julian Oes2012-12-311-3/+3
* | | | Merged IO mixing branchLorenz Meier2012-12-302-92/+115
|\ \ \ \ | | |/ / | |/| |