aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set kalman_demo to only publish when it has valid info.James Goppert2013-01-181-1/+5
|
* Defaulting to full auto in auto modeLorenz Meier2013-01-171-6/+7
|
* Prevented attitude correction from changing velocity when pos not init.James Goppert2013-01-171-3/+5
|
* Increased process noise.James Goppert2013-01-171-2/+2
|
* Merge branch 'master' of git://github.com/PX4/Firmware into fault_detectionJames Goppert2013-01-17583-4641/+26679
|\
| * Merge pull request #162 from PX4/windows_build_fixpx4dev2013-01-172-4/+4
| |\ | | | | | | Windows build fix attempt
| | * Windows build fix attemptLorenz Meier2013-01-152-4/+4
| | |
| * | Pass the absolute path to the compiler/assembler so that error messages ↵px4dev2013-01-151-3/+3
| |/ | | | | | | include enough information for an IDE to find the file.
| * Pull NuttX up to the 6.24 release.px4dev2013-01-14583-4634/+26671
| |\ | | | | | | | | | Merge branch 'nuttx-merge-5447'
| | * Fix the 'time' test, now that rand() seems to be working.px4dev2013-01-142-35/+39
| | |
| | * We can ignore this too.px4dev2013-01-111-0/+1
| | |
| | * The tests structure doesn't need to be writable.px4dev2013-01-111-1/+1
| | |
| | * Recover fix for and enabling of interrupt-driven I2C.px4dev2013-01-112-2/+2
| | |
| | * Fix a compile error in the i2c reset code.px4dev2013-01-111-2/+2
| | |
| | * Recover changes lost to bad merging.px4dev2013-01-1135-401/+701
| | |
| | * Less noisy build again.px4dev2013-01-111-2/+2
| | |
| | * Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-11428-3889/+13933
| | |
| | * Merge branch 'nuttx-merge-0f2decb' into nuttx-merge-5447px4dev2013-01-111-12/+17
| | |\
| | | * Force a configure before compiling in order to work around more NuttX/config ↵px4dev2013-01-021-12/+17
| | | | | | | | | | | | | | | | dependency issues.
| | * | Merge commit '3f420066964fe574bcf1c243d6a66646a433f777' into nuttx-merge-5447px4dev2013-01-111-2/+2
| | |\|
| | | * Don't re-run the configuration phase every time we build; NuttX will ↵px4dev2013-01-011-2/+2
| | | | | | | | | | | | | | | | re-build just about everything if you do.
| | * | Merge commit 'b3f037e876055ff4f5169fb5df1639d50d7d5976' into nuttx-merge-5447px4dev2013-01-111-29/+1
| | |\|
| | | * Forgot to save this one; more build system tweaks.px4dev2013-01-011-29/+1
| | | |
| | * | Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-119-115/+153
| | |\| | | | | | | | | | | | | Build system updates to sync with NuttX upstream.
| | | * Build system updates to match the NuttX merge.px4dev2013-01-018-460/+53
| | | |
| | | * Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-01594-3914/+30098
| | | |\
| | * | \ Merge branch 'master' into nuttx-merge-5447px4dev2013-01-11128-1013/+12699
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Prep for release 6.24patacongo2012-12-206-284/+812
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5447 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Fix make export targetpatacongo2012-12-202-2/+50
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5446 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Verify PATH variable in apps/examples/elfpatacongo2012-12-198-22/+68
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5445 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-197-10/+90
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5444 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-1930-104/+1225
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5443 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Restructre address environment interfaces in preparation for incorporation ↵patacongo2012-12-186-113/+584
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into binfmt/ logic git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5442 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Integrate PATH traversal logic and binary format logicpatacongo2012-12-177-43/+260
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5441 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-1611-31/+485
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5440 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Documentation updatepatacongo2012-12-154-42/+117
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5439 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add z180 system timerpatacongo2012-12-1519-165/+341
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5438 42af7a65-404d-4744-a932-0658087f49c3
| | | * | More z180 serial logicpatacongo2012-12-1424-163/+560
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5437 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add framework for z180 SCC driverpatacongo2012-12-147-24/+1402
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5436 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Finsh Z80181/182 register bit definitionpatacongo2012-12-132-78/+396
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5435 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add special register definitions needed for z80181 and z80182patacongo2012-12-135-118/+448
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5434 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add z180 interrupt initialization logicpatacongo2012-12-125-61/+106
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5433 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add z180 interrupt vectorspatacongo2012-12-127-253/+520
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5432 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Fix typo in z80-family Makefilespatacongo2012-12-122-2/+2
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5431 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Fix some early z180 compile errorspatacongo2012-12-1110-41/+54
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5430 42af7a65-404d-4744-a932-0658087f49c3
| | | * | configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-1128-76/+1332
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5429 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-1120-111/+1057
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add arch/z80/src/z180/z180_iomap.hpatacongo2012-12-104-27/+406
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5427 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add source files for z180patacongo2012-12-1032-174/+2698
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5426 42af7a65-404d-4744-a932-0658087f49c3
| | | * | Add header files for z180patacongo2012-12-109-1/+929
| | | | | | | | | | | | | | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5425 42af7a65-404d-4744-a932-0658087f49c3