summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* mtd driver: add missing SPI headerLorenz Meier2014-05-201-1/+1
* stm32: add sw workaround for broken stm32 hw RTS implementationKevin Hester2014-05-201-1/+20
* 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
* Fixed include guard in cstdio. Broken include guard was preventing cstdio to ...Pavel Kirienko2014-05-051-3/+3
* mtd: added MTDIOC_SETSPEED ioctlAndrew Tridgell2014-01-161-0/+2
* sdio: fixed SDIO_DMAPREFLIGHT() macro to return fault codeAndrew Tridgell2013-10-101-3/+2
* 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-081-0/+28
* cdcacm: fixed SELFPOWERED and REMOTEWAKEUP bits in USB attributesAndrew Tridgell2013-08-141-2/+2
* 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
* Added support for FIONREAD and FIONWRITE, added input / output processing sup...Lorenz Meier2013-07-181-0/+8
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-1/+1
* Merge branch 'hardware_flow_control' into integrationLorenz Meier2013-06-062-0/+15
|\
| * Merge branch 'upstream' into hardware_flow_controlLorenz Meier2013-06-061-6/+16
| |\
| * | Hardware flow control bitsLorenz Meier2013-06-022-0/+15
* | | Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-031-6/+16
|\ \ \ | | |/ | |/|
| * | Add dprintf() and vdprintf()Gregory Nutt2013-06-021-6/+16
| |/
* / Added stack checking for ARMv7M using R10, R10 NOT reserved yetLorenz Meier2013-06-021-1/+1
|/
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-014-173/+743
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-291-0/+11
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-3/+5
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-271-13/+22
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl...Gregory Nutt2013-05-253-49/+146
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-251-1/+4
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ...Gregory Nutt2013-05-241-0/+1
* Add SLCD ioctl commandsGregory Nutt2013-05-232-6/+57
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-232-4/+4
* Add logic to encode/decode special SLCD actionsGregory Nutt2013-05-231-0/+212
* When readahead data is available, poll needs to return POLLIN or POLLRDNORM, ...Gregory Nutt2013-05-231-0/+2
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-213-27/+161
* Internal FLASH MTD driver for TI/Stellaris from Max HoltzbergGregory Nutt2013-05-201-1/+11
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-193-0/+501
* Fixes for typos and errors in audio.h from Ken PettitGregory Nutt2013-05-191-29/+29
* More references to SYS_oneixt vs SYS_on_exit noted by Ken PettitGregory Nutt2013-05-171-7/+7
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-0/+5
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-032-16/+6
* Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.Gregory Nutt2013-05-022-10/+10
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-011-1/+1
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-6/+16
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-011-1/+1
* Add Ken Pettit's SMART FSGregory Nutt2013-04-306-11/+216
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-301-0/+116
* Incorporate comments from Ken PetitGregory Nutt2013-04-301-2/+2
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-1/+22
* Remove up_assert_codeGregory Nutt2013-04-253-17/+6
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-231-2/+2
* _Exit() is the stdlib.h equivalent of unistd.h's _exit()Gregory Nutt2013-04-181-0/+5
* Fix some bad macro names in include/nuttx/serial/16550.hGregory Nutt2013-04-051-22/+22