public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* NAND technical review
@ 2009-10-02 15:51 Jonathan Larmour
  2009-10-06 13:51 ` Ross Younger
  2009-10-16  7:29 ` Simon Kallweit
  0 siblings, 2 replies; 80+ messages in thread
From: Jonathan Larmour @ 2009-10-02 15:51 UTC (permalink / raw)
  To: Ross Younger, eCos developers; +Cc: Rutger Hofman, Simon Kallweit

As per my ecos-discuss mail just now, I would like to get going straight 
away with a public discussion of the _technical_ merits of both NAND 
implementations. There is a risk of rehashing old ground, but I'm sure in 
both cases things have moved on a bit since the last time round, not least 
in response to comments, so it would also be good to clarify the current 
state.

I think at first the ball is really in Ross/eCosCentric's court to give 
the technical rationale for the decision, so I'd like to ask him first to 
give his rationale and his own perspective of the comparison of the 
pros/cons. I think the primary onus of the legwork is on eCosCentric, not 
least because they saw Rutger's version before implementation - although 
that was an early version, so it's entirely possible things have changed 
now. Obviously I would especially like Rutger's view on whether any 
purported benefits of eCosCentric's implementation are really the case, 
and any claimed disadvantages of his own are plausible. I suspect some of 
this to come down to subjective opinions of course.

But this is an open discussion, so I'd appreciate anyone's views. I'd 
especially value Simon Kallweit's views as someone who has actually used 
both code implementations which gives him a very good perspective. 
Although if anyone wants to contribute, please keep it on topic, within 
this thread, and technical.

Thanks. Over to Ross....

Jifl
-- 
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine

^ permalink raw reply	[flat|nested] 80+ messages in thread
* Ethernet over SPI driver for ENC424J600
@ 2009-10-26  6:51 Ilija Stanislevik
  2009-10-26  9:05 ` John Dallaway
  0 siblings, 1 reply; 80+ messages in thread
From: Ilija Stanislevik @ 2009-10-26  6:51 UTC (permalink / raw)
  To: ecos-devel

Dear fellows,

I use this opportunity to announce our development project. It is a
driver for Microchip's ENC424J600 Ethernet controller.

My company's goal is to obtain a low level Ethernet driver which will
use standard SPI support to communicate with the Ethernet chip. The
development is underway on STM3210E-EVAL board. We will be glad if we
succeed to make it independent from platform and SPI hardware.

Further, we plan to contribute the result of this development, as
proposed in http://ecos.sourceware.org/contrib.html. Please advise us on
the next step in this direction.

Ilija Stanislevik
SIvA doo
ul. Zejnel Ajdini 5
MK-1060 Skopje
Macedonia

^ permalink raw reply	[flat|nested] 80+ messages in thread
[parent not found: <894030.6104.qm@web8316.mail.in.yahoo.com>]
* Ethernet over SPI driver for ENC424J600
@ 2010-02-03  9:37 Ilija Stanislevik
  2010-02-03 13:13 ` Simon Kallweit
  2010-02-04  9:17 ` John Dallaway
  0 siblings, 2 replies; 80+ messages in thread
From: Ilija Stanislevik @ 2010-02-03  9:37 UTC (permalink / raw)
  To: eCos developers

Hi,

I tested the driver at Ethernet level: sending and receiving Ethernet
packets, setting and getting ESA, etc. The tests have been done on
STM3210E evaluation board (ST cortex M3 processor). Now I am trying to
perform tests with lwip stack.

First I did some initial testing with ecos3.0. Using configtool I chose
ecos3.0 repository, ST STM3210E EVAL board template and lwip_eth package
instead of default. I added my driver source and CDL files to my local
ecos3.0 repository. Everything builds fine.

Then I decided to try the lwip from the CVS. Using configtool I chose
current ecos repository (taken from CVS  on February 2. 2010), ST
STM3210E EVAL board template and lwip_eth package. I added my driver
source and CDL files to my local repository. Building library does not
yield:

    .
    .

home/iko/current_ecos/ecos/packages/net/lwip_tcpip/current/src/ecos/simple.c:72:27:
    error: netif/ppp/ppp.h: No such file or directory

/home/iko/current_ecos/ecos/packages/net/lwip_tcpip/current/src/ecos/simple.c:73:28:
    error: netif/ppp/chat.h: No such file or directory

/home/iko/current_ecos/ecos/packages/net/lwip_tcpip/current/src/ecos/simple.c:190:8:
    warning: multi-line comment
    make[1]: Leaving directory

`/home/iko/Agenda/Energ/Ramnenje/Dizajn/STM32/EVALB/ecos/test_current_ecos_build/net/lwip_tcpip/current'
    make[1]: *** [src/ecos/simple.o.d] Error 1
    make: Leaving directory

`/home/iko/Agenda/Energ/Ramnenje/Dizajn/STM32/EVALB/ecos/test_current_ecos_build'
    make: *** [build] Error 2

Any suggestions how to get on track?

Ilija Stanislevik



^ permalink raw reply	[flat|nested] 80+ messages in thread
* Ethernet over SPI driver for ENC424J600
@ 2010-02-16  8:20 Ilija Stanislevik
  2010-02-16 19:03 ` John Dallaway
  0 siblings, 1 reply; 80+ messages in thread
From: Ilija Stanislevik @ 2010-02-16  8:20 UTC (permalink / raw)
  To: eCos developers

Hi,

The work on the driver is pretty much done. I intend to spend a day or
two on additional testing before publishing the code.

1. Please suggest a place where I could put the code?
2. In what form I should give the files?

Ilija Stanislevik




^ permalink raw reply	[flat|nested] 80+ messages in thread

end of thread, other threads:[~2010-12-22 14:54 UTC | newest]

Thread overview: 80+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-02 15:51 NAND technical review Jonathan Larmour
2009-10-06 13:51 ` Ross Younger
2009-10-07  3:12   ` Jonathan Larmour
2009-10-07 16:22     ` Rutger Hofman
2009-10-08  7:15       ` Jürgen Lambrecht
2009-10-15  3:53         ` Jonathan Larmour
2009-10-15 11:54           ` Jürgen Lambrecht
2009-10-15  3:49       ` Jonathan Larmour
2009-10-15 14:36         ` Rutger Hofman
2009-10-16  1:32           ` Jonathan Larmour
2009-10-19  9:56             ` Ross Younger
2009-10-19 14:21             ` Rutger Hofman
2009-10-20  3:21               ` Jonathan Larmour
2009-10-20 12:19                 ` Rutger Hofman
2009-10-21  1:45                   ` Jonathan Larmour
2009-10-21 12:15                     ` Rutger Hofman
2009-10-23 14:06                       ` Jonathan Larmour
2009-10-23 15:25                         ` Rutger Hofman
2009-10-23 18:03                           ` Rutger Hofman
2009-10-27 20:02                           ` Rutger Hofman
2009-11-10  7:03                           ` Jonathan Larmour
2010-12-11 19:18                             ` John Dallaway
2010-12-22 14:54                               ` Rutger Hofman
2009-10-15 15:43         ` Rutger Hofman
     [not found]     ` <4ACDF868.7050706@ecoscentric.com>
2009-10-09  8:27       ` Ross Younger
2009-10-13  2:21         ` Jonathan Larmour
2009-10-13 13:35           ` Rutger Hofman
2009-10-16  4:04             ` Jonathan Larmour
2009-10-19 14:51               ` Rutger Hofman
2009-10-20  4:28                 ` Jonathan Larmour
2009-10-07  9:40   ` Jürgen Lambrecht
2009-10-07 16:27     ` Rutger Hofman
2009-10-13  2:44     ` Jonathan Larmour
2009-10-13  6:35       ` Jürgen Lambrecht
2009-10-15  3:55         ` Jonathan Larmour
2009-10-13 12:59       ` Rutger Hofman
2009-10-15  4:41         ` Jonathan Larmour
2009-10-15 14:55           ` Rutger Hofman
2009-10-16  1:45             ` Jonathan Larmour
2009-10-19 10:53           ` Ross Younger
2009-10-20  1:40             ` Jonathan Larmour
2009-10-20 10:17               ` Ross Younger
2009-10-21  2:06                 ` Jonathan Larmour
2009-10-22 10:05                   ` Ross Younger
2009-11-10  5:15                     ` Jonathan Larmour
2009-11-10 10:38                       ` Ross Younger
2009-11-10 11:28                         ` Ethernet over SPI driver for ENC424J600 Ilija Stanislevik
2009-11-10 12:16                           ` Chris Holgate
2009-11-12 18:32                         ` NAND technical review Ross Younger
2009-10-13 14:19       ` Rutger Hofman
2009-10-13 19:58         ` Lambrecht Jürgen
2009-10-07 12:11   ` Rutger Hofman
2009-10-08 12:31     ` Ross Younger
2009-10-08  8:16   ` Jürgen Lambrecht
2009-10-12  1:13     ` Jonathan Larmour
2009-10-16  7:29 ` Simon Kallweit
2009-10-16 13:53   ` Jonathan Larmour
2009-10-19 15:02   ` Rutger Hofman
2009-10-26  6:51 Ethernet over SPI driver for ENC424J600 Ilija Stanislevik
2009-10-26  9:05 ` John Dallaway
2009-10-26 11:18   ` Ilija Stanislevik
2009-10-26 12:04     ` John Dallaway
2009-10-29 17:40       ` Ilija Stanislevik
2009-10-31 10:00         ` John Dallaway
2009-10-26 11:46   ` Alex Schuilenburg
2009-10-26 21:28     ` Sergei Gavrikov
2009-10-26 22:17       ` John Dallaway
2009-10-27  7:57         ` Ilija Kocho
2009-10-27 10:08           ` Sergei Gavrikov
     [not found] <894030.6104.qm@web8316.mail.in.yahoo.com>
2009-10-26  8:21 ` Ilija Stanislevik
2010-02-03  9:37 Ilija Stanislevik
2010-02-03 13:13 ` Simon Kallweit
2010-02-04  9:17 ` John Dallaway
2010-02-05  7:59   ` Ilija Stanislevik
2010-02-05  8:16   ` Ilija Kocho
2010-02-05 10:26     ` Ross Younger
2010-02-16  8:20 Ilija Stanislevik
2010-02-16 19:03 ` John Dallaway
2010-02-28 13:40   ` Ilija Stanislevik
2010-06-22  9:56     ` Ilija Stanislevik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).