summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
Commit message (Collapse)AuthorAgeFilesLines
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver ↵Gregory Nutt2013-09-061-27/+25
| | | | (unverified). From Max Holtzberg
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-4/+4
|
* ENCX24J600: Use the ENC's SRAM from multiple TX packets. From Max HoltzbergGregory Nutt2013-08-262-40/+134
|
* Add ENCX24J600 Ethernet driver and support for the ENCX24J600 with the ↵Gregory Nutt2013-08-254-2/+2867
| | | | Olimex STM32 P107 board. From Max Holtberg
* ENC28J60 errors reported by Max HoltzbergGregory Nutt2013-08-211-2/+2
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
|
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-221-9/+14
|
* Fix for ENC28J60 from DaveGregory Nutt2013-06-221-4/+11
|
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-48/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* RGMP 4.0 update from Qiang Yupatacongo2012-11-043-327/+317
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5305 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when ↵patacongo2012-09-231-1/+1
| | | | | | using STM32 ethernet driver with F1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5181 42af7a65-404d-4744-a932-0658087f49c3
* The ENC28J60 driver is now functionalpatacongo2012-09-191-109/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5165 42af7a65-404d-4744-a932-0658087f49c3
* Fix another ENC28J60 chip select bugpatacongo2012-09-181-6/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5163 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic updates to the ENC28J60 driverpatacongo2012-09-182-12/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5161 42af7a65-404d-4744-a932-0658087f49c3
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-182-11/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5159 42af7a65-404d-4744-a932-0658087f49c3
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-172-13/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5158 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-173-60/+201
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-134-329/+329
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-122-18/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5133 42af7a65-404d-4744-a932-0658087f49c3
* Misc ENC28J60 fixespatacongo2012-09-122-73/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5132 42af7a65-404d-4744-a932-0658087f49c3
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-24/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5130 42af7a65-404d-4744-a932-0658087f49c3
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-112-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5128 42af7a65-404d-4744-a932-0658087f49c3
* More logic for the MX3 Wildfire boardpatacongo2012-09-101-20/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5123 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiple work queuespatacongo2012-09-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5081 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-131-0/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4599 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-037-26/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4147 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-043-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* Completes first cut at Kinetis ethernet driverpatacongo2011-08-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3889 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of an Kinetics Ethernet driverpatacongo2011-08-161-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3886 42af7a65-404d-4744-a932-0658087f49c3
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-042-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3843 42af7a65-404d-4744-a932-0658087f49c3
* RGMP 0.2.0 patch appliedpatacongo2011-06-091-10/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3687 42af7a65-404d-4744-a932-0658087f49c3
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-214-2/+1172
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-8/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
* First set of changes to incorporate the RGMP portpatacongo2011-05-123-2/+679
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3595 42af7a65-404d-4744-a932-0658087f49c3
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3500 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* Fix QEMU timer interruptspatacongo2011-03-161-3/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3387 42af7a65-404d-4744-a932-0658087f49c3
* Fix SLIP bugpatacongo2011-03-161-157/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3385 42af7a65-404d-4744-a932-0658087f49c3
* More SLIP integrationpatacongo2011-03-151-10/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3384 42af7a65-404d-4744-a932-0658087f49c3
* Misc slip-related fixespatacongo2011-03-151-82/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3383 42af7a65-404d-4744-a932-0658087f49c3
* Basic SLIP functionality -- but there are issuespatacongo2011-03-152-12/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3382 42af7a65-404d-4744-a932-0658087f49c3
* apps/ make changes + SLIP MTU notespatacongo2011-03-141-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3381 42af7a65-404d-4744-a932-0658087f49c3
* SLIP updatespatacongo2011-03-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3379 42af7a65-404d-4744-a932-0658087f49c3
* VSN/apps updatepatacongo2011-03-141-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3378 42af7a65-404d-4744-a932-0658087f49c3
* SLIP correctionspatacongo2011-03-131-91/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3376 42af7a65-404d-4744-a932-0658087f49c3
* Add SLIP test configurationpatacongo2011-03-121-50/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3371 42af7a65-404d-4744-a932-0658087f49c3