public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] MicroWindows is now easier to use
@ 2003-08-30 21:39 Gary Thomas
  2003-08-30 23:34 ` Chris Garry
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Thomas @ 2003-08-30 21:39 UTC (permalink / raw)
  To: eCos Discussion

Inspired by the VNC server from Chris Garry, I've now updated the
MicroWindows setup so that it's possible to build a complete eCos
application purely from the eCos tree.  This both shows how to
do it, plus provides a pretty straight forward framework using
HAL tables for easy tailoring of user application suites.

For example, to build MW with the VNC server and the Nano-tetris
demo, just do this:
  % ecosconfig new <platform> net
  % ecosconfig add mw vnc_server
  % ecosconfig import vnc_demo.cfg
  % ecosconfig tree
  % make
where 'vnc_demo.cfg' contains these lines:

cdl_component CYGBLD_MICROWINDOWS_ECOS {
    user_value 1
};

cdl_option CYGBLD_MICROWINDOWS_ECOS_APP {
    user_value 1
};

cdl_option CYGBLD_MICROWINDOWS_VNC_DRIVERS {
    user_value 1
};

cdl_option CYGBLD_MICROWINDOWS_NANOWM {
    inferred_value 1
};

cdl_component CYGBLD_MICROWINDOWS_NANOX_DEMOS {
    user_value 1
};

cdl_option CYGBLD_MICROWINDOWS_NANOX_DEMOS_NTETRIS {
    user_value 1
};

note: I also modified my VNC server to match the defaults on my desktop

cdl_option CYGNUM_VNC_SERVER_PIXEL_RGB565 {
    user_value 1
};

comment: This works pretty well, but the colors are not very pleasing,
at least on my desktop.  Maybe someone wants to look at this?

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* Re: [ECOS] MicroWindows is now easier to use
  2003-08-30 21:39 [ECOS] MicroWindows is now easier to use Gary Thomas
@ 2003-08-30 23:34 ` Chris Garry
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Garry @ 2003-08-30 23:34 UTC (permalink / raw)
  To: Gary Thomas, eCos Discussion

----- Original Message ----- 
From: "Gary Thomas" <gary@mlbassoc.com>
To: "eCos Discussion" <ecos-discuss@sources.redhat.com>
Sent: Saturday, August 30, 2003 10:39 PM
Subject: [ECOS] MicroWindows is now easier to use


> Inspired by the VNC server from Chris Garry, I've now updated the
> MicroWindows setup so that it's possible to build a complete eCos
> application purely from the eCos tree.  This both shows how to
> do it, plus provides a pretty straight forward framework using
> HAL tables for easy tailoring of user application suites.
> 
> For example, to build MW with the VNC server and the Nano-tetris
> demo, just do this:
>   % ecosconfig new <platform> net
>   % ecosconfig add mw vnc_server
>   % ecosconfig import vnc_demo.cfg
>   % ecosconfig tree
>   % make
> where 'vnc_demo.cfg' contains these lines:
> 
> cdl_component CYGBLD_MICROWINDOWS_ECOS {
>     user_value 1
> };
> 
> cdl_option CYGBLD_MICROWINDOWS_ECOS_APP {
>     user_value 1
> };
> 
> cdl_option CYGBLD_MICROWINDOWS_VNC_DRIVERS {
>     user_value 1
> };
> 
> cdl_option CYGBLD_MICROWINDOWS_NANOWM {
>     inferred_value 1
> };
> 
> cdl_component CYGBLD_MICROWINDOWS_NANOX_DEMOS {
>     user_value 1
> };
> 
> cdl_option CYGBLD_MICROWINDOWS_NANOX_DEMOS_NTETRIS {
>     user_value 1
> };
> 
> note: I also modified my VNC server to match the defaults on my desktop
> 
> cdl_option CYGNUM_VNC_SERVER_PIXEL_RGB565 {
>     user_value 1
> };
> 
> comment: This works pretty well, but the colors are not very pleasing,
> at least on my desktop.  Maybe someone wants to look at this?
> 

That is a big improvement.

I have posted a patch to ecos-patches to correct the colour problem.

Cheers,
Chris

--
Chris Garry
Sweeney Design


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

end of thread, other threads:[~2003-08-30 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-30 21:39 [ECOS] MicroWindows is now easier to use Gary Thomas
2003-08-30 23:34 ` Chris Garry

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).