summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-012-35/+35
* Cosmetic update to commentsGregory Nutt2013-05-011-15/+19
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-0112-25/+90
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-0/+2
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-305-21/+2536
* Incorporate comments from Ken PetitGregory Nutt2013-04-301-16/+20
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-302-7/+36
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-304-5/+453
* configs/freedom-kl25z: Change references to NuTiny to Freedom KL25ZGregory Nutt2013-04-251-1/+1
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-252-2/+16
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-4/+4
* kconfig2html: Perform HTL conversions and add hyperlinks for dependency expre...Gregory Nutt2013-04-211-1/+1
* Yet more kconfg2html logicGregory Nutt2013-04-202-11/+11
* Add support for the FM25V01 partGregory Nutt2013-04-181-1/+9
* Fix some naming and comments associated with the Open1788 touchscreenGregory Nutt2013-04-152-4/+11
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt2013-04-122-7/+9
* Minor clean-up while debugging the Open1788 touchscreenGregory Nutt2013-04-121-9/+10
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-5/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+17
* Several fixes for LPC1788 GPIOpatacongo2013-04-031-2/+0
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-021-2/+16
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-18/+116
* LPC17 LCD driver is code complete and in need of testingpatacongo2013-03-261-1/+1
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-90/+190
* More ST5767 LCD files missed in last commitpatacongo2013-03-222-0/+1099
* Add an ST7567 LCD driver for ZKIT-ARM-1769patacongo2013-03-223-0/+64
* Add missing implementation of O_NONBLOCK for serial writespatacongo2013-03-181-6/+30
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-101-1/+9
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-102-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-095-10/+15
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-282-34/+64
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* A few NuTiny-SDK-NUC120 fixespatacongo2013-02-231-6/+6
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-152-1/+54
* Missed SST39VF driver in commit 45640patacongo2013-02-121-0/+847
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-113-28/+71
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-3/+5
* Several patches from Petteri Aimonenpatacongo2013-02-082-25/+74
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* A spurious checkin... I just want to improve some code structurepatacongo2013-02-021-29/+34
* drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-021-29/+75
* Last minute 6.25 changenuttx-6.25patacongo2013-02-011-18/+33
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-012-10/+16
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+6
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-312-2/+172
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-315-22/+212
* USB monitor daemon updatespatacongo2013-01-291-5/+5
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-287-65/+65
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-281-7/+7
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-271-1/+17