summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-042-16/+10
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+16
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ...patacongo2013-04-011-4/+25
* Some initial LCD logic for the lpc1788 (still a work-in-progress)patacongo2013-03-261-6/+11
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-1/+16
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-44/+27
* A few fixes related to dispatched signals in kernel mode (there are still iss...patacongo2013-03-221-1/+1
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-221-1/+1
* More ST5767 LCD files missed in last commitpatacongo2013-03-221-0/+158
* In the kernel build, pass task paramters in the stack, not using the arrary i...patacongo2013-03-211-0/+10
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-1/+38
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-22/+66
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-182-11/+24
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-174-51/+149
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-164-3/+55
* Switch to user-mode before starting a new taskpatacongo2013-03-143-11/+90