aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/aerocore
Commit message (Collapse)AuthorAgeFilesLines
* NuttX configs: Reduce excessive number of reserved FDsLorenz Meier2015-04-261-1/+1
|
* nuttx-configs fix code styleDaniel Agar2015-03-192-3/+3
|
* Fix stack sizes based on observed usage. Frees some more RAMLorenz Meier2015-03-031-3/+3
|
* Insure that CONFIG_ARCH_BOARD_xxx is defined and to be consistent with Nuttx ↵David Sidrane2015-02-171-0/+1
| | | | build place them in defconfig files so that config.h will have ONFIG_ARCH_BOARD_xxx defined
* Disabled stack checking on aerocoreLorenz Meier2015-01-211-1/+1
|
* Fixed permissionsDavid Sidrane2015-01-211-0/+0
|
* Match the OS build's CONFIG_ARMV7M_STACKCHECK setting by using actual ↵David Sidrane2015-01-211-2/+3
| | | | setting in the exported nuttx config.h file to control each board build setting of ENABLE_STACK_CHECKS in toolchain_gnu-arm-eabi.mk
* NuttX configs / build options: Do not warn about sign compare, as there are ↵Lorenz Meier2014-12-261-0/+1
| | | | a bunch of non-standard signedness assumptions
* Disable CONFIG_ARCH_IRQPRIO in all NuttX configsAnton Babushkin2014-08-141-1/+1
|
* Add Gumstix AeroCore deviceAsh Charles2014-05-139-0/+1781
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>