aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
Commit message (Collapse)AuthorAgeFilesLines
* Enable CU term in FMUv2 configLorenz Meier2015-01-221-1/+5
|
* Fix merge fail in nuttx configs, adjust LP and HP work stack sizes, reduce ↵Lorenz Meier2015-01-223-38/+9
| | | | interrupt stack from excessive 4K to 2K
* merged master into nuttx_bringupLorenz Meier2015-01-227-7/+48
|\
| * Disabled stack checking on aerocoreLorenz Meier2015-01-211-1/+1
| |
| * Fixed permissionsDavid Sidrane2015-01-216-0/+0
| |
| * FMUv1: Disable stack checkingLorenz Meier2015-01-211-1/+1
| |
| * Match the OS build's CONFIG_ARMV7M_STACKCHECK setting by using actual ↵David Sidrane2015-01-216-12/+19
| | | | | | | | setting in the exported nuttx config.h file to control each board build setting of ENABLE_STACK_CHECKS in toolchain_gnu-arm-eabi.mk
| * Removing -ffixed-r10 when stack checks aren't enabledPavel Kirienko2015-01-211-1/+1
| |
| * Globally configurable stack checks, R10 is always fixedPavel Kirienko2015-01-211-0/+6
| |
| * FMUv1 + FMUv2: Reduce excessively large OS stack sizes. Actual use was 800 ↵Lorenz Meier2015-01-212-6/+6
| | | | | | | | bytes hpwork, 400 bytes lpwork, 1700 bytes in running system. This leaves 1K headroom per task
* | CONFIG_ARMV7M_STACKCHECK is not setDavid Sidrane2015-01-141-1/+1
| |
* | Allows CONFIG_ARMV7M_STACKCHECK to be not setDavid Sidrane2015-01-141-1/+2
| |
* | updated to latest upstreamDavid Sidrane2015-01-142-6/+13
| |
* | Merged master into nuttx_bringupLorenz Meier2015-01-131-1/+1
|\|
| * Updated submodule and config for SDIO fixDavid Sidrane2015-01-071-1/+1
| |
* | Merge branch 'nuttx_bringup' of https://github.com/PX4/Firmware into ↵David Sidrane2015-01-073-1092/+2138
|\ \ | | | | | | | | | nuttx_bringup
| * | Set the interrupt reserve watchdogs to a smaller numberLorenz Meier2015-01-062-4/+4
| | |
| * | NuttX configs: Re-add missing board configsLorenz Meier2015-01-063-4/+9
| | |
| * | IOv2: Freshen configLorenz Meier2015-01-061-495/+913
| | |
| * | IOv1: Freshen configLorenz Meier2015-01-061-478/+909
| | |
| * | FMUv1: Fresh configLorenz Meier2015-01-061-120/+312
| | |
| * | NuttX for FMUv2: Freshen configLorenz Meier2015-01-061-5/+4
| | |
* | | Probes in board.h but disabled and with Configuation for SDIO fixDavid Sidrane2015-01-071-1/+1
| | |
* | | Added ProbesDavid Sidrane2015-01-073-5/+51
|/ /
* | Merged master into nuttx_bringupLorenz Meier2015-01-052-3/+5
|\|
| * Fix typo in RTC configLorenz Meier2015-01-031-1/+1
| |
| * NuttX: Enable RTC, require NuttX version with RTC supportLorenz Meier2015-01-031-1/+3
| |
| * NuttxConfig: increase I2C timeout to 10msRandy Mackay2014-12-301-1/+1
| |
| * Merge pull request #1529 from PX4/fdmaxLorenz Meier2014-12-282-2/+2
| |\ | | | | | | FMUv1 / FMUv2: Up number of file descriptors slightly - no known issues,...
| | * FMUv1 / FMUv2: Up number of file descriptors slightly - no known issues, but ↵Lorenz Meier2014-12-242-2/+2
| | | | | | | | | | | | some tasks are getting close.
* | | Merged David Sidranes WIPLorenz Meier2014-12-284-15/+49
|\ \ \
| * | | Updated Configs to use the new handshake thresholdsDavid Sidrane2014-12-272-1/+10
| | | |
| * | | Update configs with latest upstream setting David Sidrane2014-12-264-9/+10
| | | |
| * | | Updated configsDavid Sidrane2014-12-252-12/+36
| | | |
* | | | Merged master into nuttx_bringup / nuttx_noappconfigLorenz Meier2014-12-285-0/+5
|\ \ \ \ | | |/ / | |/| |
| * | | NuttX configs / build options: Do not warn about sign compare, as there are ↵Lorenz Meier2014-12-265-0/+5
| | |/ | |/| | | | | | | a bunch of non-standard signedness assumptions
* | | Removed stale appconfig filesLorenz Meier2014-12-284-158/+0
| |/ |/|
* | Bumped the CONFIG_NFILE_DESCRIPTORS up after testing CCASERTDavid Sidrane2014-12-241-1/+1
| |
* | Merged masterLorenz Meier2014-12-233-6/+3
|\|
| * IOv2: Ignore float suffixes in NuttXLorenz Meier2014-12-211-2/+1
| |
| * IOv1: Ignore float suffixes in NuttXLorenz Meier2014-12-211-2/+1
| |
| * FMUv2: Ignore float suffixes in NuttXLorenz Meier2014-12-211-2/+1
| |
| * FMUv1: Ignore float suffixes in NuttXLorenz Meier2014-12-211-2/+1
| |
* | Aerocore: CMD argsLorenz Meier2014-11-271-0/+2
| |
* | FMUv1: CMD argsLorenz Meier2014-11-271-2/+2
| |
* | Add missing CMDPARAMs and ARGCAT config optionsLorenz Meier2014-11-271-2/+2
| |
* | Add missing instrumentation definesLorenz Meier2014-11-271-1/+1
| |
* | Merged masterLorenz Meier2014-11-235-8/+7
|\|
| * Build NuttX optimized for sizeLorenz Meier2014-11-155-9/+6
| |
* | PX4IOv2: Modernize configLorenz Meier2014-11-122-4/+16
| |