aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement settable failsafe values for PWM outputs.px4dev2013-01-255-10/+44
* Less debug output.px4dev2013-01-251-3/+1
* Move the DMA start to immediately after setting it up; less latency at interr...px4dev2013-01-251-3/+4
* Fix the handling of max transfer size to leave room for the page/offset bytes.px4dev2013-01-251-5/+9
* Dump a couple of unused member variables.px4dev2013-01-251-3/+0
* px4io: fixed mixer loadAndrew Tridgell2013-01-251-2/+4
* px4io: fixed cpp errorAndrew Tridgell2013-01-251-1/+1
* px4io: fixed array reference bugAndrew Tridgell2013-01-251-1/+1
* Move DMA start for tx/rx into the gap where SCL is still stretched so that th...px4dev2013-01-251-2/+3
* Merge branch 'master' into px4io-i2cpx4dev2013-01-2597-742/+3795
|\
| * 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
| | * | | timing changed and amber for manual addedMarco Bauer2013-01-231-2/+1
| | * | | timing changed and amber for manual addedMarco Bauer2013-01-232-9/+36
| * | | | Merge pull request #174 from tridge/vdprintfpx4dev2013-01-234-1/+98
| |\ \ \ \