aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | General code cleanup.Simon Wilks2012-11-212-91/+111
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into hottSimon Wilks2012-11-2126-286/+539
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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-143-0/+183
* | | | | | | | | | Merge pull request #179 from PX4/airspeedpx4dev2013-01-266-39/+95
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into airspeedLorenz Meier2013-01-24284-2472/+19293
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Implemented airspeed measurement. UntestedLorenz Meier2013-01-216-39/+95
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #188 from PX4/param_commandpx4dev2013-01-261-4/+74
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Improved param command, show now allows to filter and set allows to set integ...Lorenz Meier2013-01-241-4/+74
* | | | | | | | | | | Merge pull request #190 from PX4/bma180_fixpx4dev2013-01-261-6/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fixed byte readout order and signed value 16 to 14 bit value conversionLorenz Meier2013-01-261-6/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #187 from PX4/nuttx-merge-5554px4dev2013-01-2489-724/+3637
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Trivial compile fix.px4dev2013-01-241-1/+1
| * | | | | | | | | Merge Nuttx r5554px4dev2013-01-2389-723/+3636
|/| | | | | | | | |
| * | | | | | | | | Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-235-46/+207
| * | | | | | | | | Add logic to retain child task exit status if so configuredpatacongo2013-01-2323-213/+836
| * | | | | | | | | Add single-wire UART support to STM32 serial driverpatacongo2013-01-234-11/+62
| * | | | | | | | | Missed changed from last lpc1788 check-inpatacongo2013-01-231-3/+3
| * | | | | | | | | Add lpc178x_iocon.h from Rommel Marcelopatacongo2013-01-222-1/+153
| * | | | | | | | | lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-2212-828/+1331
| * | | | | | | | | Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-227-98/+115
| * | | | | | | | | More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-2223-60/+159
| * | | | | | | | | Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-2224-979/+1399
| * | | | | | | | | Beginning of support for LCD1602patacongo2013-01-216-4/+508
| * | | | | | | | | LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-217-27/+311
| * | | | | | | | | poll was not checking if the socket was still connectedpatacongo2013-01-211-11/+27
| * | | | | | | | | Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-205-92/+120
| * | | | | | | | | Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-204-20/+46
| * | | | | | | | | Minor tweak to last bugfixpatacongo2013-01-191-6/+16
| * | | | | | | | | Fix a bug where recv[from]() would hang when remote host gracefully closed co...patacongo2013-01-193-2/+28
| * | | | | | | | | Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-196-4/+150
| * | | | | | | | | Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-1830-189/+1254
| * | | | | | | | | Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-184-72/+258
| * | | | | | | | | More LPC1788 register definitions from Rommel Marcelopatacongo2013-01-188-540/+2036
| * | | | | | | | | Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1895-4349/+5972
| * | | | | | | | | Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-1817-943/+1731
| * | | | | | | | | STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
| * | | | | | | | | Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-1819-71/+297
| * | | | | | | | | Misc bug fixes related to NSH file executionpatacongo2013-01-175-49/+123
| * | | | | | | | | NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-1722-30/+927
| * | | | | | | | | Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-1715-96/+214
* | | | | | | | | | Merge pull request #175 from tridge/apps_bindirpx4dev2013-01-231-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | px4: enable APPS_BINDIR supportAndrew Tridgell2013-01-211-0/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #176 from tridge/apm-startuppx4dev2013-01-232-0/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | if rc.APM is installed, run itAndrew Tridgell2013-01-211-0/+10
| * | | | | | | | | | ROMFS: add support for EXTERNAL_SCRIPTSAndrew Tridgell2013-01-211-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #182 from NosDE/masterpx4dev2013-01-231-17/+43
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | timing changed and amber for manual addedMarco Bauer2013-01-231-9/+9