aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Merged with masterLorenz Meier2013-05-091-0/+4
|\
| * Added MD25 I2C motor controller driver.James Goppert2013-05-082-0/+5
| * Merge pull request #255 from NosDE/masterLorenz Meier2013-04-291-0/+1
| |\
| | * BLCtrl 2.0 testing - currently only 8 Bit resolution - this should flymarco2013-04-171-0/+1
* | | IO compilingLorenz Meier2013-04-282-8/+11
* | | Cleaned up NuttX appconfig, added examples to configLorenz Meier2013-04-281-87/+0
* | | Move the 'tests' app to the new world.px4dev2013-04-261-1/+0
* | | Merge working changes into export-build branch.px4dev2013-04-263-6/+9
* | | Merge branch 'master' into export-buildpx4dev2013-04-261-0/+1
|\| |
| * | Fix the way that we idle the tone_alarm pin so that the board defines what is...px4dev2013-04-261-0/+1
| * | Pass -g to the link phase for PX4IO the same way we do for FMUpx4dev2013-04-261-2/+1
* | | Merge branch 'master' into export-buildpx4dev2013-04-261-1/+1
|\| |
| * | Butchered position estimator from Damian Aregger into shape, publishes now gl...Lorenz Meier2013-03-231-1/+1
| |/
* | Merge branch 'master' into export-buildpx4dev2013-03-204-12/+29
|\|
| * Move PWM rate configuration, etc. into a separate utility and out of the indi...px4dev2013-03-121-0/+1
| * Maxbotix I2C Sonar SupportGreg Hulands2013-03-011-0/+1
| * Bump the task stack up to 1200 bytes to give the mixer loader some headroom. ...px4dev2013-02-241-1/+1
| * Simplify the PX4IO main loop to cut down on memory consumption.px4dev2013-02-241-3/+3
| * Disabled MAVLink debug appLorenz Meier2013-02-231-1/+1
| * Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-231-0/+4
| |\
| * | Out of memory warning, flash and RAM optimizationsLorenz Meier2013-02-231-3/+3
| * | Switched I2C to interrupt driven modeLorenz Meier2013-02-201-1/+1
| * | px4fmu: disable a bunch of code when built for APMAndrew Tridgell2013-02-181-0/+3
| * | px4fmu: enable BINFSAndrew Tridgell2013-02-181-0/+1
| * | appconfig: disable mathlib and associated examples on APMAndrew Tridgell2013-02-181-0/+4
| * | Re-enabled signalsLorenz Meier2013-02-171-1/+1
| * | MergedLorenz Meier2013-02-173-1/+3
| |\ \
| * | | Disable signals again, it is too early (needs NuttX merge)Lorenz Meier2013-02-171-1/+1
| * | | Made timeouts configurable, untestedLorenz Meier2013-02-161-1/+2
| * | | px4io: enable signalsAndrew Tridgell2013-02-161-1/+1
| * | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-161-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-282-0/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-252-2/+72
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-232-11/+53
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-193-12/+42
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-146-132/+194
| |\ \ \ \ \ \ \ \
| * | | | | | | | | We can't have DMA on both I2C1 and USART2. Since we need it more for I2C, and...px4dev2013-01-131-1/+2
| * | | | | | | | | Implement serial receive DMA for the F1xx. This is not quite working right ye...px4dev2013-01-131-0/+5
| * | | | | | | | | Now that sem_timedwait works, we can turn on interrupt-driven I2C.px4dev2013-01-131-1/+1
| * | | | | | | | | Enable DMApx4dev2013-01-131-2/+2
| * | | | | | | | | Checkpoint I2C slave work on IOpx4dev2013-01-132-2/+2
* | | | | | | | | | We need a stub ROMFS header so that the client can supply their own bits.px4dev2013-02-231-0/+42
* | | | | | | | | | Fix a couple of things that break 'make export'.px4dev2013-02-231-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #203 from PX4/debug_exampleLorenz Meier2013-02-201-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added additional exampleLorenz Meier2013-01-241-0/+4
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #198 from PX4/nuttx-merge-5596Lorenz Meier2013-02-173-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | New option to ensure serial stack is always included.px4dev2013-02-062-0/+2
| * | | | | | | Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-061-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-2/+10
| | * | | | | | The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-15/+27