summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
| * Teach the MMC layer to handle errors reported during DMA setup.px4dev2013-09-011-4/+24
| |
| * Teach the STM32 SDIO driver how to determine whether a transfer can be ↵px4dev2013-09-011-47/+61
| | | | | | | | performed safely using DMA.
| * Fix the Kconfig configuration for the STM32 SDIO DMA priority option.px4dev2013-09-011-0/+8
| |
| * Enhance the stm32_dmacapable implementation to give correct answers.px4dev2013-09-014-10/+241
| |
* | Fixed two sscanf() issues: 1) sscanf() always reported as result value the ↵Lorenz Meier2013-09-211-16/+42
|/ | | | number of wanted arguments, even if it was not able to get all of them. 2) sscanf() would return conversion success for the last argument even if the last character is a space symbol
* Fix STM32 UART7/8 kconfig names and UART DMA dependencies.px4dev2013-09-011-34/+34
|
* Fix handling of filenames > 15 characters in ROMFS.px4dev2013-08-251-1/+1
|
* Merge pull request #4 from PX4/kconfig-cleanupLorenz Meier2013-08-141-19/+0
|\ | | | | Pull more PX4-specific code from the NuttX tree.
| * Pull more PX4-specific code from the NuttX tree.px4dev2013-08-121-19/+0
| |
* | cdcacm: fixed SELFPOWERED and REMOTEWAKEUP bits in USB attributesAndrew Tridgell2013-08-141-2/+2
|/ | | | | | the ifndef checks should be ifdef. This was causing the wrong attributes on USB, which could limit available power on some host systems
* STM32 BxCAN filter registers are only accessible via the CAN1 register ↵px4dev2013-08-112-39/+72
| | | | block; teach the code how to get at them.
* Add CAN configuration to STM32 config menuGregory Nutt2013-08-111-1/+15
|
* Merged MMCSD single read fix from Greg, without change logGregory Nutt2013-08-111-32/+46
|
* USB tracing fix, contributed by Jean M. CyrLorenz Meier2013-08-041-16/+15
|
* Math header fix, contributed by Jean M. CyrLorenz Meier2013-08-041-2/+2
|
* 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
* Fixed serial init for non-reordering caseLorenz Meier2013-07-281-1/+8
|
* Disabled serial port renumberingLorenz Meier2013-07-281-0/+1
|
* Added option to disable serial port reorderingLorenz Meier2013-07-282-1/+22
|
* cdcacm: added FIONREAD and FIONWRITE to cdcacm driverAndrew Tridgell2013-07-251-0/+48
| | | | based on serial.c implementation
* Added support for FIONREAD and FIONWRITE, added input / output processing ↵Lorenz Meier2013-07-183-44/+274
| | | | support for UART and CDCACM serial ports. Implemented by Mike Smith, Andrew Tridgell and Lorenz Meier
* HACK: don't call the card-changed callback with interrupts disabled, as it ↵Lorenz Meier2013-07-171-1/+2
| | | | means that timeouts don't work.
* 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-13210-3340/+13710
|/ | | | re-evaluation (minor diffs to local version)
* Merge branch 'hardware_flow_control' into integrationLorenz Meier2013-06-063-43/+140
|\
| * Merge branch 'upstream' into hardware_flow_controlLorenz Meier2013-06-06154-9163/+19207
| |\
| * | Hardware flow control bitsLorenz Meier2013-06-023-43/+140
| | |
* | | 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-0626-229/+2642
|\ \ \ | | |/ | |/|
| * | Move SAM4L peripheral clock logic to a separate fileGregory Nutt2013-06-057-232/+637
| | |
| * | Updates to SAM4L clocking. Still not finishedGregory Nutt2013-06-054-57/+362
| | |
| * | Add power management register defintions and clock control logic for the SAM4LGregory Nutt2013-06-056-77/+954
| | |
| * | Add SAM4L FLASHCALW header fileGregory Nutt2013-06-058-19/+373
| | |
| * | SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor ↵Gregory Nutt2013-06-055-125/+430
| | | | | | | | | | | | documentation updates
| * | Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-049-13/+180
| | |
* | | Cleanup on stack checkLorenz Meier2013-06-053-7/+11
| | |
* | | Merged upstream NuttXLorenz Meier2013-06-0559-670/+6789
|\| |
| * | More changes that should have gone with the last commitGregory Nutt2013-06-043-434/+432
| | |
| * | Add SAM4L GPIO driverGregory Nutt2013-06-046-41/+609
| | |
| * | Create SAM4L GPIO driver header fileGregory Nutt2013-06-045-111/+566
| | |
| * | Add SAM4L (and 4S) GPIO register definitionsGregory Nutt2013-06-046-266/+1067
| | |
| * | If CONFIG_STM32_DMACAPABLE is defined, use stm32_dmacapable to workaround ↵Gregory Nutt2013-06-042-19/+42
| | | | | | | | | | | | attempt SPI DMAs from the CCM stack
| * | Add stm32_dmacapable interface to determine is it is possible to perform DMA ↵Gregory Nutt2013-06-047-26/+174
| | | | | | | | | | | | from a given address.
| * | SAM4L alternate pin mapping header file; Use USART1 for virtual COM port consoleGregory Nutt2013-06-035-11/+620
| | |
| * | Add a skeleton configuration that will eventually support the SAM4L Xplained ↵Gregory Nutt2013-06-0326-17/+2638
| | | | | | | | | | | | Pro board