Re: [Tinyx-devel] [PATCH] DOCS: Feature Schedule.
Status: Planning
Brought to you by:
davidcohen
|
From: David C. <da...@gm...> - 2008-01-10 15:11:35
|
Hi, On Jan 10, 2008 8:59 AM, Felipe Balbi <me...@fe...> wrote: > On Thu, Jan 10, 2008 at 12:32:18AM -0400, David Cohen wrote: > > Adding Clock and Device Driver Model to Feature Schedule. > > > > Signed-off-by: David Cohen <da...@gm...> > > --- > > docs/feature-schedule.txt | 18 ++++++++++++++++-- > > 1 files changed, 16 insertions(+), 2 deletions(-) > > > > diff --git a/docs/feature-schedule.txt b/docs/feature-schedule.txt > > index 7f13885..51c9698 100644 > > --- a/docs/feature-schedule.txt > > +++ b/docs/feature-schedule.txt > > @@ -4,14 +4,28 @@ and which features to implement. > > ------------------------------------------------------------------------------- > > > > What: LIBC implementation > > -When: January 31st > > +When: January 31st 2008 > > Why: We will need it during the project > > Who: Felipe Balbi > > > > ------------------------------------------------------------------------------- > > > > What: Serial API > > -When: January 31st > > +When: January 31st 2008 > > +Why: Needed primarily on debugging purposes > > +Who: David Cohen > > + > > +------------------------------------------------------------------------------- > > + > > +What: Clock Subsystem > > +When: January 31st 2008 > > +Why: Needed primarily on debugging purposes > > Not really. We DO need clock subsystem even in non-debugging builds. > Could you edit ? > > > +Who: David Cohen > > + > > +------------------------------------------------------------------------------- > > + > > +What: Device Driver Model Subsystem > > +When: February 29st 2008 > > Why: Needed primarily on debugging purposes > > Same here. Device Driver Model will be needed to ease the process of > writing device drivers for this kernel. And BTW, we could add any device > driver to our arm7 boards using i2c clients. Almost every > microcontroller can be connected as an i2c client, for instance memory > (flash), usb host, usb gadget, usb otg, LCD, etc etc etc... ;-) Yes, I'll change it. The primary target is to support the debugging. But, it is not really the main target. :) Regards, David > > > Who: David Cohen > > > > -- > > 1.5.3.7 > > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > Tinyx-devel mailing list > > Tin...@li... > > https://lists.sourceforge.net/lists/listinfo/tinyx-devel > > -- > Best Regards, > > Felipe Balbi > me...@fe... > http://blog.felipebalbi.com > |