aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Avoid reinitializing a SPI bus once it's been set up the first time.px4dev2012-08-131-18/+36
| | |
| * | More ignorance.px4dev2012-08-131-0/+1
| | |
| * | Simplify an error message to avoid a bad pointer deref.px4dev2012-08-131-1/+1
| | |
| * | Nuke a dead file.px4dev2012-08-131-430/+0
| | |
| * | New-style driver for the MPU6000.px4dev2012-08-133-0/+961
| | |
| * | force 8-bit SPI transactions for device::SPI drivers.px4dev2012-08-131-1/+2
| | |
* | | Reworked ardrone / multirotor controlLorenz Meier2012-08-145-69/+146
|/ /
* | Indendation fixesLorenz Meier2012-08-131-19/+19
| |
* | First initial revision of ACC driver and gyroLorenz Meier2012-08-134-41/+72
| |
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-1312-168/+281
|\ \
| * | Massive improvements in state machine, still tracing wrong throttle scaling ↵Lorenz Meier2012-08-1310-167/+268
| | | | | | | | | | | | in manual input path
| * | Add heap used/free summaries to heap dumppx4dev2012-08-121-0/+8
| | |
| * | typo that causes the heap printer to fail by recursing infinitelypx4dev2012-08-111-1/+1
| | |
| * | Bootloader requires images be a multiple of 4 bytes; pad to comply.px4dev2012-08-111-0/+4
| | |
* | | Improved float testsLorenz Meier2012-08-133-72/+31
|/ /
* | Further cleanups, added sanity check against system state machineLorenz Meier2012-08-126-43/+60
| |
* | Streamlined ar drone interface, removed a lot of old cruft, preparing for ↵Lorenz Meier2012-08-1226-340/+2350
| | | | | | | | generic multirotor control
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-1155-582/+1027
|\ \
| * | Merge branch 'NuttX/master'px4dev2012-08-1143-479/+831
| |\|
| | * Back out the last STM32 DMA priority change. It is not necessary; just ↵patacongo2012-08-103-4/+7
| | | | | | | | | | | | | | | | | | dropping the SD frequency was sufficient git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5021 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ↵patacongo2012-08-105-4/+10
| | | | | | | | | | | | | | | | | | STM3240G-EVAL git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5020 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-105-7/+64
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5019 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1029-139/+3732
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5018 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-088-46/+47
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5017 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Add a USB0 device header file for LPC43patacongo2012-08-0710-705/+801
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5016 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Update documentation to describe customization of NSH; Add the framework for ↵patacongo2012-08-076-18/+3599
| | | | | | | | | | | | | | | | | | a LPC43xx USB0 driver (not functional) git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5015 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Misc updates (minor)patacongo2012-08-064-11/+14
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5014 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Fix more floating point formatting bugspatacongo2012-08-063-38/+103
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5013 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Fix a floating point presentation errorpatacongo2012-08-063-217/+102
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5012 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * cosmeticpatacongo2012-08-062-49/+153
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5011 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * I learned how to spell PSEUDOpatacongo2012-08-0535-1645/+1644
| | | | | | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5010 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| | * Update NSH documentation; Add option to reduce size of help commnd without ↵patacongo2012-08-043-9/+52
| | | | | | | | | | | | | | | | | | completely eliminating it git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5009 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * | Switch back from max performance to size as the default optimization level. ↵px4dev2012-08-111-1/+1
| | | | | | | | | | | | Individual modules can still override this if they need to.
| * | Adjust sample mixer configurations and documentation to match new syntax.px4dev2012-08-117-56/+94
| | |
| * | Syntax change to improve readability; output scalers are now labelled O: ↵px4dev2012-08-113-38/+89
| | | | | | | | | | | | | | | | | | instead of looking like control scalers. Make mixer terminology more consistent; mixer inputs are 'controls'.
| * | Don't try to mix if we have no mixer installed.px4dev2012-08-111-8/+12
| | |
* | | Added manual control abstraction layer, reworked sensors and ardrone_control ↵Lorenz Meier2012-08-118-90/+254
|/ / | | | | | | apps to use it instead of direct RC channels
* | Ensured startup of USB link, updated port ids to read fromLorenz Meier2012-08-102-7/+5
| |
* | Rework the mixer architecture based on discussions about arbitrary geometry ↵px4dev2012-08-1016-957/+1165
| | | | | | | | | | | | | | | | mixing and plugins. Now the mixer is a C++ library that can be fairly easily bolted into an output driver to provide mixing services. Teach the FMU driver how to use it as an example. More testing is still required.
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-084-120/+136
|\ \
| * | build fixespx4dev2012-08-084-120/+136
| | |
* | | Minor but important fixes across systemLorenz Meier2012-08-088-156/+239
|/ /
* | Drop the X and + rotor mixers. We can't do multirotor mixing statically ↵px4dev2012-08-072-108/+0
| | | | | | | | like that, as there is no mechanism for dealing with channel saturation.
* | Fine tuningLorenz Meier2012-08-071-8/+0
| |
* | Introduced multirotor controlLorenz Meier2012-08-078-0/+918
| |
* | minor polishingLorenz Meier2012-08-071-3/+3
| |
* | Minor cleanups in WP handlingLorenz Meier2012-08-073-42/+106
| |
* | HIL fixed, fixedwing control fixesIvan Ovinnikov2012-08-076-150/+171
| |
* | Sending back current position setpoints (global and local)Lorenz Meier2012-08-071-3/+38
| |
* | Completed calibration state machine, calibration state now propagating to ↵Lorenz Meier2012-08-065-54/+105
| | | | | | | | sensor, scale calibration soon