aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v1
Commit message (Collapse)AuthorAgeFilesLines
* Increased the number of max files descriptors considerablyLorenz Meier2013-08-261-2/+2
|
* Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-201-1/+1
|\
| * Revert "Hotfix for UART5"Lorenz Meier2013-08-171-1/+1
| | | | | | | | This reverts commit b08ca02410cc02f75bbfe154963edcea6767972e.
* | Merged masterLorenz Meier2013-08-171-1/+1
|\|
| * Hotfix for UART5Lorenz Meier2013-08-171-1/+1
| |
| * Merge pull request #355 from PX4/kconfig-cleanupLorenz Meier2013-08-142-21/+23
| |\ | | | | | | Kconfig cleanup
* | \ Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) ↵px4dev2013-08-141-18/+23
|\ \ \ | | |/ | |/| | | | into fmuv2_bringup
| * | Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX ↵px4dev2013-08-131-8/+4
| | | | | | | | | | | | config anymore.
| * | Clean the FMUv1 config through menuconfig.px4dev2013-08-121-13/+19
| | |
* | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-141-2/+3
|\ \ \ | | |/ | |/|
| * | Fixed power attribute on FMU, contributed by TridgeLorenz Meier2013-08-141-2/+3
| |/
| * Hotfix: Give FMU its own interrupt stack to isolate the interrupt context ↵Lorenz Meier2013-08-081-1/+1
| | | | | | | | from application stacks
| * Fix CAN2 pinout selection thanks to heads-up from Joe van Niekerkpx4dev2013-08-051-2/+2
| |
* | Enable the dedicated interrupt stack for both v1 and v2 boards. This will ↵Andrew Tridgell2013-08-071-1/+1
| | | | | | | | help save us from threads that are under-provisioned stack-wise.
* | Fix CAN2 pinout selection thanks to heads-up from Joe van Niekerkpx4dev2013-08-051-2/+2
| |
* | Merged masterLorenz Meier2013-08-041-1/+1
|\|
| * Move NuttX configurations out of the NuttX tree proper. This reduces the ↵px4dev2013-08-038-0/+1885
| | | | diffs we have to carry against the NuttX upstream repo to just our local patches to the NuttX code itself.
* Increased comm buf size to better deal with higher-speed MAVLink transfersLorenz Meier2013-08-041-2/+2
|
* Clean out unused trash from the NuttX configs.px4dev2013-08-0212-1833/+219
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-0218-0/+3423
most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.