aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Assorted compile fixes.px4dev2013-02-065-11/+11
* lib_lowprintf -> lowsyslogpx4dev2013-02-063-6/+6
* Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-0635-324/+1469
|\
| * Prep for 6.25 releasepatacongo2013-02-011-4/+6
| * Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+0
| * Fix readline return value; Add support for removable serial devicespatacongo2013-01-312-16/+40
| * Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-2911-215/+732
| * The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-39/+39
| * The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-296-57/+196
| * USB monitor daemon updatespatacongo2013-01-292-8/+13
| * Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2829-105/+201
| * Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2812-32/+321
| * configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-271-1/+1
| * Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-272-2/+2
| * Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-252-9/+11
| * Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+28
| * Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
| * apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-246-5/+67
* | Merge pull request #194 from NosDE/masterpx4dev2013-02-021-7/+39
|\ \
| * | Option for Bus and BlinkM address addedMarco Bauer2013-02-021-2/+2
| * | Options for bus and blinkmaddress added.Marco Bauer2013-02-011-7/+39
* | | HOTFIX: Fixed HoTT compile error, fixed MAVLink crashLorenz Meier2013-01-312-5/+6
* | | Merge pull request #67 from sjwilks/hottLorenz Meier2013-01-277-0/+807
|\ \ \
| * | | Enable single wire via ioctl calls and pull the battery voltage from the batt...Simon Wilks2013-01-252-36/+11
| * | | Merge branch 'ioctl' into hottSimon Wilks2013-01-243-0/+241
| |\ \ \
| | * \ \ Merged and tested against the single wire implementation added to Nuttx r5554.Simon Wilks2013-01-2467-1227/+3753
| | |\ \ \
| | * \ \ \ MergedSimon Wilks2013-01-2295-1799/+3886
| | |\ \ \ \
| | * | | | | We aren't using RS485 but single wire.Simon Wilks2013-01-211-2/+2
| | * | | | | MergedSimon Wilks2013-01-11414-3303/+146688
| | |\ \ \ \ \
| | * | | | | | Push single wire operations into stm32_serial.c and added a test to verify Ho...Simon Wilks2012-12-063-0/+241
| * | | | | | | Merge remote-tracking branch 'upstream/master' into hottSimon Wilks2013-01-24541-6154/+156701
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Addressed compiler warnings and handle non-supported devices properly.Simon Wilks2012-11-301-8/+8
| * | | | | | | Code formatting cleanup.Simon Wilks2012-11-303-42/+58
| * | | | | | | Cleanup a bit.Simon Wilks2012-11-291-8/+3
| * | | | | | | Single wire now working once moving away from UART5.Simon Wilks2012-11-291-24/+41
| * | | | | | | Trying to get single wire working. Not quite there yet.Simon Wilks2012-11-292-59/+34
| * | | | | | | Fix some memory corruption bugs.Simon Wilks2012-11-223-11/+14
| * | | | | | | Messaging cleanup.Simon Wilks2012-11-221-4/+3
| * | | | | | | Tried cleaning up console messaging a bit.Simon Wilks2012-11-221-31/+37
| * | | | | | | Shorten the post read delay slightly.Simon Wilks2012-11-221-2/+5
| * | | | | | | Make the reading and sending of data independant of the message type.Simon Wilks2012-11-223-31/+40
| * | | | | | | General code cleanup.Simon Wilks2012-11-212-91/+111
| * | | | | | | Merge remote-tracking branch 'upstream/master' into hottSimon Wilks2012-11-2121-207/+520
| |\ \ \ \ \ \ \
| * | | | | | | | Added a note on the inclusion of libraries for UART access in the Makefile.Simon Wilks2012-11-211-0/+1
| * | | | | | | | Introducing an initial implementation of HoTT telemetry support.Simon Wilks2012-11-214-19/+384
| * | | | | | | | Added a missing comment.Simon Wilks2012-11-141-1/+1
| * | | | | | | | Setup skeleton code (basic daemon).Simon Wilks2012-11-142-0/+182
* | | | | | | | | Merge pull request #179 from PX4/airspeedpx4dev2013-01-266-39/+95
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into airspeedLorenz Meier2013-01-2469-1230/+3759
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Implemented airspeed measurement. UntestedLorenz Meier2013-01-216-39/+95