summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)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
| | | | This reverts commit 53a86709353fa67c32258f405060313f18588cc8.
* px4fmu-v1: lower serial buffer size on UART5Andrew Tridgell2013-08-021-2/+2
| | | | | no need for 512 bytes for this port, as it is used only for px4io update
* px4fmu-v1: disable RXDMA on USART1Andrew Tridgell2013-08-021-1/+1
| | | | this is needed to be able to run a nsh console on USART1
* 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 ↵Lorenz Meier2013-06-13126-716/+4822
|/ | | | re-evaluation (minor diffs to local version)
* 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 ↵Gregory Nutt2013-06-051-1/+2
| | | | | | | | documentation updates
| * 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
| | | | | | | | Pro board
* | 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 ↵Gregory Nutt2013-06-021-1/+1
| | | | | | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
| * Eliminated sam3u_internal.h. Use separate header files instead. More ↵Gregory Nutt2013-06-0213-294/+298
| | | | | | | | renaming from sam3u_ to sam_ to make room in the namespce for the sam4l_
| * Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U ↵Gregory Nutt2013-06-0220-1759/+2236
| | | | | | | | to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
* | 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 ↵Lorenz Meier2013-06-021-1/+1
| |/ | | | | | | two NSH options to KConfig)
| * 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. ↵Gregory Nutt2013-05-3076-247/+255
| | | | | | | | Add some missing .gitignore files
| * Optimize request buffer sizes in the serial USB drivers so that we avoid so ↵Gregory Nutt2013-05-292-4/+4
| | | | | | | | many NULL packets and so that the OUT request buffer size is exactly the max packet size.
| * Fix STM32F1 and F3 USB device driver. It was not handling NULL packets ↵Gregory Nutt2013-05-294-57/+145
| | | | | | | | correctly and it prevent use of the driver with the CDC/ACM class
* | 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 ↵Lorenz Meier2013-06-011-2/+3
| | | | | | | | further attention
* | 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 ↵Lorenz Meier2013-05-3027-0/+5597
|/ | | | config
* 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
| | | | bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
* 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 ↵Gregory Nutt2013-05-273-56/+53
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness