summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to ↵Gregory Nutt2013-06-245-79/+299
| | | | UG_2864AMBAG01 and UG-9964HSWAG01. Fixe NXHELLO default colors for 1-bit mono modes
* Fix UG-2832HSWEG04 configuration valuesGregory Nutt2013-06-231-22/+26
|
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ↵Gregory Nutt2013-06-234-203/+254
| | | | module that uses that OLED.
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update ↵Gregory Nutt2013-06-231-2/+2
| | | | TODO list
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-221-9/+14
|
* Fix for ENC28J60 from DaveGregory Nutt2013-06-221-4/+11
|
* MMC/SD SPI speed field is only used if CONFIG_SPI_OWNBUS is not definedGregory Nutt2013-06-171-2/+14
|
* MMC/SD driver needs to manage SPI mode and data width as wellGregory Nutt2013-06-172-10/+55
|
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-30/+5
|
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ↵Gregory Nutt2013-06-161-1/+45
| | | | ADS7843E driver
* SAM MMCSD/SPI related changesGregory Nutt2013-06-151-5/+7
|
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ↵Gregory Nutt2013-06-131-1/+6
| | | | away
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-0/+5
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* Add flow control support to the STM32 serial driver; Fix some issues with ↵Gregory Nutt2013-06-061-266/+597
| | | | UART2 and 5. From Lorenz Meier and Mike Smith
* 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. ↵Gregory Nutt2013-05-301-8/+9
| | | | Add some missing .gitignore files
* Optimize request buffer sizes in the serial USB drivers so that we avoid so ↵Gregory Nutt2013-05-293-53/+49
| | | | many NULL packets and so that the OUT request buffer size is exactly the max packet size.
* Fix null packet handling in the PIC32 USB device driver. This is a critical ↵Gregory Nutt2013-05-281-5/+13
| | | | bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
* 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 ↵Gregory Nutt2013-05-272-6/+13
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-252-3/+38
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* 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 ↵Gregory Nutt2013-05-195-0/+336
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* 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 ↵Gregory Nutt2013-05-071-0/+7
| | | | MIO283QT2 display from Ken Pettit
* mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did ↵Gregory Nutt2013-05-061-4/+22
| | | | not deselect LCD
* 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 ↵Gregory Nutt2013-05-035-345/+391
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Add support for the byte write method to MTD partition logic; Beef up the ↵Gregory Nutt2013-05-023-23/+95
| | | | MTD partition test -- and fix resulting bugs detected
* 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 ↵Gregory Nutt2013-04-252-2/+16
| | | | CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
* Various Kconfig files still have references to CONFIG_ variables. Some in ↵Gregory Nutt2013-04-251-4/+4
| | | | harmless comments, some in config definionts which is not harmless. All removed
* kconfig2html: Perform HTL conversions and add hyperlinks for dependency ↵Gregory Nutt2013-04-211-1/+1
| | | | expressions
* 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; ↵Gregory Nutt2013-04-122-7/+9
| | | | Fix some compile errors in the pl2303 USB device driver
* Minor clean-up while debugging the Open1788 touchscreenGregory Nutt2013-04-121-9/+10
|