aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/px4fmu/nsh
Commit message (Expand)AuthorAgeFilesLines
* Integrate the interesting parts of the CMSIS 3.01 (r3p1) DSP librarypx4dev2013-01-061-0/+3
* Merged latest masterLorenz Meier2013-01-061-9/+9
|\
| * increase the UART buffer sizes to 256Andrew Tridgell2013-01-061-9/+9
* | kill off the NuttX ADC driver config; we're not going to use itpx4dev2012-12-312-23/+4
|/
* Merge pull request #90 from PX4/#89-BlinkM-driverpx4dev2012-12-011-0/+1
|\
| * A driver and shell command for the BlinkM I2C LED controller.px4dev2012-12-011-0/+1
* | Merge pull request #75 from PX4/delay_testpx4dev2012-12-011-1/+1
|\ \ | |/ |/|
| * Added delay test to measure comm delays with a led / scopeLorenz Meier2012-11-271-1/+1
* | Hotfix: Number of files pre process was causing uorb topics not to be publish...Lorenz Meier2012-11-271-1/+1
|/
* Added onboard, receive-only MAVLink app for onboard UART networksLorenz Meier2012-11-181-0/+1
* Added preflight_check app which checks core system sensors, so far only magLorenz Meier2012-11-151-0/+1
* merge origin/masterThomas Gubler2012-11-101-0/+1
|\
| * Added hil command to emulate PWM outputsLorenz Meier2012-11-101-0/+1
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-11-051-16/+0
|\|
| * Cleanup and refactor of the PX4IO firmware and board support. Builds, not te...px4dev2012-11-031-16/+0
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-10-311-1/+1
|\|
| * Reverted to IO compatible configLorenz Meier2012-10-311-2/+2
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-311-1/+1
| |\
| | * Move the last of the board-specific code for PX4FMU out of the NuttX tree. N...px4dev2012-10-311-1/+1
| * | Changed to UART5 for consoleLorenz Meier2012-10-311-2/+2
| |/
* | Merge remote-tracking branch 'origin/master' into fw_controlThomas Gubler2012-10-282-3/+3
|\|
| * Get us a bit closer to having c++ static constructors working.px4dev2012-10-271-2/+2
| * Hoist the GPIO driver out and integrate it with the px4fmu driver. Move thes...px4dev2012-10-271-1/+1
* | fw control: fixed parameter reloading, disabled old fw control appThomas Gubler2012-10-271-1/+1
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-10-261-3/+3
|\|
| * Reverting UART config back to developer default on this branchLorenz Meier2012-10-261-2/+2
| * Build fix after cleanupLorenz Meier2012-10-261-2/+2
| * Deleted old cruftLorenz Meier2012-10-261-2/+0
| * Tease the PWM driver out and fix some build issues after cleaning up behind t...px4dev2012-10-231-0/+1
| * Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-0/+1
| * Move the PX4IO driver into the drivers folder.px4dev2012-10-221-1/+1
* | Merge branch 'master' into fw_controlThomas Gubler2012-10-221-0/+1
|\|
| * Move the tone_alarm driver out of the NuttX configs area and add it as an stm...px4dev2012-10-211-0/+1
* | [work in progess] added pos control skeletonThomas Gubler2012-10-211-1/+2
* | Started implementing fw controller according to controller layout of the ASL ...Thomas Gubler2012-10-211-0/+1
|/
* Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-091-0/+1
* Cleaned up / simplified position control, attacking pos control implementatio...Lorenz Meier2012-10-041-0/+1
* Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-031-1/+1
* Reverted different UART assignmentLorenz Meier2012-10-021-2/+2
* EKFtnaegeli2012-10-011-2/+2
* workaround in nuttx to allow for more than 6 arguments when starting an app (...Julian Oes2012-09-201-0/+2
* Reworking control infrastructure for inner rate loop, preparing offboard inte...Lorenz Meier2012-09-181-1/+1
|\
| * gtnaegeli2012-09-181-2/+2
|/
* It's mostly harmless, so turn on the bootloader update tool.px4dev2012-09-161-0/+1
* Enable the low-priority work queue; we're going to want to use it.px4dev2012-09-141-32/+46
* Logging rate changes,Lorenz Meier2012-09-141-0/+1
* Commented defconfig changesLorenz Meier2012-09-121-0/+2
* Increased stack sizes, this fixes the board not booting with a ROMFS mount me...Lorenz Meier2012-09-121-2/+2
* Rewrote SD logging app, simpler, but effective. Pending testingLorenz Meier2012-09-101-1/+1
* Fix receive DMA for the console device. Now maybe MAVLink will work better.px4dev2012-09-071-1/+5