aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #210 from PX4/usb_fixesLorenz Meier2013-03-172-111/+232
|\ | | | | USB fixes from Petteri Aimonen, cherry-picked.
| * USB fixes from Petteri Aimonen, cherry-picked.Lorenz Meier2013-02-252-111/+232
| |
* | Merge pull request #224 from PX4/pwm-multirateLorenz Meier2013-03-171-0/+1
|\ \ | | | | | | Pwm multirate
| * | Move PWM rate configuration, etc. into a separate utility and out of the ↵px4dev2013-03-121-0/+1
| | | | | | | | | | | | individual drivers.
* | | Attempt to fix sscanf() %n handlingLorenz Meier2013-03-161-23/+29
|/ /
* | 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
| | | | | | | | This addresses the last reported issue with this branch.
* | 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
|\|
| * Merge pull request #203 from PX4/debug_exampleLorenz Meier2013-02-201-0/+4
| |\ | | | | | | Added additional debug / uORB example
| | * Added additional exampleLorenz Meier2013-01-241-0/+4
| | |
| * | Merge pull request #198 from PX4/nuttx-merge-5596Lorenz Meier2013-02-17122-2269/+4636
| |\ \ | | | | | | | | Nuttx merge 5596
* | | | 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
| | | | | | | | | | | | | | | | this leaves us enough flash to fit APM
* | | | px4fmu: enable BINFSAndrew Tridgell2013-02-181-0/+1
| | | | | | | | | | | | | | | | needed for APM startup
* | | | appconfig: disable mathlib and associated examples on APMAndrew Tridgell2013-02-181-0/+4
| | | | | | | | | | | | | | | | | | | | these are far too large (777 kbyte) and we can't fit them with the ArduCopter flight code
* | | | Re-enabled signalsLorenz Meier2013-02-171-1/+1
| | | |
* | | | MergedLorenz Meier2013-02-17122-2268/+4635
|\ \ \ \ | | |/ / | |/| |
| * | | New option to ensure serial stack is always included.px4dev2013-02-062-0/+2
| | | |
| * | | Assorted compile fixes.px4dev2013-02-061-3/+0
| | | |
| * | | Merge whitespace and comments so that we are closer to in sync with trunk.px4dev2013-02-061-38/+47
| | | |
| * | | Back out the ADC DMA support. We aren't using or maintaining it, and it ↵px4dev2013-02-062-273/+48
| | | | | | | | | | | | | | | | doesn't work "right" either.
| * | | Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-06118-1958/+4542
| |\ \ \ | | | | | | | | | | | | | | | This merges NuttX 6.25 with one post-release bugfix.
| | * | | drivers/serial.c: Fix some race conditions. Some bad things code happen if ↵patacongo2013-02-022-29/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we lost a USB connection at certain times. git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5596 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Last minute 6.25 changepatacongo2013-02-013-26/+41
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5595 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Prep for 6.25 releasepatacongo2013-02-013-415/+1139
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5594 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-018-31/+94
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3
| | * | | NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken ↵patacongo2013-02-012-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bannister git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Misc clean; mark assertions as non-returning; allow toolchain prefix to be ↵patacongo2013-01-3117-72/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overriden from make command line git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-3110-24/+353
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5590 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Fix readline return value; Add support for removable serial devicespatacongo2013-01-318-49/+280
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3
| | * | | With the last fixes to the STM32 OTG FS driver, the old poll hack no longer ↵patacongo2013-01-302-62/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seems necessary git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5588 42af7a65-404d-4744-a932-0658087f49c3
| | * | | The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5587 42af7a65-404d-4744-a932-0658087f49c3
| | * | | LM4F update from JPpatacongo2013-01-305-310/+434
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5586 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Add LM3S/4F family definitionspatacongo2013-01-301-0/+12
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5585 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5584 42af7a65-404d-4744-a932-0658087f49c3
| | * | | LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5583 42af7a65-404d-4744-a932-0658087f49c3
| | * | | The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-9/+13
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5581 42af7a65-404d-4744-a932-0658087f49c3
| | * | | The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-293-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not with the usbnsh configuration) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
| | * | | USB monitor daemon updatespatacongo2013-01-297-48/+126
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-28137-387/+448
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-285-30/+100
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Misc SYSLOG and STM32 serial fixespatacongo2013-01-285-59/+61
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Serial driver needed even when no console; Fix user LED settings in all ↵patacongo2013-01-2827-86/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | STM32 configurations git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5575 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-286-41/+70
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5574 42af7a65-404d-4744-a932-0658087f49c3
| | * | | configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-275-676/+615
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5573 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Add configs/stm32f4discovery/usbnshpatacongo2013-01-2712-20/+1029
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5572 42af7a65-404d-4744-a932-0658087f49c3
| | * | | Add a start hook that can be setup to call a function in the context of a ↵patacongo2013-01-2715-55/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new thread before the new threads main() has been called. git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3