summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Pull more PX4-specific code from the NuttX tree.px4dev2013-08-121-19/+0
* All PX4 configs move out into the PX4 tree properpx4dev2013-08-0234-6236/+0
* Revert "px4fmu-v1: disable RXDMA on USART1"px4dev2013-08-021-1/+1
* px4fmu-v1: lower serial buffer size on UART5Andrew Tridgell2013-08-021-2/+2
* px4fmu-v1: disable RXDMA on USART1Andrew Tridgell2013-08-021-1/+1
* Disabled serial port renumberingLorenz Meier2013-07-281-0/+1
* Enabled HW flow controlLorenz Meier2013-06-171-0/+2
* Merge branch 'integration' of github.com:PX4/NuttX into integration_uartLorenz Meier2013-06-173-8/+4
|\
| * Removed stack checking from IOLorenz Meier2013-06-073-8/+4
* | Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-13126-716/+4822
|/
* Tracking NuttX config changesLorenz Meier2013-06-061-0/+1
* Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-068-12/+189
|\
| * Add SAM4L FLASHCALW header fileGregory Nutt2013-06-051-0/+8
| * SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-051-1/+2
| * Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-048-12/+180
* | Cleanup on stack checkLorenz Meier2013-06-052-6/+10
* | Merged upstream NuttXLorenz Meier2013-06-0517-8/+2430
|\|
| * More changes that should have gone with the last commitGregory Nutt2013-06-041-3/+3
| * SAM4L alternate pin mapping header file; Use USART1 for virtual COM port consoleGregory Nutt2013-06-033-11/+38
| * Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-0317-8/+2403
* | Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-0323-2054/+2535
|\|
| * Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-027-9/+9
| * Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-1/+1
| * Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-0213-294/+298
| * Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-0220-1759/+2236
* | Enable stack checking for FMULorenz Meier2013-06-021-0/+1
* | Merge branch 'kconfig_fixes' into integrationLorenz Meier2013-06-0284-343/+426
|\ \
| * | KConfig fixes for STM32F4 (fixes flash prefetch never being enabled, added tw...Lorenz Meier2013-06-021-1/+1
| |/
| * Fix nRF24L01+ driver integration for the STM32 Tiny. From Laurent Latil.Gregory Nutt2013-06-012-36/+86
| * Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+1
| * .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3064-64/+0
| * Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-3076-247/+255
| * Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-292-4/+4
| * Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-294-57/+145
* | Updated defconfig, now 100% vetted vs. old config AND KConfig cleanLorenz Meier2013-06-022-52/+64
* | Re-enable sys log to work around USB vs. ttyS0 issue - works, but needs furth...Lorenz Meier2013-06-011-2/+3
* | Checkpoint: Board bootingLorenz Meier2013-06-015-18/+115
* | Config improvementsLorenz Meier2013-06-012-6/+17
* | Integration with main Firmware repo, adjusting new-style configsLorenz Meier2013-06-0113-1756/+185
* | Config updatesLorenz Meier2013-06-013-152/+112
* | Updated FMU and IO configsLorenz Meier2013-06-0134-1582/+3406
* | Added stack checkingLorenz Meier2013-05-313-2/+42
* | Almost compiling FMU configLorenz Meier2013-05-316-163/+442
* | Added FMU config, used different name to prevent with px4fmu pre-menuconfig c...Lorenz Meier2013-05-3027-0/+5597
|/
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-2821-0/+4047
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-283-29/+69
* Fix Sure PIC32 LOOPSPERMSECGregory Nutt2013-05-273-3/+3
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-273-7/+71
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-276-93/+335
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-273-56/+53