summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-0110-584/+2657
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-293-53/+49
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-281-5/+13
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-271-4/+9
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-2/+3
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-272-6/+13
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-252-3/+38
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-212-19/+364
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-195-0/+336
* Add support for R61505U LCD controller on HY-mini STM32v boardGregory Nutt2013-05-161-0/+4
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+1
* configs/mikroe-stm32f4: Add new configurations plus support for the MIO283QT...Gregory Nutt2013-05-071-0/+7
* mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did no...Gregory Nutt2013-05-061-4/+22
* Fixed to M25P driver from Ken Pettit plus some documentation updatesGregory Nutt2013-05-031-1/+1
* Replace CONFIG_MTD_SMART in MTD drivers with other conditionsGregory Nutt2013-05-033-40/+46
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-035-345/+391
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-023-23/+95
* 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