summaryrefslogtreecommitdiff
path: root/misc/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-161-4/+4
|
* Update ChangeLogGregory Nutt2014-08-311-1/+1
|
* wdog.h does not contain any application interface, only internal OS ↵Gregory Nutt2014-08-211-1/+1
| | | | interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-1/+1
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-0/+2
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+1
|
* NET: More renamingGregory Nutt2014-07-041-4/+4
|
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+5
|
* NET: Some minor clean-upGregory Nutt2014-06-301-2/+2
|
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-3/+3
|
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
|
* Update RTL driver in misc/driversGregory Nutt2014-06-281-25/+25
|
* Update to RTL8197 driver from Alan Carvalho de AssisGregory Nutt2014-06-111-21/+21
|
* RTL8187: Fix include path for arp.hGregory Nutt2014-06-101-1/+1
|
* Config/build changes to better support the RTL8187Gregory Nutt2014-06-091-5/+5
|
* Restore trainling whitespace in .patch and .diff files wehre requiredGregory Nutt2014-04-133-28/+28
|
* Remove executable property from source and make filespatacongo2012-09-132-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in misc/patacongo2012-09-133-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5144 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Fix possibly deadlock conditionpatacongo2011-05-131-19/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3601 42af7a65-404d-4744-a932-0658087f49c3
* Add a RAM-based MTD devicepatacongo2011-04-241-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3532 42af7a65-404d-4744-a932-0658087f49c3
* Minor RTL/WLAN updatepatacongo2011-04-221-63/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3531 42af7a65-404d-4744-a932-0658087f49c3
* Fix RTL driver MAC addresspatacongo2011-04-211-8/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3529 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-061-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-8/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3471 42af7a65-404d-4744-a932-0658087f49c3
* Add partial RTL8187B logicpatacongo2011-03-272-168/+411
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3425 42af7a65-404d-4744-a932-0658087f49c3
* Updates from Urospatacongo2011-03-272-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3424 42af7a65-404d-4744-a932-0658087f49c3
* Improve RTL buffering logicpatacongo2011-03-261-33/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3422 42af7a65-404d-4744-a932-0658087f49c3
* RTL bug fixespatacongo2011-03-261-151/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3421 42af7a65-404d-4744-a932-0658087f49c3
* RTL updatespatacongo2011-03-262-89/+307
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3420 42af7a65-404d-4744-a932-0658087f49c3
* Add RTL8187 TX logicpatacongo2011-03-252-247/+420
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3418 42af7a65-404d-4744-a932-0658087f49c3
* Complete RTL8187 initializatin logicpatacongo2011-03-252-8/+1307
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3417 42af7a65-404d-4744-a932-0658087f49c3
* Add RTL initialization logicpatacongo2011-03-253-168/+733
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3416 42af7a65-404d-4744-a932-0658087f49c3
* RTL8187 I/O routinespatacongo2011-03-254-383/+530
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3414 42af7a65-404d-4744-a932-0658087f49c3
* Make RTL8187 driver an add-onpatacongo2011-03-184-0/+2289
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3390 42af7a65-404d-4744-a932-0658087f49c3