aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint: more work on the px4io driver. Add raw PWM passthrough ioctl.px4dev2013-01-152-44/+109
* Add support for raw PWM passthrough from FMU via IO.px4dev2013-01-154-26/+71
* Wire the I2C device code into the register handler.px4dev2013-01-151-11/+36
* Adjust the default deadzone for RC inputs per feedback.px4dev2013-01-151-1/+1
* Merge branch 'master' into px4io-i2cpx4dev2013-01-1453-725/+1574
|\
| * Pull NuttX up to the 6.24 release.px4dev2013-01-1451-720/+1568
| |\
| | * Fix the 'time' test, now that rand() seems to be working.px4dev2013-01-142-35/+39
| | * The tests structure doesn't need to be writable.px4dev2013-01-111-1/+1
| | * Recover changes lost to bad merging.px4dev2013-01-1135-401/+701
| | * Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-111-6/+71
| | |\
| | | * Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-0154-670/+2567
| | | |\
| | * | \ Merge branch 'master' into nuttx-merge-5447px4dev2013-01-1115-262/+754
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Prep for release 6.24patacongo2012-12-201-2/+4
| | | * | Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-193-7/+80
| | | * | Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-1/+1
| | | * | configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-5/+6
| | | * | standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-018-2/+289
| | | * | All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-296-19/+29
| | | * | z8 configurations will now build in Windows native environmentpatacongo2012-11-291-0/+2
| | | * | Patches for NSH disable background, and ARMv7M assembly from Freddie Chopinpatacongo2012-11-291-4/+37
| | | * | Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-276-22/+102
| | | * | configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arc...patacongo2012-11-273-3/+4
| * | | | Hotfix for current active waypoint IDLorenz Meier2013-01-141-3/+4
| * | | | Adapted upper and lower values for test jig voltagesJulian Oes2013-01-141-2/+2
* | | | | Fix up FMU input timeout handling.px4dev2013-01-145-96/+8
* | | | | 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-142-251/+236
* | | | | Add a mechanism for sending multi-part messages to the I2C driver base class.px4dev2013-01-142-0/+30
* | | | | Major workover of the PX4IO firmware for I2C operation.px4dev2013-01-1311-308/+549
* | | | | Checkpoint - I2C protocol register decodepx4dev2013-01-133-22/+368
* | | | | Sketch out the protocol as it will be on top of I2Cpx4dev2013-01-131-2/+104
* | | | | Turn off i2c slave debug output for real.px4dev2013-01-131-1/+1
* | | | | We can't have DMA on both I2C1 and USART2. Since we need it more for I2C, and...px4dev2013-01-131-0/+10
* | | | | 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
* | | | | Turn off the I2C register dump at startup.px4dev2013-01-131-2/+6
* | | | | Configure the DMA channels in circular mode so that we don't have to deal wit...px4dev2013-01-131-18/+43
* | | | | Implement a simple byte loopback server on I2C for more testing.px4dev2013-01-132-7/+11
* | | | | I2C slave RX DMA works.px4dev2013-01-131-50/+34
* | | | | Implement I2C slave DMA. Not working yet.px4dev2013-01-131-14/+118
* | | | | Don't do retries, since it just complicates things.px4dev2013-01-131-39/+34
* | | | | Don't waste time printing when we have errors - that causes the master to tim...px4dev2013-01-131-2/+2
* | | | | Checkpoint I2C slave work on IOpx4dev2013-01-135-0/+344
|/ / / /
* | | | Merge pull request #156 from jgoppert/sensor_hil_rebasepx4dev2013-01-1315-286/+641
|\ \ \ \
| * | | | Changed fault tolerances.James Goppert2013-01-131-2/+2
| * | | | More formatting.James Goppert2013-01-134-28/+28
| * | | | Added assertion, fixed formatting.James Goppert2013-01-131-11/+12
| * | | | More fixes.James Goppert2013-01-131-2/+2
| * | | | Fixed comment.James Goppert2013-01-131-1/+1