aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/aerocore/nsh/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-01-231-0/+1
|
* Fix merge fail in nuttx configs, adjust LP and HP work stack sizes, reduce ↵Lorenz Meier2015-01-221-3/+3
| | | | interrupt stack from excessive 4K to 2K
* merged master into nuttx_bringupLorenz Meier2015-01-221-1/+1
|\
| * Disabled stack checking on aerocoreLorenz Meier2015-01-211-1/+1
| |
* | Update configs with latest upstream setting David Sidrane2014-12-261-0/+3
| |
* | Aerocore: CMD argsLorenz Meier2014-11-271-0/+2
| |
* | Modernize aerocore configLorenz Meier2014-11-121-5/+4
|/
* Disable CONFIG_ARCH_IRQPRIO in all NuttX configsAnton Babushkin2014-08-141-1/+1
|
* Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+950
Based on the work of Andrew Smith [1], add board configuration and device drivers to support the Gumstix AeroCore (previously Aerodroid) board [2]. The AeroCore is an autopilot board based on a STM32F427 similar to the FMUv2. [1] https://github.com/smithandrewc/Firmware [2] https://store.gumstix.com/index.php/products/585/ Signed-off-by: Ash Charles <ashcharles@gmail.com>