summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix for sed "permission denied" error in Windows buildKynos2014-05-241-1/+2
* mtd driver: add missing SPI headerLorenz Meier2014-05-201-1/+1
* stm32: add sw workaround for broken stm32 hw RTS implementationKevin Hester2014-05-203-7/+134
* Disable -Wshadow warnings for system headers - alternatively we could use #pr...Lorenz Meier2014-05-164-0/+12
* include/cxx: Fix some bad idempotence defintions in header filesLorenz Meier2014-05-161-4/+4
* Revert "stm32_i2c: ensure that unexpected ISR can't overwrite stale data"Lorenz Meier2014-05-141-10/+1
* Merge pull request #8 from sarthakkaingade/masterLorenz Meier2014-05-071-1/+1
|\
| * Merge https://github.com/PX4/NuttXSarthak Kaingade2014-02-248-95/+650
| |\
| * | Corrected pinmaps for stm32f40xxx processorSarthak Kaingade2013-10-281-1/+1
* | | Declared log2l() in ARM math.hPavel Kirienko2014-05-071-0/+1
* | | Fixed include guard in cstdio. Broken include guard was preventing cstdio to ...Pavel Kirienko2014-05-051-3/+3
* | | stm32_i2c: ensure that unexpected ISR can't overwrite stale dataAndrew Tridgell2014-04-281-1/+10
* | | FAT: move cluster expansion checks to start of IO loopsAndrew Tridgell2014-03-041-54/+50
| |/ |/|
* | stm32_serial: fixed spelling of FLOWCONTROL config option in stm32 serial codeAndrew Tridgell2014-02-101-20/+20
* | typo, wide branch should be narrownone2014-01-251-1/+1
* | Assembler changes with the gcc-47 distribution from ARM mean that we need to ...none2014-01-221-16/+16
* | Merge pull request #9 from PX4/STM32F1_singlewire_uartLorenz Meier2014-01-211-0/+13
|\ \
| * | small whitespace correctionThomas Gubler2014-01-021-1/+2
| * | STM32F10xxx single wire usart supportThomas Gubler2014-01-021-2/+14
* | | More compile fixes for RAMTRON deviceLorenz Meier2014-01-161-0/+1
* | | Ramtron compile fixLorenz Meier2014-01-161-1/+1
* | | Range checking on clock argument for RAMTRON set speed IOCTLLorenz Meier2014-01-161-4/+11
* | | mtd: added MTDIOC_SETSPEED ioctlAndrew Tridgell2014-01-162-20/+23
* | | mtd: added timeouts to at24xx eeprom driverAndrew Tridgell2014-01-161-2/+13
* | | ramtron: the driver has been tested nowAndrew Tridgell2014-01-161-1/+1
* | | ramtron: give errors for IO operations immediatelyAndrew Tridgell2014-01-161-24/+27
* | | Abort after N retries, propagate error throughout driver layersLorenz Meier2014-01-151-11/+37
* | | FAT: fixed start cluster of .. directory entryAndrew Tridgell2014-01-141-1/+5
* | | FAT: cope with files of size equal to multiple of cluster sizeAndrew Tridgell2014-01-141-2/+2
|/ /
* | Merge branch 'master' of github.com:PX4/NuttXLorenz Meier2013-12-171-1/+1
|\ \
| * | Minor adjustment to make CLANG assembler happyLorenz Meier2013-12-101-1/+1
* | | 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