summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-2512-46/+51
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-201-0/+1
* Network: Fix compilation problem when mutliple networks enabledGregory Nutt2014-11-171-1/+2
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all drivers/net (except sl...Gregory Nutt2014-11-166-24/+24
* Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN insteadGregory Nutt2014-11-154-7/+3
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-151-2/+4
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-158-193/+211
* Add mirror (x/y) and inverse video (black<->white) options to the ST7565 LCD ...Gregory Nutt2014-11-152-3/+40
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-141-0/+11
* I don't think that the net_route function has ever worked correctly. The sou...Gregory Nutt2014-11-141-1/+1
* Trival fix to commentGregory Nutt2014-11-141-1/+1
* Add st7565.c to buildGregory Nutt2014-11-141-0/+4
* Add driver for ST7565 that works with NHD‐C12864KGZ display. From Pierre-n...Gregory Nutt2014-11-133-1/+1243
* Add support for seeking in BCH. From Sébastien Lorquet.Gregory Nutt2014-11-131-2/+69
* Extend MTD support to M25P16. From Sébastien LorquetGregory Nutt2014-11-071-0/+21
* rwbuffer, fix compiler errorGregory Nutt2014-11-051-1/+1
* Fix some typosGregory Nutt2014-10-291-1/+1
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-271-1/+13
* EFM32: Add IDLE power management hooks. Nothing implemented; just define the...Gregory Nutt2014-10-221-0/+1
* The olimex-efm32g880f128-stk now defaults to use LEUART1 as the serial consol...Gregory Nutt2014-10-211-1/+6
* EFM32: Add configuration support for LEUARTsGregory Nutt2014-10-211-0/+3
* rivers: enable usage of ili9341Gregory Nutt2014-10-202-1/+124
* drivers: implements lcd interface for ili9341Gregory Nutt2014-10-201-0/+1263
* Eliminate warningsGregory Nutt2014-10-111-20/+11
* Cosmetic updates to commentsGregory Nutt2014-10-111-10/+9
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-0814-170/+201
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-254-39/+74
* Fixes for compile of rwbuffer.cGregory Nutt2014-09-252-17/+16
* A few fixes for clean apps/examples/mtdrwb buildGregory Nutt2014-09-251-1/+1
* In at45db_bwrite, the buffer is not increased when writing more than 1 page. ...Gregory Nutt2014-09-251-77/+84
* Update SMART FS procfs support. From Ken PettitGregory Nutt2014-09-221-2/+42
* Fixes to avoid some hang conditions using STM32 CANGregory Nutt2014-09-171-55/+85
* Mostly cosmetic changesGregory Nutt2014-09-041-0/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-014-22/+2
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-3127-49/+49
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-3130-59/+59
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-3148-431/+431
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-312-2/+2
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-302-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-288-34/+34
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-2112-35/+35
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-201-1/+14
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-20/+43
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-172-1/+45
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-1/+1
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-2/+11
* Add support for an ioctl that can be used to notify an application when there...Gregory Nutt2014-08-162-0/+412
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-161-19/+20
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-161-0/+4