aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
Commit message (Collapse)AuthorAgeFilesLines
...
| * Increased USB buffer size to cope with fast transfersLorenz Meier2013-08-261-2/+2
| |
* | Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-272-4/+4
|\ \ | |/ |/|
| * Made number of streams more reasonableLorenz Meier2013-08-272-2/+2
| |
| * Revert "Increased the number of max files descriptors considerably"Lorenz Meier2013-08-272-4/+4
| | | | | | | | This reverts commit 3157285254381827bc0312bfb413ff6823feee3b.
* | Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-262-4/+4
|\|
| * Increased the number of max files descriptors considerablyLorenz Meier2013-08-262-4/+4
| |
| * 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.
* | | Moved to USART1 for the main console, starting a 2nd NSH instance on USB if ↵Lorenz Meier2013-08-221-4/+4
| | | | | | | | | | | | needed, reworked start scripts to not fall over
* | | Merged seatbelt_multirotor_new / masterLorenz Meier2013-08-191-1/+1
|\ \ \ | |/ / |/| |
* | | Put console and syslog on UART8, added support to nshterm for proper serial ↵Lorenz Meier2013-08-181-7/+7
| | | | | | | | | | | | port config
* | | 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-144-51/+27
| |\ | | | | | | Kconfig cleanup
* | \ Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) ↵px4dev2013-08-142-40/+23
|\ \ \ | | |/ | |/| | | | into fmuv2_bringup
| * | Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX ↵px4dev2013-08-133-38/+8
| | | | | | | | | | | | 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
| |
* | Enforced consistency between configsLorenz Meier2013-08-141-0/+1
| |
* | Putting SDIO back to DMA and disabling CCM againLorenz Meier2013-08-121-2/+2
| |
* | Fixed inconsistend defconfig - switching to menuconfig ASAPLorenz Meier2013-08-121-4/+3
| |
* | Disabled SDIO DMA, enabled CCM memoryLorenz Meier2013-08-121-2/+2
| |
* | Increased buffer sizes for telemetry, set USB PID correctly according to new ↵Lorenz Meier2013-08-091-3/+3
| | | | | | | | scheme
* | Enable the dedicated interrupt stack for both v1 and v2 boards. This will ↵Andrew Tridgell2013-08-072-2/+2
| | | | | | | | 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-0317-0/+3079
| | | | diffs we have to carry against the NuttX upstream repo to just our local patches to the NuttX code itself.
* Revert "Merged USB ID changes to match bootloader"px4dev2013-08-031-11/+6
| | | | This reverts commit 8e599e4a3cf1d89c5ce4d1e8f1020fe047e0a55c.
* Increased comm buf size to better deal with higher-speed MAVLink transfersLorenz Meier2013-08-041-2/+2
|
* Merged USB ID changes to match bootloaderAndrew Tridgell2013-08-041-6/+11
|
* Clean out unused trash from the NuttX configs.px4dev2013-08-0237-6490/+728
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-0236-86/+6140
| | | | | | 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.
* Disabled serial port renumberingLorenz Meier2013-07-281-0/+1
|
* Add HRT and PPM again in IO defconfigJulian Oes2013-07-182-0/+44
|
* Compiling / executing WIP on leds, leds not operational yetLorenz Meier2013-07-181-12/+35
|
* Fixed microSD, operational fine, will need more work with CCM SRAM.Lorenz Meier2013-07-171-1/+1
|
* WIP on microSD supportLorenz Meier2013-07-171-1/+18
|
* Pull v2 pieces up to build with the mergepx4dev2013-07-0729-0/+5716