summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed location of DMA console reinitializationLorenz Meier2013-12-171-3/+2
|/ /
* / Fixes for sim for CLANGLorenz Meier2013-12-092-6/+494
|/
* strncpy bug fixed: fill tail of dest with zeroes if src size < nAnton Babushkin2013-10-231-0/+1
* sdio: fixed SDIO_DMAPREFLIGHT() macro to return fault codeAndrew Tridgell2013-10-101-3/+2
* Fix a typo that disconnected the DMA range validation checker from the actual...px4dev2013-09-291-1/+1
* Also consider negative values to be valid, and while we are at it add support...Lorenz Meier2013-09-221-2/+9
* Also consider negative values to be validLorenz Meier2013-09-221-2/+5
* Cover a range of sscanf() corner cases, including %n not being the last forma...Lorenz Meier2013-09-221-17/+82
* Merge branch 'master' of github.com:PX4/NuttXLorenz Meier2013-09-2110-100/+524
|\
| * Missed de-optioning the DMA preflight check.px4dev2013-09-111-2/+0
| * Add an explicit preflight call for SDIO DMA operations, since we can't error ...px4dev2013-09-083-29/+138
| * Fix DMA channel definitions for UART7/8px4dev2013-09-011-4/+4
| * Teach the FAT filesystem how to deal with I/Os that can't be handled due to D...px4dev2013-09-011-27/+71
| * 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 perfor...px4dev2013-09-011-47/+61
| * 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 nu...Lorenz Meier2013-09-211-16/+42
|/
* 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.px4dev2013-08-121-19/+0
* | cdcacm: fixed SELFPOWERED and REMOTEWAKEUP bits in USB attributesAndrew Tridgell2013-08-141-2/+2
|/
* STM32 BxCAN filter registers are only accessible via the CAN1 register block;...px4dev2013-08-112-39/+72
* 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
* px4fmu-v1: lower serial buffer size on UART5Andrew Tridgell2013-08-021-2/+2
* px4fmu-v1: disable RXDMA on USART1Andrew Tridgell2013-08-021-1/+1
* 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
* Added support for FIONREAD and FIONWRITE, added input / output processing sup...Lorenz Meier2013-07-183-44/+274
* HACK: don't call the card-changed callback with interrupts disabled, as it me...Lorenz Meier2013-07-171-1/+2
* 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-13210-3340/+13710
|/
* 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